/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/gridContainer/router/ |
H A D | index.js | 90 this.get()
100 get(){
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/gridContainer/router/ |
H A D | index.js | 90 this.get()
100 get(){
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/gridContainer/router/ |
H A D | index.js | 90 this.get()
100 get(){
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/gridContainer/router/ |
H A D | index.js | 90 this.get()
100 get(){
|
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | KvManagerKVPromiseJsTest.js | 441 store.get(STORE_KEY).then((data) => { 442 console.info("SUB_DDM_DKV_KVMANAGER_CREATEKVMANAGER_PROMISE_0100 get data success"); 446 console.error('SUB_DDM_DKV_KVMANAGER_CREATEKVMANAGER_PROMISE_0100 get data err' + `, error code is ${err.code}, message is ${err.message}`); 482 store.get(STORE_KEY).then((data) => { 483 console.info("SUB_DDM_DKV_KVMANAGER_CREATEKVMANAGER_PROMISE_0200 get data success"); 487 console.error('SUB_DDM_DKV_KVMANAGER_CREATEKVMANAGER_PROMISE_0200 get data err' + `, error code is ${err.code}, message is ${err.message}`);
|
/test/xts/hats/hdf/codec/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 357 eglImageVec.assign(eglImage.get(), eglImage.get() + BUFFER_SIZE);
in BENCHMARK_F()
|
/third_party/ffmpeg/libavfilter/ |
H A D | framesync.c | 249 unsigned get) in ff_framesync_get_frame() 261 if (get) { in ff_framesync_get_frame() 248 ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe, unsigned get) ff_framesync_get_frame() argument
|
/third_party/glslang/gtests/ |
H A D | GlslMapIO.FromFile.cpp | 253 auto* shader = shaders.back().get(); in TEST_P() 282 for (const auto& shader : shaders) program.addShader(shader.get()); in TEST_P()
|
/third_party/gn/src/gn/ |
H A D | input_conversion.cc | 72 ParseNode* parse_root = parse_root_ptr->get(); // For nicer syntax below. in ParseValueOrScope() 80 Value result = parse_root->Execute(scope.get(), err); in ParseValueOrScope()
|
H A D | json_project_writer.cc | 76 // Sort the list of targets per-label to get a consistent ordering of them in FilterTargets() 392 description->MergeDictionary(outputs.get()); in GenerateJSON() 396 base::JSONWriter::WriteWithOptions(*description.get(), in GenerateJSON()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_linear.c | 188 void *get = get32_labels[get_idx]; in snd_pcm_linear_getput() local 205 goto *get; in snd_pcm_linear_getput()
|
H A D | pcm_mulaw.c | 207 void *get = get16_labels[getidx]; in snd_pcm_mulaw_encode() local 223 goto *get; in snd_pcm_mulaw_encode()
|
H A D | pcm_adpcm.c | 279 void *get = get16_labels[getidx]; in snd_pcm_adpcm_encode() local 300 goto *get; in snd_pcm_adpcm_encode()
|
H A D | pcm_alaw.c | 191 void *get = get16_labels[getidx]; in snd_pcm_alaw_encode() local 207 goto *get; in snd_pcm_alaw_encode()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | TransliterationChart.java | 251 Set sa = (Set)itemToSet.get(a); in add() 252 Set sb = (Set)itemToSet.get(b); in add()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | UConverterAlias.java | 147 b.get(gStringTable); in haveAliasData() 149 b.get(gNormalizedStringTable); in haveAliasData()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleDistance.java | 72 * Used to get the paradigm region for a cluster, if there is one. 141 buffer.get(trie); in load() 145 buffer.get(regionToPartitions); in load()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationData.java | 44 return trie.get(c); in getCE32() 48 return trie.get(c); // TODO: port UTRIE2_GET32_FROM_SUPP(trie, c) to Java? in getCE32FromSupplementary()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | FormattedValueStringBuilderImpl.java | 320 return StaticUnicodeSets.get(StaticUnicodeSets.Key.DEFAULT_IGNORABLES) in trimBack() 325 return StaticUnicodeSets.get(StaticUnicodeSets.Key.DEFAULT_IGNORABLES) in trimFront()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | NumberParserImpl.java | 348 NumberParseMatcher matcher = matchers.get(i); in parseGreedy() 367 // NOTE: If we get here, the greedy parse completed without consuming the entire string. in parseGreedy() 388 NumberParseMatcher matcher = matchers.get(i); in parseLongestRecursive()
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | filtration.py | 175 self.include_children = json_data.get("includeChildren", True) 176 self.include_scripts = json_data.get("includeScripts", False)
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | astrotst.cpp | 269 // SimpleTimeZone to get consistent behavior between JDKs. in TestSunriseTimes() 320 // It would be nice to get down to 60 seconds, but at this in TestSunriseTimes() 394 logln("cal3[a]=%.1lf, d=%d\n", cal3.getTime(status), cal3.get(UCAL_JULIAN_DAY,status)); in TestBasics() 403 logln("cal3=%.1lf, d=%d\n", cal3.getTime(status), cal3.get(UCAL_JULIAN_DAY,status)); in TestBasics()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorIDParser.java | 392 SingleID single = list.get(i); in parseCompoundID() 617 // Parse the set to get the position. in parseFilterID() 739 String inverseTarget = SPECIAL_INVERSES.get(new CaseInsensitiveString(specs.target)); in specsToSpecialInverse()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterCompare.java | 214 Integer value = m_hashtable_.get(method); in trackDifference() 251 int count = (m_hashtable_.get(s)).intValue(); in summary()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuTextWriter.java | 104 valueWasInline = appendValues(icuData.getName(), path, icuData.get(path), out); in writeTo() 206 onlyValue = values.get(0); in appendValues()
|