Home
last modified time | relevance | path

Searched refs:get (Results 5876 - 5900 of 12209) sorted by relevance

1...<<231232233234235236237238239240>>...489

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data_helper.cpp69 auto file = static_cast<File*>(records[0].get()); in IsTempUData()
149 auto file = static_cast<File*>(records[0].get()); in Unpack()
/foundation/filemanagement/dfs_service/test/fuzztest/filetransfermanager_fuzzer/
H A Dfiletransfermanager_fuzzer.cpp106 msgHandle.PackData(dataSubPtr.get(), static_cast<uint32_t>(size)); in OnMessageHandleFuzzTest()
107 fileTransferMgrPtr->OnMessageHandle(senderNetworkId, receiverSessionId, dataSubPtr.get(), msgHandle.GetDataSize()); in OnMessageHandleFuzzTest()
/third_party/ffmpeg/libswscale/arm/
H A Doutput.S43 3: ldr r11, [r9], #4 @ get pointer @ src[j]
44 ldr r12, [r9], #4 @ get pointer @ src[j+1]
/third_party/backends/backend/genesys/
H A Dtest_scanner_interface.cpp87 return cached_regs_.get(address); in read_register()
147 return cached_fe_regs_.get(address); in read_fe_register()
/third_party/benchmark/src/
H A Dstring_util.cc137 vsnprintf(buff_ptr.get(), size, msg, args); in StrFormatImp()
138 return std::string(buff_ptr.get()); in StrFormatImp()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/
H A DRbnfScannerProviderImpl.java75 public RbnfLenientScanner get(ULocale locale, String extras) { in get() method in RbnfScannerProviderImpl
79 result = cache.get(key); in get()
111 // If we get here, it means we have a malformed set of in createScanner()
263 // get a mismatch, dump out and return 0 in prefixLength()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUPropertyAliases.java103 bytes.get(bytesTries); in load()
111 sb.append((char)bytes.get()); in load()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBreakIterator.java464 * For RuleBasedBreakIterators, get the status (tag) values from the break rule(s)
834 BreakIteratorCache cache = (BreakIteratorCache) iterCache[kind].get(); in registerInstance()
859 // breakiterator before we get to the break iterator tests. in unregister()
893 BreakIteratorCache cache = (BreakIteratorCache)iterCache[kind].get(); in getBreakInstance()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocalePriorityList.java132 * @param locale to get weight of
137 return languagesAndWeights.get(locale); in getWeight()
285 List<ULocale> s = weightToLanguages.get(weight); in build()
/third_party/icu/icu4c/source/common/
H A Dhash.h90 inline void* get(const UnicodeString& key) const;
217 inline void* Hashtable::get(const UnicodeString& key) const { in get() function in Hashtable
H A Dlocutil.cpp224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
H A Dresbund.cpp324 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { in get() function in ResourceBundle
342 ResourceBundle ResourceBundle::get(const char* key, UErrorCode& status) const { in get() function in ResourceBundle
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DRbPath.java139 return segments.get(n); in getSegment()
180 checkState(length() > 0, "cannot get parent of the empty path"); in getParent()
185 return length() > 0 && segments.get(length() - 1).charAt(0) == '<'; in isAnonymous()
H A DIcuConverterConfig.java37 .map(d -> Paths.get(d).toAbsolutePath());
222 return localeIdsMap.get(dir); in getTargetLocaleIds()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenFormatTest.java149 cal.add(q,addSet.get(q)); in testConvertDate()
151 cal.set(q,addSet.get(q)); in testConvertDate()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBreakIterator.java440 * For RuleBasedBreakIterators, get the status (tag) values from the break rule(s)
788 BreakIteratorCache cache = (BreakIteratorCache) iterCache[kind].get(); in registerInstance()
813 // breakiterator before we get to the break iterator tests. in unregister()
848 BreakIteratorCache cache = (BreakIteratorCache)iterCache[kind].get(); in getBreakInstance()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRangesTest.java58 StandardPlural actual = pluralRanges.get(start, end); in TestLocaleData()
131 StandardPlural actual = a.get(StandardPlural.ONE, StandardPlural.OTHER); in TestBasic()
H A DDataDrivenFormatTest.java152 cal.add(q,addSet.get(q)); in testConvertDate()
154 cal.set(q,addSet.get(q)); in testConvertDate()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestBoilerplate.java173 buffer.append(key + "=>" + m.get(key) + "\r\n"); in show()
182 T val = m.get(key); in getSet()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestBoilerplate.java172 buffer.append(key + "=>" + m.get(key) + "\r\n"); in show()
181 T val = m.get(key); in getSet()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocalePriorityList.java129 * @param locale to get weight of
133 return languagesAndWeights.get(locale); in getWeight()
275 List<ULocale> s = weightToLanguages.get(weight); in build()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DCustomFormatterPersonTest.java48 return new PersonNameFormatterImpl(fixedOptions.get("formality"), fixedOptions.get("length")); in createFormatter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUPropertyAliases.java104 bytes.get(bytesTries); in load()
112 sb.append((char)bytes.get()); in load()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/text/
H A DRbnfScannerProviderImpl.java77 public RbnfLenientScanner get(ULocale locale, String extras) { in get() method in RbnfScannerProviderImpl
81 result = cache.get(key); in get()
113 // If we get here, it means we have a malformed set of in createScanner()
265 // get a mismatch, dump out and return 0 in prefixLength()
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dlws-cache-ttl.c110 if (!l1->info.ops->get(l1, meta_key, pdata, psize)) in lws_cache_lookup()
115 * to get results for this... in lws_cache_lookup()
207 if (!cache->info.ops->get(cache, specific_key, pdata, psize)) { in lws_cache_item_get()

Completed in 20 milliseconds

1...<<231232233234235236237238239240>>...489