Searched refs:std (Results 20201 - 20225 of 22589) sorted by relevance
1...<<801802803804805806807808809810>>...904
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfo.h | 40 std::unique_ptr<ImplType> BFI;
|
H A D | DivergenceAnalysis.h | 175 std::vector<const Instruction *> Worklist;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/ |
H A D | Local.h | 42 std::numeric_limits<uint64_t>::max() >> (64 - IntPtrWidth); in EmitGEPOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalUnion.h | 154 unsigned MaxInterferingRegs = std::numeric_limits<unsigned>::max());
|
/third_party/unity/examples/example_1/ |
H A D | makefile | 30 CFLAGS=-std=c89
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.h | 111 std::string res; \
|
H A D | test-fuzz-aarch64.cc | 41 static void FuzzHelper(std::string mode, int step_size, int offset, int shift) { in FuzzHelper()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | WriteBufferTests.cpp | 34 std::vector<uint8_t> data(size); in EncodeWriteBuffer()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_auto_ptr.h | 15 * Class to implement std::auto_ptr like functionality even on platforms which do not 256 std::unique_ptr<dng_std_vector<T> > vector_;
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/ |
H A D | DeviceMock.h | 36 MOCK_METHOD(ResultOrError<std::unique_ptr<StagingBufferBase>>,
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_message.h | 91 std::set<const OneofDescriptor*> oneofs_;
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mutex.h | 74 // This class is a lightweight replacement for std::mutex on Windows platforms. 75 // std::mutex does not work on Windows XP SP2 with the latest VC++ libraries, 107 std::mutex mu_;
|
H A D | stringprintf.cc | 142 string StringPrintfVector(const char* format, const std::vector<string>& v) { in StringPrintfVector()
|
/third_party/rust/crates/memchr/src/memchr/x86/ |
H A D | mod.rs | 4 // requires std. 5 #[cfg(feature = "std")] 34 #[cfg(feature = "std")] 37 use std::{mem, sync::atomic::{AtomicPtr, Ordering}}; 73 /// When std isn't available to provide runtime CPU feature detection, or if 83 #[cfg(not(feature = "std"))]
|
/third_party/rust/crates/clap/clap_derive/src/utils/ |
H A D | doc_comments.rs | 6 use std::iter;
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | cfg.rs | 2 use std::mem;
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | include.rs | 3 use std::ops::{Deref, DerefMut};
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_split.cc | 128 pos = std::min(pos, text.size()); // truncate `pos` in Find()
|
H A D | cordz_test_helpers.h | 143 Cord cord(std::forward<Args>(args)...); in UnsampledCord()
|
/third_party/skia/gm/ |
H A D | stringart.cpp | 46 SkScalar size = SkIntToScalar(std::min(kWidth, kHeight));
|
H A D | complexclip3.cpp | 58 std::swap(firstClip, secondClip);
|
/third_party/skia/fuzz/ |
H A D | Fuzz.h | 122 using U = typename std::underlying_type<T>::type; in nextEnum()
|
/third_party/skia/include/gpu/vk/ |
H A D | GrVkTypes.h | 133 using GrVkGetProc = std::function<PFN_vkVoidFunction(
|
/third_party/skia/include/core/ |
H A D | SkPicture.h | 277 mutable std::atomic<bool> fAddedToCache{false};
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGImage.cpp | 76 return {std::move(image), dst}; in LoadImage()
|
Completed in 24 milliseconds
1...<<801802803804805806807808809810>>...904