/third_party/rust/crates/memchr/bench/src/ |
H A D | bench.rs | 42 .warm_up_time(std::time::Duration::from_millis(500)) in define() 43 .measurement_time(std::time::Duration::from_secs(2)) in define()
|
/third_party/rust/crates/humantime/benches/ |
H A D | datetime_format.rs | 4 use std::io::Write; 5 use std::time::{Duration, UNIX_EPOCH};
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | scoped_set_env_test.cc | 26 std::string GetEnvVar(const char* name) { in GetEnvVar() 38 return std::string(buf, get_res); in GetEnvVar()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | private_handle_accessor.cc | 34 std::unique_ptr<FlagStateInterface> PrivateHandleAccessor::SaveState( in SaveState() 58 std::string& error) { in ParseFrom()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | notification.cc | 31 if (ABSL_PREDICT_FALSE(notified_yet_.load(std::memory_order_relaxed))) { in Notify() 39 notified_yet_.store(true, std::memory_order_release); in Notify()
|
/third_party/skia/docs/examples/ |
H A D | Pixmap_scalePixels.cpp | 8 std::vector<int32_t> srcPixels; in REG_FIDDLE() 16 std::vector<int32_t> dstPixels; in REG_FIDDLE()
|
H A D | Pixmap_readPixels_2.cpp | 8 std::vector<int32_t> srcPixels; in REG_FIDDLE() 14 std::vector<int32_t> dstPixels; in REG_FIDDLE()
|
H A D | Pixmap_readPixels_3.cpp | 8 std::vector<int32_t> srcPixels; in REG_FIDDLE() 14 std::vector<int32_t> dstPixels; in REG_FIDDLE()
|
H A D | Pixmap_readPixels_4.cpp | 8 std::vector<int32_t> srcPixels; in REG_FIDDLE() 14 std::vector<int32_t> dstPixels; in REG_FIDDLE()
|
H A D | Image_isLazyGenerated_a.cpp | 25 auto gen = std::unique_ptr<TestImageGenerator>(new TestImageGenerator()); in REG_FIDDLE() 26 sk_sp<SkImage> image(SkImage::MakeFromGenerator(std::move(gen))); in REG_FIDDLE()
|
/third_party/skia/experimental/graphite/src/ |
H A D | Gpu.cpp | 25 , fCaps(std::move(caps)) { in Gpu() 52 return this->onSubmit(std::move(commandBuffer)); in submit()
|
/third_party/skia/include/private/ |
H A D | SkChecksum.h | 52 std::enable_if_t<sizeof(K) == 4, uint32_t> operator()(const K& k) const { in operator ()() 57 std::enable_if_t<sizeof(K) != 4, uint32_t> operator()(const K& k) const { in operator ()()
|
/third_party/skia/fuzz/oss_fuzz/ |
H A D | FuzzSKSL2SPIRV.cpp | 14 std::unique_ptr<GrShaderCaps> caps = SkSL::ShaderCapsFactory::Default(); in FuzzSKSL2SPIRV() 26 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2SPIRV()
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoDecoder.h | 29 bool loadStream(std::unique_ptr<SkStream>); 57 std::unique_ptr<SkStream> fStream;
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGMaskEffect.h | 31 ? sk_sp<MaskEffect>(new MaskEffect(std::move(child), std::move(mask), mode)) in Make()
|
H A D | SkSGClipEffect.h | 26 ? sk_sp<ClipEffect>(new ClipEffect(std::move(child), std::move(clip), aa)) in Make()
|
/third_party/rust/crates/syn/tests/repo/ |
H A D | progress.rs | 1 use std::io::{Read, Result}; 2 use std::time::{Duration, Instant};
|
/third_party/rust/crates/once_cell/examples/ |
H A D | test_synchronization.rs | 19 let start = std::time::Instant::now(); in main() 22 (0..N_THREADS).map(|i| std::thread::spawn(move || thread_main(i))).collect::<Vec<_>>(); in main()
|
/third_party/skia/bench/ |
H A D | MSKPBench.cpp | 14 MSKPBench::MSKPBench(SkString name, std::unique_ptr<MSKPPlayer> player) in MSKPBench() 15 : fName(name), fPlayer(std::move(player)) {} in MSKPBench()
|
H A D | GMBench.cpp | 13 GMBench::GMBench(std::unique_ptr<skiagm::GM> gm) : fGM(std::move(gm)) { in GMBench()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | mod.rs | 54 #[cfg(feature = "std")] 58 pub(crate) use std::os::unix::io::RawFd as LibcFd; 59 pub use std::os::unix::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd}; 62 #[cfg(not(feature = "std"))]
|
/third_party/rust/crates/rustix/tests/fs/ |
H A D | statx.rs | 5 let f = std::fs::File::open(".").unwrap(); in test_statx_unknown_flags() 27 let f = std::fs::File::open(".").unwrap(); in test_statx_reserved()
|
H A D | openat.rs | 1 use std::fs::File; 4 use std::io::Write;
|
/third_party/rust/crates/syn/src/ |
H A D | thread.rs | 1 use std::fmt::{self, Debug}; 2 use std::thread::{self, ThreadId}; 52 // std::cell::UnsafeCell, which has no Copy impl. This impl needs to be
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_permute_function_parameters.cpp | 59 std::vector<uint32_t> permutation(arg_size); in Apply() 60 std::iota(permutation.begin(), permutation.end(), 0); in Apply()
|