/third_party/skia/client_utils/android/ |
H A D | FrontBufferedStream.h | 38 static std::unique_ptr<SkStreamRewindable> Make(std::unique_ptr<SkStream> stream,
|
/third_party/rust/crates/once_cell/examples/ |
H A D | reentrant_init_deadlocks.rs | 13 std::thread::sleep(std::time::Duration::from_secs(4)); in dummy_test()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | glx_utils.cpp | 19 std::string XErrorToString(Display *display, int status) in XErrorToString() 21 // Write nulls to the buffer so that if XGetErrorText fails, converting to an std::string will in XErrorToString() 25 return std::string(buffer); in XErrorToString()
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.cc | 32 std::ostream& os, TranslationArray translation_array, int translation_index, in TranslationArrayPrintSingleFrame() 51 os << std::setw(31) << " " << TranslationOpcodeToString(opcode) << " "; in TranslationArrayPrintSingleFrame() 740 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 760 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 773 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 788 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 810 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 829 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 845 std::unique_ptr<char[]> name = shared_info.DebugNameCStr(); in CreateNextTranslatedFrame() 883 std in AdvanceIterator() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 164 std::map<VkFormat, VkFormat> m_compatibleFormats; 237 std::vector<Move<VkRenderPass>> m_renderPass; 241 std::vector<Move<VkPipeline>> m_renderPipeline; 568 std::vector<AttachmentDescription2> attachments; in createRenderPass() 643 std::vector<VkImageView> attachments; in createFramebuffer() 720 const std::vector<VkViewport> viewports (1, makeViewport(view)); in createRenderPipeline() 721 const std::vector<VkRect2D> scissors (1, m_config.renderArea); in createRenderPipeline() 772 std::vector<VkDynamicState> dynamicState; in createRenderPipeline() 792 viewports, // const std::vector<VkViewport>& viewports in createRenderPipeline() 793 scissors, // const std in createRenderPipeline() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 107 std::function<AssumptionCache &(Function &)> &GetAssumptionCache; 244 DenseMap<Value *, std::pair<Value *, APInt>> ConstantOffsetPtrs; 341 std::function<AssumptionCache &(Function &)> &GetAssumptionCache, in CallAnalyzer() 416 Cost = (int)std::min(UpperBound, Cost + Inc); in addCost() 464 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); 569 return Cost < std::max(1, Threshold); 629 std::function<AssumptionCache &(Function &)> &GetAssumptionCache, in InlineCostCallAnalyzer() 766 std::pair<Value *, APInt> FirstBaseAndOffset = {nullptr, ZeroOffset}; in visitPHI() 789 std::pair<Value *, APInt> BaseAndOffset = {nullptr, ZeroOffset}; in visitPHI() 850 std in canFoldInboundsGEP() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 363 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output); in init() 448 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init() 449 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage); in init() 457 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]); in init() 503 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); in init() 504 const std in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 111 using std::map; 112 using std::string; 113 using std::vector; 858 std::ostringstream out; in getAsmForLocalSizeTest() 1132 std::string testName = "variable_" + location.toString(); in createUnusedVariableComputeTests() 1181 std::string testName = "function_" + location.toString(); in createUnusedVariableComputeTests() 1191 bool compareFUnord (const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog& log) in compareFUnord() 1321 const float NaN = std::numeric_limits<float>::quiet_NaN(); in createOpFUnordGroup() 1380 std in createOpAtomicGroup() 1815 compareNoContractCase(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNoContractCase() argument 1925 compareFRem(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareFRem() argument 2026 compareNMin(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNMin() argument 2150 compareNMax(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNMax() argument 2273 compareNClamp(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNClamp() argument 5650 compareOpQuantizeF16ComputeExactCase(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareOpQuantizeF16ComputeExactCase() argument 5690 compareNan(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareNan() argument 5711 compareZeros(const std::vector<Resource>&, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, TestLog&) compareZeros() argument 7281 compareFP16Logical(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16Logical() argument 11829 compareFP16FunctionSetFunc(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16FunctionSetFunc() argument 12034 compareFP16VectorExtractFunc(const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>&, TestLog& log) compareFP16VectorExtractFunc() argument [all...] |
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 7021 static void SetErrorMessage(const std::string &msg, const char **err) { in SetErrorMessage() 7275 static const char *ReadString(std::string *s, const char *ptr, size_t len) { in ReadString() 7284 (*s) = std::string(); in ReadString() 7288 (*s) = std::string(p, q); in ReadString() 7293 static bool ReadAttribute(std::string *name, std::string *type, in ReadAttribute() 7294 std::vector<unsigned char> *data, size_t *marker_size, in ReadAttribute() 7301 *name = std::string(marker, name_len); in ReadAttribute() 7310 *type = std::string(marker, type_len); in ReadAttribute() 7355 static void WriteAttributeToMemory(std [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 129 std::vector<VkAttachmentDescription2> convertAttachmentDescriptions (const std::vector<VkAttachmentDescription>& attachmentDescriptions) in convertAttachmentDescriptions() 131 std::vector<VkAttachmentDescription2> attachmentDescriptions2; in convertAttachmentDescriptions() 172 const std::vector<VkViewport> viewports (1, makeViewport(renderSize)); in makeGraphicsPipeline() 173 const std::vector<VkRect2D> scissors (1, makeRect2D(renderSize)); in makeGraphicsPipeline() 221 viewports, // const std::vector<VkViewport>& viewports in makeGraphicsPipeline() 222 scissors, // const std::vector<VkRect2D>& scissors in makeGraphicsPipeline() 299 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPass() 366 const std::vector<VkAttachmentDescription2> attachmentDescriptions2 = convertAttachmentDescriptions(attachmentDescriptions); in makeRenderPass() 594 std [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_http3_upstream.cc | 122 .data = std::unique_ptr<uint8_t[]>(new uint8_t[64_k]), 159 std::array<char, 4096> buf; in log_printf() 200 *static_cast<std::mt19937 *>(rand_ctx->native_handle)); in rand() 248 std::make_unique<Downstream>(this, handler_->get_mcpool(), stream_id); in http_begin_request_headers() 259 add_pending_downstream(std::move(downstream)); in http_begin_request_headers() 263 std::unique_ptr<Downstream> downstream) { in add_pending_downstream() 264 downstream_queue_.add_pending(std::move(downstream)); in add_pending_downstream() 524 std::array<uint8_t, NGTCP2_CRYPTO_MAX_REGULAR_TOKENLEN + 1> token; in send_new_token() 660 settings.initial_pkt_num = std::uniform_int_distribution<uint32_t>( in init() 661 0, std in init() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 34 using namespace std; 574 std::string glc::subgroups::getSharedMemoryBallotHelper() in getSharedMemoryBallotHelper() 614 std::string glc::subgroups::getShaderStageName(ShaderStageFlags stage) in getShaderStageName() 637 std::string glc::subgroups::getSubgroupFeatureName(SubgroupFeatureFlags bit) in getSubgroupFeatureName() 669 const std::string vertNoSubgroupGLSL = in addNoSubgroupShader() 682 const std::string tescNoSubgroupGLSL = in addNoSubgroupShader() 699 const std::string teseNoSubgroupGLSL = in addNoSubgroupShader() 713 std::string glc::subgroups::getVertShaderForStage(const ShaderStageFlags stage) in getVertShaderForStage() 850 std::string glc::subgroups::getFormatNameForGLSL (Format format) in getFormatNameForGLSL() 959 void glc::subgroups::addGeometryShadersFromTemplate (const std [all...] |
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 48 #include "GLSL.std.450.h" 139 void dumpSpv(std::vector<unsigned int>& out); 157 spv::LoopControlMask TranslateLoopControl(const glslang::TIntermLoop&, std::vector<unsigned int>& operands) const; 159 void TranslateLiterals(const glslang::TVector<const glslang::TIntermConstantUnion*>&, std::vector<unsigned>&) const; 165 void convertSwizzle(const glslang::TIntermAggregate&, std::vector<unsigned>& swizzle); 169 void applySpirvDecorate(const glslang::TType& type, spv::Id id, std::optional<int> member); 175 const glslang::TQualifier&, spv::Id, const std::vector<spv::Id>& spvMembers); 196 void translateArguments(const glslang::TIntermAggregate& node, std::vector<spv::Id>& arguments, 198 void translateArguments(glslang::TIntermUnary& node, std::vector<spv::Id>& arguments); 215 std [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 139 using DbgValueLoc = std::pair<SlotIndex, MachineInstr*>; 140 DenseMap<unsigned, std::vector<DbgValueLoc>> DbgVRegToValues; 270 std::pair<bool,bool> removeCopyByCommutingDef(const CoalescerPair &CP, 441 std::swap(Src, Dst); in setRegisters() 442 std::swap(SrcSub, DstSub); in setRegisters() 498 std::swap(Src, Dst); in setRegisters() 499 std::swap(SrcIdx, DstIdx); in setRegisters() 517 std::swap(SrcReg, DstReg); in flip() 518 std::swap(SrcIdx, DstIdx); in flip() 532 std in isCoalescable() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 214 Root[I] = std::min(Root.lookup(I), Root.lookup(Op)); in FindSCC() 318 const std::pair<Value *, unsigned int> &getNextLeader() const { in getNextLeader() 322 void addPossibleNextLeader(std::pair<Value *, unsigned int> LeaderPair) { in addPossibleNextLeader() 379 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo() 380 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo() 403 std::pair<Value *, unsigned int> NextLeader = {nullptr, ~0U}; 499 std::unique_ptr<PredicateInfo> PredInfo; 521 std::vector<CongruenceClass *> CongruenceClasses; 638 DenseMap<const BasicBlock *, std::pair<unsigned, unsigned>> BlockInstRange; 662 PredInfo(std [all...] |
/device/board/hisilicon/hispark_taurus/camera/driver_adapter/include/ |
H A D | ivpss_object.h | 25 static std::shared_ptr<IVpssObject> CreateVpssObject(); 27 virtual void ConfigVpss(std::vector<DeviceFormat>& format) = 0;
|
H A D | ivo_object.h | 25 static std::shared_ptr<IVoObject> CreateVoObject(); 27 virtual void ConfigVo(std::vector<DeviceFormat>& format) = 0;
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_netlink_monitor.h | 33 std::unique_ptr<std::thread> mThread;
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread;
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread;
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread;
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread;
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread;
|
/test/ostest/wukong/report/include/ |
H A D | format.h | 32 virtual void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
|
H A D | format_json.h | 30 void FormatDetail(std::shared_ptr<Table> tablePtr, std::string &target);
|