Home
last modified time | relevance | path

Searched refs:get (Results 701 - 725 of 11015) sorted by relevance

1...<<21222324252627282930>>...441

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDisplayNameTest.java42 public String get(ULocale locale, String code, Object context); in get() method
69 // TODO fix once there is a way to get a list of all script codes
71 // TODO fix once there is a way to get a list of all currency codes
107 public String get(ULocale loc, String code, Object context) { in checkLocale()
113 public String get(ULocale loc, String code, Object context) { in checkLocale()
120 public String get(ULocale loc, String code, Object context) { in checkLocale()
127 public String get(ULocale loc, String code, Object context) { in checkLocale()
138 public String get(ULocale loc, String code, Object context) { in checkLocale()
148 Map data = (Map)zoneData.get(locale); in getZoneString()
156 UResourceBundle stringSet = table.get( in getZoneString()
[all...]
/third_party/json/tests/src/
H A Dunit-reference_access.cpp39 CHECK(p1 == value.get<test_type>());
43 CHECK(p2 == value.get<test_type>());
72 CHECK(p2 == value.get<test_type>());
83 CHECK(p1 == value.get<test_type>());
87 CHECK(p2 == value.get<test_type>());
113 CHECK(p1 == value.get<test_type>());
117 CHECK(p2 == value.get<test_type>());
143 CHECK(p1 == value.get<test_type>());
147 CHECK(p2 == value.get<test_type>());
173 CHECK(p1 == value.get<test_typ
[all...]
/third_party/node/tools/
H A Dinstall.py152 if 'true' == variables.get('node_shared'):
161 output_lib = 'libnode.' + variables.get('shlib_suffix')
171 so_name = 'libnode.' + re.sub(r'\.x$', '.so', variables.get('shlib_suffix'))
172 action([output_prefix + so_name], variables.get('libdir') + '/' + so_name)
178 output_lib = 'libnode.' + variables.get('shlib_suffix')
179 action([output_prefix + output_lib], variables.get('libdir') + '/' + output_lib)
180 if 'true' == variables.get('node_use_dtrace'):
194 if 'true' == variables.get('node_install_npm'):
197 if 'true' == variables.get('node_install_corepack'):
287 if 'false' == variables.get('node_shared_libu
[all...]
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js24 parent = chain.get(parent)
28 ? sandboxes.get(parent)
41 const _get = Symbol('sandbox.proxy.get')
76 get: this[_get].bind(this),
87 get config () {
91 get logs () {
95 get global () {
99 get home () {
103 get project () {
107 get cach
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp36 BuildMI(MBB, I, DL, get(BPF::MOV_rr), DestReg) in copyPhysReg()
39 BuildMI(MBB, I, DL, get(BPF::MOV_rr_32), DestReg) in copyPhysReg()
78 BuildMI(*BB, MI, dl, get(LdOpc)) in expandMEMCPY()
81 BuildMI(*BB, MI, dl, get(StOpc)) in expandMEMCPY()
92 BuildMI(*BB, MI, dl, get(BPF::LDW)) in expandMEMCPY()
94 BuildMI(*BB, MI, dl, get(BPF::STW)) in expandMEMCPY()
99 BuildMI(*BB, MI, dl, get(BPF::LDH)) in expandMEMCPY()
101 BuildMI(*BB, MI, dl, get(BPF::STH)) in expandMEMCPY()
106 BuildMI(*BB, MI, dl, get(BPF::LDB)) in expandMEMCPY()
108 BuildMI(*BB, MI, dl, get(BP in expandMEMCPY()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_app.py105 return self.settings.get(key, None)
124 if settings.get("DEFINES") is not None:
127 if settings.get("OS_INCLUDE") is not None:
129 if settings.get("INCLUDE") is not None:
135 if settings.get("LD_DIRS") is not None:
136 self.app_ld_dirs.extend(settings.get("LD_DIRS"))
137 if settings.get("AR_FLAGS") is not None:
139 if settings.get("LD_FLAGS") is not None:
141 if settings.get("CC_FLAGS") is not None:
143 if settings.get("AS_FLAG
[all...]
/test/testfwk/xdevice/src/xdevice/_core/
H A Dplugin.py51 return self.__dict__.get(item)
59 def get(self, key, default=""): member in Config
60 return self.__dict__.get(key, default)
99 self.plugin_type = _param_dict.get("type")
100 self.plugin_id = _param_dict.get("id")
128 interfaces = self._builtin_plugin.get(self.plugin_type, [])
161 if not _PLUGINS.get(key):
164 plugins.insert(0, _PLUGINS.get(key)[0])
166 plugins.append(_PLUGINS.get(key)[0])
170 return _PLUGINS.get((plugin_typ
[all...]
/third_party/node/src/crypto/
H A Dcrypto_dsa.cc45 EVP_PKEY_paramgen_init(param_ctx.get()) <= 0 || in Setup()
47 param_ctx.get(), in Setup()
54 param_ctx.get(), params->params.divisor_bits) <= 0) { in Setup()
59 if (EVP_PKEY_paramgen(param_ctx.get(), &raw_params) <= 0) in Setup()
63 EVPKeyCtxPointer key_ctx(EVP_PKEY_CTX_new(key_params.get(), nullptr)); in Setup()
65 if (!key_ctx || EVP_PKEY_keygen_init(key_ctx.get()) <= 0) in Setup()
119 return PKEY_PKCS8_Export(key_data.get(), out); in DoExport()
123 return PKEY_SPKI_Export(key_data.get(), out); in DoExport()
138 int type = EVP_PKEY_id(m_pkey.get()); in GetDsaKeyDetail()
141 const DSA* dsa = EVP_PKEY_get0_DSA(m_pkey.get()); in GetDsaKeyDetail()
[all...]
/third_party/node/test/parallel/
H A Dtest-vm-global-setter.js17 assert.strictEqual(typeof descriptor1.get, 'function');
25 assert.strictEqual(typeof descriptor2.get, 'function');
45 assert.strictEqual(typeof descriptor5.get, 'function');
53 assert.strictEqual(typeof descriptor6.get, 'function');
73 assert.strictEqual(typeof descriptor9.get, 'function');
125 get: common.mustCall(() => 42),
130 get: common.mustCall(() => 43),
136 get: common.mustCall(() => 46),
141 get: common.mustCall(() => 47),
147 get
[all...]
H A Dtest-zlib-convenience-methods.js61 `Should get original string after ${method[0]}/` +
69 `Should get original string after ${method[0]}/` +
76 `Should get engine ${method[2]} after ${method[0]} ` +
82 `Should get original string after ${method[0]}/` +
85 `Should get engine ${method[3]} after ${method[0]} ` +
94 `Should get original string after ${method[0]}Sync/` +
103 `Should get original string after ${method[0]}Sync/` +
111 `Should get engine ${method[2]} after ${method[0]} ` +
116 `Should get original string after ${method[0]}Sync/` +
119 `Should get engin
[all...]
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_urllib.py81 import_mod = results.get("module")
97 mod_member = results.get("mod_member")
99 member = results.get("member")
170 module_dot = results.get("bare_with_attr")
171 member = results.get("member")
186 if results.get("module"):
188 elif results.get("mod_member"):
190 elif results.get("bare_with_attr"):
193 elif results.get("module_star"):
195 elif results.get("module_a
[all...]
/third_party/skia/tests/
H A DDeviceTest.cpp53 sk_sp<SkSpecialImage> special = DeviceTestingAccess::MakeSpecial(bmDev.get(), bm);
62 special = DeviceTestingAccess::MakeSpecial(bmDev.get(), image.get());
70 special = DeviceTestingAccess::SnapSpecial(bmDev.get());
96 sk_sp<SkSpecialImage> special = DeviceTestingAccess::MakeSpecial(device.get(), bm); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
105 special = DeviceTestingAccess::MakeSpecial(device.get(), image.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
115 special = DeviceTestingAccess::MakeSpecial(device.get(), image.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
123 special = DeviceTestingAccess::SnapSpecial(device.get()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all...]
H A DSRGBTest.cpp27 SkColorSpaceXformSteps linearize{ sRGB.get(),upm, linear.get(),upm}, in DEF_TEST()
28 reencode {linear.get(),upm, sRGB.get(),upm}; in DEF_TEST()
56 SkColorSpaceXformSteps steps {linear.get(),upm, sRGB.get(),upm}; in DEF_TEST()
101 SkColorSpaceXformSteps linearize{ cs.get(),upm, linear.get(),upm}, in DEF_TEST()
102 reencode {linear.get(),upm, cs.get(),up in DEF_TEST()
[all...]
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu_bidi.cpp27 Position getLength() override { return SkUnicode_IcuBidi::bidi_getLength(fBidi.get()); }
29 Level getLevelAt(Position pos) override { return SkUnicode_IcuBidi::bidi_getLevelAt(fBidi.get(), pos); }
49 SkUnicode_IcuBidi::bidi_setPara(bidi.get(), (const UChar*)utf16, utf16Units, bidiLevel, nullptr, &status); in makeBidiIterator()
73 SkDEBUGCODE(int dstLen =) SkUTF::UTF8ToUTF16(utf16.get(), utf16Units, utf8, utf8Units); in makeBidiIterator()
76 return makeBidiIterator(utf16.get(), utf16Units, dir); in makeBidiIterator()
103 SkUnicode_IcuBidi::bidi_setPara(bidi.get(), (const UChar*)utf16.c_str(), utf16.size(), bidiLevel, nullptr, in extractBidi()
117 Position end16 = SkUnicode_IcuBidi::bidi_getLength(bidi.get()); in extractBidi()
122 if (SkUnicode_IcuBidi::bidi_getDirection(bidi.get()) != UBIDI_MIXED) { in extractBidi()
124 bidiRegions->emplace_back(0, utf8Units, SkUnicode_IcuBidi::bidi_getLevelAt(bidi.get(), 0)); in extractBidi()
129 auto level = SkUnicode_IcuBidi::bidi_getLevelAt(bidi.get(), pos1 in extractBidi()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp118 return taskCount.get(); in drawCount()
286 const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate()
304 const auto meshShader = createShaderModule(vkd, device, binaries.get("mesh")); in iterate()
305 const auto fragShader = createShaderModule(vkd, device, binaries.get("frag")); in iterate()
309 taskShader = createShaderModule(vkd, device, binaries.get("task")); in iterate()
315 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), imageExtent.width, imageExtent.height); in iterate()
347 const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate()
348 taskShader.get(), meshShader.get(), fragShade in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp118 return taskCount.get(); in drawCount()
286 const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate()
304 const auto meshShader = createShaderModule(vkd, device, binaries.get("mesh")); in iterate()
305 const auto fragShader = createShaderModule(vkd, device, binaries.get("frag")); in iterate()
309 taskShader = createShaderModule(vkd, device, binaries.get("task")); in iterate()
315 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), imageExtent.width, imageExtent.height); in iterate()
347 const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate()
348 taskShader.get(), meshShader.get(), fragShade in iterate()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCompatibilityTest.java102 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY, in TestGregorianChangeover()
103 dom = cal.get(Calendar.DATE), dow = cal.get(Calendar.DAY_OF_WEEK); in TestGregorianChangeover()
205 year2 = cal.get(Calendar.YEAR); in TestMapping()
206 month2 = cal.get(Calendar.MONTH); in TestMapping()
207 dom2 = cal.get(Calendar.DAY_OF_MONTH); in TestMapping()
226 year2 = cal.get(Calendar.YEAR); in TestMapping()
227 month2 = cal.get(Calendar.MONTH); in TestMapping()
228 dom2 = cal.get(Calenda in TestMapping()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCompatibilityTest.java105 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY, in TestGregorianChangeover()
106 dom = cal.get(Calendar.DATE), dow = cal.get(Calendar.DAY_OF_WEEK); in TestGregorianChangeover()
208 year2 = cal.get(Calendar.YEAR); in TestMapping()
209 month2 = cal.get(Calendar.MONTH); in TestMapping()
210 dom2 = cal.get(Calendar.DAY_OF_MONTH); in TestMapping()
229 year2 = cal.get(Calendar.YEAR); in TestMapping()
230 month2 = cal.get(Calendar.MONTH); in TestMapping()
231 dom2 = cal.get(Calenda in TestMapping()
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapTest.java135 assertEquals(11, message.getInt32ToInt32Field().get(1).intValue()); in assertMapValuesSet()
136 assertEquals(22, message.getInt32ToInt32Field().get(2).intValue()); in assertMapValuesSet()
137 assertEquals(33, message.getInt32ToInt32Field().get(3).intValue()); in assertMapValuesSet()
140 assertEquals("11", message.getInt32ToStringField().get(1)); in assertMapValuesSet()
141 assertEquals("22", message.getInt32ToStringField().get(2)); in assertMapValuesSet()
142 assertEquals("33", message.getInt32ToStringField().get(3)); in assertMapValuesSet()
145 assertEquals(TestUtil.toBytes("11"), message.getInt32ToBytesField().get(1)); in assertMapValuesSet()
146 assertEquals(TestUtil.toBytes("22"), message.getInt32ToBytesField().get(2)); in assertMapValuesSet()
147 assertEquals(TestUtil.toBytes("33"), message.getInt32ToBytesField().get(3)); in assertMapValuesSet()
150 assertEquals(TestMap.EnumValue.FOO, message.getInt32ToEnumField().get( in assertMapValuesSet()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp274 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
275 const auto cmdBuffer = cmdBufferPtr.get(); in iterate()
363 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate()
371 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
380 topLevelAS.get()->getPtr(), in iterate()
382 const auto uniformBufferInfo = makeDescriptorBufferInfo(directionsBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
383 const auto storageBufferInfo = makeDescriptorBufferInfo(barycoordsBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
386 updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR, &accelDescInfo); in iterate()
387 updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilde in iterate()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dfusion_compatibility.cpp110 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
195 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
281 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
368 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
456 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
544 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
642 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
743 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
843 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
946 LoopFusion fusion(context.get(), loop in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dfusion_compatibility.cpp110 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
195 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
281 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
368 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
456 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
544 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
642 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
743 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
843 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
946 LoopFusion fusion(context.get(), loop in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp255 BuildMI(&MBB, DL, get(SP::BA)).addMBB(TBB); in insertBranch()
263 BuildMI(&MBB, DL, get(SP::BCOND)).addMBB(TBB).addImm(CC); in insertBranch()
265 BuildMI(&MBB, DL, get(SP::FBCOND)).addMBB(TBB).addImm(CC); in insertBranch()
269 BuildMI(&MBB, DL, get(SP::BA)).addMBB(FBB); in insertBranch()
322 BuildMI(MBB, I, DL, get(SP::ORrr), DestReg).addReg(SP::G0) in copyPhysReg()
330 BuildMI(MBB, I, DL, get(SP::FMOVS), DestReg) in copyPhysReg()
334 BuildMI(MBB, I, DL, get(SP::FMOVD), DestReg) in copyPhysReg()
345 BuildMI(MBB, I, DL, get(SP::FMOVQ), DestReg) in copyPhysReg()
361 BuildMI(MBB, I, DL, get(SP::WRASRrr), DestReg) in copyPhysReg()
366 BuildMI(MBB, I, DL, get(S in copyPhysReg()
[all...]
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dfusion_compatibility.cpp107 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
192 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
278 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
365 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
453 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
541 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
639 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
740 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
840 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
943 LoopFusion fusion(context.get(), loop in TEST_F()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java564 * For the others, just get from format/abbreviated, ignore set.
573 * For the others, just get from format/abbreviated, ignore set.
1033 * (Note: the method name is misleading; it does not get the CLDR-style
1518 // too bad there is no way to get the current codes! in equals()
1728 String alias = aliasPathPairs.get(i); in put()
1730 arrays.put(aliasPathPairs.get(i + 1), arrays.get(alias)); in put()
1733 maps.put(aliasPathPairs.get(i + 1), maps.get(alias)); in put()
1928 eras = arrays.get("era in initializeData()
[all...]

Completed in 24 milliseconds

1...<<21222324252627282930>>...441