/ohos5.0/base/global/system_resources/systemres/main/resources/base/element/ |
H A D | id_defined.json | 7 "order": 0 number 12 "order": 1 number 17 "order": 2 number 22 "order": 3 number 27 "order": 4 number 32 "order": 5 number 37 "order": 6 number 42 "order": 7 number 47 "order": 8 number 52 "order": 9 number [all …]
|
/ohos5.0/base/startup/init/services/param/include/ |
H A D | param_atomic.h | 42 #define ATOMIC_LOAD_EXPLICIT(commitId, order) *(commitId) argument 43 #define ATOMIC_STORE_EXPLICIT(commitId, value, order) *(commitId) = (value) argument 45 #define ATOMIC_UINT64_LOAD_EXPLICIT(commitId, order) *(commitId) argument 46 #define ATOMIC_UINT64_STORE_EXPLICIT(commitId, value, order) *(commitId) = (value) argument 47 #define ATOMIC_SYNC_OR_AND_FETCH(commitId, value, order) *(commitId) |= (value) argument 48 #define ATOMIC_SYNC_ADD_AND_FETCH(commitId, value, order) *(commitId) += (value) argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/ |
H A D | grid_col_model_ng.cpp | 31 V2::GridContainerSize order = V2::GridContainerSize(0); in Create() local 36 const V2::GridContainerSize &order) in Create() 67 void GridColModelNG::SetOrder(const V2::GridContainerSize &order) in SetOrder() 82 void GridColModelNG::SetOrder(FrameNode *frameNode, const V2::GridContainerSize &order) in SetOrder()
|
H A D | grid_col_layout_property.cpp | 38 auto order = GetOrder(sizeType); in ToJsonValue() local
|
H A D | grid_col_layout_property.h | 67 auto order = GetOrderValue(); in GetOrder() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_grid_col_ffi.cpp | 75 void FfiOHOSAceFrameworkGridColCreateWithInt32(int32_t span, int32_t offset, int32_t order) in FfiOHOSAceFrameworkGridColCreateWithInt32() 84 GridRowColumnOption span, GridRowColumnOption offset, GridRowColumnOption order) in FfiOHOSAceFrameworkGridColCreateWithOption() 116 void FfiOHOSAceFrameworkGridColSetOrder(int32_t order) in FfiOHOSAceFrameworkGridColSetOrder() 122 void FfiOHOSAceFrameworkGridColSetOrderWithOption(GridRowColumnOption order) in FfiOHOSAceFrameworkGridColSetOrderWithOption()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | anomaly_detection_test.cpp | 135 int32_t order = 1; in WindowTypeTest() local 169 int32_t order = 100; in SubWindowTest() local 216 int32_t order = 100; in KeyGUARDTest() local 234 int32_t order = 100; in IsShowWhenLockedTest() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | grid_col_model_impl.cpp | 30 const V2::GridContainerSize& order) in Create() 57 void GridColModelImpl::SetOrder(const V2::GridContainerSize& order) in SetOrder()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | tag_service.cpp | 71 static int TagFunc(const uint8_t arg, const size_t order, std::string &tag) in TagFunc() 89 static int LengthFunc(const uint8_t arg, const size_t order, uint8_t &len) in LengthFunc() 129 size_t order = INT_ZERO; in Next() local
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade/ |
H A D | upgrade_options.h | 23 Order order = Order::INSTALL; member
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/download/ |
H A D | download_options.h | 25 Order order = Order::DOWNLOAD; member
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_sequence.cpp | 71 int order[3] = { 0 }; // total 3 elements 'y', 'M'/'L', 'd' in ModifyOrder() local 104 void DateTimeSequence::ProcessNormal(char ch, int *order, size_t orderSize, int *lengths, size_t le… in ProcessNormal()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-gridcol.md | 82 ### order subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-gridcol.md | 82 ### order subsection
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_sql_builder.cpp | 43 …const std::string &whereClause, const std::string &group, const std::string &order, int limit, int… in BuildDeleteString() 56 …const std::string &group, const std::string &order, int limit, int offset, std::vector<ValueObject… in BuildUpdateString() 115 …const std::string &whereClause, const std::string &group, const std::string &order, int limit, int… in BuildCountString() 125 …const std::string &whereClause, const std::string &group, const std::string &order, int limit, int… in BuildSqlStringFromPredicates() 162 …const std::string &whereClause, const std::string &group, const std::string &order, int limit, int… in BuildSqlStringFromPredicatesNoWhere() 278 auto order = predicates.GetOrder(); in BuildCursorQueryString() local 319 auto order = predicates.GetOrder(); in BuildLockRowQueryString() local
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-layout-development-grid-layout.md | 389 ### order subsection
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-layout-development-grid-layout.md | 389 ### order subsection
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | exif_metadata.cpp | 370 ExifByteOrder order = exif_mnote_data_huawei_get_byte_order(md); in CreateHwEntry() local 444 bool ExifMetadata::SetShort(ExifEntry *ptrEntry, const ExifByteOrder &order, const std::string &val… in SetShort() 461 bool ExifMetadata::SetLong(ExifEntry *ptrEntry, const ExifByteOrder &order, const std::string &valu… in SetLong() 478 bool ExifMetadata::SetSShort(ExifEntry *ptrEntry, const ExifByteOrder &order, const std::string &va… in SetSShort() 495 bool ExifMetadata::SetSLong(ExifEntry *ptrEntry, const ExifByteOrder &order, const std::string &val… in SetSLong() 512 bool ExifMetadata::SetRational(ExifEntry *ptrEntry, const ExifByteOrder &order, const std::string &… in SetRational() 530 bool ExifMetadata::SetSRational(ExifEntry *ptrEntry, const ExifByteOrder &order, const std::string … in SetSRational() 686 ExifByteOrder order = exif_data_get_byte_order(ptrEntry->parent->parent); in SetCommonValue() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | plugin_libjpeg_test.cpp | 924 ExifByteOrder order = exinfo.GetExifByteOrder(isNewExifData, fileBuf); variable 955 ExifByteOrder order = exinfo.GetExifByteOrder(isNewExifData, fileBuf); variable 979 ExifByteOrder order = exinfo.GetExifByteOrder(isNewExifData, fileBuf); variable 1003 ExifByteOrder order = exinfo.GetExifByteOrder(isNewExifData, fileBuf); variable 1027 ExifByteOrder order = exinfo.GetExifByteOrder(isNewExifData, fileBuf); variable 1051 ExifByteOrder order = exinfo.GetExifByteOrder(isNewExifData, fileBuf); variable 1080 ExifByteOrder order = exinfo.GetExifByteOrder(isNewExifData, fileBuf); variable 1107 ExifByteOrder order = exinfo.GetExifByteOrder(isNewExifData, fileBuf); variable 1939 ExifByteOrder order = EXIF_BYTE_ORDER_INTEL; variable 2100 ExifByteOrder order = EXIF_BYTE_ORDER_INTEL; variable [all …]
|
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESCESpublishInfoTest/ |
H A D | actsCESCESpublishInfoTest.cpp | 798 bool order = false; variable 830 bool order = true; variable 892 bool order = false; variable 924 bool order = true; variable 986 bool order = true; variable 1020 bool order = true; variable 1054 bool order = false; variable 1088 bool order = false; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/dataability/unittest/ |
H A D | data_ability_predicates_test.cpp | 257 std::string order = outParcel.ReadInt32() != g_invalidObjectFlag ? outParcel.ReadString() : ""; variable 301 std::string order = outParcel.ReadInt32() != g_invalidObjectFlag ? outParcel.ReadString() : ""; variable 418 std::string order = ""; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | exif_maker_note_test.cpp | 68 ExifByteOrder order = ExifByteOrder::EXIF_BYTE_ORDER_INTEL; variable 102 ExifByteOrder order = ExifByteOrder::EXIF_BYTE_ORDER_INTEL; variable 120 ExifByteOrder order = ExifByteOrder::EXIF_BYTE_ORDER_INTEL; variable 176 ExifByteOrder order = ExifByteOrder::EXIF_BYTE_ORDER_INTEL; variable 393 ExifByteOrder order = ExifByteOrder::EXIF_BYTE_ORDER_INTEL; variable 491 ExifByteOrder order = ExifByteOrder::EXIF_BYTE_ORDER_INTEL; variable 650 ExifByteOrder order = ExifByteOrder::EXIF_BYTE_ORDER_INTEL; variable 845 ExifByteOrder order = ExifByteOrder::EXIF_BYTE_ORDER_INTEL; variable 882 ExifByteOrder order = ExifByteOrder::EXIF_BYTE_ORDER_INTEL; variable
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | exif_maker_note.cpp | 99 bool ExifMakerNote::ExifItem::GetValue(std::string &value, const ExifByteOrder &order, in GetValue() 110 void ExifMakerNote::ExifItem::Dump(const std::string &info, const ExifByteOrder &order) in Dump() 115 bool ExifMakerNote::ExifItem::GetValue(std::string &value, const ExifByteOrder &order, in GetValue() 204 const ExifByteOrder &order) in Dump() 624 bool ExifMakerNote::GetUInt16(const std::vector<unsigned char> &buffer, ExifByteOrder order, in GetUInt16() 635 bool ExifMakerNote::GetUInt32(const std::vector<unsigned char> &buffer, ExifByteOrder order, in GetUInt32()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | grid_col_component.h | 42 void SetOrder(const GridContainerSize& order) in SetOrder()
|
/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/ |
H A D | query.rs | 224 let order = "query_with_order_with_english".as_bytes(); in query_with_order_with_english() localVariable 232 let order = "排序".as_bytes(); in query_with_order_with_chinese() localVariable 240 let order = "123".as_bytes(); in query_with_order_with_number() localVariable 248 let order = [11u8, 22u8, 33u8]; in query_with_order_with_unreadible() localVariable
|