/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | unified_data_helper.cpp | 69 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 D | filetransfermanager_fuzzer.cpp | 106 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 D | output.S | 43 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 D | test_scanner_interface.cpp | 87 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 D | string_util.cc | 137 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 D | RbnfScannerProviderImpl.java | 75 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 D | UPropertyAliases.java | 103 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 D | BreakIterator.java | 464 * 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 D | LocalePriorityList.java | 132 * @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 D | hash.h | 90 inline void* get(const UnicodeString& key) const; 217 inline void* Hashtable::get(const UnicodeString& key) const { in get() function in Hashtable
|
H A D | locutil.cpp | 224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames() 246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
|
H A D | resbund.cpp | 324 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 D | RbPath.java | 139 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 D | IcuConverterConfig.java | 37 .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 D | DataDrivenFormatTest.java | 149 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 D | BreakIterator.java | 440 * 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 D | PluralRangesTest.java | 58 StandardPlural actual = pluralRanges.get(start, end); in TestLocaleData() 131 StandardPlural actual = a.get(StandardPlural.ONE, StandardPlural.OTHER); in TestBasic()
|
H A D | DataDrivenFormatTest.java | 152 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 D | TestBoilerplate.java | 173 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 D | TestBoilerplate.java | 172 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 D | LocalePriorityList.java | 129 * @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 D | CustomFormatterPersonTest.java | 48 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 D | UPropertyAliases.java | 104 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 D | RbnfScannerProviderImpl.java | 77 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 D | lws-cache-ttl.c | 110 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()
|