Home
last modified time | relevance | path

Searched refs:resolve (Results 1126 - 1150 of 2428) sorted by relevance

1...<<41424344454647484950>>...98

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DNumberParserImpl.java143 Currency currency = CustomSymbolCurrency.resolve(properties.getCurrency(), locale, symbols); in createParserFromProperties()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberPropertyMapper.java118 Currency currency = CustomSymbolCurrency.resolve(properties.getCurrency(), locale, symbols); in oldToNew()
/third_party/icu/icu4c/source/i18n/
H A Dnumrange_impl.cpp449 StandardPlural::Form resultPlural = fPluralRanges.resolve(firstPlural, secondPlural); in resolveModifierPlurals()
/third_party/mesa3d/bin/pick/
H A Dcore.py198 async def resolve(self, ui: 'UI') -> None: member in Commit
/third_party/node/test/parallel/
H A Dtest-stream-duplex-from.js113 const d = Duplex.from(Promise.resolve('asd'));
/third_party/nghttp2/src/
H A Dshrpx_live_check.cc248 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 Dplace-dep.js503 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 Dnumrange_impl.cpp449 StandardPlural::Form resultPlural = fPluralRanges.resolve(firstPlural, secondPlural); in resolveModifierPlurals()
/third_party/node/deps/npm/test/lib/commands/
H A Dfund.js186 ? Promise.resolve({ funding: 'http://example.com/pacote' })
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c92 batch->restore = batch->resolve = 0; in batch_init()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c311 job->resolve = reload_flags; in lima_do_blit()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py471 outDir = Path(args.outDir).resolve()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.h19 // - 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 DSurface.hpp463 void resolve();
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp148 ASSERT_TRUE(driver.resolve(instance)); in test()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumrange_impl.cpp424 StandardPlural::Form resultPlural = fPluralRanges.resolve(firstPlural, secondPlural); in resolveModifierPlurals()
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DSingleKvStoreKVPromiseJsTest.js42 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 DDeviceKvStoreKVCallbackJsTest.js43 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 DDeviceKvStoreDataCallbackJsTest.js42 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 DDeviceKvStoreKVCallbackJsTest.js44 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 DRelationalStoreCloudSync.test.js27 return new Promise(resolve => setTimeout(resolve, ms));
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbstoreInsertJsunit.test.js30 return new Promise(resolve => setTimeout(resolve, ms));
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/
H A DGeocoderMTest.test.js40 return new Promise(resolve => setTimeout(resolve, ms));
H A DGeocoderTest.test.js40 return new Promise(resolve => setTimeout(resolve, ms));
/third_party/curl/lib/
H A Durldata.h917 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

Completed in 58 milliseconds

1...<<41424344454647484950>>...98