/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Trie2_16.java | 70 public final int get(int codePoint) { in get() method in Trie2_16 120 * This function returns the same value as get() if the input 125 * while Trie2.get() returns the main value.
|
H A D | Trie2_32.java | 69 public final int get(int codePoint) { in get() method in Trie2_32 119 * This function returns the same value as get() if the input 124 * while Trie2.get() returns the main value.
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | UnicodeLocaleExtension.java | 87 return _keywords.get(unicodeLocaleKey); in getUnicodeLocaleType()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | Checker.java | 59 NGramList.NGram ngram = ngrams.get(key); in handleNGram()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
H A D | CustomFormatterGrammarCaseTest.java | 32 Object grammarCase = fixedOptions.get("case"); in createFormatter()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | ByteArrayWrapper.java | 69 * @param source the ByteBuffer from which to get the data. 74 source.get(bytes,0,size); in ByteArrayWrapper() 139 public final ByteArrayWrapper get(byte[] target, int start, int limit)
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NumberFormatServiceShim.java | 87 NumberFormat fmt = (NumberFormat)service.get(desiredLocale, choice, in createInstance()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ethpccal.cpp | 157 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()
|
H A D | taiwncal.cpp | 163 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()
|
H A D | coptccal.cpp | 116 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()
|
H A D | buddhcal.cpp | 156 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_accessors.tex | 8 \begin{Name}{3}{unw\_get\_accessors}{David Mosberger-Tang}{Programming Library}{unw\_get\_accessors}unw\_get\_accessors -- get pointer to accessor call-backs
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-cache-ttl.h | 85 * (*get)() will return for this tag name. 93 * lws_cache_heap_lookup() - get a list of matching items 124 * itsems. Typically user code will get the lookup results, and then perform 125 * get operations on each item in its desired order, that will bring the items 136 * lws_cache_item_get() - bring a specific item into L1 and get payload info 139 * \param specific_key: the key string of the item to get 290 (*get)(struct lws_cache_ttl_lru *cache, const char *specific_key, member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_dead_code_analysis.cpp | 63 if (!is_dead(ctx.uses, instr.get())) { in process_block()
|
/third_party/mesa3d/.gitlab-ci/b2c/ |
H A D | generate_b2c.py | 52 parser.add_argument('--local-container', default=environ.get('B2C_LOCAL_CONTAINER', 'alpine:latest'))
|
/third_party/mesa3d/bin/ |
H A D | khronos-update.py | 25 req = requests.get(self.url)
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | typedarray-from.js | 148 get: function() {
|
H A D | regexp-routines.js | 20 Object.getOwnPropertyDescriptor(RegExp.prototype, 'flags').get.call(42); 37 Object.defineProperty(o, 'multiline', { 'get': function () {throw "abrupt flag get"; }}); 42 assert (e === "abrupt flag get"); 55 Object.defineProperty (o, 'source', { 'get' : function () {throw "abrupt source get"; } }); 60 assert (e === "abrupt source get"); 72 Object.defineProperty (o, 'flags', { 'get' : function () {throw "abrupt flags get"; } }); 77 assert (e === "abrupt flags get"); [all...] |
H A D | proxy_delete.js | 22 }, get (object, propName) {
|
/third_party/jerryscript/tools/ |
H A D | srcgenerator.py | 35 verbose = kwargs.get('verbose', False)
|
/third_party/jerryscript/tools/runners/ |
H A D | run-test-suite-test262.py | 33 execution_runtime = os.environ.get('RUNTIME', '')
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | error.hpp | 65 cl_int get() const { in get() function in clover::error
|
/third_party/node/lib/ |
H A D | inspector.js | 90 const callback = this[messageCallbacksSymbol].get(parsed.id);
|
/third_party/node/lib/internal/ |
H A D | blocklist.js | 133 get rules() {
|
/third_party/node/lib/internal/modules/ |
H A D | package_json_reader.js | 49 return cache.get(jsonPath);
|