Home
last modified time | relevance | path

Searched refs:get (Results 5376 - 5400 of 11095) sorted by relevance

1...<<211212213214215216217218219220>>...444

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrencyServiceShim.java47 Currency curr = (Currency)service.get(loc); in createInstance()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DIndexer.java39 return convertIndexFn.apply(indexMap.get(value)); in apply()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DIndexerTest.java24 Indexer<String, String> indexer = Indexer.create(words::get); in testWithTransform()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrencyServiceShim.java48 Currency curr = (Currency)service.get(loc); in createInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DSymbolMatcher.java30 uniSet = StaticUnicodeSets.get(key); in SymbolMatcher()
/third_party/icu/icu4c/source/common/
H A Duniquecharstr.h20 * Intended to be stack-allocated. Add strings, get a unique number for each,
21 * freeze the object, get a char * pointer for each string,
85 const char *get(int32_t i) const { in get() function in UniqueCharStrings
/third_party/libwebsockets/lib/misc/lwsac/
H A Dlwsac.cxx60 lssAc::get(lssbuf_t *lb) in get() function in lssAc
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-3836.js48 get [Symbol.species] (){
H A Dstring-prototype-includes.js75 "foo".includes({get [Symbol.match] () { throw 5}});
H A Dstring-prototype-endswith.js76 "foo".endsWith({get [Symbol.match] () { throw 5}});
H A Dfor-of.js62 Object.defineProperty(obj, Symbol.iterator, { get : function () { throw TypeError ('foo');}});
H A Dstring-prototype-match.js47 Object.defineProperty (regexp2, Symbol.match, { get () { throw 5 }});
H A Dstring-prototype-startswith.js69 "foo".startsWith({get [Symbol.match] () { throw 5}});
H A Dregexp-flags.js72 assert(flagsProp.get.call({}) === '');
/third_party/jerryscript/tests/jerry/
H A Dobject_seal.js34 Object.defineProperty(obj, 'foo', { get: function() { return 42; } }); // throws a TypeError
/third_party/json/docs/examples/
H A Dfrom_json__non_default_constructible.cpp50 auto p = j.get<ns::person>(); in main()
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
H A Dtmod_ki.c92 An example of using out_data to get back a structure:ki_read_t rif;
/third_party/ltp/testcases/kernel/device-drivers/agp/user_space/
H A Dtagp_ki.c92 An example of using out_data to get back a structure:ki_read_t rif;
/third_party/node/test/parallel/
H A Dtest-diagnostics-channel-http-server-start.js49 http.get(`http://localhost:${port}`, (res) => {
H A Dtest-http-after-connect.js61 http.get({
H A Dtest-http-client-agent.js55 const req = http.get({
H A Dtest-http-dns-error.js40 const req = mod.get({ host: host, port: 42 }, common.mustNotCall());
48 // http.get() called req1.end() for us
H A Dtest-http-default-port.js50 mod.get({
H A Dtest-http-response-statuscode.js78 http.get({
H A Dtest-http-same-map.js21 const req = http.get({ host, port });

Completed in 11 milliseconds

1...<<211212213214215216217218219220>>...444