Home
last modified time | relevance | path

Searched refs:get (Results 476 - 500 of 10762) sorted by relevance

1...<<11121314151617181920>>...431

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTest.java123 Object result = service.get("en_US_FOO"); in TestAPI()
131 result = service.get("en_US_FOO"); in TestAPI()
135 result = service.get("en_US_BAR"); in TestAPI()
138 // get a list of the factories, should be two in TestAPI()
151 result = service.get("en_US_BAR"); in TestAPI()
160 // should get data from that new factory in TestAPI()
161 result = service.get("en_US_BAR"); in TestAPI()
166 service.unregisterFactory((Factory)factories.get(0)); in TestAPI()
170 // should get original data again after remove factory in TestAPI()
171 result = service.get("en_US_BA in TestAPI()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenerator.py441 name = elem.get('name')
444 value = elem.get('value')
450 # t = enuminfo.elem.get('type')
461 value = elem.get('bitpos')
474 offset = int(elem.get('offset'), 0)
475 extnumber = int(elem.get('extnumber'), 0)
476 extends = elem.get('extends')
492 alias_of = elem.get('alias')
497 sib_name = sib.get('name')
517 name = elem.get('nam
[all...]
/third_party/vulkan-headers/registry/
H A Dgenerator.py441 name = elem.get('name')
444 value = elem.get('value')
450 # t = enuminfo.elem.get('type')
461 value = elem.get('bitpos')
474 offset = int(elem.get('offset'), 0)
475 extnumber = int(elem.get('extnumber'), 0)
476 extends = elem.get('extends')
492 alias_of = elem.get('alias')
497 sib_name = sib.get('name')
517 name = elem.get('nam
[all...]
/third_party/json/docs/examples/
H A Dget__ValueType_const.cpp25 auto v1 = json_types["boolean"].get<bool>(); in main()
26 auto v2 = json_types["number"]["integer"].get<int>(); in main()
27 auto v3 = json_types["number"]["integer"].get<short>(); in main()
28 auto v4 = json_types["number"]["floating-point"].get<float>(); in main()
29 auto v5 = json_types["number"]["floating-point"].get<int>(); in main()
30 auto v6 = json_types["string"].get<std::string>(); in main()
31 auto v7 = json_types["array"].get<std::vector<short>>(); in main()
32 auto v8 = json_types.get<std::unordered_map<std::string, json>>(); in main()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Drepeater_helper.py36 module_name = suite.attrib.get(ReportConstant.module_name, "")
40 name_in_suite = suite.attrib.get(ReportConstant.name, "")
42 total = int(suite.attrib.get(ReportConstant.tests, 0))
68 value = int(test_suite.attrib.get(update_attribute, 0))
69 value = int(root_tree.attrib.get(update_attribute, 0)) + value
77 name = testcase.attrib.get(ReportConstant.name, "")
78 class_name = testcase.attrib.get(ReportConstant.class_name, "")
86 modules[uuid].attrib.get(ReportConstant.tests, 0)) + 1
90 value = int(modules[uuid].attrib.get(
94 if testcase.attrib.get(ReportConstan
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuFunctions.java42 DateFieldType.toEnum(args.get(1)).toEpochMillis(LocalDate.parse(args.get(0)));
59 String value = args.get(0);
90 double value = Double.parseDouble(args.get(0));
96 exponent += Integer.parseInt(args.get(1));
132 Matcher m = YMD.matcher(args.get(0));
133 checkArgument(m.matches(), "invalid year-month-day string: %s", args.get(0));
157 String id = WEEKDAY_MAP_ID.get(args.get(0));
158 checkArgument(id != null, "unknown weekday: %s", args.get(
[all...]
/third_party/rust/crates/codespan/codespan/src/
H A Dfile.rs25 fn get(self) -> usize { in get() functions
26 (self.0.get() - Self::OFFSET) as usize in get()
80 fn get(&self, file_id: FileId) -> &File<Source> { in get() functions
81 &self.files[file_id.get()] in get()
87 &mut self.files[file_id.get()] in get_mut()
103 self.get(file_id).name() in name()
133 self.get(file_id).line_span(line_index.into()) in line_span()
151 self.get(file_id).line_index(byte_index.into()) in line_index()
173 self.get(file_id).location(byte_index.into()) in location()
189 self.get(file_i in source()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLRefPointer.h75 T *get() const { return mCLObject; } in get() function in cl::RefPointer
109 return ptr.get() == nullptr;
115 return ptr.get() == nullptr;
121 return ptr.get() != nullptr;
127 return ptr.get() != nullptr;
133 return left.get() == right.get();
139 return left.get() != right.get();
145 return left.get()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DTrackingMDRef.h57 Metadata *get() const { return MD; } in get() function in llvm::TrackingMDRef
58 operator Metadata *() const { return get(); } in operator Metadata *()
59 Metadata *operator->() const { return get(); } in operator ->()
60 Metadata &operator*() const { return *get(); } in operator *()
126 T *get() const { return (T *)Ref.get(); } in get() function in llvm::TypedTrackingMDRef
127 operator T *() const { return get(); } in operator T *()
128 T *operator->() const { return get(); } in operator ->()
129 T &operator*() const { return *get(); } in operator *()
148 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } in getSimplifiedValue()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DTrackingMDRef.h53 Metadata *get() const { return MD; } in get() function in llvm::TrackingMDRef
54 operator Metadata *() const { return get(); } in operator Metadata *()
55 Metadata *operator->() const { return get(); } in operator ->()
56 Metadata &operator*() const { return *get(); } in operator *()
118 T *get() const { return (T *)Ref.get(); } in get() function in llvm::TypedTrackingMDRef
119 operator T *() const { return get(); } in operator T *()
120 T *operator->() const { return get(); } in operator ->()
121 T &operator*() const { return *get(); } in operator *()
139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } in getSimplifiedValue()
[all...]
/third_party/spirv-tools/test/opt/
H A Dinvocation_interlock_placement_test.cpp49 std::get<1>(SinglePassRunAndDisassemble<InvocationInterlockPlacementPass>( in TEST_F()
77 std::get<1>(SinglePassRunAndDisassemble<InvocationInterlockPlacementPass>( in TEST_F()
118 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F()
155 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F()
192 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F()
234 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F()
283 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F()
333 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F()
384 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F()
434 EXPECT_EQ(std::get< in TEST_F()
[all...]
H A Dir_builder.cpp117 InstructionBuilder builder(context.get(), &*bb->begin()); in TEST_F()
127 Match(text, context.get()); in TEST_F()
140 context.get(), &*bb->begin(), in TEST_F()
151 Match(text, context.get()); in TEST_F()
202 context.get(), spv::Op::OpLabel, 0, context->TakeNextId(), {}))))); in TEST_F()
205 InstructionBuilder builder(context.get(), &*bb_true.begin()); in TEST_F()
212 context.get(), spv::Op::OpLabel, 0, context->TakeNextId(), {}))))); in TEST_F()
215 InstructionBuilder builder(context.get(), &bb_cond); in TEST_F()
220 Match(text, context.get()); in TEST_F()
252 InstructionBuilder builder(context.get(), in TEST_F()
[all...]
/third_party/node/src/crypto/
H A Dcrypto_rsa.cc40 if (EVP_PKEY_keygen_init(ctx.get()) <= 0) in Setup()
44 ctx.get(), in Setup()
52 CHECK_NOT_NULL(bn.get()); in Setup()
53 CHECK(BN_set_word(bn.get(), params->params.exponent)); in Setup()
55 if (EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx.get(), bn.get()) <= 0) in Setup()
63 EVP_PKEY_CTX_set_rsa_pss_keygen_md(ctx.get(), params->params.md) <= 0) { in Setup()
78 ctx.get(), in Setup()
90 ctx.get(), in Setup()
209 EVPKeyCtxPointer ctx(EVP_PKEY_CTX_new(m_pkey.get(), nullpt in RSA_Cipher()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ssa.cpp85 vert[i] = reinterpret_cast<Node *>(it->get()); in DominatorTree()
157 v = reinterpret_cast<Node *>(it.get())->tag; in build()
168 insert(&BasicBlock::get(cfg->getRoot())->dom); in build()
172 nw = &BasicBlock::get(vert[DOM(v)])->dom; in build()
173 nv = &BasicBlock::get(vert[v])->dom; in build()
197 bb = BasicBlock::get(reinterpret_cast<Node *>(dtIt->get())); in findDominanceFrontiers()
201 BasicBlock *dfLocal = BasicBlock::get(succIt.getNode()); in findDominanceFrontiers()
207 BasicBlock *cb = BasicBlock::get(chldIt.getNode()); in findDominanceFrontiers()
211 BasicBlock *dfUp = BasicBlock::get(dfI in findDominanceFrontiers()
[all...]
/third_party/python/Lib/test/
H A Dtest_queue.py109 actual_order = [q.get(), q.get(), q.get()]
133 self.do_blocking_test(q.put, (full,), q.get, ())
134 self.do_blocking_test(q.put, (full, True, 10), q.get, ())
137 q.get()
140 q.get(block=0)
145 q.get(timeout=0.01)
149 # Test a blocking get
150 self.do_blocking_test(q.get, (),
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp321 set = makeDescriptorSet(vkd, device, pool.get(), layout); in makePoolAndSet()
466 colorAttachmentView = makeImageView(vkd, device, colorAttachment->get(), imageViewType, imageFormat, subresourceRange); in iterate()
471 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
472 const auto cmdBuffer = cmdBufferPtr.get(); in iterate()
487 if (hasGraphics) graphicsPipelineLayout = PipelineLayoutWrapper(m_params.pipelineConstructionType, vkd, device, graphicsSetLayout.get()); in iterate()
488 if (hasCompute) computePipelineLayout = PipelineLayoutWrapper(m_params.pipelineConstructionType, vkd, device, computeSetLayout.get()); in iterate()
489 if (hasRayTracing) rayTracingPipelineLayout = PipelineLayoutWrapper(m_params.pipelineConstructionType, vkd, device, rayTracingSetLayout.get()); in iterate()
497 if (hasGraphics) vertShader = ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate()
498 if (hasGraphics) fragShader = ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("frag"), 0u); in iterate()
499 if (hasCompute) compShader = ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("com in iterate()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcomputedPropertyNames49_ES5.js4 get [1 + 1]() {
7 get [1 + 1]() {
14 get foo() {
19 get foo() {
33 get: function () {
40 get: function () {
55 get: function () {
H A DcomputedPropertyNames50_ES5.js4 get foo() {
9 get [1 + 1]() {
16 get [1 + 1]() {
19 get foo() {
31 get foo() {
38 get: function () {
53 get: function () {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DComplexUnitsConverter.java54 this.inputUnit_ = this.units_.get(0).unitImpl; in ComplexUnitsConverter()
129 unitsConverters_.add(new UnitsConverter(this.inputUnit_, units_.get(i).unitImpl, conversionRates)); in init()
132 .add(new UnitsConverter(units_.get(i - 1).unitImpl, units_.get(i).unitImpl, conversionRates)); in init()
148 return unitsConverters_.get(0).convert(quantity).multiply(EPSILON_MULTIPLIER).compareTo(limit) >= 0; in greaterThanOrEqual()
184 quantity = (unitsConverters_.get(i)).convert(quantity); in convert()
219 Measure measure = new Measure(intValues.get(i).multiply(sign), units_.get(i).unitImpl.build()); in convert()
220 measures.set(units_.get(i).index, measure); in convert()
222 indexOfQuantity = units_.get( in convert()
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
H A Dscoped_ptr.h139 // get_deleter()(get()) deletes this. In order to pevent this, reset() in reset()
159 T* get() const { return data_.ptr; } in get() function in i18n::phonenumbers::scoped_ptr_impl
203 // dereference it, you get the thread safety guarantees of T.
266 // Accessors to get the owned object.
269 assert(impl_.get() != NULL); in operator *()
270 return *impl_.get(); in operator *()
273 assert(impl_.get() != NULL); in operator ->()
274 return impl_.get(); in operator ->()
276 element_type* get() const { return impl_.get(); } in get() function in i18n::phonenumbers::scoped_ptr
360 element_type* get() const { return impl_.get(); } get() function in i18n::phonenumbers::scoped_ptr
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_builder.cpp119 InstructionBuilder builder(context.get(), &*bb->begin()); in TEST_F()
129 Match(text, context.get()); in TEST_F()
142 context.get(), &*bb->begin(), in TEST_F()
153 Match(text, context.get()); in TEST_F()
204 context.get(), SpvOpLabel, 0, context->TakeNextId(), {}))))); in TEST_F()
207 InstructionBuilder builder(context.get(), &*bb_true.begin()); in TEST_F()
214 context.get(), SpvOpLabel, 0, context->TakeNextId(), {}))))); in TEST_F()
217 InstructionBuilder builder(context.get(), &bb_cond); in TEST_F()
222 Match(text, context.get()); in TEST_F()
254 InstructionBuilder builder(context.get(), in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_builder.cpp119 InstructionBuilder builder(context.get(), &*bb->begin()); in TEST_F()
129 Match(text, context.get()); in TEST_F()
142 context.get(), &*bb->begin(), in TEST_F()
153 Match(text, context.get()); in TEST_F()
204 context.get(), SpvOpLabel, 0, context->TakeNextId(), {}))))); in TEST_F()
207 InstructionBuilder builder(context.get(), &*bb_true.begin()); in TEST_F()
214 context.get(), SpvOpLabel, 0, context->TakeNextId(), {}))))); in TEST_F()
217 InstructionBuilder builder(context.get(), &bb_cond); in TEST_F()
222 Match(text, context.get()); in TEST_F()
254 InstructionBuilder builder(context.get(), in TEST_F()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dmerge_blocks_test.cpp69 context.get(), 0); in TEST()
113 CheckEqual(env, after_op_3, context.get()); in TEST()
152 CheckEqual(env, after_op_0, context.get()); in TEST()
189 CheckEqual(env, after_op_2, context.get()); in TEST()
224 CheckEqual(env, after_op_4, context.get()); in TEST()
257 CheckEqual(env, after_op_1, context.get()); in TEST()
359 context.get(), 0); in TEST()
438 CheckEqual(env, after, context.get()); in TEST()
477 context.get(), 0); in TEST()
509 CheckEqual(env, after, context.get()); in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dmerge_blocks_test.cpp69 context.get(), 0); in TEST()
113 CheckEqual(env, after_op_3, context.get()); in TEST()
152 CheckEqual(env, after_op_0, context.get()); in TEST()
189 CheckEqual(env, after_op_2, context.get()); in TEST()
224 CheckEqual(env, after_op_4, context.get()); in TEST()
257 CheckEqual(env, after_op_1, context.get()); in TEST()
359 context.get(), 0); in TEST()
438 CheckEqual(env, after, context.get()); in TEST()
477 context.get(), 0); in TEST()
509 CheckEqual(env, after, context.get()); in TEST()
[all...]
/third_party/spirv-tools/test/reduce/
H A Dmerge_blocks_test.cpp69 context.get(), 0); in TEST()
113 CheckEqual(env, after_op_3, context.get()); in TEST()
152 CheckEqual(env, after_op_0, context.get()); in TEST()
189 CheckEqual(env, after_op_2, context.get()); in TEST()
224 CheckEqual(env, after_op_4, context.get()); in TEST()
257 CheckEqual(env, after_op_1, context.get()); in TEST()
359 context.get(), 0); in TEST()
438 CheckEqual(env, after, context.get()); in TEST()
477 context.get(), 0); in TEST()
509 CheckEqual(env, after, context.get()); in TEST()
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...431