Home
last modified time | relevance | path

Searched refs:item (Results 1576 - 1600 of 2071) sorted by relevance

1...<<61626364656667686970>>...83

/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp481 TELEPHONY_LOGE("apn item is null"); in GetRilAttachApn()
529 for (const auto &item : allApnItem_) { in FetchDunApns()
530 if (item->CanDealWithType(DATA_CONTEXT_ROLE_DUN)) { in FetchDunApns()
531 matchApnItemList.push_back(item); in FetchDunApns()
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp568 for (auto &item : para_.authProfileMap) { in BuildStartCommand()
569 auto &at = item.first; in BuildStartCommand()
570 auto &profile = item.second; in BuildStartCommand()
/third_party/gn/src/gn/
H A Dinnerapis_publicinfo_generator.cc239 for (auto &item : *collector) { in GetPublicConfigInfo()
240 if (item->label().GetUserVisibleName(false) != label) { in GetPublicConfigInfo()
244 Config *as_config = item->AsConfig(); in GetPublicConfigInfo()
/third_party/node/lib/internal/
H A Dutil.js280 const item = items[i];
281 const key = StringPrototypeToLowerCase(item);
285 map.set(key, item);
/third_party/node/deps/v8/third_party/jinja2/
H A Druntime.py214 """Returns an item from the template context, if it doesn't exist
336 item = self.resolve_or_missing(key)
337 if item is missing:
339 return item
468 if the iterable is exhausted. Only peeks one item ahead, caching
490 """The item in the previous iteration. Undefined during the
494 return self._undefined("there is no previous item")
500 """The item in the next iteration. Undefined during the last
510 return self._undefined("there is no next item")
/third_party/node/tools/inspector_protocol/jinja2/
H A Druntime.py188 """Returns an item from the template context, if it doesn't exist
303 item = self.resolve_or_missing(key)
304 if item is missing:
306 return item
389 return self._undefined('there is no previous item')
395 return self._undefined('there is no next item')
/third_party/python/Tools/scripts/
H A Dfreeze_modules.py121 for item in parsed:
122 frozenid, pyfile, modname, ispkg, section = item
129 assert not pyfile or pyfile == source.pyfile, item
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djson_c_generator.py208 for item in removeTypes:
209 if self.vkscFeatureList.count(item.get("name")) > 0:
210 self.vkscFeatureList.remove(item.get("name"))
/third_party/skia/third_party/externals/jinja2/
H A Druntime.py214 """Returns an item from the template context, if it doesn't exist
336 item = self.resolve_or_missing(key)
337 if item is missing:
339 return item
468 if the iterable is exhausted. Only peeks one item ahead, caching
490 """The item in the previous iteration. Undefined during the
494 return self._undefined("there is no previous item")
500 """The item in the next iteration. Undefined during the last
510 return self._undefined("there is no next item")
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c696 struct udev_list_entry *item = NULL, *first = NULL; in pa__init() local
811 udev_list_entry_foreach(item, first) in pa__init()
812 process_path(u, udev_list_entry_get_name(item)); in pa__init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c945 * @item: (out) The part following the specified separator, if any
950 * the returned value. The *item pointer points to that allocated value and must
958 char **item) in wpas_dbus_new_decompose_object_path()
966 *item = NULL; in wpas_dbus_new_decompose_object_path()
984 return obj_path_only; /* no next item on the path */ in wpas_dbus_new_decompose_object_path()
993 /* return a pointer to the requested item */ in wpas_dbus_new_decompose_object_path()
994 *item = pos + sep_len + 1; in wpas_dbus_new_decompose_object_path()
957 wpas_dbus_new_decompose_object_path(const char *path, const char *sep, char **item) wpas_dbus_new_decompose_object_path() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c945 * @item: (out) The part following the specified separator, if any
950 * the returned value. The *item pointer points to that allocated value and must
958 char **item) in wpas_dbus_new_decompose_object_path()
966 *item = NULL; in wpas_dbus_new_decompose_object_path()
984 return obj_path_only; /* no next item on the path */ in wpas_dbus_new_decompose_object_path()
993 /* return a pointer to the requested item */ in wpas_dbus_new_decompose_object_path()
994 *item = pos + sep_len + 1; in wpas_dbus_new_decompose_object_path()
957 wpas_dbus_new_decompose_object_path(const char *path, const char *sep, char **item) wpas_dbus_new_decompose_object_path() argument
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp846 for (auto item = userPrivateConstraintsJson.begin(); item != userPrivateConstraintsJson.end(); item++) { in RemoveOASpecificConstraintsInfo()
847 if (item.key() == Constants::ALL_SPECIFIC_CONSTRAINTS) { in RemoveOASpecificConstraintsInfo()
852 userPrivateConstraintsJson.end(), item.key(), sourceList, OHOS::AccountSA::JsonType::ARRAY); in RemoveOASpecificConstraintsInfo()
857 allSpecificConstraints.end(), item.key()), allSpecificConstraints.end()); in RemoveOASpecificConstraintsInfo()
859 waitForErase.push_back(item.key()); in RemoveOASpecificConstraintsInfo()
861 userPrivateConstraintsJson[item.key()] = sourceList; in RemoveOASpecificConstraintsInfo()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp1074 int64_t GetFavicon(std::shared_ptr<NWebHistoryItem> item) in GetFavicon() argument
1081 bool isGetFavicon = item->GetFavicon(&data, width, height, colorType, alphaType); in GetFavicon()
1155 std::shared_ptr<NWebHistoryItem> item = nativeWebHistoryListImpl->GetItem(index); in FfiOHOSGetItemAtIndex() local
1156 if (!item) { in FfiOHOSGetItemAtIndex()
1160 ret.historyUrl = MallocCString(item->GetHistoryUrl()); in FfiOHOSGetItemAtIndex()
1161 ret.historyRawUrl = MallocCString(item->GetHistoryRawUrl()); in FfiOHOSGetItemAtIndex()
1162 ret.title = MallocCString(item->GetHistoryTitle()); in FfiOHOSGetItemAtIndex()
1163 ret.icon = GetFavicon(item); in FfiOHOSGetItemAtIndex()
1351 WEBVIEWLOGE("new web download item failed"); in FfiOHOSWebDownloadItemImplConstructor()
1627 WEBVIEWLOGE("new web download item faile in FfiOHOSWebDownloadItemImplDeserialize()
[all...]
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py137 for item in level_list:
138 if not item.isdigit():
140 item = item.strip(" ")
141 level_para_string = f"{level_para_string}Level{item},"
194 matching_dirs = [os.path.join(crash_path, item) for item in all_items if
195 os.path.isdir(os.path.join(crash_path, item))
196 and item.startswith(f"crash_log_{test_suit}")]
/third_party/alsa-utils/alsactl/
H A Dstate.c232 snd_config_t *control, *comment, *item = NULL, *value; in get_control() local
351 err = snd_config_compound_add(comment, "item", 1, &item); in get_control()
364 err = snd_config_string_add(item, num_str(idx), snd_ctl_elem_info_get_item_name(info)); in get_control()
463 err = snd_config_search(item, num_str(v), &c); in get_control()
519 err = snd_config_search(item, num_str(v), &c); in get_control()
805 * get the item type from the given comment config
867 snd_config_t *item = snd_config_iterator_entry(it); in get_comment_items() local
871 if (snd_config_get_id(item, &id) < 0) in get_comment_items()
886 err = snd_config_get_string(item, in get_comment_items()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1680 for (Object item : offsetPatternItems) { in formatOffsetLocalizedGMT()
1681 if (item instanceof String) { in formatOffsetLocalizedGMT()
1683 buf.append((String)item); in formatOffsetLocalizedGMT()
1684 } else if (item instanceof GMTOffsetField) { in formatOffsetLocalizedGMT()
1686 GMTOffsetField field = (GMTOffsetField)item; in formatOffsetLocalizedGMT()
1965 for (Object item : items) { in checkAbuttingHoursAndMinutes()
1966 if (item instanceof GMTOffsetField) { in checkAbuttingHoursAndMinutes()
1967 GMTOffsetField fld = (GMTOffsetField)item; in checkAbuttingHoursAndMinutes()
2089 // handle last item in parseOffsetPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java1610 for (Object item : offsetPatternItems) { in formatOffsetLocalizedGMT()
1611 if (item instanceof String) { in formatOffsetLocalizedGMT()
1613 buf.append((String)item); in formatOffsetLocalizedGMT()
1614 } else if (item instanceof GMTOffsetField) { in formatOffsetLocalizedGMT()
1616 GMTOffsetField field = (GMTOffsetField)item; in formatOffsetLocalizedGMT()
1895 for (Object item : items) { in checkAbuttingHoursAndMinutes()
1896 if (item instanceof GMTOffsetField) { in checkAbuttingHoursAndMinutes()
1897 GMTOffsetField fld = (GMTOffsetField)item; in checkAbuttingHoursAndMinutes()
2019 // handle last item in parseOffsetPattern()
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py145 def get_kind_group(item):
146 return KIND.get_group(item.kind)
1357 def set_flag(item, name, value):
1359 setattr(item, name, value)
1361 object.__setattr__(item, name, value)
1375 decls = (resolve_parsed(item)
1376 for item in items
1377 if item.kind is not KIND.STATEMENT)
1586 # Check only the first item.
/third_party/python/Lib/test/support/
H A D__init__.py1363 def swap_item(obj, item, new_val):
1364 """Temporary swap out an item with a new object.
1367 with swap_item(obj, "item", 5):
1370 This will set obj["item"] to 5 for the duration of the with: block,
1371 restoring the old value at the end of the block. If `item` doesn't
1378 if item in obj:
1379 real_val = obj[item]
1380 obj[item] = new_val
1384 obj[item] = real_val
1386 obj[item]
[all...]
/third_party/python/Lib/
H A Dpickle.py113 POP = b'0' # discard topmost stack item
115 DUP = b'2' # duplicate top stack item
137 GET = b'g' # push item from memo on stack; index is string arg
140 LONG_BINGET = b'j' # push item from memo on stack; index is 4-byte arg
670 # three-tuple, the state from the third tuple item will be
706 # the 4th and 5th item should be iterators that provide list
1026 for item in batch:
1027 save(item)
1042 for item in obj:
1043 save(item)
[all...]
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp640 // Work item for the recursive splitting stack.
669 const Item item = stack.top();
672 const ScalarBezCurve& distFnc = item.fDistFnc;
673 ScalarBezCurve distFncSqd = item.fDistFncSqd;
678 approximateSegment(item.fSeg, distFnc, &quadApprox);
686 const int deltaDegree = std::max(quadApproxX.degree(), item.fSegX.degree());
687 ScalarBezCurve segX = item.fSegX, segY = item.fSegY;
723 splitSegment(item.fSeg, 0.5f, &left, &right);
1059 /** Selectable menu item fo
[all...]
/third_party/python/Python/
H A Dgetargs.c62 void *item; member
229 freelist->entries[index].item = ptr; in addcleanup()
246 freelist->entries[index].item); in cleanreturn()
461 ", item %d", levels[i]-1); in seterror()
492 *levels is a 0-terminated list of item numbers,
533 "must be %d-item sequence, not %.50s", in converttuple()
560 PyObject *item; in converttuple() local
561 item = PySequence_GetItem(arg, i); in converttuple()
562 if (item == NULL) { in converttuple()
569 msg = convertitem(item, in converttuple()
[all...]
/third_party/python/Lib/test/
H A Dtest_embed.py727 for item in self.COPY_GLOBAL_CONFIG:
728 if len(item) == 3:
729 global_key, core_key, opposite = item
732 global_key, core_key = item
734 for item in self.COPY_GLOBAL_PRE_CONFIG:
735 if len(item) == 3:
736 global_key, core_key, opposite = item
739 global_key, core_key = item
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp353 for (auto item : g_appAccountSubscribes) { in GetSubscriberByUnsubscribe()
354 subscribers.emplace_back(item->subscriber); in GetSubscriberByUnsubscribe()
636 for (auto item : in) { in Convert2CArrAppAccountInfo()
638 item.GetOwner(owner); in Convert2CArrAppAccountInfo()
641 item.GetName(name); in Convert2CArrAppAccountInfo()

Completed in 43 milliseconds

1...<<61626364656667686970>>...83