Home
last modified time | relevance | path

Searched refs:current (Results 1076 - 1100 of 1865) sorted by relevance

1...<<41424344454647484950>>...75

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSimpleFilteredSentenceBreakIterator.java224 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 DFCDIterCollationIterator.java64 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 Dminimal-http-client.c356 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 Dminimal-mqtt-client-multi.c167 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 Dradeon_vcn_enc_3_0.c114 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 Dzone-handle-set.h222 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 Dbytestrie.cpp69 BytesTrie::current() const { in current() function in BytesTrie
82 // Branch according to the current byte. in branchNext()
212 return current();
H A Ducharstrie.cpp32 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 Dprofile.js196 '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 Dminimal-http-client.c220 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 Dminimal-secure-streams-testsfail.c758 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 Dlocal-heap.h49 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 Drange.rs98 pub(crate) fn accepts_more(&self, current: usize) -> bool {
99 current < self.end_inclusive
/third_party/skia/src/android/
H A DSkAnimatedImage.cpp165 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 Dhb-machinery.hh228 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 Dsave_env.py317 current = get()
319 if current != original:
326 f" After: {current} ")
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestrie.cpp69 BytesTrie::current() const { in current() function in BytesTrie
82 // Branch according to the current byte. in branchNext()
212 return current();
H A Ducharstrie.cpp32 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 DTexts.h158 Position nextElement(Position current) const { return fSelectableText->nextPosition(current); } in nextElement()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c2357 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 Ddynlink.c2356 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 Dcil.c1924 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 Dmali_kbase_jd.c363 down_read(&current->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(&current->mm->mmap_lock); in kbase_jd_pre_external_resources()
490 down_read(&current->mm->mmap_lock); in kbase_jd_pre_external_resources()
506 up_read(&current->mm->mmap_lock); in kbase_jd_pre_external_resources()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp548 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 Dniash.c162 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()

Completed in 28 milliseconds

1...<<41424344454647484950>>...75