Home
last modified time | relevance | path

Searched refs:std (Results 13601 - 13625 of 21487) sorted by relevance

1...<<541542543544545546547548549550>>...860

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_h264.h237 d3d12_video_decoder_get_next_slice_size_and_offset_h264(std::vector<uint8_t> &buf,
243 d3d12_video_decoder_get_slice_count_h264(std::vector<uint8_t> &buf);
247 std::vector<DXVA_Slice_H264_Short> &pOutSliceControlBuffers,
/third_party/libabigail/src/
H A Dabg-elf-helpers.h61 std::string
70 const std::string& name,
74 find_section_by_name(Elf* elf_handle, const std::string& name);
/third_party/rust/crates/io-lifetimes/src/
H A Dimpls_tokio.rs10 use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd};
12 use std::os::wasi::io::{AsRawFd, FromRawFd, IntoRawFd};
14 use std::os::windows::io::{AsRawHandle, AsRawSocket, FromRawHandle, IntoRawHandle};
H A Dimpls_os_pipe.rs10 use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd};
12 use std::os::wasi::io::{AsRawFd, FromRawFd, IntoRawFd};
14 use std::os::windows::io::{AsRawHandle, FromRawHandle, IntoRawHandle};
H A Dlib.rs69 pub use std::os::unix::io::{AsFd, BorrowedFd, OwnedFd};
72 pub use std::os::wasi::io::{AsFd, BorrowedFd, OwnedFd};
75 pub use std::os::windows::io::{
82 // including std types like File and TcpStream, and popular third-party types.
84 // std just uses `From`/`Into`, because it defines those traits itself so it
85 // can implement them for std types itself, and std won't be implementing them
170 #[cfg(feature = "async-std")]
H A Draw.rs8 use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
10 use std::os::wasi::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
12 use std::os::windows::io::{
186 /// [`from_raw_fd`]: https://doc.rust-lang.org/stable/std/os/unix/io/trait.FromRawFd.html#tymethod.from_raw_fd
187 /// [`from_raw_handle`]: https://doc.rust-lang.org/stable/std/os/windows/io/trait.FromRawHandle.html#tymethod.from_raw_handle
226 /// [`from_raw_fd`]: https://doc.rust-lang.org/stable/std/os/unix/io/trait.FromRawFd.html#tymethod.from_raw_fd
227 /// [`from_raw_socket`]: https://doc.rust-lang.org/stable/std/os/windows/io/trait.FromRawSocket.html#tymethod.from_raw_socket
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Ddivide-by-zero-in-struct-layout.rs99 pub a: ::std::os::raw::c_uint,
114 pub a: ::std::os::raw::c_uint,
129 pub a: ::std::os::raw::c_uint,
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
H A Dsha1.cc226 std::string SHA1HashString(const std::string &str) in SHA1HashString()
231 return std::string(hash, SecureHashAlgorithm::kDigestSizeBytes); in SHA1HashString()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLRefPointer.h37 RefPointer(std::nullptr_t) noexcept : mCLObject(nullptr) {} in mCLObject()
38 RefPointer &operator=(std::nullptr_t) in operator =()
85 void swap(RefPointer &other) noexcept { std::swap(mCLObject, other.mCLObject); }
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DDisplayImpl.h97 virtual std::string getRendererDescription() = 0;
98 virtual std::string getVendorString() = 0;
99 virtual std::string getVersionString() = 0;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DScalarizeVecAndMatConstructorArgs.cpp68 std::vector<TIntermSequence> mBlockStack;
136 int repeat = std::min(size, originalArg->getNominalSize()); in scalarizeArgs()
157 int repeat = std::min(size, originalArg->getCols() * originalArg->getRows()); in scalarizeArgs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchFolding.h75 using MPIterator = std::vector<MergePotentialsElt>::iterator;
77 std::vector<MergePotentialsElt> MergePotentials;
121 std::vector<SameTailElt> SameTails;
H A DLowerEmuTLS.cpp89 std::string EmuTlsVarName = ("__emutls_v." + GV->getName()).str(); in addEmuTlsVar()
140 std::string EmuTlsTmplName = ("__emutls_t." + GV->getName()).str(); in addEmuTlsVar()
159 Align MaxAlignment(std::max(DL.getABITypeAlignment(WordType), in addEmuTlsVar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp86 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref; in fixupForwardReferences()
105 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset); in addFunctionRange()
106 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp51 void init(tcu::TestCase* testCase, const std::string& path);
69 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
106 catch (const std::exception&) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderQualifiers.cpp167 std::string fs_code_specialized = TestCaseBase::specializeShader(1, /* parts */ in initProgram()
170 std::string gs_code_specialized = TestCaseBase::specializeShader(1, /* parts */ in initProgram()
173 std::string vs_code_specialized = TestCaseBase::specializeShader(1, /* parts */ in initProgram()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp98 std::vector<eglw::EGLConfig> configs = eglu::getConfigs(library, display); in getDefaultEglConfigList()
102 for (std::vector<eglw::EGLConfig>::iterator cfgIter = configs.begin(); cfgIter != configs.end(); cfgIter++) in getDefaultEglConfigList()
164 catch (const std::bad_cast&) in getConfigListEGL()
H A DglcSingleConfigTestPackage.cpp46 void init(tcu::TestCase* testCase, const std::string& path);
65 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
107 catch (const std::exception&) in iterate()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dppm_test.cc58 std::vector<amber::Value> data; in TEST_F()
84 std::vector<uint8_t> out_buf; in TEST_F()
88 EXPECT_EQ(std::memcmp(out_buf.data(), kExpectedPPM, sizeof(kExpectedPPM)), 0); in TEST_F()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand_data.cc19 Topology NameToTopology(const std::string& name) { in NameToTopology()
57 BlendFactor NameToBlendFactor(const std::string& name) { in NameToBlendFactor()
100 BlendOp NameToBlendOp(const std::string& name) { in NameToBlendOp()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_misc.cpp52 std::tie(is_int32, is_const_int32, value) = _.EvalInt32IfConst(scope); in ValidateShaderClock()
128 std::string* message) { in MiscPass()
148 auto i = std::find_if(execution_modes->begin(), in MiscPass()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DInterleavedAttributeData.cpp38 std::ostream &operator<<(std::ostream &os, const InterleavedAttributeDataParams &params) in operator <<()
114 std::vector<uint8_t> positionColorData(mBytesPerSprite * params.numSprites); in initializeBenchmark()
/third_party/skia/samplecode/
H A DSampleRectanizer.cpp51 std::unique_ptr<GrRectanizer>(new GrRectanizerPow2(kWidth, kHeight))); in RectanizerView()
53 std::unique_ptr<GrRectanizer>(new GrRectanizerSkyline(kWidth, kHeight))); in RectanizerView()
142 SkTArray<std::unique_ptr<GrRectanizer>> fRectanizers;
/third_party/skia/src/core/
H A DSkMiniRecorder.cpp52 , fOp(std::move(op)) {} in SkMiniPicture()
102 auto pic = sk_make_sp<SkMiniPicture<T>>(cull, std::move(*op)); \ in detachAsPicture()
105 return std::move(pic); \ in detachAsPicture()
H A DSkArenaAlloc.cpp71 constexpr uint32_t maxSize = std::numeric_limits<uint32_t>::max(); in ensureSpace()
81 uint32_t allocationSize = std::max(objSizeAndOverhead, minAllocationSize); in ensureSpace()
153 std::array<const uint32_t, 47> SkFibonacci47 {

Completed in 21 milliseconds

1...<<541542543544545546547548549550>>...860