Home
last modified time | relevance | path

Searched refs:std (Results 12576 - 12600 of 20229) sorted by relevance

1...<<501502503504505506507508509510>>...810

/third_party/rust/crates/memchr/bench/src/
H A Dbench.rs42 .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 Ddatetime_format.rs4 use std::io::Write;
5 use std::time::{Duration, UNIX_EPOCH};
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dscoped_set_env_test.cc26 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 Dprivate_handle_accessor.cc34 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 Dnotification.cc31 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 DPixmap_scalePixels.cpp8 std::vector<int32_t> srcPixels; in REG_FIDDLE()
16 std::vector<int32_t> dstPixels; in REG_FIDDLE()
H A DPixmap_readPixels_2.cpp8 std::vector<int32_t> srcPixels; in REG_FIDDLE()
14 std::vector<int32_t> dstPixels; in REG_FIDDLE()
H A DPixmap_readPixels_3.cpp8 std::vector<int32_t> srcPixels; in REG_FIDDLE()
14 std::vector<int32_t> dstPixels; in REG_FIDDLE()
H A DPixmap_readPixels_4.cpp8 std::vector<int32_t> srcPixels; in REG_FIDDLE()
14 std::vector<int32_t> dstPixels; in REG_FIDDLE()
H A DImage_isLazyGenerated_a.cpp25 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 DGpu.cpp25 , fCaps(std::move(caps)) { in Gpu()
52 return this->onSubmit(std::move(commandBuffer)); in submit()
/third_party/skia/include/private/
H A DSkChecksum.h52 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 DFuzzSKSL2SPIRV.cpp14 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 DSkVideoDecoder.h29 bool loadStream(std::unique_ptr<SkStream>);
57 std::unique_ptr<SkStream> fStream;
/third_party/skia/modules/sksg/include/
H A DSkSGMaskEffect.h31 ? sk_sp<MaskEffect>(new MaskEffect(std::move(child), std::move(mask), mode)) in Make()
H A DSkSGClipEffect.h26 ? sk_sp<ClipEffect>(new ClipEffect(std::move(child), std::move(clip), aa)) in Make()
/third_party/rust/crates/syn/tests/repo/
H A Dprogress.rs1 use std::io::{Read, Result};
2 use std::time::{Duration, Instant};
/third_party/rust/crates/once_cell/examples/
H A Dtest_synchronization.rs19 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 DMSKPBench.cpp14 MSKPBench::MSKPBench(SkString name, std::unique_ptr<MSKPPlayer> player) in MSKPBench()
15 : fName(name), fPlayer(std::move(player)) {} in MSKPBench()
H A DGMBench.cpp13 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 Dmod.rs54 #[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 Dstatx.rs5 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 Dopenat.rs1 use std::fs::File;
4 use std::io::Write;
/third_party/rust/crates/syn/src/
H A Dthread.rs1 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 Dfuzzer_pass_permute_function_parameters.cpp59 std::vector<uint32_t> permutation(arg_size); in Apply()
60 std::iota(permutation.begin(), permutation.end(), 0); in Apply()

Completed in 14 milliseconds

1...<<501502503504505506507508509510>>...810