/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 687 multiviewCreateInfo.get(), // const void* pNext in makeMultidrawRenderPass() 848 const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), imageViewType, colorFormat, colorSubresourceRange); in iterate() 872 const auto dsBufferView = makeImageView(vkd, device, dsBuffer.get(), imageViewType, dsFormat, dsSubresourceRange); in iterate() 895 const auto vertModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate() 896 const auto fragModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"), 0u); in iterate() 902 geomModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("geom"), 0u); in iterate() 906 tescModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("tesc"), 0u); in iterate() 907 teseModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("tese"), 0u); in iterate() 912 const auto pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate() 921 const std::vector<VkImageView> attachments { colorBufferView.get(), dsBufferVie in iterate() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 393 ArrayType *Int8Arr0Ty = ArrayType::get(Type::getInt8Ty(M.getContext()), 0); 584 B.CreateAnd(BitOffset, ConstantInt::get(BitsType, BitWidth - 1)); in createMaskedBitTest() 585 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); in createMaskedBitTest() 587 return B.CreateICmpNE(MaskedBits, ConstantInt::get(BitsType, 0)); in createMaskedBitTest() 592 // get initialized, we RAUW and erase them later in allocateByteArrays() once in createByteArray() 625 ConstantExpr::getIntToPtr(ConstantInt::get(Int8Ty, Mask), Int8PtrTy)); in allocateByteArrays() 631 Constant *ByteArrayConst = ConstantDataArray::get(M.getContext(), BAB.Bytes); in allocateByteArrays() 639 Constant *Idxs[] = {ConstantInt::get(IntPtrTy, 0), in allocateByteArrays() 640 ConstantInt::get(IntPtrTy, ByteArrayOffsets[I])}; in allocateByteArrays() 684 return B.CreateICmpNE(ByteAndMask, ConstantInt::get(Int8T in createBitSetTest() [all...] |
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | test_power.c | 494 .get = param_get_ac_online, 499 .get = param_get_usb_online, 504 .get = param_get_battery_status, 509 .get = param_get_battery_present, 514 .get = param_get_battery_technology, 519 .get = param_get_battery_health, 524 .get = param_get_battery_capacity, 529 .get = param_get_battery_voltage, 534 .get = param_get_battery_charge_counter, 539 .get [all...] |
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | test_power.c | 493 .get = param_get_ac_online, 498 .get = param_get_usb_online, 503 .get = param_get_battery_status, 508 .get = param_get_battery_present, 513 .get = param_get_battery_technology, 518 .get = param_get_battery_health, 523 .get = param_get_battery_capacity, 528 .get = param_get_battery_voltage, 533 .get = param_get_battery_charge_counter, 538 .get [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/ |
H A D | manager_device.py | 98 device.get("ip"), device.get("port"), device.get("usb_type")) 101 ohos_manager.get_sn_list(device.get("sn"))) 109 device.get("usb_type"), error)) 111 device.get("ip"), device.get("port"), 251 device_instance.device_id = self.__device_alias.get(device_sn, "") 363 sn, alias = device.get("sn"), device.get("alia [all...] |
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | suite_reporter.py | 80 if self.kwargs.get(ReportConstant.result_kind) == CaseResult.unavailable: 92 if self.kwargs.get(ReportConstant.result_kind) == CaseResult.unavailable: 143 test_suite_attributes.get(need_update_attribute, 0) 145 round(test_suites_attributes.get(ReportConstant.time), 3) 171 ReportConstant.message: self.kwargs.get(ReportConstant.message, "") 173 module_name = self.kwargs.get(ReportConstant.module_name, "") 192 # get test case elements that are children of test suite element 208 test_suite_attributes.get(ReportConstant.tests) - 259 if self.kwargs.get(ReportConstant.module_name, ""): 260 test_suite_attributes[ReportConstant.module_name] = self.kwargs.get( [all...] |
/test/xts/acts/distributeddatamgr/preferencesjstest/hap/entry/src/ohosTest/js/test/ |
H A D | PreferencesFlushJsunit.test.js | 55 * @tc.desc put get flush removePreferencesFromCache get promise interface test 70 await mPreferences.get(KEY_TEST_INT_ELEMENT, 1).then((res1) => { 72 console.log(TAG + "res1 = " + res1 + "get res1 succeed"); 74 console.log(TAG + "get res1 failed error message = " + err + "error code = " + err.code); 92 await mPreferences.get(KEY_TEST_INT_ELEMENT, 1).then((res2) => { 94 console.log(TAG + "res2 = " + res2 + "get res2 succeed. test0100end"); 97 console.log(TAG + "get res2 failed error message = " + err + "error code = " + err.code); 103 * @tc.desc put get flush removePreferencesFromCache get promis [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | RBBIDataWrapper.java | 71 static RBBIStateTable get(ByteBuffer bytes, int length) throws IOException { in get() method in RBBIDataWrapper.RBBIStateTable 89 byte b = bytes.get(); in get() 292 public static RBBIDataWrapper get(ByteBuffer bytes) throws IOException { in get() method in RBBIDataWrapper 300 This.fHeader.fFormatVersion[0] = bytes.get(); in get() 301 This.fHeader.fFormatVersion[1] = bytes.get(); in get() 302 This.fHeader.fFormatVersion[2] = bytes.get(); in get() 303 This.fHeader.fFormatVersion[3] = bytes.get(); in get() 339 This.fFTable = RBBIStateTable.get(bytes, This.fHeader.fFTableLen); in get() 351 This.fRTable = RBBIStateTable.get(bytes, This.fHeader.fRTableLen); in get() 358 // The seek to the start of the next item following the TRIE will get u in get() [all...] |
H A D | ICUService.java | 33 * id (for example, a locale string) to the service, and get back an 67 * <p>ICUService provides API to get the list of ids publicly 86 * of the objects returned from get, to limit the factories that can 232 * passing itself as the factory to get the object that 346 * Convenience override for get(String, String[]). This uses 349 public Object get(String descriptor) { in get() method in ICUService 354 * Convenience override for get(Key, String[]). This uses 357 public Object get(String descriptor, String[] actualReturn) { in get() method in ICUService 365 * Convenience override for get(Key, String[]). 427 if (factory == factories.get( in getKey() 741 SortedMap<String, String> get(ULocale loc, Comparator<Object> comp) { get() method in ICUService.LocaleRef [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | LSTMBreakEngine.java | 80 int embeddings = rb.get("embeddings").getInt(); in LSTMData() 81 int hunits = rb.get("hunits").getInt(); in LSTMData() 83 this.fName = rb.get("model").getString(); in LSTMData() 84 String typeString = rb.get("type").getString(); in LSTMData() 90 String[] dict = rb.get("dict").getStringArray(); in LSTMData() 91 int[] data = rb.get("data").getIntVector(); in LSTMData() 156 Integer res = fDict.get(token); in getIndex() 375 this.fData.fEmbedding[indicies.get(i)], in divideUpDictionaryRange() 388 this.fData.fEmbedding[indicies.get(i)], in divideUpDictionaryRange() 408 foundBreaks.push(offsets.get( in divideUpDictionaryRange() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | TimeUnitFormat.java | 260 Map<String, Object[]> countToPattern = timeUnitToCountToPatterns.get(timeUnit); in parseObject() 401 Map<String, Object[]> countToPatterns = timeUnitToCountToPatterns.get(timeUnit); in put() 416 Object[] pair = countToPatterns.get(pluralCount); in put() 466 // get all the patterns for each plural rule in this locale. in setup() 468 Map<String, Object[]> countToPatterns = timeUnitToCountToPatterns.get(timeUnit); in setup() 474 if (countToPatterns.get(pluralCount) == null || countToPatterns.get(pluralCount)[style] == null) { in setup() 503 Object[] pair = countToPatterns.get(srcPluralCount); in searchInTree() 518 if (countToPatterns.get(srcPluralCount) != null in searchInTree() 519 && countToPatterns.get(srcPluralCoun in searchInTree() [all...] |
/third_party/icu/icu4c/source/test/perf/unisetperf/ |
H A D | unisetperf.cpp | 175 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() function in Contains 237 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() function in SpanUTF16 288 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() function in SpanBackUTF16 338 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() function in SpanUTF8 384 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { in get() function in SpanBackUTF8 412 case 0: name = "Contains"; if (exec) return Contains::get(*this); break; in runIndexedTest() 413 case 1: name = "SpanUTF16"; if (exec) return SpanUTF16::get(*this); break; in runIndexedTest() 414 case 2: name = "SpanBackUTF16";if (exec) return SpanBackUTF16::get(*this); break; in runIndexedTest() 415 case 3: name = "SpanUTF8"; if (exec) return SpanUTF8::get(*this); break; in runIndexedTest() 416 case 4: name = "SpanBackUTF8"; if (exec) return SpanBackUTF8::get(*thi in runIndexedTest() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | TestUScript.java | 103 !scripts.get(UScript.UNKNOWN)) { in TestGetScriptExtensions() 107 !scripts.get(UScript.UNKNOWN)) { in TestGetScriptExtensions() 113 !scripts.get(UScript.ARABIC)) { in TestGetScriptExtensions() 117 !scripts.get(UScript.ARABIC) || !scripts.get(UScript.SYRIAC) || !scripts.get(UScript.MANDAIC) in TestGetScriptExtensions() 122 !scripts.get(UScript.ARABIC) || !scripts.get(UScript.THAANA)) { in TestGetScriptExtensions() 126 !scripts.get(UScript.BOPOMOFO) || !scripts.get(UScrip in TestGetScriptExtensions() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | JapaneseTest.java | 172 int gotYear = cal.get(Calendar.YEAR); in Test3860() 173 int gotEra = cal.get(Calendar.ERA); in Test3860() 205 gotYear = cal2.get(Calendar.YEAR); in Test3860() 206 gotEra = cal2.get(Calendar.ERA); in Test3860() 346 int actualVal = c.get(fieldNum); in checkExpected() 422 int nowYear = c.get(Calendar.YEAR); in TestJapaneseYear3282() 433 int thenYear = c.get(Calendar.YEAR); in TestJapaneseYear3282() 464 final int sEra = jCal.get(Calendar.ERA); // Don't assume era number for Showa in TestJpnCalAddSetNextEra() 470 int eYear = jCal.get(Calendar.EXTENDED_YEAR); in TestJpnCalAddSetNextEra() 472 errln("ERROR: set " + iEra + ", expected start year " + startYears[iEra] + " but get " in TestJpnCalAddSetNextEra() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | TestUScript.java | 100 !scripts.get(UScript.UNKNOWN)) { in TestGetScriptExtensions() 104 !scripts.get(UScript.UNKNOWN)) { in TestGetScriptExtensions() 110 !scripts.get(UScript.ARABIC)) { in TestGetScriptExtensions() 114 !scripts.get(UScript.ARABIC) || !scripts.get(UScript.SYRIAC) || !scripts.get(UScript.MANDAIC) in TestGetScriptExtensions() 119 !scripts.get(UScript.ARABIC) || !scripts.get(UScript.THAANA)) { in TestGetScriptExtensions() 123 !scripts.get(UScript.BOPOMOFO) || !scripts.get(UScrip in TestGetScriptExtensions() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | JapaneseTest.java | 169 int gotYear = cal.get(Calendar.YEAR); in Test3860() 170 int gotEra = cal.get(Calendar.ERA); in Test3860() 202 gotYear = cal2.get(Calendar.YEAR); in Test3860() 203 gotEra = cal2.get(Calendar.ERA); in Test3860() 343 int actualVal = c.get(fieldNum); in checkExpected() 419 int nowYear = c.get(Calendar.YEAR); in TestJapaneseYear3282() 430 int thenYear = c.get(Calendar.YEAR); in TestJapaneseYear3282() 461 final int sEra = jCal.get(Calendar.ERA); // Don't assume era number for Showa in TestJpnCalAddSetNextEra() 467 int eYear = jCal.get(Calendar.EXTENDED_YEAR); in TestJpnCalAddSetNextEra() 469 errln("ERROR: set " + iEra + ", expected start year " + startYears[iEra] + " but get " in TestJpnCalAddSetNextEra() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUService.java | 34 * id (for example, a locale string) to the service, and get back an 68 * <p>ICUService provides API to get the list of ids publicly 87 * of the objects returned from get, to limit the factories that can 236 * passing itself as the factory to get the object that 351 * Convenience override for get(String, String[]). This uses 354 public Object get(String descriptor) { in get() method in ICUService 359 * Convenience override for get(Key, String[]). This uses 362 public Object get(String descriptor, String[] actualReturn) { in get() method in ICUService 370 * Convenience override for get(Key, String[]). 432 if (factory == factories.get( in getKey() 746 SortedMap<String, String> get(ULocale loc, Comparator<Object> comp) { get() method in ICUService.LocaleRef [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TimeUnitFormat.java | 262 Map<String, Object[]> countToPattern = timeUnitToCountToPatterns.get(timeUnit); in parseObject() 403 Map<String, Object[]> countToPatterns = timeUnitToCountToPatterns.get(timeUnit); in put() 418 Object[] pair = countToPatterns.get(pluralCount); in put() 468 // get all the patterns for each plural rule in this locale. in setup() 470 Map<String, Object[]> countToPatterns = timeUnitToCountToPatterns.get(timeUnit); in setup() 476 if (countToPatterns.get(pluralCount) == null || countToPatterns.get(pluralCount)[style] == null) { in setup() 505 Object[] pair = countToPatterns.get(srcPluralCount); in searchInTree() 520 if (countToPatterns.get(srcPluralCount) != null in searchInTree() 521 && countToPatterns.get(srcPluralCoun in searchInTree() [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 268 generator_flags = params.get("generator_flags", {}) 269 config_path = generator_flags.get("config_path", None) 282 self.files = config.get("files", []) 284 config.get("additional_compile_targets", []) 286 self.test_target_names = set(config.get("test_targets", [])) 335 or target_dict.get("actions") 336 or target_dict.get("rules") 412 for dep in target_dicts[target_name].get("dependencies", []): 580 output_path = params.get("generator_flags", {}).get("analyzer_output_pat [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | __init__.py | 82 default_variables["GENERATOR_FLAVOR"] = params.get("flavor", "") 192 flags = os.environ.get(env_name, []) 263 elif options.use_environment and env_name and os.environ.get(env_name): 264 flags.append(FormatOpt(opt, value_predicate(os.environ.get(env_name)))) 309 type = kw.get("type") 314 "action": kw.get("action"), 475 home_dot_gyp = os.environ.get("GYP_CONFIG_DIR", None) 501 generate_formats = os.environ.get("GYP_GENERATORS", []) 516 g_o = os.environ.get("GYP_GENERATOR_OUTPUT") 629 "target_arch": cmdline_default_variables.get("target_arc [all...] |
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_XML.py | 53 n = child.get( "name" ) 54 c = child.get( "count" ) 55 m = child.get( "mode", "set" ) 62 if m == "get": 118 self.vectorequiv = element.get("vectorequiv") 121 name = element.get("name") 135 rop = child.get( 'rop' ) 136 sop = child.get( 'sop' ) 137 vop = child.get( 'vendorpriv' ) 149 self.img_reset = child.get( 'img_rese [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 268 generator_flags = params.get("generator_flags", {}) 269 config_path = generator_flags.get("config_path", None) 282 self.files = config.get("files", []) 284 config.get("additional_compile_targets", []) 286 self.test_target_names = set(config.get("test_targets", [])) 335 or target_dict.get("actions") 336 or target_dict.get("rules") 412 for dep in target_dicts[target_name].get("dependencies", []): 580 output_path = params.get("generator_flags", {}).get("analyzer_output_pat [all...] |
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | response.js | 166 get type () { 174 get url () { 192 get redirected () { 201 get status () { 209 get ok () { 218 get statusText () { 227 get headers () { 234 get body () { 240 get bodyUsed () { 364 get (targe [all...] |
/third_party/python/Lib/ |
H A D | gettext.py | 148 op = _c2py_ops.get(nexttok, nexttok) 423 tmsg = self._catalog.get(message, missing) 445 tmsg = self._catalog.get(ctxt_msg_id, missing) 474 val = os.environ.get(envar) 523 t = _translations.get(key) 563 return _localedirs.get(domain, _default_localedir) 568 t = translation(domain, _localedirs.get(domain, None)) 576 t = translation(domain, _localedirs.get(domain, None)) 587 t = translation(domain, _localedirs.get(domain, None)) 595 t = translation(domain, _localedirs.get(domai [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_compute_data_synonym_fact_closure_test.cpp | 127 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 130 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 132 context.get(), transformation_context)); in TEST() 172 context.get(), &transformation_context); in TEST() 257 context.get(), &transformation_context); in TEST() 293 context.get(), &transformation_context); in TEST() 318 context.get(), &transformation_context); in TEST() 410 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 414 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 470 context.get(), in TEST() [all...] |