Home
last modified time | relevance | path

Searched refs:std (Results 11551 - 11575 of 20229) sorted by relevance

1...<<461462463464465466467468469470>>...810

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dparm-union.rs16 ::std::mem::size_of::<Struct>(), in bindgen_test_layout_Struct()
21 ::std::mem::align_of::<Struct>(), in bindgen_test_layout_Struct()
H A Dallowlist-namespaces-basic.rs26 ::std::mem::size_of::<Helper>(), in bindgen_test_layout_Helper()
31 ::std::mem::align_of::<Helper>(), in bindgen_test_layout_Helper()
H A Dissue-888-enum-var-decl-jump.rs27 ::std::mem::size_of::<Type>(), in bindgen_test_layout_Type()
32 ::std::mem::align_of::<Type>(), in bindgen_test_layout_Type()
/third_party/python/Lib/test/
H A Dsetup_testcppext.py28 if '-std=c++03' in sys.argv:
29 sys.argv.remove('-std=c++03')
30 std = 'c++03'
34 std = 'c++11'
37 cppflags = [*CPPFLAGS, f'-std={std}']
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkYCbCrImageWithMemory.hpp50 const std::vector<AllocationSp>& getAllocations (void) const { return m_allocations; } in getAllocations()
54 std::vector<AllocationSp> m_allocations;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmSignedIntCompareTests.cpp60 std::string file = std::string(cases[i].basename) + ".amber"; in createSignedIntCompareTests()
H A DvktSpvAsmSignedOpTests.cpp75 std::string file = std::string(cases[i].basename) + ".amber"; in createSignedOpTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTexelOffsetTests.cpp41 static const std::string cases[][2] = in createTextureTexelOffsetTests()
48 const std::string fileName = cases[i][0] + ".amber"; in createTextureTexelOffsetTests()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_wrapper.h30 const std::string &shaderSource,
37 const std::string &shaderSource,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLObject.h42 T *object = new T(std::forward<Args>(args)..., errorCode); in Create()
52 std::atomic<cl_uint> mRefCount;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DEmulateMultiDrawShaderBuiltins.h35 std::vector<sh::ShaderVariable> *uniforms,
41 std::vector<sh::ShaderVariable> *uniforms,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLEventImpl.h19 using Ptr = std::unique_ptr<CLEventImpl>;
20 using CreateFunc = std::function<Ptr(const cl::Event &)>;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DRendererEGL.h22 RendererEGL(std::unique_ptr<FunctionsGL> functionsGL,
32 WorkerContext *createWorkerContext(std::string *infoLog) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumModules.cpp29 std::unique_ptr<PDBSymbol>
34 std::unique_ptr<PDBSymbol> NativeEnumModules::getNext() { in getNext()
H A DSymbolStream.cpp22 SymbolStream::SymbolStream(std::unique_ptr<MappedBlockStream> Stream) in SymbolStream()
23 : Stream(std::move(Stream)) {} in SymbolStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h29 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
33 static std::unique_ptr<RuntimeDyldCOFF>
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBlending.hpp59 std::string GenVS();
60 std::string GenFS(int maxDrawBuffers);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibrary.hpp42 std::vector<tcu::TestNode*> loadShaderFile(const char* fileName);
62 std::string m_filename;
/third_party/vk-gl-cts/execserver/
H A DxsTestDriver.hpp69 std::string m_lastLaunchFailure;
75 std::vector<deUint8> m_dataMsgTmpBuf;
/third_party/vk-gl-cts/external/amber/src/src/
H A Dengine.cc33 std::unique_ptr<Engine> Engine::Create(EngineType type) { in Create()
34 std::unique_ptr<Engine> engine; in Create()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpush_constant.h67 std::vector<BufferInput> push_constant_data_;
68 std::unique_ptr<Buffer> buffer_;
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/
H A Ddead_block_facts_test.cpp26 std::string shader = R"( in TEST()
28 %1 = OpExtInstImport "GLSL.std.450" in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dinstruction_descriptor_test.cpp26 std::string shader = R"( in TEST()
28 %1 = OpExtInstImport "GLSL.std.450" in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.group_test.cpp38 const std::string input = in TEST_P()
48 ::testing::ValuesIn(std::vector<EnumCase<SpvGroupOperation>>{
/third_party/skia/src/codec/
H A DSkStreamBuffer.h27 SkStreamBuffer(std::unique_ptr<SkStream>);
92 std::unique_ptr<SkStream> fStream;

Completed in 15 milliseconds

1...<<461462463464465466467468469470>>...810