/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | RopeByteStringSubstringTest.java | 50 ByteString sourceString = iter.next(); in setUp() 52 sourceString = sourceString.concat(iter.next()); in setUp()
|
/third_party/python/Lib/test/ |
H A D | test_generator_stop.py | 14 next(g()) 23 next(g())
|
/third_party/typescript/tests/baselines/reference/ |
H A D | restParameterInDownlevelGenerator.js | 18 for (strings_1 = __values(strings), strings_1_1 = strings_1.next(); !strings_1_1.done; strings_1_1 = strings_1.next()) {
|
H A D | asyncMultiFile_es6.js | 12 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
15 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | declarationMaps.js | 4 (res, req, next): void; 30 (res: any, req: any, next: any): void;
|
H A D | declareFileExportAssignment.js | 4 (res, req, next): void; 30 (res: any, req: any, next: any): void;
|
H A D | declareFileExportAssignmentWithVarFromVariableStatement.js | 4 (res, req, next): void; 30 (res: any, req: any, next: any): void;
|
H A D | exportDefaultAsyncFunction.js | 10 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
13 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | importCallExpressionNestedES2015.js | 17 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
20 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | importCallExpressionNestedES2020.js | 18 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
21 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | infinitelyExpandingTypes1.js | 4 next: List<T>; 11 next: MyList<T>;
|
H A D | emitter.forAwait(target=es5).js | 57 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
60 step((generator = generator.apply(thisArg, _arguments || [])).next());
65 return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
70 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
93 return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
107 case 1: return [4 /*yield*/, y_1.next()];
146 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
149 step((generator = generator.apply(thisArg, _arguments || [])).next());
154 return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
159 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MapFieldIter.php | 116 * Move to the next position. 120 public function next() function 122 return next($this->container);
|
/third_party/skia/docs/examples/ |
H A D | Path_Iter_conicWeight.cpp | 11 SkDebugf("first verb is " "%s" "move\n", SkPath::kMove_Verb == iter.next(p) ? "" : "not "); in REG_FIDDLE() 12 SkDebugf("next verb is " "%s" "conic\n", SkPath::kConic_Verb == iter.next(p) ? "" : "not "); in REG_FIDDLE()
|
/third_party/rust/crates/nom/tests/ |
H A D | reborrow_fold.rs | 26 fold_many0(atom(tomb), String::new, |acc: String, next: String| { in list() 27 acc + next.as_str() in list()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | constraint.h | 63 struct constraint_expr *next; /* next expression */ member 69 struct constraint_node *next; /* next constraint */ member
|
/third_party/rust/crates/os_str_bytes/src/wasm/ |
H A D | raw.rs | 25 .next() 27 assert_eq!(None, chars.next(), "multiple code points found");
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config_none.c | 47 for (ssid = config->ssid; ssid; ssid = ssid->next) { in wpa_config_write() 51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_none.c | 47 for (ssid = config->ssid; ssid; ssid = ssid->next) { in wpa_config_write() 51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 58 struct td_index *next; member 69 struct dso *next, *prev; member 530 new->next = dso->td_index; in do_relocs() 583 struct dso *p = lazy_head, *next; in redo_lazy_relocs() local 585 for (; p; p=next) { in redo_lazy_relocs() 586 next = p->lazy_next; in redo_lazy_relocs() 1096 const char *rp, *next; local 1097 for (rp=reserved; *rp; rp=next) { 1098 next = strchr(rp, '.') + 1; 1099 if (strncmp(name+3, rp, next 1422 struct dso *p, *next; global() local 2160 struct dso *volatile p, *orig_tail, *orig_syms_tail, *orig_lazy_head, *next; global() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 652 if (!iset.next() || !iset.isString()) { in TestAPI() 653 errln("FAIL: UnicodeSetIterator::next/isString"); in TestAPI() 798 UBool nextv = it.next(); in TestIteration() 1366 while(si.next()) { in TestCloseOver() 1389 while(si.next()) { in TestCloseOver() 2032 while (it.next()) { in copyWithIterator() 2533 int32_t start, next; in containsSpanUTF16() local 2534 for(start=next=0; start<length;) { in containsSpanUTF16() 2535 U16_NEXT(s, next, length, c); in containsSpanUTF16() 2547 start=next; in containsSpanUTF16() 2553 int32_t start, next, maxSpanLimit=0; containsSpanUTF16() local 2730 int32_t start, next; containsSpanUTF8() local 2751 int32_t start, next, maxSpanLimit=0; containsSpanUTF8() local [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.h | 503 /* waiting for next af to sync time of supplicant. 508 /* go to listen state to wait for next af after SENDING_ACT_FRM */ 1204 /* next af subtype to cancel the remained dwell time in rx process */ 1435 #define BCM_LIST_FOR_EACH_ENTRY_SAFE(pos, next, head, member) \ 1436 list_for_each_entry_safe((pos), (next), (head), member) 1448 struct net_info *_net_info, *next; in wl_probe_wdev_all() local 1453 BCM_LIST_FOR_EACH_ENTRY_SAFE(_net_info, next, in wl_probe_wdev_all() 1466 struct net_info *_net_info, *next, *info = NULL; in wl_get_netinfo_by_fw_idx() local 1471 BCM_LIST_FOR_EACH_ENTRY_SAFE(_net_info, next, &cfg->net_list, list) { in wl_get_netinfo_by_fw_idx() 1486 struct net_info *_net_info, *next; in wl_dealloc_netinfo_by_wdev() local 1582 struct net_info *_net_info, *next; wl_delete_all_netinfo() local 1626 struct net_info *_net_info, *next; wl_get_status_all() local 1644 struct net_info *_net_info, *next; wl_set_status_all() local 1678 struct net_info *_net_info, *next; wl_set_status_by_netdev() local 1734 struct net_info *_net_info, *next; wl_get_cfgbss_by_wdev() local 1756 struct net_info *_net_info, *next; wl_get_status_by_netdev() local 1776 struct net_info *_net_info, *next; wl_get_mode_by_netdev() local 1796 struct net_info *_net_info, *next; wl_get_bssidx_by_wdev() local 1816 struct net_info *_net_info, *next; wl_get_wdev_by_fw_idx() local 1838 struct net_info *_net_info, *next; wl_get_profile_by_netdev() local 1857 struct net_info *_net_info, *next, *info = NULL; wl_get_netinfo_by_netdev() local 1876 struct net_info *_net_info, *next, *info = NULL; wl_get_netinfo_by_wdev() local [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link.c | 173 LaneResource *next = NULL; in GetValidLaneResource() local 174 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneResource.list, LaneResource, node) { in GetValidLaneResource() 294 LaneResource *next = NULL; in DetectDisableWifiDirectApply() local 295 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneResource.list, LaneResource, node) { in DetectDisableWifiDirectApply() 336 LaneResource *next = NULL; in DetectEnableWifiDirectApply() local 337 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneResource.list, LaneResource, node) { in DetectEnableWifiDirectApply() 537 LaneResource *next = NULL; in ProcessVapInfo() local 539 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneResource.list, LaneResource, node) { in ProcessVapInfo() 573 LaneResource *next = NULL; in DelLaneResourceByLaneId() local 575 LIST_FOR_EACH_ENTRY_SAFE(item, next, in DelLaneResourceByLaneId() 593 LaneResource *next = NULL; ClearLaneResourceByLaneId() local 644 LaneResource *next = NULL; FindLaneResourceByLinkType() local 699 LaneResource *next = NULL; FindLaneResourceByLaneId() local 727 LaneResource *next = NULL; UpdateLaneResourceLaneId() local 758 LaneResource *next = NULL; CheckLaneResourceNumByLinkType() local 885 LaneResource *next = NULL; FetchLaneResourceByDevId() local 914 LaneResource *next = NULL; FetchLaneResourceByDevIdHash() local 1669 LaneResource *next = NULL; DeinitLaneLink() local [all...] |
/third_party/python/Modules/ |
H A D | _json.c | 394 Py_ssize_t next /* = begin */; in scanstring_unicode() local 414 /* Find the end of the string or the next escape */ in scanstring_unicode() 419 for (next = end; next < len; next++) { in scanstring_unicode() 420 d = PyUnicode_READ(kind, buf, next); in scanstring_unicode() 425 raise_errmsg("Invalid control character at", pystr, next); in scanstring_unicode() 435 PyObject *ret = PyUnicode_Substring(pystr, end, next); in scanstring_unicode() 439 *next_end_ptr = next + 1;; in scanstring_unicode() 449 if (next ! in scanstring_unicode() [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_binary.c | 230 (*tail)->next = new; in cil_add_ocontext() 275 cil_perm = cil_perm->next; in cil_common_to_policydb() 334 for (curr = NODE(cil_class->common)->cl_head, i = 1; curr; curr = curr->next, i++) { in cil_classorder_to_policydb() 340 for (curr = NODE(cil_class)->cl_head; curr; curr = curr->next) { in cil_classorder_to_policydb() 946 cond_list->next = cond_node->true_list; in __cil_cond_insert_rule() 949 cond_list->next = cond_node->false_list; in __cil_cond_insert_rule() 961 for (cur_av = cond_list; cur_av != NULL; cur_av = cur_av->next) { in cil_cond_av_list_search() 1657 // continue if the current bit isn't the end of the driver function or the next bit is set in __cil_permx_bitmap_to_sepol_xperms_list() 1663 // is 0xff or the next bit isn't set). The next tim in __cil_permx_bitmap_to_sepol_xperms_list() 4474 class_perm_node_t *next; __cil_destroy_sepol_class_perms() local 4644 avrule_t *next; __cil_destroy_sepol_avrules() local [all...] |