/third_party/skia/tools/sk_app/android/ |
H A D | GLWindowContext_android.cpp | 118 fSampleCount = std::max(fSampleCount, 1); in onInitializeContext() 147 std::unique_ptr<WindowContext> MakeGLForAndroid(ANativeWindow* window, in MakeGLForAndroid() 149 std::unique_ptr<WindowContext> ctx(new GLWindowContext_android(window, params)); in MakeGLForAndroid()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_composite_extract.cpp | 35 std::vector<const protobufs::DataDescriptor*> composite_synonyms; in Apply() 66 std::vector<const protobufs::DataDescriptor*> available_synonyms; in Apply() 82 std::vector<uint32_t> indices; in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ProfileSummaryInfo.h | 46 std::unique_ptr<ProfileSummary> Summary; 68 : M(Arg.M), Summary(std::move(Arg.Summary)) {} in ProfileSummaryInfo() 160 std::unique_ptr<ProfileSummaryInfo> PSI;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 34 static const EntryIndex NoEntry = std::numeric_limits<EntryIndex>::max(); 75 using InlinedEntity = std::pair<const DINode *, const DILocation *>; 106 using InlinedEntity = std::pair<const DINode *, const DILocation *>;
|
H A D | ExecutionDomainFix.h | 78 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) && in hasDomain() 115 std::vector<SmallVector<int, 1>> AliasMap; 119 using LiveRegsDVInfo = std::vector<DomainValue *>;
|
H A D | ScheduleDFS.h | 102 std::vector<NodeData> DFSNodeData; 109 std::vector<SmallVector<Connection, 4>> SubtreeConnections; 113 std::vector<unsigned> SubtreeConnectLevels;
|
/third_party/unity/extras/fixture/test/ |
H A D | Makefile | 6 CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror -DUNITY_FIXTURE_NO_EXTRAS 37 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -std=c89 && ./$(TARGET) 38 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC -std=c89
|
/third_party/unity/extras/memory/test/ |
H A D | Makefile | 6 CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror 43 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -std=c89 && ./$(TARGET) 44 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC -std=c89
|
/third_party/vixl/examples/aarch64/ |
H A D | custom-disassembler.cc | 113 const std::string& form = (*metadata)["form"]; in Visit() 117 if (std::regex_match(form, // NOLINT: avoid clang-tidy-4.0 errors. in Visit() 118 std::regex("(?:add|sub)s?_(?:32|64)_addsub_shift"))) { in Visit()
|
H A D | non-const-visitor.cc | 41 const std::string& form = (*metadata)["form"]; in Visit() 45 if (std::regex_match(form, // NOLINT: avoid clang-tidy-4.0 errors. in Visit() 46 std::regex("(?:add|sub)s?_(?:32|64)_addsub_shift"))) { in Visit()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_message_builder_lite.cc | 95 std::map<std::string, std::string> vars; in Generate()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_map_field.cc | 99 std::vector<string> field_flags; in MapFieldGenerator() 163 std::set<string>* fwd_decls) const { in DetermineForwardDeclarations() 175 std::set<string>* fwd_decls) const { in DetermineObjectiveCClassDefinitions()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | field_comparator.h | 171 typedef std::map<const FieldDescriptor*, Tolerance> ToleranceMap; 206 const std::string& value_1, const std::string& value_2) { in CompareString()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/ |
H A D | main.rs | 4 use std::io::prelude::*; 5 use std::path::PathBuf; 6 use std::{env, fs, io};
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | out.rs | 4 use std::io; 5 use std::path::Path; 87 use std::fs; in best_effort_remove()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | namespace.rs | 3 use std::fmt::{self, Display}; 4 use std::iter::FromIterator; 5 use std::slice::Iter;
|
/third_party/rust/crates/io-lifetimes/examples/ |
H A D | owning-wrapper.rs | 129 let file = std::fs::File::open("Cargo.toml").unwrap(); in main() 138 let file = std::fs::File::open("Cargo.toml").unwrap(); in main() 147 let file = std::fs::File::open("Cargo.toml").unwrap(); in main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | counting_allocator.h | 35 using Allocator = std::allocator<T>; 36 using AllocatorTraits = std::allocator_traits<Allocator>; 74 AllocatorTraits::construct(allocator, p, std::forward<Args>(args)...); in construct()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | ascii.cc | 158 void AsciiStrToLower(std::string* s) { in AsciiStrToLower() 164 void AsciiStrToUpper(std::string* s) { in AsciiStrToUpper() 170 void RemoveExtraAsciiWhitespace(std::string* str) { in RemoveExtraAsciiWhitespace()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | lifetime_test.cc | 87 std::thread thread_one(ThreadOne, mutex, condvar, ¬ification, &state); in RunTests() 88 std::thread thread_two(ThreadTwo, mutex, condvar, ¬ification, &state); in RunTests() 180 std::exit(0); in main()
|
/third_party/skia/modules/skottie/gm/ |
H A D | ExternalProperties.cpp | 56 fPropManager = std::make_unique<skottie_utils::CustomPropertyManager>(); 85 fAnimation->seek(std::fmod(1e-9 * nanos, duration) / duration); 132 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropManager;
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | DropShadowEffect.cpp | 34 sk_sp<DropShadowAdapter> adapter(new DropShadowAdapter(std::move(layer))); in Make() 52 , fImageFilterEffect(sksg::ImageFilterEffect::Make(std::move(layer), fDropShadow)) {} in DropShadowAdapter() 88 std::move(layer), in attachDropShadowEffect()
|
H A D | ShiftChannelsEffect.cpp | 36 new ShiftChannelsEffectAdapter(jprops, std::move(layer), abuilder)); in Make() 45 : fColorFilter(sksg::ExternalColorFilter::Make(std::move(layer))) { in ShiftChannelsEffectAdapter() 128 std::move(layer), in attachShiftChannelsEffect()
|
/third_party/skia/modules/skresources/include/ |
H A D | SkResources.h | 92 explicit MultiFrameImageAsset(std::unique_ptr<SkAnimCodecPlayer>, bool predecode); 96 std::unique_ptr<SkAnimCodecPlayer> fPlayer; 221 return rp ? sk_sp<CachingResourceProvider>(new CachingResourceProvider(std::move(rp))) in Make()
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGNode.cpp | 67 auto observers = new std::vector<Node*>(); in observeInval() 76 SkASSERT(std::find(node->fInvalObserverArray->begin(), in observeInval() 91 node->fInvalObserverArray->erase(std::remove(node->fInvalObserverArray->begin(), in unobserveInval()
|