Home
last modified time | relevance | path

Searched refs:iter (Results 2576 - 2600 of 2913) sorted by relevance

1...<<101102103104105106107108109110>>...117

/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Dpermission_manager_test.cpp337 for (auto iter = dlpPerms.begin(); iter != dlpPerms.end(); iter++) { in PrepareJsonData1()
338 GTEST_LOG_(INFO) << "iter:" << iter->permissionName.c_str(); in PrepareJsonData1()
/third_party/ffmpeg/libavutil/
H A Dopt.c1793 void *iter = NULL; in av_opt_find2() local
1795 while (child = av_opt_child_class_iterate(c, &iter)) in av_opt_find2()
1830 const AVClass *av_opt_child_class_iterate(const AVClass *parent, void **iter) in av_opt_child_class_iterate() argument
1833 return parent->child_class_iterate(iter); in av_opt_child_class_iterate()
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp211 icu::EquivIterator iter(hash, s); in countEquivalent()
212 while (iter.next() != NULL) { in countEquivalent()
1044 icu::EquivIterator iter(*currencySymbolsEquiv, str); in collectCurrencyNames()
1046 while ((symbol = iter.next()) != NULL) { in collectCurrencyNames()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py1852 if type(node) == dict and len(node) == 1 and next(iter(node)) == parent + ".vcproj":
1853 return node[next(iter(node))]
1874 while len(root) == 1 and type(root[next(iter(root))]) == dict:
1875 root = root[next(iter(root))]
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp214 icu::EquivIterator iter(hash, s); in countEquivalent()
215 while (iter.next() != nullptr) { in countEquivalent()
1070 icu::EquivIterator iter(*currencySymbolsEquiv, str); in collectCurrencyNames()
1072 while ((symbol = iter.next()) != nullptr) { in collectCurrencyNames()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc663 FeedbackMetadataIterator iter(*this); in FeedbackMetadataVerify()
664 while (iter.HasNext()) { in FeedbackMetadataVerify()
665 iter.Next(); in FeedbackMetadataVerify()
666 FeedbackSlotKind kind = iter.kind(); in FeedbackMetadataVerify()
/third_party/python/Python/
H A Dsymtable.c1300 VISIT(st, expr, s->v.For.iter); in symtable_visit_stmt()
1466 VISIT(st, expr, s->v.AsyncFor.iter); in symtable_visit_stmt()
1989 VISIT(st, expr, lc->iter); in symtable_visit_comprehension()
2017 VISIT(st, expr, outermost->iter); in symtable_handle_comprehension()
2044 /* Outermost iter is received as an argument */ in symtable_handle_comprehension()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp1260 for (vector<MemoryObject*>::iterator iter = m_objects.begin(); iter != m_objects.end(); ++iter)
1261 delete *iter;
/third_party/python/Lib/test/
H A Dtest_weakref.py469 return iter('cba')
1414 it = iter(getattr(dict, iter_name)())
1494 it = iter(dict.items())
1521 it = iter(dict.items())
H A Dtest_types.py1100 return iter(('iter',))
1130 self.assertEqual(tuple(view), ('iter',))
1789 iter(ns)
1926 self.assertIs(gen, iter(gen))
1935 self.assertIs(iter(wrapper), wrapper)
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.cc1530 auto iter =
1533 if (iter != decls.end()) {
1535 static_cast<size_t>(std::distance(decls.begin(), iter));
1542 (*iter)->source);
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp211 icu::EquivIterator iter(hash, s); in countEquivalent()
212 while (iter.next() != NULL) { in countEquivalent()
1021 icu::EquivIterator iter(*currencySymbolsEquiv, str); in collectCurrencyNames()
1023 while ((symbol = iter.next()) != NULL) { in collectCurrencyNames()
/third_party/python/Objects/
H A Dbytesobject.c3190 PyObject *iter = _PyEval_GetBuiltin(&_Py_ID(iter)); in striter_reduce() local
3197 return Py_BuildValue("N(O)n", iter, it->it_seq, it->it_index); in striter_reduce()
3199 return Py_BuildValue("N(())", iter); in striter_reduce()
/third_party/skia/dm/
H A DDMSrcSink.cpp1743 SkDeferredDisplayList::ProgramIterator iter(context, ddl.get()); in ooprDraw()
1744 for (; !iter.done(); iter.next()) { in ooprDraw()
1745 iter.compile(); in ooprDraw()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c2629 int iter = 1, listen_freq = 0; in hostapd_dpp_chirp() local
2643 pos = os_strstr(cmd, " iter="); in hostapd_dpp_chirp()
2645 iter = atoi(pos + 6); in hostapd_dpp_chirp()
2646 if (iter <= 0) in hostapd_dpp_chirp()
2664 hapd->dpp_chirp_iter = iter; in hostapd_dpp_chirp()
/base/location/test/location_locator/source/
H A Dlocator_background_proxy_test.cpp585 auto iter = (locatorBackgroundProxy->requestsMap_)->find(0); in HWTEST_F() local
586 EXPECT_EQ(true, iter == (locatorBackgroundProxy->requestsMap_)->end()); in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_base.cpp340 std::list<InnerEvent::Pointer>::iterator iter = in HasInnerEvent() local
342 if (iter != subEventQueues_[i].queue.end()) { in HasInnerEvent()
/base/security/access_token/frameworks/js/napi/privacy/src/
H A Dpermission_record_manager_napi.cpp834 auto iter = std::find(permList.begin(), permList.end(), PermItem); in IsExistRegister() local
835 if (iter != permList.end()) { in IsExistRegister()
/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c1698 int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out) in OpensslPkcs5Pbkdf2Hmac()
1703 return PKCS5_PBKDF2_HMAC(pass, passlen, salt, saltlen, iter, digest, keylen, out); in OpensslPkcs5Pbkdf2Hmac()
1697 OpensslPkcs5Pbkdf2Hmac(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out) OpensslPkcs5Pbkdf2Hmac() argument
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/
H A Ddlp_permission_kit_test.cpp1166 for (auto& iter : ptrList) { in HWTEST_F()
1167 DlpPermissionKit::UnRegisterOpenDlpFileCallback(iter); in HWTEST_F()
/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_js.cpp459 if (auto iter = g_usageType.find(usage); iter == g_usageType.end()) { in SetUsage()
/third_party/ffmpeg/tests/fate/
H A Dvcodec.mak404 -motion_est iter -dia_size 2 \
408 -motion_est iter -dia_size 2 \
/third_party/gn/src/gn/
H A Dxcode_object.cc689 auto iter = std::lower_bound(children_.begin(), children_.end(), child, in AddChildImpl() local
691 return children_.insert(iter, std::move(child))->get(); in AddChildImpl()
/third_party/jinja2/
H A Dparser.py239 iter = self.parse_tuple(
251 return nodes.For(target, iter, body, else_, test, recursive, lineno=lineno)
/third_party/node/deps/v8/third_party/jinja2/
H A Dparser.py203 iter = self.parse_tuple(
215 return nodes.For(target, iter, body, else_, test, recursive, lineno=lineno)

Completed in 71 milliseconds

1...<<101102103104105106107108109110>>...117