/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 116 set(def.get()); in ValueDef() 127 this->set(ref.get()); in set() 179 if (insn->src(i).get() == value) { in mayReplace() 200 if (value == repVal.get()) in replace() 205 ref->set(repVal.get()); in replace() 210 set(repVal.get()); in replace() 623 // must unlink defs too since the list pointers will get deallocated in ~Instruction() 655 setSrc(s, ref.get()); in setSrc() 662 Value *value = srcs[a].get(); in swapSources() 773 i->setDef(d, pol.get(getDe in clone() [all...] |
/third_party/python/Lib/re/ |
H A D | _parser.py | 88 ogid = self.groupdict.get(name, None) 252 def get(self): member in Tokenizer 309 code = ESCAPES.get(escape) 312 code = CATEGORIES.get(escape) 369 code = CATEGORIES.get(escape) 372 code = ESCAPES.get(escape) 416 escape += source.get() 420 escape += source.get() 513 sourceget = source.get 726 gid = state.groupdict.get(nam [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingWatertightnessTests.cpp | 155 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline() 156 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("ahit"), 0); in makePipeline() 157 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline() 159 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, raygenShader.get(), raygenGroup); in makePipeline() 160 rayTracingPipeline->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, missShader.get(), missGroup); in makePipeline() 163 rayTracingPipeline->addShader(VK_SHADER_STAGE_ANY_HIT_BIT_KHR, hitShader.get(), hitGroup + i); in makePipeline() 611 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 621 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 622 const VkStridedDeviceAddressRegionKHR missShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, missShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 623 const VkStridedDeviceAddressRegionKHR hitShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, hitShaderBindingTable->get(), in runTest() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | hex_float.h | 229 // value to get the correct value.) 313 // then we have to left-shift to get rid of leading 0s. This is the amount 321 SetBits<uint_type, 0, num_fraction_bits + num_overflow_bits>::get; 335 SetBits<uint_type, 0, num_fraction_bits>::get; 342 SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 571 SetBits<uint_type, 0, throwaway_mask_bits>::get; in getRoundedNormalizedSignificand() 928 is.get(); in operator >>() 941 is.get(); in operator >>() 946 is.get(); // We may have to unget this. in operator >>() 952 is.get(); // Thro in operator >>() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UniformTest.cpp | 33 // Test that we can get and set a float uniform successfully. 56 // Test that we can get and set an int uniform successfully. 79 // Test that we can get and set a vec2 uniform successfully. 103 // Test that we can get and set a vec3 uniform successfully. 127 // Test that we can get and set a vec4 uniform successfully. 151 // Test that we can get and set a 2x2 float Matrix uniform successfully. 175 // Test that we can get and set a 3x3 float Matrix uniform successfully. 199 // Test that we can get and set a 4x4 float Matrix uniform successfully. 224 // Test that we can get and set a float array of uniforms. 254 // Test that we can get an [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 229 // value to get the correct value.) 313 // then we have to left-shift to get rid of leading 0s. This is the amount 321 SetBits<uint_type, 0, num_fraction_bits + num_overflow_bits>::get; 335 SetBits<uint_type, 0, num_fraction_bits>::get; 342 SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 571 SetBits<uint_type, 0, throwaway_mask_bits>::get; in getRoundedNormalizedSignificand() 928 is.get(); in operator >>() 941 is.get(); in operator >>() 946 is.get(); // We may have to unget this. in operator >>() 952 is.get(); // Thro in operator >>() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 267 return UndefValue::get(VTy->getElementType()); in findScalarElement() 292 return UndefValue::get(VTy->getElementType()); in findScalarElement() 521 auto *Item = cast<MDNode>(AccGroupListOp.get()); in addToAccessGroupList() 545 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups() 578 auto *Item = cast<MDNode>(Node.get()); in intersectAccessGroups() 591 return MDNode::get(Ctx, Intersection); in intersectAccessGroups() 655 return ConstantVector::get(Mask); in createBitMaskForGaps() 665 return ConstantVector::get(MaskVec); in createReplicatedMask() 675 return ConstantVector::get(Mask); in createInterleaveMask() 684 return ConstantVector::get(Mas in createStrideMask() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 217 return VectorType::get(B.getInt32Ty(), cast<VectorType>(T)->getNumElements()); in getI32Ty() 455 Value *NewVal = UndefValue::get(Ty); in insertValues() 580 NewFDiv = UndefValue::get(VT); in visitFDiv() 688 Value *RCP = Builder.CreateFDiv(ConstantFP::get(F32Ty, 1.0), FB); in expandDivRem24() 798 Value *RCP_F32 = Builder.CreateFDiv(ConstantFP::get(F32Ty, 1.0), DEN_F32); in expandDivRem32() 799 Constant *UINT_MAX_PLUS_1 = ConstantFP::get(F32Ty, BitsToFloat(0x4f800000)); in expandDivRem32() 907 NewDiv = UndefValue::get(VT); in visitBinaryOperator() 942 Type *PT = PointerType::get(I32Ty, I.getPointerAddressSpace()); in visitLoadInst() 957 ConstantAsMetadata::get(ConstantInt::get(I32T in visitLoadInst() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 330 TII.get(WebAssembly::BLOCK)) in placeBlockMarker() 362 TII.get(WebAssembly::END_BLOCK)); in placeBlockMarker() 409 TII.get(WebAssembly::LOOP)) in placeLoopMarker() 429 BuildMI(*AfterLoop, InsertPos, EndDL, TII.get(WebAssembly::END_LOOP)); in placeLoopMarker() 578 TII.get(WebAssembly::TRY)) in placeTryMarker() 619 TII.get(WebAssembly::END_TRY)); in placeTryMarker() 801 // unnecessary local.get/local.sets once yielding values from a block is in fixUnwindMismatches() 831 // 'rethrow' instruction (+ local.get) in there. in fixUnwindMismatches() 850 // local.get n (new: a) <- appendix block in fixUnwindMismatches() 965 // of the function with a local.get an in fixUnwindMismatches() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdspnm.cpp | 76 UnicodeString& get(const char* tableKey, const char* itemKey, 78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() function in ICUDataTable 89 return get(tableKey, NULL, itemKey, result); in get() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() function in ICUDataTable 483 langData.get("localeDisplayPattern", "keyTypePattern", ktPattern); in initialize() 491 // Only get the context data if we need it! This is a const object so we know now... in initialize() 727 return langData.get("Languages", localeId, result); in localeIdName() 746 langData.get("Languages", lang, result); in languageDisplayName() 764 langData.get("Script in scriptDisplayName() [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | TextFormatTest.java | 275 * can use hex notation and not get stupid errors about precision. 572 return fileDescriptor.getMessageTypes().get(0); in createDescriptorForAny() 1241 logHandler.getStoredLogRecords().get(0).getMessage()); in testParseUnknownExtensions() 1247 logHandler.getStoredLogRecords().get(1).getMessage()); in testParseUnknownExtensions() 1422 int i1 = msg.getInt32ToInt32Field().get(1); in testMapDuplicateKeys() 1424 int i2 = msg2.getInt32ToInt32Field().get(1); in testMapDuplicateKeys() 1438 assertEquals(10, message.getStringToInt32Field().get("x").intValue()); in testMapShortForm() 1439 assertEquals(200, message.getInt32ToMessageField().get(2).getValue()); in testMapShortForm() 1474 assertEquals(30, map.getInt32ToInt32Field().get(1).intValue()); in testMapOverwrite() 1484 assertEquals(30, map.getInt32ToInt32Field().get( in testMapOverwrite() [all...] |
/third_party/spirv-tools/source/util/ |
H A D | hex_float.h | 230 // value to get the correct value.) 314 // then we have to left-shift to get rid of leading 0s. This is the amount 322 SetBits<uint_type, 0, num_fraction_bits + num_overflow_bits>::get; 336 SetBits<uint_type, 0, num_fraction_bits>::get; 343 SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 572 SetBits<uint_type, 0, throwaway_mask_bits>::get; in getRoundedNormalizedSignificand() 970 is.get(); in operator >>() 983 is.get(); in operator >>() 988 is.get(); // We may have to unget this. in operator >>() 994 is.get(); // Thro in operator >>() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingWatertightnessTests.cpp | 155 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline() 156 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("ahit"), 0); in makePipeline() 157 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline() 159 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, raygenShader.get(), raygenGroup); in makePipeline() 160 rayTracingPipeline->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, missShader.get(), missGroup); in makePipeline() 163 rayTracingPipeline->addShader(VK_SHADER_STAGE_ANY_HIT_BIT_KHR, hitShader.get(), hitGroup + i); in makePipeline() 611 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 621 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 622 const VkStridedDeviceAddressRegionKHR missShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, missShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 623 const VkStridedDeviceAddressRegionKHR hitShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, hitShaderBindingTable->get(), in runTest() [all...] |
/drivers/peripheral/camera/test/hdi/v1_3/src/ |
H A D | camera_hdi_uttest_v1_3.cpp | 49 common_metadata_header_t* data = ability->get();
in IsTagValueExistsU8() 67 common_metadata_header_t* data = ability->get();
in PrintAllTagDataU8() 143 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 291 common_metadata_header_t* data = cameraTest->deviceCallback->resultMeta->get();
in SuperSlowMotionStatusCallback() 320 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 388 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 471 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 510 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 546 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 586 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get();
in HWTEST_F() [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_loader.cpp | 413 return loadResult.data->buffers[(unsigned int)index].get(); 547 bufferView = loadResult.data->bufferViews[bufferIndex].get(); 606 indices.bufferView = loadResult.data->bufferViews[bufferViewIndex].get(); 635 values.bufferView = loadResult.data->bufferViews[bufferViewIndex].get(); 759 info.texture = loadResult.data->textures[info.index].get(); 837 Sampler* sampler = loadResult.data->defaultSampler.get(); 840 sampler = loadResult.data->samplers[samplerIndex].get(); 859 image = loadResult.data->images[imageIndex].get(); 908 image->bufferView = loadResult.data->bufferViews[bufferIndex].get(); 1416 attribute.accessor = loadResult.data->accessors[accessor].get(); [all...] |
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_service.cpp | 245 common_metadata_header_t* metadata = cameraAbility->get(); in GetCameraMetaInfo() 468 MEDIA_INFO_LOG("CreateDeferredPhotoProcessingSession get uid:%{public}d userId:%{public}d", uid, userId); in CreateDeferredPhotoProcessingSession() 485 MEDIA_INFO_LOG("CreateDeferredVideoProcessingSession get uid:%{public}d userId:%{public}d", uid, userId); in CreateDeferredVideoProcessingSession() 974 common_metadata_header_t* metadata = cameraAbility->get(); in IsCameraMuteSupported() 1006 ret = OHOS::Camera::FindCameraMetadataItem(changedMetadata->get(), OHOS_CONTROL_MUTE_MODE, &item); in UpdateMuteSetting() 1211 MEDIA_INFO_LOG("SetPeerCallback get callback"); in SetPeerCallback() 1236 common_metadata_header_t* metadata = cameraAbility->get(); in IsPrelaunchSupported() 1243 MEDIA_ERR_LOG("Failed to get OHOS_ABILITY_PRELAUNCH_AVAILABLE ret = %{public}d", ret); in IsPrelaunchSupported() 1287 common_metadata_header_t* metadataEntry = metadata->get(); in DumpCameraInfo() 1665 "HCaptureSession::SaveCurrentParamForRestore() Failed to get stream in SaveCurrentParamForRestore() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ULocale.java | 155 * DEFAULT. To get both sets at the same time, use 341 * Enum for locale categories. These locale categories are used to get/set the default locale for 969 * to get the region to use for supplemental data. 1363 UResourceBundle metadataAlias = metadata.get("alias"); in loadAliasData() 1364 UResourceBundle languageAlias = metadataAlias.get("language"); in loadAliasData() 1365 UResourceBundle scriptAlias = metadataAlias.get("script"); in loadAliasData() 1366 UResourceBundle territoryAlias = metadataAlias.get("territory"); in loadAliasData() 1367 UResourceBundle variantAlias = metadataAlias.get("variant"); in loadAliasData() 1368 UResourceBundle subdivisionAlias = metadataAlias.get("subdivision"); in loadAliasData() 1371 UResourceBundle res = languageAlias.get( in loadAliasData() [all...] |
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_reference_parser.cpp | 51 std::string formatName(formatContext_.get()->iformat->name);
in ParserBoxInfo() 56 int videoStreamIdx = av_find_best_stream(formatContext_.get(), AVMEDIA_TYPE_VIDEO, -1, -1, nullptr, 0);
in ParserBoxInfo() 76 "get all frame pts failed.");
in ParserBoxInfo() 90 std::string formatName(formatContext_.get()->iformat->name);
in ParserRefUpdatePos() 121 int ffmpegRet = av_read_frame(parserRefFormatContext_.get(), pkt);
in ParserFirstDts() 190 std::string formatName(parserRefFormatContext_.get()->iformat->name);
in ParserRefInit() 235 int ffmpegRet = av_read_frame(parserRefFormatContext_.get(), pkt);
in ParserRefInfoLoop() 297 MEDIA_LOG_D("get I frame iFrameIdx from box parser");
in GetGopIdFromSeekPos() 305 MEDIA_LOG_D("get I frame iFrameIdx from simulated dts");
in GetGopIdFromSeekPos() 326 MEDIA_LOG_D("get in SelectProGopId() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_surface.cpp | 120 skImage = skImage->makeTextureImage(grContext.get()); in Bind() 132 skSurface_ = SkSurface::MakeFromBackendTexture(grContext.get(), grBackendTexture, grSurfaceOrigin, in Bind() 168 skSurface_ = SkSurface::MakeFromBackendRenderTarget(skiaContext->GetGrContext().get(), in Bind() 206 SkSurface::MakeFromBackendRenderTarget(grContext.get(), in MakeFromBackendRenderTarget() 245 skSurface = SkSurface::MakeFromBackendTexture(grContext.get(), in MakeFromBackendTexture() 254 skSurface = SkSurface::MakeFromBackendTexture(grContext.get(), in MakeFromBackendTexture() 281 SkSurface::MakeRenderTarget(grContext.get(), static_cast<SkBudgeted>(budgeted), skImageInfo); in MakeRenderTarget()
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fbex.cpp | 399 auto err = memcpy_s(appKey.get(), size, ops.eBuffer, sizeof(ops.eBuffer)); in GenerateAppkey() 492 if (!CheckReadBuffValid(eBuffer.get(), length, status)) { in ReadESecretToKernel() 517 auto err = memcpy_s(ops.eBuffer, sizeof(ops.eBuffer), eBuffer.get(), length); in ReadESecretToKernel() 531 (void)memset_s(eBuffer.get(), sizeof(eBuffer.get()), 0, sizeof(eBuffer.get())); in ReadESecretToKernel() 536 UnlockSendSecret(status, bufferSize, length, eBuffer.get(), ops.eBuffer); in ReadESecretToKernel()
|
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 232 self.name = TPM2_FMT1_ERRORS.get(rc & 0x3f, "TPM_RC_UNKNOWN") 234 self.name = TPM2_WARN_ERRORS.get(rc & 0x7f, "TPM_RC_UNKNOWN") 236 self.name = TPM2_VER1_ERRORS.get(rc & 0x7f, "TPM_RC_UNKNOWN") 238 self.name = TPM2_VER0_ERRORS.get(rc & 0x7f, "TPM_RC_UNKNOWN") 325 ds = ALG_DIGEST_SIZE_MAP.get(alg) 332 f = ALG_HASH_FUNCTION_MAP.get(alg) 339 alg = NAME_ALG_MAP.get(name)
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | wtm.c | 487 .get = stac9460_dac_mute_get, 496 .get = stac9460_dac_vol_get, 505 .get = stac9460_mic_sw_get, 514 .get = stac9460_dac_mute_get, 525 .get = stac9460_dac_vol_get, 534 .get = stac9460_adc_mute_get, 545 .get = stac9460_adc_vol_get,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | nv04.c | 226 * sometimes you get a CACHE_ERROR, sometimes it just fails 303 nv04_fifo_intr_cache_error(struct nvkm_fifo *fifo, u32 chid, u32 get) in nv04_fifo_intr_cache_error() argument 318 ptr = (get & 0x7ff) >> 2; in nv04_fifo_intr_cache_error() 343 nvkm_wr32(device, NV03_PFIFO_CACHE1_GET, get + 4); in nv04_fifo_intr_cache_error() 375 "ch %d [%s] get %02x%08x put %02x%08x ib_get %08x " in nv04_fifo_intr_dma_pusher() 390 nvkm_error(subdev, "DMA_PUSHER - ch %d [%s] get %08x put %08x " in nv04_fifo_intr_dma_pusher() 413 u32 reassign, chid, get, sem; in nv04_fifo_intr() local 419 get = nvkm_rd32(device, NV03_PFIFO_CACHE1_GET); in nv04_fifo_intr() 422 nv04_fifo_intr_cache_error(fifo, chid, get); in nv04_fifo_intr() 438 nvkm_wr32(device, NV03_PFIFO_CACHE1_GET, get in nv04_fifo_intr() [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | wtm.c | 487 .get = stac9460_dac_mute_get, 496 .get = stac9460_dac_vol_get, 505 .get = stac9460_mic_sw_get, 514 .get = stac9460_dac_mute_get, 525 .get = stac9460_dac_vol_get, 534 .get = stac9460_adc_mute_get, 545 .get = stac9460_adc_vol_get,
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | lite_driver.py | 147 "NFS").get("mnt_cmd")) 178 UserConfigManager().get_user_config("NFS").get("host_dir") 186 UserConfigManager().get_user_config("NFS").get("board_dir")), 294 "umount %s" % UserConfigManager().get_user_config("NFS").get("board_dir"), 302 UserConfigManager().get_user_config("NFS").get("board_dir") 399 self.config.device.device.com_dict.get( 421 self.config.device.device.com_dict.get(ComType.deploy_com).close()
|