/third_party/skia/include/gpu/ |
H A D | GrContextThreadSafeProxy.h | 149 std::unique_ptr<GrTextBlobCache> fTextBlobCache; 150 std::unique_ptr<GrThreadSafeCache> fThreadSafeCache; 152 std::atomic<bool> fAbandoned{false};
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGNode.h | 83 std::vector<Node*>* fInvalObserverArray; 107 attr_container = std::move(v); \ 120 attr_container.set##attr_name(std::move(v)); \
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | GaussianBlurEffect.cpp | 26 std::move(layer), in Make() 37 , fImageFilterEffect(sksg::ImageFilterEffect::Make(std::move(layer), fBlur)) { in GaussianBlurEffectAdapter() 89 std::move(layer), in attachGaussianBlurEffect()
|
H A D | FillEffect.cpp | 27 return sk_sp<FillAdapter>(new FillAdapter(jprops, std::move(layer), abuilder)); in Make() 37 , fFilterNode(sksg::ModeColorFilter::Make(std::move(layer), in FillAdapter() 75 return fBuilder->attachDiscardableAdapter<FillAdapter>(jprops, std::move(layer), *fBuilder); in attachFillEffect()
|
H A D | TritoneEffect.cpp | 26 return sk_sp<TritoneAdapter>(new TritoneAdapter(jprops, std::move(layer), abuilder)); in Make() 38 , fCF(sksg::GradientColorFilter::Make(std::move(layer), in TritoneAdapter() 78 return fBuilder->attachDiscardableAdapter<TritoneAdapter>(jprops, std::move(layer), *fBuilder); in attachTritoneEffect()
|
H A D | TintEffect.cpp | 25 return sk_sp<TintAdapter>(new TintAdapter(jprops, std::move(layer), abuilder)); in Make() 36 , fFilterNode(sksg::GradientColorFilter::Make(std::move(layer), fColorNode0, fColorNode1)) { in TintAdapter() 73 return fBuilder->attachDiscardableAdapter<TintAdapter>(jprops, std::move(layer), *fBuilder); in attachTintEffect()
|
/third_party/rust/crates/regex/examples/ |
H A D | shootout-regex-dna-bytes.rs | 8 use std::io::{self, Read}; 9 use std::sync::Arc; 10 use std::thread;
|
/third_party/rust/crates/serde/test_suite/tests/macros/ |
H A D | mod.rs | 4 use std::iter; 38 use std::hash::BuildHasherDefault; 55 use std::hash::BuildHasherDefault;
|
/third_party/skia/bench/ |
H A D | DDLRecorderBench.cpp | 80 fRecorder = std::make_unique<SkDeferredDisplayListRecorder>(c); 88 std::unique_ptr<SkDeferredDisplayListRecorder> fRecorder = nullptr; 89 std::vector<sk_sp<SkDeferredDisplayList>> fDDLs;
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | store.rs | 46 use std::mem; 58 use std::ffi::CString; 60 use std::path::Path;
|
/third_party/rust/crates/rustix/tests/fs/ |
H A D | statfs.rs | 7 let t: StatFs = unsafe { std::mem::zeroed() }; in test_statfs_abi() 55 let file = std::fs::File::open("Cargo.toml").unwrap(); in test_fstatfs() 86 let file = std::fs::File::open("Cargo.toml").unwrap(); in test_fstatvfs()
|
/third_party/skia/docs/examples/ |
H A D | Octopus_Generator_Animated.cpp | 15 paint.setColor(SkColorSetRGB(std::min(255u, SkColorGetR(color) + 20), in REG_FIDDLE_ANIMATED() 16 std::min(255u, SkColorGetG(color) + 20), in REG_FIDDLE_ANIMATED() 17 std::min(255u, SkColorGetB(color) + 20))); in REG_FIDDLE_ANIMATED()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | _common.rs | 11 use std::io; 12 use std::io::prelude::*; 13 use std::mem::transmute;
|
/third_party/rust/crates/nix/test/ |
H A D | test.rs | 69 use std::os::unix::io::RawFd; 70 use std::path::PathBuf; 72 /// Helper function analogous to `std::io::Read::read_exact`, but for `RawFD`s 120 if std::thread::panicking() { in drop()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bio.rs | 3 use std::marker::PhantomData; 4 use std::ptr; 5 use std::slice;
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp | 41 auto fragment_execution_model_guaranteed = std::all_of( in Apply() 53 std::vector<TransformationReplaceBranchFromDeadBlockWithExit> in Apply() 74 std::vector<spv::Op> opcodes = {spv::Op::OpUnreachable}; in Apply()
|
H A D | transformation_add_constant_boolean.cpp | 25 : message_(std::move(message)) {} in TransformationAddConstantBoolean() 51 ir_context->module()->AddGlobalValue(std::move(new_instruction)); in Apply() 71 std::unordered_set<uint32_t> TransformationAddConstantBoolean::GetFreshIds() in GetFreshIds()
|
H A D | transformation_add_global_undef.cpp | 25 : message_(std::move(message)) {} in TransformationAddGlobalUndef() 52 ir_context->module()->AddGlobalValue(std::move(new_instruction)); in Apply() 64 std::unordered_set<uint32_t> TransformationAddGlobalUndef::GetFreshIds() const { in GetFreshIds()
|
H A D | transformation_add_image_sample_unused_components.cpp | 26 : message_(std::move(message)) {} in TransformationAddImageSampleUnusedComponents() 115 std::unordered_set<uint32_t> 117 return std::unordered_set<uint32_t>(); in GetFreshIds()
|
H A D | transformation_add_type_array.cpp | 24 : message_(std::move(message)) {} in TransformationAddTypeArray() 77 ir_context->module()->AddType(std::move(type_instruction)); in Apply() 93 std::unordered_set<uint32_t> TransformationAddTypeArray::GetFreshIds() const { in GetFreshIds()
|
H A D | transformation_add_type_float.cpp | 30 : message_(std::move(message)) {} in TransformationAddTypeFloat() 75 ir_context->module()->AddType(std::move(type_instruction)); in Apply() 90 std::unordered_set<uint32_t> TransformationAddTypeFloat::GetFreshIds() const { in GetFreshIds()
|
H A D | transformation_add_type_int.cpp | 24 : message_(std::move(message)) {} in TransformationAddTypeInt() 87 ir_context->module()->AddType(std::move(type_instruction)); in Apply() 103 std::unordered_set<uint32_t> TransformationAddTypeInt::GetFreshIds() const { in GetFreshIds()
|
H A D | transformation_add_type_matrix.cpp | 24 : message_(std::move(message)) {} in TransformationAddTypeMatrix() 58 ir_context->module()->AddType(std::move(type_instruction)); in Apply() 74 std::unordered_set<uint32_t> TransformationAddTypeMatrix::GetFreshIds() const { in GetFreshIds()
|
H A D | transformation_add_type_pointer.cpp | 24 : message_(std::move(message)) {} in TransformationAddTypePointer() 53 ir_context->module()->AddType(std::move(type_instruction)); in Apply() 69 std::unordered_set<uint32_t> TransformationAddTypePointer::GetFreshIds() const { in GetFreshIds()
|
H A D | transformation_add_type_vector.cpp | 24 : message_(std::move(message)) {} in TransformationAddTypeVector() 65 ir_context->module()->AddType(std::move(type_instruction)); in Apply() 81 std::unordered_set<uint32_t> TransformationAddTypeVector::GetFreshIds() const { in GetFreshIds()
|