Home
last modified time | relevance | path

Searched defs:std (Results 926 - 950 of 1934) sorted by relevance

1...<<31323334353637383940>>...78

/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H A Dbenchmark_common.cpp360 CreateProducerSeq( std::function<void(void*, uint32_t)> callback) CreateProducerSeq() argument
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dcommon.cpp386 CreateProducerSeq( std::function<void(void*, uint32_t)> callback) CreateProducerSeq() argument
[all...]
/third_party/gn/src/gn/
H A Dcommand_desc.cc316 HandleProperty(const std::string& what, const std::map<std::string, DescHandlerFunc>& handler_map, std::unique_ptr<base::Value>& v, std::unique_ptr<base::DictionaryValue>& dict) HandleProperty() argument
327 PrintTarget(const Target* target, const std::string& what, bool single_target, const std::map<std::string, DescHandlerFunc>& handler_map, bool all, bool tree, bool blame) PrintTarget() argument
420 PrintConfig(const Config* config, const std::string& what, bool single_config, const std::map<std::string, DescHandlerFunc>& handler_map) PrintConfig() argument
[all...]
H A Dsource_file.h133 namespace std { namespace
[all...]
H A Dstring_utils.cc23 ErrInsideStringToken(const Token& token, size_t offset, size_t size, const std::string& msg, const std::string& help = std::string()) ErrInsideStringToken() argument
[all...]
/third_party/glslang/glslang/Include/
H A DCommon.h60 namespace std { namespace
123 namespace std { namespace
[all...]
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h392 ConstReference( const ::std::tuple<ElementPointer, Size>& array) ConstReference() argument
397 Copy(const ::std::tuple<ElementPointer, Size>& array) Copy() argument
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h710 PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) PrintTo() argument
747 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) PrintTo() argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dplatform.h514 namespace std { namespace
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp520 namespace std // NOLINT(cert-dcl58-cpp,-warnings-as-errors) global() namespace
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_scheduler.cpp161 assert(source_idx < insert_idx_clause); assert(insert_idx_clause < insert_idx); RegisterDemand reference_demand; for (int i = source_idx + 1; i < insert_idx_clause; ++i) { reference_demand.update(register_demand[i]); } assert(total_demand == reference_demand); reference_demand = {}; for (int i = insert_idx_clause; i < insert_idx; ++i) { reference_demand.update(register_demand[i]); } assert(clause_demand == reference_demand); } DownwardsCursor MoveState::downwards_init(int current_idx, bool improved_rar_, bool may_form_clauses) { improved_rar = improved_rar_; std::fill(depends_on.begin(), depends_on.end(), false); if (improved_rar) { std::fill(RAR_dependencies.begin(), RAR_dependencies.end(), false); if (may_form_clauses) std::fill(RAR_dependencies_clause.begin(), RAR_dependencies_clause.end(), false); } for (const Operand& op : current->operands) { if (op.isTemp()) { depends_on[op.tempId()] = true; if (improved_rar && op.isFirstKill()) RAR_dependencies[op.tempId()] = true; } } DownwardsCursor cursor(current_idx, register_demand[current_idx]); cursor.verify_invariants(register_demand); return cursor; } MoveResult MoveState::downwards_move(DownwardsCursor& cursor, bool add_to_clause) { aco_ptr<Instruction>& instr = block->instructions[cursor.source_idx]; for (const Definition& def : instr->definitions) if (def.isTemp() && depends_on[def.tempId()]) return move_fail_ssa; std::vector<bool>& RAR_deps = improved_rar ? (add_to_clause ? RAR_dependencies_clause : RAR_dependencies) : depends_on; for (const Operand& op : instr->operands) verify_invariants() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dcommon.cpp291 build_module_common(const Module &mod, const std::vector<char> &code, const std::map<std::string, unsigned> &offsets, const clang::CompilerInstance &c) build_module_common() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.cpp636 RegisterAccess::RegisterAccess(const std::array<size_t, 4>& sizes) in RegisterAccess() argument
/third_party/node/src/tracing/
H A Dagent.cc38 std::set<std::string> flatten( in flatten() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c310 double avg, std; in test_one() local
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp35 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 namespace
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h109 BasicCrossThreadPersistent( std::nullptr_t, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dcross-thread-persistent.h109 BasicCrossThreadPersistent( std::nullptr_t, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Datomic-utils.h239 CheckedIncrement( std::atomic<T>* number, T amount, std::memory_order order = std::memory_order_seq_cst) CheckedIncrement() argument
249 CheckedDecrement( std::atomic<T>* number, T amount, std::memory_order order = std::memory_order_seq_cst) CheckedDecrement() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-list-format.cc216 FormatListCommon( Isolate* isolate, Handle<JSListFormat> format, Handle<FixedArray> list, const std::function<MaybeHandle<T>(Isolate*, const icu::FormattedValue&)>& formatToResult) FormatListCommon() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.cc210 TranslateAllocationNode( AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node, const std::map<int, Handle<Script>>& scripts) TranslateAllocationNode() argument
[all...]
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h232 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) operator <<() argument
648 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) PrintTo() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dclass.rs[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_large_align_field.rs[all...]
H A Dwrap_unsafe_ops_class.rs[all...]

Completed in 15 milliseconds

1...<<31323334353637383940>>...78