Home
last modified time | relevance | path

Searched refs:get (Results 9351 - 9375 of 13019) sorted by relevance

1...<<371372373374375376377378379380>>...521

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DAnyTransliterator.java171 // Phase 1. Backup the START value through COMMON until we get to expanse.start or a real script. in next()
182 // PHASE 2. Move up the LIMIT value through COMMON or single script until we get to expanse.limit in next()
289 // Since Transliterators are immutable, we don't have to clone on set & get
296 return (Transliterator) m.get(ID); in getInstance()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp107 /* this file has a short name, get and use the long one */ in getLongPathname()
231 while (ifs.get(c) && pos < bufferLen) { in uprv_compareGoldenFiles()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetDecoderICU.java125 // if we get a replace, do not let the nio replace in implOnMalformedInput()
148 // if we get a replace, do not let the nio replace in implOnUnmappableCharacter()
379 offset=offsets.get(offsets.position());
414 /* get the converter implementation function */ in toUnicodeWithCallback()
610 source.get(preToUArray, preToUBegin, length); in toUnicodeWithCallback()
/third_party/node/deps/v8/src/bigint/
H A Dmul-toom.cc91 digit_t* t = temp_storage.get(); in Toom3Main()
H A Dfromstring.cc66 // Parts and multipliers both grow in each iteration, and get fewer, so we
96 RWDigits multipliers(multipliers_storage.get(), num_parts); in FromStringLarge()
H A Ddiv-burnikel.cc136 RWDigits D(scratch_mem_.get(), 2 * n); in D3n2n()
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.h220 return trace_turbo_filename_.get(); in trace_turbo_filename()
259 // get flushed while we are optimizing the code.
H A Dregister-configuration.cc159 allocatable_general_register_codes.get(), in RestrictedRegisterConfiguration()
/third_party/node/deps/v8/src/base/
H A Dvector.h183 return data_.get(); in start()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-console.cc176 raw_name = name.get(); in LogTimerEvent()
/third_party/node/deps/v8/src/heap/
H A Dread-only-heap.cc148 SoleReadOnlyHeap::shared_ro_heap_ = sole_ro_heap.get(); in CreateInitalHeapForBootstrapping()
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.cc105 return String16(str.get()); in fromDouble()
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer.h194 BackingStore* backing_store_raw() { return backing_store_.get(); } in backing_store_raw()
H A Djs-list-format.cc206 Handle<Object> item = FixedArray::get(*array, i, isolate); in ToUnicodeStringArray()
H A Djs-break-iterator.cc98 if (U_FAILURE(status) || break_iterator.get() == nullptr) { in New()
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc244 info->name = names_->GetCopy(shared.DebugNameCStr().get()); in AddFunctionInfo()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.h111 CodeRange* code_range = CodeRange::GetProcessWideCodeRange().get(); in GetEmbeddedDataForPC()
/third_party/node/deps/v8/src/snapshot/
H A Dstartup-serializer.cc269 for (int i = 0; i < length; i++) serialized_.insert(serialized.get(i)); in AddToSet()
/third_party/node/deps/v8/src/utils/
H A Dallocation.h248 // the alignment to get the start of the aligned block.
356 return page_allocator_.get(); in page_allocator()
/third_party/rust/crates/cxx/tests/ffi/
H A Dlib.rs194 fn get(self: &C) -> usize; in get() functions
308 fn get(self: &R) -> usize; in get() functions
398 fn get(&self) -> usize { in get() functions
/third_party/rust/crates/log/src/
H A Dserde.rs69 .get(v as usize) in deserialize()
164 .get(v as usize) in deserialize()
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Dviews.rs337 // To render the line right, we have to get back the original labels.
340 .get(&(line_index + 1))
/third_party/rust/crates/libloading/src/os/windows/
H A Dmod.rs165 drop(wide_filename); // Drop wide_filename here to ensure it doesn’t get moved and dropped in open_already_loaded()
204 drop(wide_filename); // Drop wide_filename here to ensure it doesn’t get moved and dropped in load_with_flags()
220 pub unsafe fn get<T>(&self, symbol: &[u8]) -> Result<Symbol<T>, crate::Error> { in get() functions
280 /// The underlying data structures may still get leaked if an error does occur.
433 /// functions like [`Library::get`] with this DLL. Using this value causes writes to read-only
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs37 // On platforms where `dlerror` is still MT-unsafe, `dlsym` (`Library::get`) can spuriously in with_dlerror()
55 // This code will only get executed if the `closure` returns `None`. in with_dlerror()
126 /// [`Library::get`] calls of the returned `Library` will look for symbols in following
243 pub unsafe fn get<T>(&self, symbol: &[u8]) -> Result<Symbol<T>, crate::Error> { in get() functions
325 /// The underlying data structures may still get leaked if an error does occur.
/third_party/python/Tools/scripts/
H A Dfixdiv.py199 list = warnings.get(filename)

Completed in 22 milliseconds

1...<<371372373374375376377378379380>>...521