Home
last modified time | relevance | path

Searched refs:std (Results 12001 - 12025 of 20229) sorted by relevance

1...<<481482483484485486487488489490>>...810

/third_party/skia/tools/sk_app/android/
H A DGLWindowContext_android.cpp118 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 Dfuzzer_pass_add_composite_extract.cpp35 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 DProfileSummaryInfo.h46 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 DDbgEntityHistoryCalculator.h34 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 DExecutionDomainFix.h78 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 DScheduleDFS.h102 std::vector<NodeData> DFSNodeData;
109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
113 std::vector<unsigned> SubtreeConnectLevels;
/third_party/unity/extras/fixture/test/
H A DMakefile6 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 DMakefile6 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 Dcustom-disassembler.cc113 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 Dnon-const-visitor.cc41 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 Djava_message_builder_lite.cc95 std::map<std::string, std::string> vars; in Generate()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_map_field.cc99 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 Dfield_comparator.h171 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 Dmain.rs4 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 Dout.rs4 use std::io;
5 use std::path::Path;
87 use std::fs; in best_effort_remove()
/third_party/rust/crates/cxx/syntax/
H A Dnamespace.rs3 use std::fmt::{self, Display};
4 use std::iter::FromIterator;
5 use std::slice::Iter;
/third_party/rust/crates/io-lifetimes/examples/
H A Downing-wrapper.rs129 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 Dcounting_allocator.h35 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 Dascii.cc158 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 Dlifetime_test.cc87 std::thread thread_one(ThreadOne, mutex, condvar, &notification, &state); in RunTests()
88 std::thread thread_two(ThreadTwo, mutex, condvar, &notification, &state); in RunTests()
180 std::exit(0); in main()
/third_party/skia/modules/skottie/gm/
H A DExternalProperties.cpp56 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 DDropShadowEffect.cpp34 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 DShiftChannelsEffect.cpp36 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 DSkResources.h92 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 DSkSGNode.cpp67 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()

Completed in 17 milliseconds

1...<<481482483484485486487488489490>>...810