/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/ |
H A D | system_upgrade_scene_recognizer.cpp | 67 for (const auto &item : FINGERPRINTS) { in GetCurSystemFingerprint() 68 std::string itemFingerprint = OHOS::system::GetParameter(item, ""); in GetCurSystemFingerprint()
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/ |
H A D | config_reader.h | 48 void DumpItem(const Item& item, std::string &result);
53 void ParseSubItem(const xmlNode& currNode, Item& item);
|
/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_svc_intf_test.cpp | 41 static int QueryInterval(int item)
in QueryInterval() argument 47 item, rs);
in QueryInterval() 80 * @tc.desc: If query a huge item, should return invalid.
91 * @tc.desc: If query a huge item, should return invalid.
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | data_compression.cpp | 23 for (const auto &item : GetCompressionAlgos()) { in GetCompressionAlgo() 24 algorithmSet.insert(item.first); in GetCompressionAlgo()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
H A D | dl_list.h | 122 * @param item DL_LIST address. 128 #define DL_LIST_ENTRY(item, type, member) ((type *)(void *)((char *)(item)-OFF_SET_OF(type, member)))
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_common.h | 47 void InsertUnrecvListFail(struct FillpPcb *pcb, struct FillpPcbItem *item); 49 void FillpFreeItemAndEvent(struct FillpPcb *pcb, struct FillpPcbItem *item);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | fillp_buf_item.c | 27 static inline FILLP_INT FillpCreateDympCreateCb(DympItemType *item) in FillpCreateDympCreateCb() argument 29 struct FillpPcbItem *pcbItem = (struct FillpPcbItem *)DYMP_ITEM_DATA(item); in FillpCreateDympCreateCb()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | dympool.h | 45 typedef FILLP_INT (*DympoolCreateCb)(DympItemType *item); 46 typedef void (*DympoolDestroyCb)(DympItemType *item); 54 int itemSize; /* Size of every memory item size */ 55 int maxSize; /* Max memory item size,and althrough it is the max size of queue */ 58 FILLP_BOOL autoExpand; /* If auto expand if no item can be alloced */ 60 DympoolItemOperaCbSt itemOperaCb; /* item creation and destroy callback structure */
|
H A D | skiplist.h | 31 void *item; /* value */ member 107 item - value of the SkipList node 110 conflicts between item of node to be inserted and existing 117 FILLP_INT SkipListInsert(struct SkipList *list, void *item, struct SkipListNode *node, FILLP_BOOL errIfConflict);
|
/third_party/gn/src/gn/ |
H A D | analyzer.h | 13 #include "gn/item.h" 76 bool ItemRefersToFile(const Item* item, const SourceFile* file) const; 82 void AddAllItemsReferringToItem(const Item* item,
|
H A D | ninja_target_command_util_unittest.cc | 20 for (const Item& item : items) { in FormatWithWriter() 21 writer(item, out); in FormatWithWriter()
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | mutator.js | 60 for (const item of node) { 61 item[this._skipPropertyName] = true;
|
/third_party/node/test/common/ |
H A D | measure-memory.js | 30 for (const item of result.other) { 31 assertResultShape(item);
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_list.c | 35 struct rc_list * rc_list(struct memory_pool * pool, void * item) in rc_list() argument 38 new->Item = item; in rc_list()
|
/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/ |
H A D | mod.rs | 63 .map(|item| item.into_token_stream());
|
/third_party/skia/src/gpu/ |
H A D | GrSPIRVUniformHandler.h | 43 return fUniforms.item(idx); 46 return fUniforms.item(idx);
|
/third_party/python/Lib/xml/dom/ |
H A D | minicompat.py | 53 def item(self, index): member in NodeList 87 def item(self, index): member in EmptyNodeList
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_service_test.cpp | 202 OHOS::MMI::KeyEvent::KeyItem item; in HWTEST_F() local 203 item.SetKeyCode(OHOS::MMI::KeyEvent::KEYCODE_HEADSETHOOK); in HWTEST_F() 204 item.SetDownTime(0); in HWTEST_F() 205 item.SetPressed(true); in HWTEST_F() 206 keyEvent->AddPressedKeyItems(item); in HWTEST_F() 264 OHOS::MMI::KeyEvent::KeyItem item; in HWTEST_F() local 265 item.SetKeyCode(OHOS::MMI::KeyEvent::KEYCODE_HEADSETHOOK); in HWTEST_F() 266 item.SetDownTime(0); in HWTEST_F() 267 item.SetPressed(true); in HWTEST_F() 268 keyEvent->AddPressedKeyItems(item); in HWTEST_F() 325 OHOS::MMI::KeyEvent::KeyItem item; HWTEST_F() local 381 OHOS::MMI::KeyEvent::KeyItem item; HWTEST_F() local 437 OHOS::MMI::KeyEvent::KeyItem item; HWTEST_F() local 492 OHOS::MMI::KeyEvent::KeyItem item; HWTEST_F() local [all...] |
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_enhance_chain_manager.cpp | 249 auto item = AUDIO_ENHANCE_SUPPORTED_SCENE_TYPES.find(scene); in ParseSceneKeyCode() local 250 if (item != AUDIO_ENHANCE_SUPPORTED_SCENE_TYPES.end()) { in ParseSceneKeyCode() 251 sceneType = item->second; in ParseSceneKeyCode() 350 auto item = captureIdToDeviceNameMap_.find(captureId); in GetDeviceNameByCaptureId() local 351 if (item != captureIdToDeviceNameMap_.end()) { in GetDeviceNameByCaptureId() 646 auto item = captureIdToDeviceMap_.find(captureId); in SetInputDevice() local 647 if (item == captureIdToDeviceMap_.end()) { in SetInputDevice() 652 if (item->second == inputDevice) { in SetInputDevice() 656 // item->second != inputDevice in SetInputDevice() 761 auto item in GetDeviceTypeName() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 119 for (auto item : supportedVirtualHDRFormats_) {
120 hdrCapability_.formats.emplace_back(RS_TO_HDI_HDR_FORMAT_MAP[item]);
149 [](GraphicHDRFormat item) -> ScreenHDRFormat {return HDI_HDR_FORMAT_TO_RS_MAP[item];});
178 for (auto item : supportedColorGamuts) {
179 supportedPhysicalColorGamuts_.push_back(static_cast<ScreenColorGamut>(item));
180 if (item == GraphicColorGamut::GRAPHIC_COLOR_GAMUT_SRGB) {
974 [](ScreenColorGamut item) -> GraphicCM_ColorSpaceType {
in GetScreenSupportedColorSpaces() 975 return RS_TO_COMMON_COLOR_SPACE_TYPE_MAP[static_cast<GraphicColorGamut>(item)];
in GetScreenSupportedColorSpaces() 980 [](ScreenColorGamut item) in GetScreenSupportedColorSpaces() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/ |
H A D | heif_parser.cpp | 224 for (const auto &item: items) { in GetItemData() 225 if (item.itemId == itemId) { in GetItemData() 226 ilocItem = &item; in GetItemData() 812 for (const HeifIlocBox::Item& item: items) { in CheckExtentData() 813 ilocBox_->ReadToExtentData(const_cast<HeifIlocBox::Item &>(item), inputStream_, idatBox_); in CheckExtentData() 906 for (const auto &item: items) { in GetConstructMethod() 907 if (item.itemId == id) { in GetConstructMethod() 908 return item.constructionMethod; in GetConstructMethod() 939 for (const auto &item: items) { in SetTiffOffset() 940 if (item in SetTiffOffset() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_syncer_test.cpp | 162 for (const auto &item: process) { in BlockSync() 163 LOGD("user = %s, status = %d, errCode = %d", item.first.c_str(), item.second.process, item.second.errCode); in BlockSync() 164 if (item.second.process != DistributedDB::FINISHED) { in BlockSync() 167 EXPECT_EQ(item.second.errCode, expectDBStatus); in BlockSync() 174 last = item.second; in BlockSync() 673 for (const auto &item : process) { in HWTEST_F() 674 if (item.second.process != DistributedDB::FINISHED) { in HWTEST_F() 677 EXPECT_EQ(item in HWTEST_F() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_algebraic.py | 870 """This represents an "item" in the language of "Tree Automatons." This 879 # These are the indices of patterns for which this item is the root node. 881 # This the set of opcodes for parents of this item. Used to speed up 893 # This is a map from (opcode, sources) to item. 903 item = self.items.setdefault((opcode, children), 906 self.items[opcode, (children[1], children[0]) + children[2:]] = item 908 item.patterns.append(pattern) 909 return item 923 # item is equivalent to nu in "Tree Automatons." 941 item [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | ty.rs | 9 use super::item::{IsOpaque, Item}; 208 TypeKind::Array(item, len) => { in is_incomplete_array() 210 Some(item.into()) in is_incomplete_array() 343 /// item, so we can arrive to the proper item that needs to be generated. 361 fn is_opaque(&self, ctx: &BindgenContext, item: &Item) -> bool { in is_opaque() 365 inst.is_opaque(ctx, item) in is_opaque() 380 item: &Item, in as_template_param() 382 self.kind.as_template_param(ctx, item) in as_template_param() 392 item in as_template_param() [all...] |
/third_party/python/Lib/ |
H A D | _collections_abc.py | 189 """Return the next item or raise StopAsyncIteration when exhausted.""" 207 """Return the next item from the asynchronous generator. 277 'Return the next item from the iterator. When exhausted, raise StopIteration' 327 """Return the next item from the generator. 453 def __getitem__(self, item): 459 if not isinstance(item, tuple): 460 item = (item,) 465 and item and not _is_param_expr(item[ [all...] |