| /test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
| H A D | benchmark_common.cpp | 360 CreateProducerSeq( std::function<void(void*, uint32_t)> callback) CreateProducerSeq() argument [all...] |
| /test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
| H A D | common.cpp | 386 CreateProducerSeq( std::function<void(void*, uint32_t)> callback) CreateProducerSeq() argument [all...] |
| /third_party/gn/src/gn/ |
| H A D | command_desc.cc | 316 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 D | source_file.h | 133 namespace std { namespace [all...] |
| H A D | string_utils.cc | 23 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 D | Common.h | 60 namespace std { namespace 123 namespace std { namespace [all...] |
| /third_party/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 392 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 D | gtest-printers.h | 710 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 D | platform.h | 514 namespace std { namespace
|
| /third_party/json/tests/thirdparty/fifo_map/ |
| H A D | fifo_map.hpp | 520 namespace std // NOLINT(cert-dcl58-cpp,-warnings-as-errors) global() namespace [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_scheduler.cpp | 161 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 D | common.cpp | 291 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 D | sfn_liverangeevaluator_helpers.cpp | 636 RegisterAccess::RegisterAccess(const std::array<size_t, 4>& sizes) in RegisterAccess() argument
|
| /third_party/node/src/tracing/ |
| H A D | agent.cc | 38 std::set<std::string> flatten( in flatten() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_conv.c | 310 double avg, std; in test_one() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dcfmtest.cpp | 35 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 D | cross-thread-persistent.h | 109 BasicCrossThreadPersistent( std::nullptr_t, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument [all...] |
| /third_party/node/deps/v8/include/v8-include/cppgc/ |
| H A D | cross-thread-persistent.h | 109 BasicCrossThreadPersistent( std::nullptr_t, const SourceLocation& loc = SourceLocation::Current()) BasicCrossThreadPersistent() argument [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | atomic-utils.h | 239 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 D | js-list-format.cc | 216 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 D | sampling-heap-profiler.cc | 210 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 D | gtest-printers.h | 232 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 D | class.rs | [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | layout_large_align_field.rs | [all...] |
| H A D | wrap_unsafe_ops_class.rs | [all...] |