/third_party/skia/src/gpu/gl/win/ |
H A D | GrGLMakeNativeInterface_win.cpp | 52 (GrGLGetStringFn*)win_get_gl_proc((void*)module.get(), "glGetString"); in GrGLMakeNativeInterface() 60 return GrGLMakeAssembledGLESInterface((void*)module.get(), win_get_gl_proc); in GrGLMakeNativeInterface() 62 return GrGLMakeAssembledGLInterface((void*)module.get(), win_get_gl_proc); in GrGLMakeNativeInterface()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | operand_to_undef_test.cpp | 170 context.get(), 0); in TEST() 182 CheckEqual(env, expected, context.get()); in TEST() 224 context.get(), 0); in TEST()
|
/third_party/skia/tests/ |
H A D | SamplingTest.cpp | 32 canvas->drawImage(src.get(), 0, 0, sampling, nullptr); in DEF_TEST() 36 REPORTER_ASSERT(r, ToolUtils::equal_pixels(src.get(), dst.get()) == expect_same); in DEF_TEST()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ShaderExtensionTest.h | 49 mCompiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, testing::get<0>(GetParam()), in InitializeCompiler() 56 return TestShaderCompile(testing::get<1>(GetParam()), // Version. in TestShaderCompile() 58 testing::get<2>(GetParam()) // Shader. in TestShaderCompile()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | manager.cc | 55 TINT_IF_PRINT_PROGRAM(print_program("Input to", transform.get())); in Run() 63 print_program("Invalid output of", transform.get())); in Run() 68 TINT_IF_PRINT_PROGRAM(print_program("Output of", transform.get())); in Run()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNameNestedClassAccessorsShadowing.js | 3 get #x() { return 1; }; 6 get #x() { return 1; }; 22 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hashtable_debug_hooks.h | 33 // If it is a map, call get<0>(). 34 using std::get; 36 auto GetKey(const typename T::value_type& pair, int) -> decltype(get<0>(pair)) { in get() function 37 return get<0>(pair); in get()
|
/third_party/skia/modules/skplaintexteditor/include/ |
H A D | stringslice.h | 25 const char* begin() const { return fPtr.get(); } in begin() 26 const char* end() const { return fPtr ? fPtr.get() + fLength : nullptr; } in end() 28 SkPlainTextEditor::StringView view() const { return {fPtr.get(), fLength}; } in view()
|
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/ |
H A D | string.rs | 11 if let Some(&byte) = string.get(index) { 15 if let Some(surrogate) = suffix.get(..SURROGATE_LENGTH) { 39 if let Some(&byte) = string.get(prefix.len()) {
|
/third_party/spirv-tools/test/reduce/ |
H A D | operand_to_undef_test.cpp | 170 context.get(), 0); in TEST() 182 CheckEqual(env, expected, context.get()); in TEST() 224 context.get(), 0); in TEST()
|
/foundation/barrierfree/accessibility/frameworks/asacfwk/test/unittest/ |
H A D | mocku_accessibility_system_ability_client_impl_test.cpp | 73 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 91 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 112 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 133 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 153 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 173 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 193 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 214 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 237 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 258 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImp in HWTEST_F() [all...] |
H A D | accessibility_system_ability_client_impl_test.cpp | 71 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 89 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 110 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 131 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 151 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 171 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 191 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 212 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 235 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImpl impl_"; in HWTEST_F() 256 GTEST_LOG_(INFO) << "Cann't get AccessibilitySystemAbilityClientImp in HWTEST_F() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_avdtp.cpp | 313 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to get profile instance \n", __func__); in ParseAvdtpDisconnectInd() 319 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to get peer instance \n", __func__); in ParseAvdtpDisconnectInd() 337 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to get profile instance \n", __func__); in ParseAvdtpConfigureInd() 343 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to get peer instance \n", __func__); in ParseAvdtpConfigureInd() 381 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to get peer instance \n", __func__); in ParseAvdtpReconfigureInd() 386 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to get peer instance \n", __func__); in ParseAvdtpReconfigureInd() 428 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to get peer instance \n", __func__); in ParseAvdtpOpenInd() 434 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to get peer instance \n", __func__); in ParseAvdtpOpenInd() 451 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to get profile instance \n", __func__); in ParseAvdtpCloseInd() 456 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to get pee in ParseAvdtpCloseInd() [all...] |
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_client_udmf_delay_test.cpp | 339 auto str = std::get<std::string>(value);
in CompareDetails() 360 auto text = static_cast<Text *>(unifiedRecord.get());
in HWTEST_F() 388 auto text = static_cast<Text *>(unifiedRecord.get());
in HWTEST_F() 391 auto plainText1 = static_cast<PlainText *>(unifiedRecord.get());
in HWTEST_F() 423 auto text = static_cast<Text *>(unifiedRecord.get());
in HWTEST_F() 426 auto link = static_cast<Link *>(unifiedRecord.get());
in HWTEST_F() 458 auto text = static_cast<Text *>(unifiedRecord.get());
in HWTEST_F() 461 auto html = static_cast<Html *>(unifiedRecord.get());
in HWTEST_F() 493 auto file = static_cast<File *>(unifiedRecord.get());
in HWTEST_F() 525 auto file = static_cast<File *>(unifiedRecord.get());
in HWTEST_F() [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | base_key.cpp | 117 return WriteFileSync(path.c_str(), blob.data.get(), blob.size); in SaveKeyBlob() 149 if (file.read(reinterpret_cast<char *>(blob.data.get()), length).fail()) { in LoadKeyBlob() 1002 std::vector<uint8_t> startVct(encAad.data.get(), encAad.data.get() + encAad.size); in StoreKey() 1003 std::vector<uint8_t> endVct(end.data.get(), end.data.get() + end.size); in StoreKey() 1005 std::copy(startVct.begin(), startVct.end(), keyOut.data.get()); in StoreKey() 1012 std::vector<uint8_t> inVct(keyIn.data.get(), keyIn.data.get() + keyIn.size); in StoreKey() 1015 std::copy(inVct.begin(), inVct.begin() + start, encAad.data.get()); in StoreKey() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_scheduler.cpp | 691 HazardResult haz = perform_hazard_query(&hq, candidate.get(), false); 702 add_to_hazard_query(&hq, candidate.get()); 709 add_to_hazard_query(&hq, candidate.get()); 742 HazardResult haz = perform_hazard_query(&hq, candidate.get(), true); 761 add_to_hazard_query(&hq, candidate.get()); 773 add_to_hazard_query(&hq, candidate.get()); 829 grab_dist < clause_max_grab_dist + k && should_form_clause(current, candidate.get()); 843 block->instructions[candidate_idx - prev_clause_size].get())) 852 perform_hazard_query(part_of_clause ? &clause_hq : &indep_hq, candidate.get(), false); 863 add_to_hazard_query(&indep_hq, candidate.get()); [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | SimpleOperationTest.cpp | 86 drawQuad(program.get(), "position", 0.0f, 1.0f, true); in TEST_P() 106 drawQuad(program.get(), "position", 0.0f, 1.0f, true); in TEST_P() 139 glBindBuffer(GL_ARRAY_BUFFER, vertexBuffer.get()); in TEST_P() 207 drawQuad(program.get(), "position", 0.0f, 1.0f, true); in TEST_P() 267 glBindBuffer(GL_ARRAY_BUFFER, buffer.get()); in TEST_P() 281 glBindBuffer(GL_ARRAY_BUFFER, buffer.get()); in TEST_P() 290 glBindBuffer(GL_ARRAY_BUFFER, buffer.get()); in TEST_P() 316 drawQuad(program.get(), "position", 0.5f, 1.0f, true); in TEST_P() 328 drawQuad(program.get(), "position", 0.5f, 1.0f, false); in TEST_P() 340 drawQuad(program.get(), "positio in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 46 return std::move(BufferOrErr.get()); in setupMemoryBuffer() 59 return InstrProfReader::create(std::move(BufferOrError.get())); in create() 105 RemappingBuffer = std::move(RemappingBufferOrError.get()); in create() 108 return IndexedInstrProfReader::create(std::move(BufferOrError.get()), in create() 393 if (Error E = createSymtab(*NewSymtab.get())) 469 VDataPtrOrErr.get()->deserializeTo(Record, Symtab.get()); 470 CurValueDataSize = VDataPtrOrErr.get()->getSize(); 525 VDataPtrOrErr.get()->deserializeTo(DataBuffer.back(), nullptr); 526 D += VDataPtrOrErr.get() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 186 auto *GVSummary = SummaryPtr.get(); in selectCallee() 259 return cast<GlobalValueSummary>(It->get()); in selectCallee() 315 if (isa<GlobalVarSummary>(RefSummary.get()) && in computeImportForReferencedGlobals() 316 Index.canImportGlobalVar(RefSummary.get(), /* AnalyzeRefs */ true) && in computeImportForReferencedGlobals() 317 !LocalNotInModule(RefSummary.get())) { in computeImportForReferencedGlobals() 322 MarkExported(VI, RefSummary.get()); in computeImportForReferencedGlobals() 327 if (!Index.isWriteOnly(cast<GlobalVarSummary>(RefSummary.get()))) in computeImportForReferencedGlobals() 330 MarkExported(VI, RefFn.get()); in computeImportForReferencedGlobals() 408 auto &ProcessedThreshold = std::get<0>(IT.first->second); in computeImportForFunction() 409 auto &CalleeSummary = std::get< in computeImportForFunction() [all...] |
/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 158 EXPECT_CALL(*((MockIDevice *) device.get()), AllocateTensorBuffer(length, m_outputTensorDescs[m_index].first)) in HWTEST_F() 173 EXPECT_CALL(*((MockIDevice *) device.get()), AllocateTensorBuffer(length, m_inputTensorDescs[m_index].first)) in HWTEST_F() 180 testing::Mock::AllowLeak(device.get()); in HWTEST_F() 195 EXPECT_CALL(*((MockIPreparedModel *) mockIPreparedMode.get()), GetInputDimRanges(::testing::_, ::testing::_)) in HWTEST_F() 211 testing::Mock::AllowLeak(mockIPreparedMode.get()); in HWTEST_F() 226 EXPECT_CALL(*((MockIPreparedModel *) mockIPreparedMode.get()), GetInputDimRanges(::testing::_, ::testing::_)) in HWTEST_F() 240 testing::Mock::AllowLeak(mockIPreparedMode.get()); in HWTEST_F() 255 EXPECT_CALL(*((MockIPreparedModel *) mockIPreparedMode.get()), GetInputDimRanges(::testing::_, ::testing::_)) in HWTEST_F() 269 testing::Mock::AllowLeak(mockIPreparedMode.get()); in HWTEST_F() 284 EXPECT_CALL(*((MockIPreparedModel *) mockIPreparedMode.get()), GetInputDimRange in HWTEST_F() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateASTests.cpp | 128 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer() 486 vkd.cmdBindDescriptorSets(*commandBuffer, getPipelineBindPoint(), *m_pipelineLayout, 1, 1, &m_descriptorSetImg.get(), 0, DE_NULL); in iterate() 494 vkd.cmdBindDescriptorSets(*commandBuffer, getPipelineBindPoint(), *m_pipelineLayout, 0, 1, &m_descriptorSetAS.get(), 0, DE_NULL); in iterate() 546 submitCommandsAndWait(vkd, device, queue, commandBuffer.get()); in iterate() 550 if (verify(resultBuffer.get(), m_context, m_testParams)) in iterate() 586 return m_topAccelerationStructure.get()->getPtr(); in createAccelerationStructures() 1192 if (0 != (shaders & VK_SHADER_STAGE_VERTEX_BIT)) m_vertShaderModule = createShaderModule(vkd, device, collection.get("vert"), 0); in initPipeline() 1193 if (0 != (shaders & VK_SHADER_STAGE_GEOMETRY_BIT)) m_geomShaderModule = createShaderModule(vkd, device, collection.get("geom"), 0); in initPipeline() 1194 if (0 != (shaders & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT)) m_tescShaderModule = createShaderModule(vkd, device, collection.get("tes in initPipeline() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateASTests.cpp | 128 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer() 486 vkd.cmdBindDescriptorSets(*commandBuffer, getPipelineBindPoint(), *m_pipelineLayout, 1, 1, &m_descriptorSetImg.get(), 0, DE_NULL); in iterate() 494 vkd.cmdBindDescriptorSets(*commandBuffer, getPipelineBindPoint(), *m_pipelineLayout, 0, 1, &m_descriptorSetAS.get(), 0, DE_NULL); in iterate() 546 submitCommandsAndWait(vkd, device, queue, commandBuffer.get()); in iterate() 550 if (verify(resultBuffer.get(), m_context, m_testParams)) in iterate() 586 return m_topAccelerationStructure.get()->getPtr(); in createAccelerationStructures() 1192 if (0 != (shaders & VK_SHADER_STAGE_VERTEX_BIT)) m_vertShaderModule = createShaderModule(vkd, device, collection.get("vert"), 0); in initPipeline() 1193 if (0 != (shaders & VK_SHADER_STAGE_GEOMETRY_BIT)) m_geomShaderModule = createShaderModule(vkd, device, collection.get("geom"), 0); in initPipeline() 1194 if (0 != (shaders & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT)) m_tescShaderModule = createShaderModule(vkd, device, collection.get("tes in initPipeline() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 36 return ConstantInt::get(Val->getType(), 0); in decomposeSimpleLinearExpr() 132 Amt = ConstantInt::get(AI.getArraySize()->getType(), Scale); in PromoteCastOfAllocation() 138 Value *Off = ConstantInt::get(AI.getArraySize()->getType(), in PromoteCastOfAllocation() 435 // get into trouble with cyclic PHIs here because we only consider in canEvaluateTruncated() 483 VecType = VectorType::get(DestType, NumVecElts); in foldVecTruncToExtElt() 645 Constant *NarrowUndef = UndefValue::get(Trunc.getType()); in shrinkSplatShuffle() 677 UndefValue *NarrowUndef = UndefValue::get(DestTy); in shrinkInsertElt() 732 Value *And = Builder.CreateAnd(Src, ConstantInt::get(SrcTy, 1)); in visitTrunc() 743 Value *And = Builder.CreateAnd(X, ConstantInt::get(SrcTy, MaskC)); in visitTrunc() 750 Value *And = Builder.CreateAnd(X, ConstantInt::get(SrcT in visitTrunc() [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetMBCS.java | 354 /* get the dbcs state from the state table entry for SO=0x0e */ in loadConverter() 402 * unlike below for files with base tables, do not get the unicodeMask from the sharedData; instead, use the in loadConverter() 611 st3 = mbcsTable.mbcsIndex.get(stageUTF8Index++); in reconstituteData() 1261 /* single-byte fromUnicode: get the 16-bit result word */ 1275 /* multi-byte fromUnicode: get the 32-bit stage 2 entry */ 1409 return stage3.get((stage12.get((stage12.get(s1Index) + ((c >>> 4) & 0x3f))) << STAGE_2_LEFT_SHIFT) in FROM_U() 1448 /* get bytes or bytes index */ 1453 /* get th [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 330 // If the image is to be accessed as a float texture, get rid of invalid values in generateReferenceImage() 772 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0)); in iterate() 1004 vk, device, m_image->get(), mapImageViewType(getImageTypeForSingleLayer(m_texture.type())), m_format, in prepareDescriptors() 1012 vk, device, m_image->get(), mapImageViewType(m_texture.type()), m_format, in prepareDescriptors() 1031 m_constantsBuffer->get(), layerNdx*m_constantsBufferChunkSizeBytes, m_constantsBufferChunkSizeBytes); in commandBindDescriptorsForLayer() 1048 m_image->get(), fullImageSubresourceRange); in commandBeforeCompute() 1053 m_constantsBuffer->get(), 0ull, constantsBufferSize); in commandBeforeCompute() 1060 commandImageWriteBarrierBetweenShaderInvocations(m_context, cmdBuffer, m_image->get(), m_texture); in commandBetweenShaderInvocations() 1065 commandCopyImageToBuffer(m_context, cmdBuffer, m_image->get(), m_imageBuffer->get(), m_imageSizeByte in commandAfterCompute() [all...] |