| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | SimpleFilteredSentenceBreakIterator.java | 224 public int current() { in current() method in SimpleFilteredSentenceBreakIterator 225 return delegate.current(); in current()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | FCDIterCollationIterator.java | 64 CollationFCD.hasLccc(iter.current())) { in nextCodePoint() 161 CollationFCD.hasLccc(iter.current())) { in handleNextCE32() 427 * pos tracks the current text index. 432 * pos tracks the current index in the normalized string. 438 * pos tracks the current index in the normalized string.
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/ |
| H A D | minimal-http-client.c | 356 int current, int target) in system_notify_cb() 360 if (current != LWS_SYSTATE_OPERATIONAL || in system_notify_cb() 355 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
| /third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/ |
| H A D | minimal-mqtt-client-multi.c | 167 int current, int target) in system_notify_cb() 172 if (current != LWS_SYSTATE_OPERATIONAL || in system_notify_cb() 166 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | radeon_vcn_enc_3_0.c | 114 size_in_bytes = &enc->cs.current.buf[enc->cs.current.cdw++]; in radeon_enc_nalu_pps_hevc()
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone-handle-set.h | 222 explicit const_iterator(const ZoneHandleSet<T>* set, size_t current) 223 : set_(set), current_(current) {}
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | bytestrie.cpp | 69 BytesTrie::current() const { in current() function in BytesTrie 82 // Branch according to the current byte. in branchNext() 212 return current();
|
| H A D | ucharstrie.cpp | 32 UCharsTrie::current() const { in current() function in UCharsTrie 63 // Branch according to the current unit. in branchNext() 182 return current(); in next()
|
| /third_party/node/deps/npm/lib/commands/ |
| H A D | profile.js | 196 'Do not include your current or new passwords on the command line.') 205 const current = await readUserInfo.password('Current password: ') 208 value = { old: current, new: newpassword }
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/ |
| H A D | minimal-http-client.c | 220 int current, int target) in system_notify_cb() 227 if (current != LWS_SYSTATE_OPERATIONAL || target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb() 219 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
| H A D | minimal-secure-streams-testsfail.c | 758 int current, int target) in app_system_state_nf() 763 if (current == LWS_SYSTATE_OPERATIONAL) in app_system_state_nf() 757 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | local-heap.h | 49 ThreadState current = state_.load_relaxed(); in Safepoint() local 51 if (V8_UNLIKELY(current.IsRunningWithSlowPathFlag())) { in Safepoint() 127 // difficult to get a pointer to the current instance of local heap otherwise. 129 // with the current thread.
|
| /third_party/rust/crates/clap/src/builder/ |
| H A D | range.rs | 98 pub(crate) fn accepts_more(&self, current: usize) -> bool { 99 current < self.end_inclusive
|
| /third_party/skia/src/android/ |
| H A D | SkAnimatedImage.cpp | 165 int SkAnimatedImage::computeNextFrame(int current, bool* animationEnded) { in computeNextFrame() argument 169 const int frameToDecode = current + 1; in computeNextFrame()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-machinery.hh | 228 bool cmpexch (Stored *current, Stored *value) const in cmpexch() 231 return this->instance.cmpexch (current, value); in cmpexch()
|
| /third_party/python/Lib/test/libregrtest/ |
| H A D | save_env.py | 317 current = get() 319 if current != original: 326 f" After: {current} ")
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | bytestrie.cpp | 69 BytesTrie::current() const { in current() function in BytesTrie 82 // Branch according to the current byte. in branchNext() 212 return current();
|
| H A D | ucharstrie.cpp | 32 UCharsTrie::current() const { in current() function in UCharsTrie 63 // Branch according to the current unit. in branchNext() 182 return current(); in next()
|
| /third_party/skia/experimental/sktext/editor/ |
| H A D | Texts.h | 158 Position nextElement(Position current) const { return fSelectableText->nextPosition(current); } in nextElement()
|
| /third_party/musl/porting/liteos_a/user/ldso/ |
| H A D | dynlink.c | 2357 struct dso *current; in dl_iterate_phdr() local 2360 for(current = head; current;) { in dl_iterate_phdr() 2361 info.dlpi_addr = (uintptr_t)current->base; in dl_iterate_phdr() 2362 info.dlpi_name = current->name; in dl_iterate_phdr() 2363 info.dlpi_phdr = current->phdr; in dl_iterate_phdr() 2364 info.dlpi_phnum = current->phnum; in dl_iterate_phdr() 2367 info.dlpi_tls_modid = current->tls_id; in dl_iterate_phdr() 2368 info.dlpi_tls_data = !current->tls_id ? 0 : in dl_iterate_phdr() 2369 __tls_get_addr((tls_mod_off_t[]){current in dl_iterate_phdr() [all...] |
| /third_party/musl/porting/liteos_a/user_debug/ldso/ |
| H A D | dynlink.c | 2356 struct dso *current; in dl_iterate_phdr() local 2359 for(current = head; current;) { in dl_iterate_phdr() 2360 info.dlpi_addr = (uintptr_t)current->base; in dl_iterate_phdr() 2361 info.dlpi_name = current->name; in dl_iterate_phdr() 2362 info.dlpi_phdr = current->phdr; in dl_iterate_phdr() 2363 info.dlpi_phnum = current->phnum; in dl_iterate_phdr() 2366 info.dlpi_tls_modid = current->tls_id; in dl_iterate_phdr() 2367 info.dlpi_tls_data = !current->tls_id ? 0 : in dl_iterate_phdr() 2368 __tls_get_addr((tls_mod_off_t[]){current in dl_iterate_phdr() [all...] |
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil.c | 1924 void cil_destroy_ast_symtabs(struct cil_tree_node *current) in cil_destroy_ast_symtabs() argument 1926 while (current) { in cil_destroy_ast_symtabs() 1927 switch (current->flavor) { in cil_destroy_ast_symtabs() 1929 cil_symtab_array_destroy(((struct cil_block*)current->data)->symtab); in cil_destroy_ast_symtabs() 1932 cil_symtab_array_destroy(((struct cil_in*)current->data)->symtab); in cil_destroy_ast_symtabs() 1937 cil_symtab_destroy(&((struct cil_class*)current->data)->perms); in cil_destroy_ast_symtabs() 1940 cil_symtab_array_destroy(((struct cil_macro*)current->data)->symtab); in cil_destroy_ast_symtabs() 1943 cil_symtab_array_destroy(((struct cil_condblock*)current->data)->symtab); in cil_destroy_ast_symtabs() 1949 if (current->cl_head) { in cil_destroy_ast_symtabs() 1950 cil_destroy_ast_symtabs(current in cil_destroy_ast_symtabs() [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_jd.c | 363 down_read(¤t->mm->mmap_lock);
in kbase_jd_pre_external_resources() 388 alloc = kbase_map_external_resource(katom->kctx, reg, current->mm);
in kbase_jd_pre_external_resources() 390 alloc = kbase_map_external_resource(katom->kctx, reg, current->mm,
in kbase_jd_pre_external_resources() 424 up_read(¤t->mm->mmap_lock);
in kbase_jd_pre_external_resources() 490 down_read(¤t->mm->mmap_lock);
in kbase_jd_pre_external_resources() 506 up_read(¤t->mm->mmap_lock);
in kbase_jd_pre_external_resources()
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_gesture_modifier.cpp | 548 const RefPtr<NG::NGGestureRecognizer>& current, in setGestureInterrupterToNode() 553 auto gestureInfo = current->GetGestureInfo(); in setGestureInterrupterToNode() 561 ArkUIGestureRecognizer* currentArkUIGestureRecognizer = NodeModifier::CreateGestureRecognizer(current); in setGestureInterrupterToNode() 592 [userData, parallelInnerGesture](const RefPtr<NGGestureRecognizer>& current, in setInnerGestureParallelTo() 594 auto* currentArkUIGestureRecognizer = NodeModifier::CreateGestureRecognizer(current); in setInnerGestureParallelTo() 604 parallelInnerGestureEvent.current = currentArkUIGestureRecognizer; in setInnerGestureParallelTo()
|
| /third_party/backends/backend/ |
| H A D | niash.c | 162 int current = 0; in _ConvertGammaTable() local 172 hwGamma[current] = saneGamma[i]; in _ConvertGammaTable() 175 for (j = current + 1; j < HW_GAMMA_SIZE && j < next; ++j) in _ConvertGammaTable() 179 saneGamma[i + 1] * (j - current)) / (next - current); in _ConvertGammaTable() 181 current = next; in _ConvertGammaTable() 382 /* get the current system time */ in _WarmUpLamp() 417 the current one would have */ in _WaitForLamp()
|