/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 68 resolve("001"); in TerritoryContainment() 96 private Set<String> resolve(String region) { in resolve() method in LocaleDistanceBuilder.TerritoryContainment 104 resolved.putAll(region, resolve(subregion)); in resolve()
|
/third_party/node/lib/ |
H A D | repl.js | 217 // Hack for require.resolve("./relative") to work properly. 218 module.filename = path.resolve('repl'); 220 // path.resolve('repl') fails when the current working directory has been 224 module.filename = path.resolve(dirname, 'repl'); 631 const interrupt = new Promise((resolve, reject) => { 1368 dir = path.resolve(dir, subdir); 1386 const absolute = path.resolve(dir, dirent.name); 1430 dir = path.resolve(dir, subdir); 1451 const absolute = path.resolve(dir, name);
|
/third_party/curl/lib/ |
H A D | hostip.c | 87 * that. The host may not be able to resolve IPv6, but we don't really have to 95 * Windows, and then the name resolve will be done in a new thread, and the 317 /* See if the returned entry matches the required resolve mode */ in fetch_addr() 668 * Curl_resolv() is the main name resolve function within libcurl. It resolves 694 /* We should intentionally error and not resolve .onion TLDs */ in Curl_resolv() 813 the resolve call */ in Curl_resolv() 819 /* the response to our resolve call will come asynchronously at in Curl_resolv() 934 "remaining timeout of %ld too small to resolve via SIGALRM method", in Curl_resolv_timeout() 1114 for(hostp = data->state.resolve; hostp; hostp = hostp->next) { in Curl_loadhostpairs() 1215 infof(data, "Ignoring resolve addres in Curl_loadhostpairs() [all...] |
/third_party/node/lib/internal/fs/ |
H A D | promises.js | 229 new Promise((resolve, reject) => { 230 this[kCloseResolve] = resolve;
|
/third_party/node/test/common/ |
H A D | index.js | 825 return new Promise((resolve, reject) => { 832 resolve(); 868 return new Promise((resolve, reject) => { 870 resolve({
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_private.h | 151 uint32_t resolve : 1; member 457 } resolve; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_gmem.c | 206 if (batch->resolve & (FD_BUFFER_DEPTH | FD_BUFFER_STENCIL)) 209 if (batch->resolve & FD_BUFFER_COLOR)
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | json.h | 1033 const Value& resolve(const Value& root) const; 1034 Value resolve(const Value& root, const Value& defaultValue) const;
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 983 const Value& resolve(const Value& root) const; 984 Value resolve(const Value& root, const Value& defaultValue) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 983 const Value& resolve(const Value& root) const; 984 Value resolve(const Value& root, const Value& defaultValue) const;
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 983 const Value& resolve(const Value& root) const; 984 Value resolve(const Value& root, const Value& defaultValue) const;
|
/third_party/rust/crates/rustix/src/ |
H A D | io_uring.rs | 923 pub resolve: crate::fs::ResolveFlags, 1145 check_struct!(open_how, flags, mode, resolve); in io_uring_layouts()
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-readablestream.js | 939 promise = new Promise((resolve) => res = resolve); 1005 const ready = new Promise((resolve) => res = resolve);
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 911 /// Collect all of our unresolved type references and resolve them. 922 warn!("Could not resolve type reference, falling back \ in resolve_typerefs() 952 /// Panics if attempt to resolve given `ItemId` inside the given 1235 .resolve(self) in assert_every_item_in_a_module() 1375 .resolve(self) in uses_template_parameter() 1467 /// Panics if the given id does not resolve to any item. 1863 // resolve the canonical type if there is one and it's in builtin_or_resolved_ty() 1983 ty.elem_type().expect("Not able to resolve complex type?"); in build_builtin_ty() 2523 .resolve(self) in compute_enum_typedef_combos() 2853 pub fn resolve(sel functions [all...] |
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 1007 p.resolve(inner_type) in value_parser() 1028 .map(|p| p.resolve(field_type)) in action() 1078 fn resolve(self, _inner_type: &Type) -> Method { in resolve() functions 1110 pub fn resolve(self, _field_type: &Type) -> Method { in resolve() functions
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 732 // the final resolve to ensure that we get the correct type for them. 1531 if (Init *Val = R.resolve(VarName)) 1664 // Substitute and resolve template arguments 2093 // DO NOT resolve record values to the name at this point because 2102 // resolve steps after completely instantiating defs takes care of 2119 if (SkipVal == &Value) // Skip resolve the same field as the given one 2407 Init *MapResolver::resolve(Init *VarName) { 2425 Init *RecordResolver::resolve(Init *VarName) { 2448 Init *TrackUnresolvedResolver::resolve(Init *VarName) { 2452 I = R->resolve(VarNam [all...] |
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | 17 Module2["ready"] = new Promise(function(resolve, reject) { 18 readyPromiseResolve = resolve; [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | NumberParserImpl.java | 141 Currency currency = CustomSymbolCurrency.resolve(properties.getCurrency(), locale, symbols); in createParserFromProperties()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberPropertyMapper.java | 117 Currency currency = CustomSymbolCurrency.resolve(properties.getCurrency(), locale, symbols); in oldToNew()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuTextWriter.java | 52 Path file = outDir.resolve(icuData.getName() + ".txt"); in writeToFile()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | ResultSpec.java | 210 // variables applied earlier and we should just need to resolve() it into a String. in getValues() 347 Optional<String> fallback = fallbackSpec.resolve(); in maybeRewriteFallbackSpec()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | NumberParserImpl.java | 143 Currency currency = CustomSymbolCurrency.resolve(properties.getCurrency(), locale, symbols); in createParserFromProperties()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberPropertyMapper.java | 118 Currency currency = CustomSymbolCurrency.resolve(properties.getCurrency(), locale, symbols); in oldToNew()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numrange_impl.cpp | 449 StandardPlural::Form resultPlural = fPluralRanges.resolve(firstPlural, secondPlural); in resolveModifierPlurals()
|
/third_party/mesa3d/bin/pick/ |
H A D | core.py | 198 async def resolve(self, ui: 'UI') -> None: member in Commit
|