/third_party/typescript/tests/baselines/reference/ |
H A D | castOfAwait.js | 15 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
18 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | declFileExportAssignmentImportInternalModule.js | 5 (res, req, next): void; 37 (res: any, req: any, next: any): void;
|
H A D | noImplicitReturnsInAsync1.js | 13 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
16 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | observableInferenceCanBeMade.js | 10 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 D | importCallExpressionNestedCJS.js | 19 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 D | bench.rs | 38 let (group_name, bench_name) = (it.next().unwrap(), it.next().unwrap()); in define()
|
/third_party/skia/fuzz/ |
H A D | FuzzPathMeasure.cpp | 16 fuzz->next(&bits); in DEF_FUZZ() 19 fuzz->next(&distance[index]); in DEF_FUZZ()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 68 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 D | bilateral_spring_node.cpp | 28 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 D | ui_font_cache.cpp | 58 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 D | csv_parser.cpp | 54 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 D | i_cooperate_state.cpp | 51 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 D | reclaim_priority_config.cpp | 36 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 D | graph.cpp | 35 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 D | xlate_notes.c | 100 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 D | signature.h | 73 struct FineSignature* next; member 86 struct CoarseSignature* next; member 99 struct MatchingInfo* next; member
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | intel-nhlt.c | 72 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 D | ohos_components_impl.h | 20 struct OhosComponentTree *next; member 29 this->next = nullptr; in OhosComponentTree() 41 this->next = nullptr; in OhosComponentTree()
|
/third_party/icu/icu4c/source/common/ |
H A D | umutex.cpp | 100 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 D | x509write.c | 52 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 D | v3dv_cl.c | 11 * 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 D | test-tls-securepair-client.js | 62 function test(keyPath, certPath, check, next) { 121 if (next) next();
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-encode-pointer.c | 34 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 D | umutex.cpp | 100 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 D | break.cpp | 54 for (int32_t end = boundary.next(); in printEachForward() 56 start = end, end = boundary.next()) in printEachForward() 78 int32_t end = boundary.next(); in printFirst()
|