Home
last modified time | relevance | path

Searched refs:get (Results 1601 - 1625 of 12950) sorted by relevance

1...<<61626364656667686970>>...518

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp81 /// ordered such that the load will get either the value that was stored, or
711 MsanContextStateTy = StructType::get( in createKernelApi()
712 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi()
713 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8), in createKernelApi()
714 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi()
715 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), /* va_arg_origin */ in createKernelApi()
716 IRB.getInt64Ty(), ArrayType::get(OriginTy, kParamTLSSize / 4), OriginTy, in createKernelApi()
719 "__msan_get_context_state", PointerType::get(MsanContextStateTy, 0)); in createKernelApi()
721 Type *RetTy = StructType::get(PointerType::get(IR in createKernelApi()
[all...]
H A DGCOVProfiling.cpp499 // such a case we must get the real_path.
658 FunctionType *FTy = FunctionType::get(Builder.getVoidTy(), {}, false);
804 ArrayType::get(Type::getInt64Ty(*Ctx), Edges);
858 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
870 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
872 PointerType::get(FTy, 0),
873 PointerType::get(FTy, 0)
875 FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
895 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
911 FunctionType *FTy = FunctionType::get(Typ
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp211 bool need_sample_pos = active_input_builtins.get(BuiltInSamplePosition); in build_implicit_builtins()
216 active_input_builtins.get(BuiltInSubgroupEqMask) || active_input_builtins.get(BuiltInSubgroupGeMask) || in build_implicit_builtins()
217 active_input_builtins.get(BuiltInSubgroupGtMask) || active_input_builtins.get(BuiltInSubgroupLeMask) || in build_implicit_builtins()
218 active_input_builtins.get(BuiltInSubgroupLtMask); in build_implicit_builtins()
219 bool need_subgroup_ge_mask = !msl_options.is_ios() && (active_input_builtins.get(BuiltInSubgroupGeMask) || in build_implicit_builtins()
220 active_input_builtins.get(BuiltInSubgroupGtMask)); in build_implicit_builtins()
223 (msl_options.multiview || active_input_builtins.get(BuiltInViewIndex)); in build_implicit_builtins()
226 (active_input_builtins.get(BuiltInWorkgroupI in build_implicit_builtins()
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py389 enumName = enumsNode.get("name")
394 enumItem.get("name"),
395 enumItem.get("type"),
396 enumItem.get("alias"),
397 enumItem.get("value")
404 enumDefinition.type = enumsNode.get("type")
405 enumDefinition.bitwidth = enumsNode.get("bitwidth")
413 name = enumeratorItem.get("name")
414 alias = enumeratorItem.get("alias")
419 enumeratorItem.get("valu
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp895 DeinitDeviceDeleter(m_context.getResourceInterface().get(), *device)); in iterate()
1423 createCommandBuffers(vkd, device, commandPools[0]->get(), begin(commandBuffers), end(commandBuffers));
1425 createCommandBuffers(vkd, device, commandPools[0]->get(), begin(commandBuffers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(commandBuffers));
1427 createCommandBuffers(vkd, device, commandPools[0]->get(), begin(commandBuffers), end(commandBuffers));
1488 createBufferViews(vkd, device, buffer.get(), 128ull, begin(bufferViews), end(bufferViews));
1490 createBufferViews(vkd, device, buffer.get(), 128ull, begin(bufferViews) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(bufferViews));
1492 createBufferViews(vkd, device, buffer.get(), 128ull, begin(bufferViews), end(bufferViews));
1522 createImageViews(vkd, device, image.get(), VK_FORMAT_R8_UNORM, begin(imageViews), end(imageViews));
1524 createImageViews(vkd, device, image.get(), VK_FORMAT_R8_UNORM, begin(imageViews) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(imageViews));
1526 createImageViews(vkd, device, image.get(), VK_FORMAT_R8_UNOR
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp894 DeinitDeviceDeleter(m_context.getResourceInterface().get(), *device)); in iterate()
1422 createCommandBuffers(vkd, device, commandPools[0]->get(), begin(commandBuffers), end(commandBuffers));
1424 createCommandBuffers(vkd, device, commandPools[0]->get(), begin(commandBuffers) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(commandBuffers));
1426 createCommandBuffers(vkd, device, commandPools[0]->get(), begin(commandBuffers), end(commandBuffers));
1487 createBufferViews(vkd, device, buffer.get(), 128ull, begin(bufferViews), end(bufferViews));
1489 createBufferViews(vkd, device, buffer.get(), 128ull, begin(bufferViews) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(bufferViews));
1491 createBufferViews(vkd, device, buffer.get(), 128ull, begin(bufferViews), end(bufferViews));
1521 createImageViews(vkd, device, image.get(), begin(imageViews), end(imageViews));
1523 createImageViews(vkd, device, image.get(), begin(imageViews) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(imageViews));
1525 createImageViews(vkd, device, image.get(), begi
[all...]
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java325 final PendingResult result = mPendingResults.get(testId); in forwardFinalizedPendingResult()
389 final PendingResult result = mPendingResults.get(testId); in isPendingTestInstance()
398 return mTestInstances.get(testId).contains(config); in isPendingTestInstance()
410 final PendingResult result = mPendingResults.get(testId); in skipTest()
425 final PendingResult result = mPendingResults.get(testId); in abortTest()
460 mCurrentTestId = pathToIdentifier(values.get("dEQP-BeginTestCase-TestCasePath")); in handleBeginTestCase()
465 if (mPendingResults.get(mCurrentTestId) != null) { in handleBeginTestCase()
466 mPendingResults.get(mCurrentTestId).remainingConfigs.remove(mRunConfig); in handleBeginTestCase()
476 final PendingResult result = mPendingResults.get(mCurrentTestId); in handleEndTestCase()
502 String code = values.get("dEQ in handleTestCaseResult()
[all...]
/test/testfwk/developer_test/src/core/driver/
H A Dopenharmony.py61 para_values = junit_paras.get(para_name, [])
257 and self.config.device_log.get(ConfigConst.tag_enable) == ConfigConst.device_log_on \
304 self.config.testargs.get("test"):
430 json_file_list = self.config.testargs.get(
444 exclude_list = json_data.get(
450 filter_list.extend(exclude.get(request.get_module_name()))
454 filter_list.extend(self.config.testargs.get('notClass', []))
460 for test in testargs.get("test"):
467 tests_dict.get(test_item[0]).append(
477 self.config.tf_suite.get("case
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dcamera_tag_test_v1_2.cpp67 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
71 CAMERA_LOGI("get OHOS_ABILITY_CAMERA_MODES success"); in HWTEST_F()
90 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
129 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
171 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
196 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
221 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
247 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
277 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
307 common_metadata_header_t* data = cameraTest->ability->get(); in HWTEST_F()
[all...]
/third_party/node/lib/internal/streams/
H A Dwritable.js128 // of how much we're waiting to get pushed to some underlying
215 get() {
770 get() {
777 get() {
790 get() {
809 get() {
816 get() {
823 get() {
830 get() {
837 get() {
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dchnsecal.cpp84 * get close to the next or prior new moon, but not cross it. Must be
383 int32_t dom = get(UCAL_DAY_OF_MONTH, status); in add()
385 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day in add()
414 int32_t dom = get(UCAL_DAY_OF_MONTH, status); in roll()
416 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day in roll()
426 int32_t m = get(UCAL_MONTH, status); // 0-based month in roll()
429 if (get(UCAL_IS_LEAP_MONTH, status) == 1) { in roll()
535 int32_t cacheValue = CalendarCache::get(&gChineseCalendarWinterSolsticeCache, gyear, status); in winterSolstice()
779 int32_t cacheValue = CalendarCache::get(&gChineseCalendarNewYearCache, gyear, status); in newYear()
859 int32_t year = get(UCAL_EXTENDED_YEA in getRelatedYear()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp71 const Constant *C = ConstantInt::get( in emitThumb1LoadConstPool()
75 BuildMI(MBB, MBBI, dl, TII.get(ARM::tLDRpci)) in emitThumb1LoadConstPool()
90 const Constant *C = ConstantInt::get( in emitThumb2LoadConstPool()
94 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2LDRpci)) in emitThumb2LoadConstPool()
149 BuildMI(MBB, MBBI, dl, TII.get(ARM::tMOVi8), LdReg) in emitThumbRegPlusImmInReg()
154 BuildMI(MBB, MBBI, dl, TII.get(ARM::tMOVi8), LdReg) in emitThumbRegPlusImmInReg()
158 BuildMI(MBB, MBBI, dl, TII.get(ARM::tRSB), LdReg) in emitThumbRegPlusImmInReg()
163 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVi32imm), LdReg) in emitThumbRegPlusImmInReg()
172 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, dl, TII.get(Opc), DestReg); in emitThumbRegPlusImmInReg()
312 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, dl, TII.get(CopyOp in emitThumbRegPlusImmediate()
[all...]
/kernel/linux/linux-5.10/sound/pci/oxygen/
H A Doxygen_mixer.c733 .get = ac97_switch_get, \
744 .get = ac97_volume_get, \
760 .get = dac_volume_get,
767 .get = dac_mute_get,
774 .get = upmix_get,
784 .get = spdif_switch_get,
792 .get = spdif_default_get,
801 .get = spdif_mask_get,
810 .get = spdif_pcm_get,
822 .get
[all...]
/kernel/linux/linux-6.6/sound/pci/oxygen/
H A Doxygen_mixer.c733 .get = ac97_switch_get, \
744 .get = ac97_volume_get, \
760 .get = dac_volume_get,
767 .get = dac_mute_get,
774 .get = upmix_get,
784 .get = spdif_switch_get,
792 .get = spdif_default_get,
801 .get = spdif_mask_get,
810 .get = spdif_pcm_get,
822 .get
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dconcurrent.py328 config.tf_suite = config.tf_suite.get(
352 failed_list = params[ReportConst.unsuccessful_params].get(module_name, [])
354 failed_list = params[ReportConst.unsuccessful_params].get(module_name, [])
356 failed_list = params[ReportConst.unsuccessful_params].get(str(module_name).split(".")[0], [])
365 suite_name = testsuite_element.get("name", "")
436 history_testsuite_name = history_testsuite_element.get("name", "")
439 if history_testsuite_name == testsuite_element.get("name", ""):
445 inherited_test = int(testsuites_element.get(
447 history_testsuite_element.get(ReportConstant.tests, 0))
458 inherited_test = int(target_testsuite_element.get(
[all...]
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js79 // zeroes at init time is brutal when you get that big.
131 * Default export, the thing you're using this module to get.
246 get head() {
249 get tail() {
266 get max() {
272 get maxSize() {
278 get calculatedSize() {
284 get size() {
290 get fetchMethod() {
296 get dispos
[all...]
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js76 // zeroes at init time is brutal when you get that big.
128 * Default export, the thing you're using this module to get.
243 get head() {
246 get tail() {
263 get max() {
269 get maxSize() {
275 get calculatedSize() {
281 get size() {
287 get fetchMethod() {
293 get dispos
[all...]
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js5 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6 desc = { enumerable: true, get: function() { return m[k]; } };
111 const c = normalizeCache.get(s);
120 const c = normalizeNocaseCache.get(s);
214 get dev() {
218 get mode() {
222 get nlink() {
226 get uid() {
230 get gid() {
234 get rde
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp251 const int gatherComp = (m_params.componentGather ? m_params.componentGather.get() : 0); in initPrograms()
737 texture.get(), // VkImage image; in iterate()
769 const auto colorAttachmentView = makeImageView(vkd, device, colorAttachment.get(), VK_IMAGE_VIEW_TYPE_2D, colorAttachmentInfo.format, colorSubresourceRange); in iterate()
790 VkClearColorValue colorValue = m_params.customBorderColor.get(); in iterate()
799 pNext = customBorderColorInfo.get(); in iterate()
837 const auto pipelineLayout = makePipelineLayout(vkd, device, dsLayout.get()); in iterate()
845 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), dsLayout.get()); in iterate()
850 VkDescriptorImageInfo descriptorImageInfo = makeDescriptorImageInfo(sampler.get(), textureView.get(), VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMA in iterate()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFramebufferTest.cpp684 drawQuad(greenProgram.get(), std::string(essl1_shaders::PositionAttrib()), 0.0f); in TEST_P()
696 glBindFramebuffer(GL_FRAMEBUFFER, framebuffer.get()); in TEST_P()
703 glBindTexture(GL_TEXTURE_2D, texture.get()); in TEST_P()
705 glFramebufferTexture2D(GL_FRAMEBUFFER, attachment, GL_TEXTURE_2D, texture.get(), 0); in TEST_P()
919 drawQuad(greenProgram.get(), std::string(essl1_shaders::PositionAttrib()), 0.0f); in TEST_P()
935 drawQuad(blueProgram.get(), std::string(essl1_shaders::PositionAttrib()), 0.0f); in TEST_P()
964 drawQuad(blueProgram.get(), std::string(essl1_shaders::PositionAttrib()), 0.0f); in TEST_P()
980 drawQuad(greenProgram.get(), std::string(essl1_shaders::PositionAttrib()), 0.0f); in TEST_P()
1008 drawQuad(blueProgram.get(), std::string(essl1_shaders::PositionAttrib()), 0.0f); in TEST_P()
1024 drawQuad(greenProgram.get(), st in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FastISel.cpp472 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc), ResultReg); in X86FastEmitLoad()
503 TII.get(X86::AND8ri), AndResult) in X86FastEmitStore()
640 const MCInstrDesc &Desc = TII.get(Opc); in X86FastEmitStore()
685 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc)); in X86FastEmitStore()
793 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc), LoadReg); in handleConstantAddresses()
1253 TII.get(TargetOpcode::COPY), DstReg).addReg(SrcReg); in X86SelectRet()
1272 TII.get(TargetOpcode::COPY), RetReg).addReg(Reg); in X86SelectRet()
1280 TII.get(Subtarget->is64Bit() ? X86::RETIQ : X86::RETIL)) in X86SelectRet()
1284 TII.get(Subtarget->is64Bit() ? X86::RETQ : X86::RETL)); in X86SelectRet()
1407 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, CurDbgLoc, TII.get(CompareImmOp in X86FastEmitCompare()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java145 * To get more details on why a string failed the checks, use a {@link SpoofChecker.CheckResult}:
977 // strings of length one do not get an entry in the string table. in build()
997 SPUString targetMapping = fTable.get(keyChar); in build()
1022 int key = fKeyVec.get(i); in build()
1119 SPUString hashedString = fHash.get(src); in addString()
1463 // If we get here, the strings are confusable. Now we just need to set the flags for the appropriate classes in areConfusable()
1592 if (result.get(UScript.HAN)) { in getAugmentedScriptSet()
1597 if (result.get(UScript.HIRAGANA)) { in getAugmentedScriptSet()
1600 if (result.get(UScript.KATAKANA)) { in getAugmentedScriptSet()
1603 if (result.get(UScrip in getAugmentedScriptSet()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSpoofChecker.java146 * To get more details on why a string failed the checks, use a {@link SpoofChecker.CheckResult}:
925 // strings of length one do not get an entry in the string table. in build()
945 SPUString targetMapping = fTable.get(keyChar); in build()
970 int key = fKeyVec.get(i); in build()
1067 SPUString hashedString = fHash.get(src); in addString()
1394 // If we get here, the strings are confusable. Now we just need to set the flags for the appropriate classes in areConfusable()
1519 if (result.get(UScript.HAN)) { in getAugmentedScriptSet()
1524 if (result.get(UScript.HIRAGANA)) { in getAugmentedScriptSet()
1527 if (result.get(UScript.KATAKANA)) { in getAugmentedScriptSet()
1530 if (result.get(UScrip in getAugmentedScriptSet()
[all...]
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h149 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_); in operator ==()
332 if (value_.get() == nullptr) value_.reset(new T(*iterator_));
333 return value_.get();
777 begin_(std::get<I>(generators).begin()...), in IteratorImpl()
778 end_(std::get<I>(generators).end()...), in IteratorImpl()
792 ++std::get<sizeof...(T) - 1>(current_);
801 const ParamType* Current() const override { return current_value_.get(); }
819 (same = same && std::get<I>(current_) ==
820 std::get<
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.cpp282 HRESULT hr = mOffscreenTexture.get()->QueryInterface( in resetOffscreenColorBuffer()
298 ERR() << "Could not get offscreen texture shared handle, " << gl::FmtHR(hr); in resetOffscreenColorBuffer()
305 mKeyedMutex = d3d11::DynamicCastComObject<IDXGIKeyedMutex>(mOffscreenTexture.get()); in resetOffscreenColorBuffer()
314 mOffscreenTexture.get(), &mOffscreenRTView); in resetOffscreenColorBuffer()
333 result = mRenderer->allocateResource(displayD3D, offscreenSRVDesc, mOffscreenTexture.get(), in resetOffscreenColorBuffer()
363 deviceContext->CopySubresourceRegion(mOffscreenTexture.get(), 0, 0, yoffset, 0, in resetOffscreenColorBuffer()
364 previousOffscreenTexture.get(), 0, &sourceBox); in resetOffscreenColorBuffer()
441 mDepthStencilTexture.get(), &mDepthStencilDSView); in resetOffscreenDepthBuffer()
456 mDepthStencilTexture.get(), &mDepthStencilSRView); in resetOffscreenDepthBuffer()
538 displayD3D, mBackBufferTexture.get(), in resize()
[all...]

Completed in 42 milliseconds

1...<<61626364656667686970>>...518