Home
last modified time | relevance | path

Searched refs:get (Results 751 - 775 of 14232) sorted by relevance

1...<<31323334353637383940>>...570

/third_party/vk-gl-cts/framework/common/
H A DtcuEither.cpp99 TCU_CHECK(either.get<int>() == intValue); in Either_selfTest()
114 TCU_CHECK(either.get<float>() == floatValue); in Either_selfTest()
132 TCU_CHECK(either.get<int>() == intValue); in Either_selfTest()
150 TCU_CHECK(either.get<float>() == floatValue); in Either_selfTest()
169 TCU_CHECK(either.get<int>() == intValue); in Either_selfTest()
188 TCU_CHECK(either.get<float>() == floatValue); in Either_selfTest()
203 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue()); in Either_selfTest()
218 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue()); in Either_selfTest()
236 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue()); in Either_selfTest()
254 TCU_CHECK(either.get<TestClassWithConstructo in Either_selfTest()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDIBuilder.cpp50 MDTuple *Temp = SP->getRetainedNodes().get(); in finalizeSubprogram()
66 TempMDTuple(Temp)->replaceAllUsesWith(Node.get()); in finalizeSubprogram()
76 CUNode->replaceEnumTypes(MDTuple::get(VMContext, AllEnumTypes)); in finalize()
89 CUNode->replaceRetainedTypes(MDTuple::get(VMContext, RetainValues)); in finalize()
91 DISubprogramArray SPs = MDTuple::get(VMContext, AllSubprograms); in finalize()
99 CUNode->replaceGlobalVariables(MDTuple::get(VMContext, AllGVs)); in finalize()
102 CUNode->replaceImportedEntities(MDTuple::get( in finalize()
109 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize()
114 auto *MF = DIMacroFile::get(VMContext, dwarf::DW_MACINFO_start_file, in finalize()
170 auto *M = DIImportedEntity::get( in createImportedModule()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_heif_test.cpp95 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
115 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
140 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
158 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
183 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
206 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
214 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
237 ASSERT_NE(imageSource.get(), nullptr); in HWTEST_F()
253 ASSERT_NE(pixelMap.get(), nullptr); in HWTEST_F()
273 ASSERT_NE(imageSource.get(), nullpt in HWTEST_F()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp759 const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate()
815 imageResourceView = makeImageView(vkd, device, imageResource->get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate()
878 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
890 const auto bufferInfo = makeDescriptorBufferInfo(bufferResource->get(), 0ull, bufferSize); in iterate()
891 updateBuilder.writeSingle(descriptorSet.get(), location, descriptorType, &bufferInfo); in iterate()
897 auto descriptorImageInfo = makeDescriptorImageInfo(sampler.get(), imageResourceView.get(), imageDescriptorLayout); in iterate()
898 updateBuilder.writeSingle(descriptorSet.get(), location, descriptorType, &descriptorImageInfo); in iterate()
916 taskShader = createShaderModule(vkd, device, binaries.get("tas in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp759 const auto colorBufferView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate()
815 imageResourceView = makeImageView(vkd, device, imageResource->get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR); in iterate()
878 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
890 const auto bufferInfo = makeDescriptorBufferInfo(bufferResource->get(), 0ull, bufferSize); in iterate()
891 updateBuilder.writeSingle(descriptorSet.get(), location, descriptorType, &bufferInfo); in iterate()
897 auto descriptorImageInfo = makeDescriptorImageInfo(sampler.get(), imageResourceView.get(), imageDescriptorLayout); in iterate()
898 updateBuilder.writeSingle(descriptorSet.get(), location, descriptorType, &descriptorImageInfo); in iterate()
916 taskShader = createShaderModule(vkd, device, binaries.get("tas in iterate()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-new-target.js15 var get = []; variable
16 var p = new Proxy(Function, { get: function(o, k) { get.push(k); return o[k]; }});
19 assert(get + '' === "prototype");
25 var o = new Proxy (function f () {}, { get(t,p,r) { if (p == "prototype") { throw 42 }}})
H A Dreflect-get.js24 assert (Reflect.get (object1, 'y') === "Cat");
27 Reflect.get ();
33 assert (Reflect.get ({}) === undefined);
38 return Reflect.get (o, "x");
49 return Reflect.get (c, a);
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A Dsched_getaffinity.c29 cpu_set_t get; in sched_getaffinity_0100() local
39 CPU_ZERO(&get); in sched_getaffinity_0100()
40 result = sched_getaffinity(0, sizeof(get), &get); in sched_getaffinity_0100()
45 if (!CPU_ISSET(0, &get)) { in sched_getaffinity_0100()
/third_party/skia/include/gpu/gl/
H A DGrGLAssembleInterface.h14 * get() to get each function address. ctx is a generic ptr passed to and interpreted by get().
16 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get);
20 * get() to get each function address. ctx is a generic ptr passed to and interpreted by get().
22 SK_API sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get);
26 * calls get() to get eac
[all...]
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Drender_strategy.cpp45 "dst or input buffer info is null! src_=%{public}p, buffer=%{public}p", bufferInfo.get(), dstBufferInfo.get()); in ChooseBufOnSetInOutput()
70 return ChooseBufOnSetInput(buffer, src_.get(), memNegotiatedCap); in ChooseBestOutput()
72 return ChooseBufOnSetInOutput(buffer, src_.get(), dst_.get(), memNegotiatedCap); in ChooseBestOutput()
77 return src_.get(); in GetInput()
82 return dst_.get(); in GetOutput()
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
H A DQRPolynomial.js22 get : function(index) {
36 num[i + j] ^= QRMath.gexp(QRMath.glog(this.get(i) ) + QRMath.glog(e.get(j) ) );
49 var ratio = QRMath.glog(this.get(0) ) - QRMath.glog(e.get(0) );
54 num[i] = this.get(i);
58 num[x] ^= QRMath.gexp(QRMath.glog(e.get(x) ) + ratio);
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dremove_unused_struct_member_test.cpp64 .GetAvailableOpportunities(context.get(), 0); in TEST()
69 CheckValid(env, context.get()); in TEST()
103 CheckEqual(env, expected, context.get()); in TEST()
146 .GetAvailableOpportunities(context.get(), 0); in TEST()
151 CheckValid(env, context.get()); in TEST()
185 CheckEqual(env, expected, context.get()); in TEST()
232 .GetAvailableOpportunities(context.get(), 0); in TEST()
H A Dstructured_construct_to_block_test.cpp88 .GetAvailableOpportunities(context.get(), 0); in TEST()
93 CheckValid(env, context.get()); in TEST()
97 CheckValid(env, context.get()); in TEST()
101 CheckValid(env, context.get()); in TEST()
136 CheckEqual(env, expected, context.get()); in TEST()
207 .GetAvailableOpportunities(context.get(), 0); in TEST()
239 .GetAvailableOpportunities(context.get(), 0); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dremove_unused_struct_member_test.cpp64 .GetAvailableOpportunities(context.get(), 0); in TEST()
69 CheckValid(env, context.get()); in TEST()
103 CheckEqual(env, expected, context.get()); in TEST()
146 .GetAvailableOpportunities(context.get(), 0); in TEST()
151 CheckValid(env, context.get()); in TEST()
185 CheckEqual(env, expected, context.get()); in TEST()
232 .GetAvailableOpportunities(context.get(), 0); in TEST()
H A Dstructured_construct_to_block_test.cpp88 .GetAvailableOpportunities(context.get(), 0); in TEST()
93 CheckValid(env, context.get()); in TEST()
97 CheckValid(env, context.get()); in TEST()
101 CheckValid(env, context.get()); in TEST()
136 CheckEqual(env, expected, context.get()); in TEST()
207 .GetAvailableOpportunities(context.get(), 0); in TEST()
239 .GetAvailableOpportunities(context.get(), 0); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h38 return Info->get(Inst.getOpcode()).isBranch(); in isBranch()
42 return Info->get(Inst.getOpcode()).isConditionalBranch(); in isConditionalBranch()
46 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); in isUnconditionalBranch()
50 return Info->get(Inst.getOpcode()).isIndirectBranch(); in isIndirectBranch()
54 return Info->get(Inst.getOpcode()).isCall(); in isCall()
58 return Info->get(Inst.getOpcode()).isReturn(); in isReturn()
62 return Info->get(Inst.getOpcode()).isTerminator(); in isTerminator()
149 /// Given a branch instruction try to get the address the branch
155 /// Given an instruction tries to get the address of a memory operand. Returns
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h42 return makeArrayRef(Order.get(), NumRegs); in operator ArrayRef()
73 const RCInfo &get(const TargetRegisterClass *RC) const { in get() function in llvm::RegisterClassInfo
90 return get(RC).NumRegs; in getNumAllocatableRegs()
97 return get(RC); in getOrder()
107 return get(RC).ProperSubClass; in isProperSubClass()
123 return get(RC).MinCost; in getMinCost()
131 return get(RC).LastCostChange; in getLastCostChange()
/third_party/skia/experimental/graphite/src/
H A DCommandBuffer.cpp40 this->onBindGraphicsPipeline(graphicsPipeline.get()); in bindGraphicsPipeline()
46 this->onBindUniformBuffer(uniformBuffer.get(), offset); in bindUniformBuffer()
53 this->onBindVertexBuffers(vertexBuffer.get(), vertexOffset, in bindVertexBuffers()
54 instanceBuffer.get(), instanceOffset); in bindVertexBuffers()
65 this->onBindIndexBuffer(indexBuffer.get(), bufferOffset); in bindIndexBuffer()
89 this->onCopyTextureToBuffer(texture.get(), srcRect, buffer.get(), bufferOffset, bufferRowBytes); in copyTextureToBuffer()
/third_party/spirv-tools/test/reduce/
H A Dremove_unused_struct_member_test.cpp64 .GetAvailableOpportunities(context.get(), 0); in TEST()
69 CheckValid(env, context.get()); in TEST()
103 CheckEqual(env, expected, context.get()); in TEST()
146 .GetAvailableOpportunities(context.get(), 0); in TEST()
151 CheckValid(env, context.get()); in TEST()
185 CheckEqual(env, expected, context.get()); in TEST()
232 .GetAvailableOpportunities(context.get(), 0); in TEST()
H A Dstructured_construct_to_block_test.cpp88 .GetAvailableOpportunities(context.get(), 0); in TEST()
93 CheckValid(env, context.get()); in TEST()
97 CheckValid(env, context.get()); in TEST()
101 CheckValid(env, context.get()); in TEST()
136 CheckEqual(env, expected, context.get()); in TEST()
207 .GetAvailableOpportunities(context.get(), 0); in TEST()
239 .GetAvailableOpportunities(context.get(), 0); in TEST()
/foundation/distributedhardware/device_manager/services/implementation/src/config/
H A Ddm_config_manager.cpp34 soLoadInfo.name = jsonObject["name"].get<std::string>(); in from_json()
35 soLoadInfo.type = jsonObject["type"].get<std::string>(); in from_json()
36 soLoadInfo.version = jsonObject["version"].get<std::string>(); in from_json()
37 soLoadInfo.funcName = jsonObject["funcName"].get<std::string>(); in from_json()
38 soLoadInfo.soName = jsonObject["soName"].get<std::string>(); in from_json()
39 soLoadInfo.soPath = jsonObject["soPath"].get<std::string>(); in from_json()
50 soLoadInfo.authType = jsonObject["authType"].get<int32_t>(); in from_json()
51 soLoadInfo.name = jsonObject["name"].get<std::string>(); in from_json()
52 soLoadInfo.type = jsonObject["type"].get<std::string>(); in from_json()
53 soLoadInfo.version = jsonObject["version"].get<st in from_json()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DDisplayNameTest.java45 public String get(ULocale locale, String code, Object context); in get() method
72 // TODO fix once there is a way to get a list of all script codes
74 // TODO fix once there is a way to get a list of all currency codes
110 public String get(ULocale loc, String code, Object context) { in checkLocale()
116 public String get(ULocale loc, String code, Object context) { in checkLocale()
123 public String get(ULocale loc, String code, Object context) { in checkLocale()
130 public String get(ULocale loc, String code, Object context) { in checkLocale()
141 public String get(ULocale loc, String code, Object context) { in checkLocale()
151 Map data = (Map)zoneData.get(locale); in getZoneString()
159 UResourceBundle stringSet = table.get( in getZoneString()
[all...]
/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...]

Completed in 15 milliseconds

1...<<31323334353637383940>>...570