Home
last modified time | relevance | path

Searched refs:get (Results 6326 - 6350 of 9674) sorted by relevance

1...<<251252253254255256257258259260>>...387

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie2_16.java70 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 DTrie2_32.java69 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 DUnicodeLocaleExtension.java87 return _keywords.get(unicodeLocaleKey); in getUnicodeLocaleType()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DChecker.java59 NGramList.NGram ngram = ngrams.get(key); in handleNGram()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DCustomFormatterGrammarCaseTest.java32 Object grammarCase = fixedOptions.get("case"); in createFormatter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DByteArrayWrapper.java69 * @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 DNumberFormatServiceShim.java87 NumberFormat fmt = (NumberFormat)service.get(desiredLocale, choice, in createInstance()
/third_party/icu/icu4c/source/i18n/
H A Dethpccal.cpp157 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()
H A Dtaiwncal.cpp163 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()
H A Dcoptccal.cpp116 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()
H A Dbuddhcal.cpp156 int32_t newYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_accessors.tex8 \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 Dlws-cache-ttl.h85 * (*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 Daco_dead_code_analysis.cpp63 if (!is_dead(ctx.uses, instr.get())) { in process_block()
/third_party/mesa3d/.gitlab-ci/b2c/
H A Dgenerate_b2c.py52 parser.add_argument('--local-container', default=environ.get('B2C_LOCAL_CONTAINER', 'alpine:latest'))
/third_party/mesa3d/bin/
H A Dkhronos-update.py25 req = requests.get(self.url)
/third_party/jerryscript/tests/jerry/es2015/
H A Dtypedarray-from.js148 get: function() {
H A Dregexp-routines.js20 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 Dproxy_delete.js22 }, get (object, propName) {
/third_party/jerryscript/tools/
H A Dsrcgenerator.py35 verbose = kwargs.get('verbose', False)
/third_party/jerryscript/tools/runners/
H A Drun-test-suite-test262.py33 execution_runtime = os.environ.get('RUNTIME', '')
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Derror.hpp65 cl_int get() const { in get() function in clover::error
/third_party/node/lib/
H A Dinspector.js90 const callback = this[messageCallbacksSymbol].get(parsed.id);
/third_party/node/lib/internal/
H A Dblocklist.js133 get rules() {
/third_party/node/lib/internal/modules/
H A Dpackage_json_reader.js49 return cache.get(jsonPath);

Completed in 13 milliseconds

1...<<251252253254255256257258259260>>...387