Home
last modified time | relevance | path

Searched refs:get (Results 851 - 875 of 11513) sorted by relevance

1...<<31323334353637383940>>...461

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRepeatedFieldBuilderV3.java189 * @param index the index of the message to get
201 * @param index the index of the message to get
211 return messages.get(index); in getMessage()
214 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getMessage()
219 return messages.get(index); in getMessage()
230 * @param index the index of the message to get
235 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getBuilder()
237 MType message = messages.get(index); in getBuilder()
248 * @param index the index of the message to get
257 return (IType) messages.get(inde in getMessageOrBuilder()
589 public MType get(int index) { get() method in RepeatedFieldBuilderV3.MessageExternalList
623 public BType get(int index) { get() method in RepeatedFieldBuilderV3.BuilderExternalList
657 public IType get(int index) { get() method in RepeatedFieldBuilderV3.MessageOrBuilderExternalList
[all...]
H A DRepeatedFieldBuilder.java189 * @param index the index of the message to get
201 * @param index the index of the message to get
211 return messages.get(index); in getMessage()
214 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getMessage()
219 return messages.get(index); in getMessage()
230 * @param index the index of the message to get
235 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getBuilder()
237 MType message = messages.get(index); in getBuilder()
248 * @param index the index of the message to get
257 return (IType) messages.get(inde in getMessageOrBuilder()
589 public MType get(int index) { get() method in RepeatedFieldBuilder.MessageExternalList
623 public BType get(int index) { get() method in RepeatedFieldBuilder.BuilderExternalList
657 public IType get(int index) { get() method in RepeatedFieldBuilder.MessageOrBuilderExternalList
[all...]
/third_party/python/Lib/logging/
H A Dconfig.py123 fs = cp.get(sectname, "format", raw=True, fallback=None)
124 dfs = cp.get(sectname, "datefmt", raw=True, fallback=None)
125 stl = cp.get(sectname, "style", raw=True, fallback='%')
127 class_name = cp[sectname].get("class")
147 fmt = section.get("formatter", "")
152 args = section.get("args", '()')
154 kwargs = section.get("kwargs", '{}')
164 target = section.get("target", "")
339 def get(self, key, default=None): member in ConvertingDict
340 value = dict.get(sel
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp340 Integer* result = (Integer*)service.get("en_US_FOO", status); in testAPI_One()
352 Integer* result = (Integer*)service.get("en_US_FOO", status); in testAPI_One()
360 Integer* result = (Integer*)service.get("en_US_BAR", status); in testAPI_One()
365 // get a list of the factories, should be two in testAPI_One()
382 Integer* result = (Integer*)service.get("en_US_BAR", status); in testAPI_One()
394 // should get data from that new factory in testAPI_One()
397 Integer* result = (Integer*)service.get("en_US_BAR", status); in testAPI_One()
411 // should get original data again after remove factory in testAPI_One()
414 Integer* result = (Integer*)service.get("en_US_BAR", status); in testAPI_One()
422 Integer* result = (Integer*)service.get("fo in testAPI_One()
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuDataDumper.java56 fileOrDir = Paths.get(args[0]); in main()
88 List<RbValue> values = p.icuData.get(k); in walkDirectory()
92 checkState(allPaths.get(k).equals(values), "inconsistent data for path: ", k); in walkDirectory()
102 .forEach(k -> System.out.println(k + " :: " + LIST_JOINER.join(allPaths.get(k)))); in dump()
144 if (!lines.get(0).startsWith("\uFEFF//")) { in parse()
193 headerComment.add(match.get(0)); in processLine()
203 getPathFromStack().extendBy(getSegment(match.get(0))), in processLine()
204 RbValue.of(unquote(match.get(1)))); in processLine()
210 name = match.get(0); in processLine()
213 pathStack.push(getSegment(match.get( in processLine()
313 String get(int n) { get() method in IcuDataDumper.IcuDataParser.LineMatch
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp280 const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get()); in iterate()
283 const auto inputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(inputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
284 const auto outputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
287 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0u), vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, &inputBufferDescriptorInfo); in iterate()
288 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(1u), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &outputBufferDescriptorInfo); in iterate()
292 auto shaderModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"), 0u); in iterate()
293 auto pipelineLayout = vk::makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate()
305 shaderModule.get(), // VkShaderModule module; in iterate()
309 pipelineLayout.get(), // layou in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp308 const auto colorView = makeImageView(vkd, device, colorBuffer.get(), viewType, colorFormat, colorSRR); in iterate()
325 const auto meshModule = createShaderModule(vkd, device, binaries.get("mesh")); in iterate()
326 const auto fragModule = createShaderModule(vkd, device, binaries.get("frag")); in iterate()
330 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), colorExtent.width, colorExtent.height, colorLayers); in iterate()
362 pipelines.push_back(makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate()
363 DE_NULL, meshModule.get(), fragModule.get(), in iterate()
364 renderPass.get(), viewports, scissors, 0u, &rasterState)); in iterate()
369 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMAR in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp280 const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get()); in iterate()
283 const auto inputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(inputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
284 const auto outputBufferDescriptorInfo = vk::makeDescriptorBufferInfo(outputBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
287 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0u), vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, &inputBufferDescriptorInfo); in iterate()
288 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(1u), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &outputBufferDescriptorInfo); in iterate()
292 auto shaderModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp"), 0u); in iterate()
293 auto pipelineLayout = vk::makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate()
305 shaderModule.get(), // VkShaderModule module; in iterate()
309 pipelineLayout.get(), // layou in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp308 const auto colorView = makeImageView(vkd, device, colorBuffer.get(), viewType, colorFormat, colorSRR); in iterate()
325 const auto meshModule = createShaderModule(vkd, device, binaries.get("mesh")); in iterate()
326 const auto fragModule = createShaderModule(vkd, device, binaries.get("frag")); in iterate()
330 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), colorExtent.width, colorExtent.height, colorLayers); in iterate()
362 pipelines.push_back(makeGraphicsPipeline(vkd, device, pipelineLayout.get(), in iterate()
363 DE_NULL, meshModule.get(), fragModule.get(), in iterate()
364 renderPass.get(), viewports, scissors, 0u, &rasterState)); in iterate()
369 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMAR in iterate()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.annotation_test.cpp49 input << "OpDecorate %1 " << std::get<1>(GetParam()).name(); in TEST_P()
50 for (auto operand : std::get<1>(GetParam()).operands()) in TEST_P()
53 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
55 {1, uint32_t(std::get<1>(GetParam()).value())}, in TEST_P()
56 std::get<1>(GetParam()).operands()))); in TEST_P()
60 std::get<0>(GetParam())), in TEST_P()
72 input << "OpDecorateId %1 " << std::get<1>(GetParam()).name(); in TEST_P()
73 for (auto operand : std::get<1>(GetParam()).operands()) in TEST_P()
76 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
78 {1, uint32_t(std::get< in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.annotation_test.cpp49 input << "OpDecorate %1 " << std::get<1>(GetParam()).name(); in TEST_P()
50 for (auto operand : std::get<1>(GetParam()).operands()) in TEST_P()
53 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
55 {1, uint32_t(std::get<1>(GetParam()).value())}, in TEST_P()
56 std::get<1>(GetParam()).operands()))); in TEST_P()
60 std::get<0>(GetParam())), in TEST_P()
72 input << "OpDecorateId %1 " << std::get<1>(GetParam()).name(); in TEST_P()
73 for (auto operand : std::get<1>(GetParam()).operands()) in TEST_P()
76 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
78 {1, uint32_t(std::get< in TEST_P()
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp80 // Helper method to check that there is a single vec4 output variable and get a
121 // Helper to get the ids of float constants 0.0 and 1.0, creating them if
188 MakeUnique<FactManager>(ir_context.get()), validator_options); in ForceRenderRed()
194 FindFragmentShaderEntryPoint(ir_context.get(), message_consumer); in ForceRenderRed()
196 FindVec4OutputVariable(ir_context.get(), message_consumer); in ForceRenderRed()
206 FindOrCreateFloatZeroAndOne(ir_context.get(), float_type); in ForceRenderRed()
212 ir_context.get(), spv::Op::OpLabel, 0, new_exit_block_id, in ForceRenderRed()
216 MakeUnique<opt::Instruction>(ir_context.get(), spv::Op::OpReturn, 0, 0, in ForceRenderRed()
224 ir_context.get(), spv::Op::OpLabel, 0, ir_context->TakeNextId(), in ForceRenderRed()
237 ir_context.get(), sp in ForceRenderRed()
[all...]
/third_party/skia/include/private/
H A DSkTemplates.h75 operator T*() const { return this->get(); } in operator T*()
110 T* get() const { return fArray.get(); } in get() function in SkAutoTArray
120 const T* data() const { return fArray.get(); } in data()
121 T* data() { return fArray.get(); } in data()
195 T* get() const { return fArray; } in get() function in SkAutoSTArray
261 return this->get();
264 T* get() const { return fPtr.get(); }
266 operator T*() { return fPtr.get(); }
[all...]
/third_party/spirv-tools/test/
H A Dtext_to_binary.annotation_test.cpp49 input << "OpDecorate %1 " << std::get<1>(GetParam()).name(); in TEST_P()
50 for (auto operand : std::get<1>(GetParam()).operands()) in TEST_P()
53 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
55 {1, uint32_t(std::get<1>(GetParam()).value())}, in TEST_P()
56 std::get<1>(GetParam()).operands()))); in TEST_P()
60 std::get<0>(GetParam())), in TEST_P()
72 input << "OpDecorateId %1 " << std::get<1>(GetParam()).name(); in TEST_P()
73 for (auto operand : std::get<1>(GetParam()).operands()) in TEST_P()
76 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
78 {1, uint32_t(std::get< in TEST_P()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPipelineInteractionTests.cpp184 const auto computePipelineLayout = makePipelineLayout(vk, device, descriptorSetLayout.get()); in iterate()
187 const auto& vert1 = binaries.get("vert1"); in iterate()
188 const auto& vert2 = binaries.get("vert2"); in iterate()
189 const auto& vert3 = binaries.get("vert3"); in iterate()
190 const auto& tesc = binaries.get("tesc"); in iterate()
191 const auto& tese = binaries.get("tese"); in iterate()
192 const auto& geom = binaries.get("geom"); in iterate()
193 const auto& frag1 = binaries.get("frag1"); in iterate()
194 const auto& frag2 = binaries.get("frag2"); in iterate()
195 const auto& frag3 = binaries.get("frag in iterate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp263 TII.get(TargetOpcode::CFI_INSTRUCTION)) in emitDefCFAOffsets()
303 BuildMI(MBB, MBBI, DL, TII.get(ARM::BFC), Reg) in emitAligningInstructions()
308 BuildMI(MBB, MBBI, DL, TII.get(ARM::BICri), Reg) in emitAligningInstructions()
318 BuildMI(MBB, MBBI, DL, TII.get(ARM::MOVsi), Reg) in emitAligningInstructions()
323 BuildMI(MBB, MBBI, DL, TII.get(ARM::MOVsi), Reg) in emitAligningInstructions()
333 BuildMI(MBB, MBBI, DL, TII.get(ARM::t2BFC), Reg) in emitAligningInstructions()
522 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVi16), ARM::R4) in emitPrologue()
527 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVi32imm), ARM::R4) in emitPrologue()
537 BuildMI(MBB, MBBI, dl, TII.get(ARM::tBL)) in emitPrologue()
544 BuildMI(MBB, MBBI, dl, TII.get(AR in emitPrologue()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A Dsched_setaffinity.c58 cpu_set_t get; in sched_setaffinity_0200() local
68 CPU_ZERO(&get); in sched_setaffinity_0200()
69 result = sched_getaffinity(0, sizeof(get), &get); in sched_setaffinity_0200()
74 if (!CPU_ISSET(0, &get)) { in sched_setaffinity_0200()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDebugLoc.h55 DILocation *get() const;
56 operator DILocation *() const { return get(); } in operator DILocation *()
57 DILocation *operator->() const { return get(); } in operator ->()
58 DILocation &operator*() const { return *get(); } in operator *()
75 /// forwards to \a DILocation::get().
79 /// FIXME: Remove this. Users should use DILocation::get().
80 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope,
99 /// find the subprogram, and then DILocation::get().
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DZoneMeta.java69 systemZones = REF_SYSTEM_ZONES.get(); in getSystemZIDs()
96 canonicalSystemZones = REF_CANONICAL_SYSTEM_ZONES.get(); in getCanonicalSystemZIDs()
128 canonicalSystemLocationZones = REF_CANONICAL_SYSTEM_LOCATION_ZONES.get(); in getCanonicalSystemLocationZIDs()
227 UResourceBundle links = res.get("links"); in countEquivalentIDs()
262 UResourceBundle links = res.get("links"); in getEquivalentID()
361 String canonical = CANONICAL_ID_CACHE.get(tzid); in getCanonicalCLDRID()
371 UResourceBundle zones = top.get(kZONES); in getCanonicalCLDRID()
372 UResourceBundle zone = zones.get(zoneIdx); in getCanonicalCLDRID()
401 UResourceBundle typeMap = keyTypeData.get("typeMap"); in findCLDRCanonicalID()
402 UResourceBundle typeKeys = typeMap.get("timezon in findCLDRCanonicalID()
[all...]
H A DUBiDiProps.java78 bytes.get(jgArray); in readData()
83 bytes.get(jgArray2); in readData()
171 return getClassFromProps(trie.get(c)); in getClass()
175 return getFlagFromProps(trie.get(c), IS_MIRRORED_SHIFT); in isMirrored()
208 int props=trie.get(c); in getMirror()
213 return getFlagFromProps(trie.get(c), BIDI_CONTROL_SHIFT); in isBidiControl()
217 return getFlagFromProps(trie.get(c), JOIN_CONTROL_SHIFT); in isJoinControl()
221 return (trie.get(c)&JT_MASK)>>JT_SHIFT; in getJoiningType()
241 return (trie.get(c)&BPT_MASK)>>BPT_SHIFT; in getPairedBracketType()
245 int props=trie.get( in getPairedBracket()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DZoneMeta.java70 systemZones = REF_SYSTEM_ZONES.get(); in getSystemZIDs()
97 canonicalSystemZones = REF_CANONICAL_SYSTEM_ZONES.get(); in getCanonicalSystemZIDs()
129 canonicalSystemLocationZones = REF_CANONICAL_SYSTEM_LOCATION_ZONES.get(); in getCanonicalSystemLocationZIDs()
228 UResourceBundle links = res.get("links"); in countEquivalentIDs()
263 UResourceBundle links = res.get("links"); in getEquivalentID()
362 String canonical = CANONICAL_ID_CACHE.get(tzid); in getCanonicalCLDRID()
372 UResourceBundle zones = top.get(kZONES); in getCanonicalCLDRID()
373 UResourceBundle zone = zones.get(zoneIdx); in getCanonicalCLDRID()
402 UResourceBundle typeMap = keyTypeData.get("typeMap"); in findCLDRCanonicalID()
403 UResourceBundle typeKeys = typeMap.get("timezon in findCLDRCanonicalID()
[all...]
H A DUBiDiProps.java82 bytes.get(jgArray); in readData()
87 bytes.get(jgArray2); in readData()
175 return getClassFromProps(trie.get(c)); in getClass()
179 return getFlagFromProps(trie.get(c), IS_MIRRORED_SHIFT); in isMirrored()
212 int props=trie.get(c); in getMirror()
217 return getFlagFromProps(trie.get(c), BIDI_CONTROL_SHIFT); in isBidiControl()
221 return getFlagFromProps(trie.get(c), JOIN_CONTROL_SHIFT); in isJoinControl()
225 return (trie.get(c)&JT_MASK)>>JT_SHIFT; in getJoiningType()
245 return (trie.get(c)&BPT_MASK)>>BPT_SHIFT; in getPairedBracketType()
249 int props=trie.get( in getPairedBracket()
[all...]
/third_party/alsa-lib/src/topology/
H A Dops.c85 /* get id */ in tplg_parse_ops()
89 /* get value - try strings then ints */ in tplg_parse_ops()
103 else if (strcmp(id, "get") == 0) in tplg_parse_ops()
104 hdr->ops.get = ival; in tplg_parse_ops()
120 if (hdr->ops.info + hdr->ops.get + hdr->ops.put == 0) in tplg_save_ops()
131 if (err >= 0 && hdr->ops.get > 0) { in tplg_save_ops()
132 s = tplg_ops_name(hdr->ops.get); in tplg_save_ops()
135 hdr->ops.get); in tplg_save_ops()
170 /* get id */ in tplg_parse_ext_ops()
174 /* get valu in tplg_parse_ext_ops()
[all...]
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp121 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in CheckFCD
141 static UPerfFunction* get(const UTrie2PerfTest &testcase) {
162 static UPerfFunction* get(const UTrie2PerfTest &testcase) {
189 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in ToNFC
213 static UPerfFunction* get(const UTrie2PerfTest &testcase) { in get() function in GetBiDiClass
234 case 0: name = "CheckFCD"; if (exec) return CheckFCD::get(*this); break; in runIndexedTest()
235 case 1: name = "ToNFC"; if (exec) return ToNFC::get(*this); break; in runIndexedTest()
236 case 2: name = "GetBiDiClass"; if (exec) return GetBiDiClass::get(*this); break; in runIndexedTest()
238 case 3: name = "CheckFCDAlwaysGet"; if (exec) return CheckFCDAlwaysGet::get(*this); break; in runIndexedTest()
239 case 4: name = "CheckFCDUTF8"; if (exec) return CheckFCDUTF8::get(*thi in runIndexedTest()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleData.java204 ICUResourceBundle stringBundle = (ICUResourceBundle) bundle.get(aKey); in getExemplarSet()
287 ICUResourceBundle delimitersBundle = (ICUResourceBundle) bundle.get("delimiters"); in getDelimiter()
309 UResourceBundle measurementData = rb.get("measurementData"); in measurementTypeBundleForLocale()
312 measDataBundle = measurementData.get(region); in measurementTypeBundleForLocale()
313 measTypeBundle = measDataBundle.get(measurementType); in measurementTypeBundleForLocale()
316 measDataBundle = measurementData.get("001"); in measurementTypeBundleForLocale()
317 measTypeBundle = measDataBundle.get(measurementType); in measurementTypeBundleForLocale()
424 ICUResourceBundle locDispBundle = (ICUResourceBundle) langBundle.get(LOCALE_DISPLAY_PATTERN); in getLocaleDisplayPattern()
437 ICUResourceBundle locDispBundle = (ICUResourceBundle) langBundle.get(LOCALE_DISPLAY_PATTERN); in getLocaleSeparator()
458 UResourceBundle cldrVersionBundle = supplementalDataBundle.get("cldrVersio in getCLDRVersion()
[all...]

Completed in 19 milliseconds

1...<<31323334353637383940>>...461