Home
last modified time | relevance | path

Searched refs:next (Results 1476 - 1500 of 6320) sorted by relevance

1...<<51525354555657585960>>...253

/third_party/typescript/tests/baselines/reference/
H A DcastOfAwait.js15 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
18 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DdeclFileExportAssignmentImportInternalModule.js5 (res, req, next): void;
37 (res: any, req: any, next: any): void;
H A DnoImplicitReturnsInAsync1.js13 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
16 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DobservableInferenceCanBeMade.js10 subscribe(next?: (value: T) => void, error?: (error: any) => void, complete?: () => void): void;
16 subscribe(next?: (value: T) => void, error?: (error: any) => void, complete?: () => void): void;
H A DimportCallExpressionNestedCJS.js19 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
22 step((generator = generator.apply(thisArg, _arguments || [])).next());
/third_party/rust/crates/memchr/bench/src/
H A Dbench.rs38 let (group_name, bench_name) = (it.next().unwrap(), it.next().unwrap()); in define()
/third_party/skia/fuzz/
H A DFuzzPathMeasure.cpp16 fuzz->next(&bits); in DEF_FUZZ()
19 fuzz->next(&distance[index]); in DEF_FUZZ()
/third_party/libfuse/lib/
H A Dfuse.c68 struct lock_queue_element *next; member
97 struct list_head *next; member
132 struct lock *next; member
167 struct fuse_direntry *next; member
224 mod->next = fuse_modules; in fuse_register_module()
233 for (mp = &fuse_modules; *mp; mp = &(*mp)->next) { in fuse_unregister_module()
235 *mp = (*mp)->next; in fuse_unregister_module()
294 for (m = fuse_modules; m; m = m->next) { in fuse_find_module()
336 mp = &(*mp)->next; in fuse_put_module()
349 list->next in init_list_head()
358 list_add(struct list_head *new, struct list_head *prev, struct list_head *next) list_add() argument
380 struct list_head *next = entry->next; list_del() local
649 struct node **next; rehash_id() local
762 struct node **next; rehash_name() local
3600 struct fuse_direntry *next = de->next; free_direntries() local
4400 struct list_head *curr, *next; fuse_clean_cache() local
4742 char *next; fuse_lib_help() local
4942 char *next; fuse_new_31() local
5086 struct node *next; fuse_destroy() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbilateral_spring_node.cpp28 LOGE("Notify next failed. adapter is null."); in NotifyNext()
97 auto next = adapter_->GetNode(GetIndex() + 1); in DoCollision() local
98 if (next) { in DoCollision()
99 double nextBasePosition = next->GetValue() + decoration_; in DoCollision()
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache.cpp58 if ((lruList_.prev == &lruList_) && (lruList_.next == &lruList_)) { in GetSpace()
100 for (ListHead* node = head->next; node != head; node = node->next) { in GetBitmap()
/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/
H A Dcsv_parser.cpp54 std::pair<bool, char> HandleEscaped(char next) in HandleEscaped() argument
56 std::pair<bool, char> result { true, next }; in HandleEscaped()
57 switch (next) { in HandleEscaped()
101 // Delimiter found while not within quotes, move to next item in ParseRow()
111 // next delimiter in ParseRow()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Di_cooperate_state.cpp51 void ICooperateState::ICooperateStep::SetNext(std::shared_ptr<ICooperateStep> next) in SetNext() argument
53 if (next != nullptr) { in SetNext()
54 next_ = next; in SetNext()
/foundation/resourceschedule/memmgr/common/src/config/
H A Dreclaim_priority_config.cpp36 for (xmlNodePtr currNode = rootNodePtr->xmlChildrenNode; currNode != nullptr; currNode = currNode->next) { in ParseConfig()
62 for (xmlNodePtr currNode = rootNodePtr->xmlChildrenNode; currNode != nullptr; currNode = currNode->next) { in ParseReclaimPriorityKillableSystemAppsConfig()
96 for (xmlNodePtr currNode = rootNodePtr->xmlChildrenNode; currNode != nullptr; currNode = currNode->next) { in ParseReclaimPriorityImportantBgAppsConfig()
/foundation/distributeddatamgr/udmf/framework/common/
H A Dgraph.cpp35 EdgeNode *nextEdge = edge->next; in ~Graph()
58 edge->next = adjList_[start].firstEdge; in AddEdge()
88 edge = edge->next; in Dfs()
/third_party/elfutils/tests/
H A Dxlate_notes.c100 size_t next; in main() local
104 while ((next = gelf_getnote (data, off, &nhdr, &n_off, &d_off)) > 0) in main()
108 traditional GNU ELF Notes, so we still use the next in main()
142 off = next; in main()
/third_party/ffmpeg/libavfilter/
H A Dsignature.h73 struct FineSignature* next; member
86 struct CoarseSignature* next; member
99 struct MatchingInfo* next; member
/third_party/alsa-utils/topology/nhlt/intel/
H A Dintel-nhlt.c72 snd_config_iterator_t i, next; in find_set_values() local
85 snd_config_for_each(i, next, class_cfg) { in find_set_values()
100 snd_config_for_each(i, next, dai_cfg) { in find_set_values()
/third_party/gn/src/gn/
H A Dohos_components_impl.h20 struct OhosComponentTree *next; member
29 this->next = nullptr; in OhosComponentTree()
41 this->next = nullptr; in OhosComponentTree()
/third_party/icu/icu4c/source/common/
H A Dumutex.cpp100 UMutex *next = nullptr; in cleanup() local
101 for (UMutex *m = gListHead; m != nullptr; m = next) { in cleanup()
104 next = m->fListLink; in cleanup()
150 return true; // Caller will next call the init function. in umtx_initImplPreInit()
/third_party/mbedtls/library/
H A Dx509write.c52 for (cur = san_list; cur != NULL; cur = cur->next) { in mbedtls_x509_write_set_san_common()
76 chunk = chunk->next; in mbedtls_x509_write_set_san_common()
143 cur = cur->next; in mbedtls_x509_write_set_san_common()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cl.c11 * The above copyright notice and this permission notice (including the next
38 cl->next = cl->base; in v3dv_cl_init()
89 cl->next = cl->base; in cl_alloc_bo()
100 cl->next = cl->base + offset; in v3dv_cl_ensure_space()
/third_party/node/test/sequential/
H A Dtest-tls-securepair-client.js62 function test(keyPath, certPath, check, next) {
121 if (next) next();
/third_party/musl/libc-test/src/regression/
H A Dmalloc-encode-pointer.c34 struct meta_in *prev, *next; member
88 if ((uintptr_t)g0->meta->prev->next == (uintptr_t)g0->meta->mem) in child()
91 if ((uintptr_t)g1->meta->prev->next == (uintptr_t)g1->meta->mem) in child()
/third_party/node/deps/icu-small/source/common/
H A Dumutex.cpp100 UMutex *next = nullptr; in cleanup() local
101 for (UMutex *m = gListHead; m != nullptr; m = next) { in cleanup()
104 next = m->fListLink; in cleanup()
150 return true; // Caller will next call the init function. in umtx_initImplPreInit()
/third_party/icu/icu4c/source/samples/break/
H A Dbreak.cpp54 for (int32_t end = boundary.next(); in printEachForward()
56 start = end, end = boundary.next()) in printEachForward()
78 int32_t end = boundary.next(); in printFirst()

Completed in 14 milliseconds

1...<<51525354555657585960>>...253