/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
|
/third_party/node/test/parallel/ |
H A D | test-stream-duplex-from.js | 113 const d = Duplex.from(Promise.resolve('asd'));
|
/third_party/nghttp2/src/ |
H A D | shrpx_live_check.cc | 248 switch (dns_tracker->resolve(resolved_addr_.get(), dns_query.get())) { in initiate_connection()
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | place-dep.js | 503 throw Object.assign(new Error('could not resolve'), expl) 508 const curNode = node.resolve(edge.name)
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numrange_impl.cpp | 449 StandardPlural::Form resultPlural = fPluralRanges.resolve(firstPlural, secondPlural); in resolveModifierPlurals()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | fund.js | 186 ? Promise.resolve({ funding: 'http://example.com/pacote' })
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch.c | 92 batch->restore = batch->resolve = 0; in batch_init()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_blit.c | 311 job->resolve = reload_flags; in lima_do_blit()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflow.py | 471 outDir = Path(args.outDir).resolve()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.h | 19 // - Color blit/resolve: Used by FramebufferVk::blit() to implement blit or multisample resolve 21 // - Depth/Stencil blit/resolve: Used by FramebufferVk::blit() to implement blit or multisample 22 // resolve on depth/stencil images. 116 // |srcOffset| and |dstIndexBufferOffset| define the original blit/resolve offsets, possibly 398 int32_t resolve[2]; member
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.hpp | 463 void resolve();
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | ComputeTests.cpp | 148 ASSERT_TRUE(driver.resolve(instance)); in test()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numrange_impl.cpp | 424 StandardPlural::Form resultPlural = fPluralRanges.resolve(firstPlural, secondPlural); in resolveModifierPlurals()
|
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | SingleKvStoreKVPromiseJsTest.js | 42 return new Promise(resolve => setTimeout(resolve, ms)); 3122 var getInsertEntries = new Promise((resolve, reject) => { 3124 resolve(ChangeNotification.insertEntries); 3151 var getUpdateEntries = new Promise((resolve, reject) => { 3153 resolve(ChangeNotification.updateEntries); 3180 var getdeleteEntries = new Promise((resolve, reject) => { 3182 resolve(ChangeNotification.deleteEntries);
|
H A D | DeviceKvStoreKVCallbackJsTest.js | 43 return new Promise(resolve => setTimeout(resolve, ms)); 86 var getDeviceId = new Promise((resolve, reject) => { 89 resolve(data.deviceId);
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | DeviceKvStoreDataCallbackJsTest.js | 42 return new Promise(resolve => setTimeout(resolve, ms)); 93 var getDeviceId = new Promise((resolve, reject) => { 96 resolve(data.deviceId);
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | DeviceKvStoreKVCallbackJsTest.js | 44 return new Promise(resolve => setTimeout(resolve, ms)); 87 var getDeviceId = new Promise((resolve, reject) => { 90 resolve(data.deviceId);
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreCloudSync.test.js | 27 return new Promise(resolve => setTimeout(resolve, ms));
|
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstoreInsertJsunit.test.js | 30 return new Promise(resolve => setTimeout(resolve, ms));
|
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/ |
H A D | GeocoderMTest.test.js | 40 return new Promise(resolve => setTimeout(resolve, ms));
|
H A D | GeocoderTest.test.js | 40 return new Promise(resolve => setTimeout(resolve, ms));
|
/third_party/curl/lib/ |
H A D | urldata.h | 917 there is no name resolve done. */ 925 char *hostname_resolve; /* host name to resolve to address, allocated */ 1421 struct curl_slist *resolve; /* set to point to the set.resolve list when member 1511 BIT(wildcard_resolve); /* Set to true if any resolve change is a wildcard */ 1727 struct curl_slist *resolve; /* list of names to add/remove from member
|