Home
last modified time | relevance | path

Searched refs:get (Results 2051 - 2075 of 11876) sorted by relevance

1...<<81828384858687888990>>...476

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DJapaneseTest.java169 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 DICUService.java34 * 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 DTimeUnitFormat.java262 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 Danalyzer.py268 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__.py82 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 DglX_XML.py53 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 Danalyzer.py268 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 Dresponse.js166 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 Dgettext.py148 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 Dtransformation_compute_data_synonym_fact_closure_test.cpp127 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...]
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleGLESInterfaceAutogen.cpp16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F)
17 #define GET_PROC_SUFFIX(F, S) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F #S)
18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F)
20 #define GET_EGL_PROC_SUFFIX(F, S) functions->fEGL##F = (GrEGL##F##Fn*)get(ctx, "egl" #F #S)
23 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLESInterface() argument
27 sk_sp<const GrGLInterface> GrGLMakeAssembledGLESInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLESInterface() argument
44 GrGetEGLQueryAndDisplay(&queryString, &display, ctx, get); in GrGLMakeAssembledGLESInterface()
334 functions->fRenderbufferStorageMultisampleES2EXT =(GrGLRenderbufferStorageMultisampleFn*)get(ctx, "glRenderbufferStorageMultisampleEXT"); in GrGLMakeAssembledGLESInterface()
338 functions->fRenderbufferStorageMultisampleES2EXT =(GrGLRenderbufferStorageMultisampleFn*)get(ctx, "glRenderbufferStorageMultisampleIMG"); in GrGLMakeAssembledGLESInterface()
343 functions->fRenderbufferStorageMultisampleES2APPLE =(GrGLRenderbufferStorageMultisampleFn*)get(ct in GrGLMakeAssembledGLESInterface()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DComputeProgram.cpp74 routine->setInputBuiltin(shader.get(), spv::BuiltInNumWorkgroups, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setWorkgroupBuiltins()
82 routine->setInputBuiltin(shader.get(), spv::BuiltInWorkgroupId, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setWorkgroupBuiltins()
90 routine->setInputBuiltin(shader.get(), spv::BuiltInWorkgroupSize, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setWorkgroupBuiltins()
98 routine->setInputBuiltin(shader.get(), spv::BuiltInNumSubgroups, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setWorkgroupBuiltins()
103 routine->setInputBuiltin(shader.get(), spv::BuiltInSubgroupSize, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setWorkgroupBuiltins()
108 routine->setImmutableInputBuiltins(shader.get()); in setWorkgroupBuiltins()
146 routine->setInputBuiltin(shader.get(), spv::BuiltInLocalInvocationIndex, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setSubgroupBuiltins()
151 routine->setInputBuiltin(shader.get(), spv::BuiltInSubgroupId, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setSubgroupBuiltins()
156 routine->setInputBuiltin(shader.get(), spv::BuiltInLocalInvocationId, [&](const SpirvShader::BuiltinMapping &builtin, Array<SIMD::Float> &value) { in setSubgroupBuiltins()
164 routine->setInputBuiltin(shader.get(), sp in setSubgroupBuiltins()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp317 std::shared_ptr<Thread> Context::Lock::get(Thread::ID id) in get() function in vk::dbg::Context::Lock
319 return ctx->threads.get(id); in get()
348 std::shared_ptr<File> Context::Lock::get(File::ID id) in get() function in vk::dbg::Context::Lock
350 return ctx->files.get(id); in get()
390 std::shared_ptr<Frame> Context::Lock::get(Frame::ID id) in get() function in vk::dbg::Context::Lock
392 return ctx->frames.get(id); in get()
403 std::shared_ptr<Scope> Context::Lock::get(Scope::ID id) in get() function in vk::dbg::Context::Lock
405 return ctx->scopes.get(id); in get()
413 std::shared_ptr<Variables> Context::Lock::get(Variables::ID id) in get() function in vk::dbg::Context::Lock
415 return ctx->variables.get(i in get()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_compute_data_synonym_fact_closure_test.cpp127 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...]
/third_party/skia/tests/
H A DSkSLMemoryLayoutTest.cpp61 context.fTypes.fFloat3.get()); in DEF_TEST()
66 fields1.emplace_back(SkSL::Modifiers(), skstd::string_view("b"), context.fTypes.fFloat.get()); in DEF_TEST()
71 fields1.emplace_back(SkSL::Modifiers(), skstd::string_view("c"), context.fTypes.fBool.get()); in DEF_TEST()
78 fields2.emplace_back(SkSL::Modifiers(), skstd::string_view("a"), context.fTypes.fInt.get()); in DEF_TEST()
84 context.fTypes.fFloat3.get()); in DEF_TEST()
149 context.fTypes.fFloat3.get()); in DEF_TEST()
154 fields1.emplace_back(SkSL::Modifiers(), skstd::string_view("b"), context.fTypes.fFloat.get()); in DEF_TEST()
159 fields1.emplace_back(SkSL::Modifiers(), skstd::string_view("c"), context.fTypes.fBool.get()); in DEF_TEST()
166 fields2.emplace_back(SkSL::Modifiers(), skstd::string_view("a"), context.fTypes.fInt.get()); in DEF_TEST()
172 context.fTypes.fFloat3.get()); in DEF_TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp81 BuildMI(MBB, MBBI, DL, TII->get(RISCV::ADDI), DestReg) in adjustReg()
95 BuildMI(MBB, MBBI, DL, TII->get(Opc), DestReg) in adjustReg()
152 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in emitPrologue()
171 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in emitPrologue()
187 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in emitPrologue()
205 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION)) in emitPrologue()
218 BuildMI(MBB, MBBI, DL, TII->get(RISCV::ANDI), SPReg) in emitPrologue()
225 BuildMI(MBB, MBBI, DL, TII->get(RISCV::SRLI), VR) in emitPrologue()
228 BuildMI(MBB, MBBI, DL, TII->get(RISCV::SLLI), SPReg) in emitPrologue()
237 BuildMI(MBB, MBBI, DL, TII->get(RISC in emitPrologue()
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DFloatArrayListTest.java79 assertEquals(1F, (float) list.get(0), 0.0f); in testModificationWithIteration()
103 assertEquals(1F, (float) TERTIARY_LIST.get(0), 0.0f); in testGet()
104 assertEquals(2F, (float) TERTIARY_LIST.get(1), 0.0f); in testGet()
105 assertEquals(3F, (float) TERTIARY_LIST.get(2), 0.0f); in testGet()
108 TERTIARY_LIST.get(-1); in testGet()
115 TERTIARY_LIST.get(3); in testGet()
128 TERTIARY_LIST.get(-1); in testGetFloat()
135 TERTIARY_LIST.get(3); in testGetFloat()
318 assertEquals(1F, (float) list.get(0), 0.0f); in testAddAll()
381 assertEquals(4F, (float) toRemove.get( in testRemove_listAtCapacity()
[all...]
H A DDoubleArrayListTest.java79 assertEquals(1D, (double) list.get(0), 0.0); in testModificationWithIteration()
103 assertEquals(1D, (double) TERTIARY_LIST.get(0), 0.0); in testGet()
104 assertEquals(2D, (double) TERTIARY_LIST.get(1), 0.0); in testGet()
105 assertEquals(3D, (double) TERTIARY_LIST.get(2), 0.0); in testGet()
108 TERTIARY_LIST.get(-1); in testGet()
115 TERTIARY_LIST.get(3); in testGet()
128 TERTIARY_LIST.get(-1); in testGetDouble()
135 TERTIARY_LIST.get(3); in testGetDouble()
318 assertEquals(1D, (double) list.get(0), 0.0); in testAddAll()
381 assertEquals(4D, (double) toRemove.get( in testRemove_listAtCapacity()
[all...]
H A DLongArrayListTest.java79 assertEquals(1L, (long) list.get(0)); in testModificationWithIteration()
103 assertEquals(1L, (long) TERTIARY_LIST.get(0)); in testGet()
104 assertEquals(2L, (long) TERTIARY_LIST.get(1)); in testGet()
105 assertEquals(3L, (long) TERTIARY_LIST.get(2)); in testGet()
108 TERTIARY_LIST.get(-1); in testGet()
115 TERTIARY_LIST.get(3); in testGet()
128 TERTIARY_LIST.get(-1); in testGetLong()
135 TERTIARY_LIST.get(3); in testGetLong()
318 assertEquals(1L, (long) list.get(0)); in testAddAll()
379 assertEquals(4L, (long) toRemove.get( in testRemove_listAtCapacity()
[all...]
H A DUnknownEnumValueTest.java58 assertEquals(5432, message.getRepeatedNestedEnumValueList().get(0).intValue()); in testUnknownEnumValues()
63 assertEquals(TestAllTypes.NestedEnum.UNRECOGNIZED, message.getRepeatedNestedEnumList().get(0)); in testUnknownEnumValues()
71 assertEquals(5432, message.getRepeatedNestedEnumValueList().get(0).intValue()); in testUnknownEnumValues()
76 assertEquals(TestAllTypes.NestedEnum.UNRECOGNIZED, message.getRepeatedNestedEnumList().get(0)); in testUnknownEnumValues()
83 assertEquals(5432, builder.getRepeatedNestedEnumValueList().get(0).intValue()); in testUnknownEnumValues()
88 assertEquals(TestAllTypes.NestedEnum.UNRECOGNIZED, builder.getRepeatedNestedEnumList().get(0)); in testUnknownEnumValues()
95 assertEquals(5432, builder.getRepeatedNestedEnumValueList().get(0).intValue()); in testUnknownEnumValues()
100 assertEquals(TestAllTypes.NestedEnum.UNRECOGNIZED, builder.getRepeatedNestedEnumList().get(0)); in testUnknownEnumValues()
276 .get(0) in testUnknownEnumValuesInProto2()
308 unknown.getField(repeatedPackedField.getNumber()).getVarintList().get( in testUnknownEnumValuesInProto2WithDynamicMessage()
[all...]
/third_party/protobuf/js/
H A Dmaps_test.js116 msg.getMapStringMsgMap().get('k').setFoo(42);
117 msg.getMapStringMsgMap().get('l').setFoo(84);
166 assertEquals(msg.getMapStringMsgMap().get('k').getFoo(), 42);
167 assertEquals(msg.getMapStringMsgMap().get('l').getFoo(), 84);
174 assert(val === msg.getMapStringMsgMap().get(key));
178 assert(val === msg.getMapStringMsgMap().get(key));
196 assertEquals(m.get('asdf'), undefined);
199 assertEquals(m.get('asdf'), 'hello world');
202 assertEquals(m.get('jkl;'), 'key 2');
214 assertEquals(m.get('jk
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_compute_data_synonym_fact_closure_test.cpp127 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...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp195 const VkDescriptorBufferInfo tessLevelsBufferInfo = makeDescriptorBufferInfo(tessLevelsBuffer.get(), 0ull, sizeof(TessLevels)); in runTest()
214 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL) in runTest()
215 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) in runTest()
216 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese"), DE_NULL) in runTest()
217 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"), DE_NULL) in runTest()
267 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in runTest()
270 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in runTest()
568 addFunctionCaseWithPrograms(group.get(), caseName, "Check that there are no obvious gaps in the triangle-filled area of a tessellated shape", in createMiscDrawTests()
580 addFunctionCaseWithPrograms(group.get(), caseName, "Check that there are no obvious triangle overlaps in the triangle-filled area of a tessellated shape", in createMiscDrawTests()
590 addFunctionCaseWithPrograms(group.get(), caseNam in createMiscDrawTests()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.cpp131 return device->CreateComputeShader(desc->get(), desc->size(), nullptr, resourceOut); in CreateResource()
158 desc->get(), desc->size(), initData->data(), static_cast<UINT>(initData->size()), in CreateResource()
163 return device->CreateGeometryShader(desc->get(), desc->size(), nullptr, resourceOut); in CreateResource()
172 return device->CreateInputLayout(desc->get(), static_cast<UINT>(desc->size()), initData->get(), in CreateResource()
181 return device->CreatePixelShader(desc->get(), desc->size(), nullptr, resourceOut); in CreateResource()
253 return device->CreateVertexShader(desc->get(), desc->size(), nullptr, resourceOut); in CreateResource()
317 deviceContext->ClearDepthStencilView(dsv.get(), clearFlags, kDebugDepthInitValue, in ClearResource()
327 deviceContext->ClearRenderTargetView(rtv.get(), kDebugColorInitClearValue); in ClearResource()
347 deviceContext->ClearRenderTargetView(rtv.get(), kDebugColorInitClearValu in ClearResource()
[all...]
/foundation/graphic/graphic_surface/utils/hebc_white_list/
H A Dhebc_white_list.cpp69 Json::Value const hebc = root.get("HEBC", Json::Value{});
70 Json::Value const appNameJson = hebc.get("AppName", Json::Value{});
88 return std::string(buffer.get());
126 ifs.read(buffer.get(), size);

Completed in 22 milliseconds

1...<<81828384858687888990>>...476