/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/ |
D | memory_graph_edge.h | 34 : source(s), target(t), importance(i), overridable(o) {} in MemoryGraphEdge() 40 overridable = edge.overridable; 47 bool overridable; variable
|
/external/libchrome/base/trace_event/ |
D | process_memory_dump_unittest.cc | 248 EXPECT_TRUE(edges.find(child1_dump->guid())->second.overridable); in TEST() 251 EXPECT_FALSE(edges.find(child2_dump->guid())->second.overridable); in TEST() 254 EXPECT_TRUE(edges.find(shm_dump3->guid())->second.overridable); in TEST() 257 EXPECT_TRUE(edges.find(child4_dump->guid())->second.overridable); in TEST() 272 EXPECT_FALSE(edges.find(child1_dump->guid())->second.overridable); in TEST() 275 EXPECT_FALSE(edges.find(child2_dump->guid())->second.overridable); in TEST() 278 EXPECT_FALSE(edges.find(shm_dump3->guid())->second.overridable); in TEST() 281 EXPECT_FALSE(edges.find(child4_dump->guid())->second.overridable); in TEST() 375 EXPECT_FALSE(edges.find(shm_local_guid2)->second.overridable); in TEST() 378 EXPECT_FALSE(edges.find(client_dump2->guid())->second.overridable); in TEST()
|
D | process_memory_dump.cc | 419 DCHECK(!allocator_dumps_edges_[source].overridable); in AddOverridableOwnershipEdge() 502 importance == other.importance && overridable == other.overridable; in operator ==()
|
D | process_memory_dump.h | 49 bool overridable = false; member
|
/external/skia/build_overrides/ |
D | tint.gni | 6 # These are variables that are overridable by projects that include Tint.
|
D | dawn.gni | 6 # These are variables that are overridable by projects that include Dawn.
|
/external/rust/crates/structopt/tests/ |
D | rename_all_env.rs | 32 fn overridable() { in overridable() function
|
/external/swiftshader/third_party/SPIRV-Tools/build_overrides/ |
D | spirv_tools.gni | 15 # These are variables that are overridable by projects that include
|
/external/deqp-deps/SPIRV-Tools/build_overrides/ |
D | spirv_tools.gni | 15 # These are variables that are overridable by projects that include
|
/external/deqp-deps/glslang/build_overrides/ |
D | glslang.gni | 34 # These are variables that are overridable by projects that include glslang.
|
/external/perfetto/protos/perfetto/trace/ |
D | memory_graph.proto | 107 optional bool overridable = 4; field
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | memory_tracker_snapshot_parser.cc | 147 static_cast<int>(edge.importance()), edge.overridable())); in ReadProtoSnapshot()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | ax_code_coverage.m4 | 198 # Hook rule executed before code-coverage-capture, overridable by the user
|
/external/strace/m4/ |
D | ax_code_coverage.m4 | 250 # Hook rule executed before code-coverage-capture, overridable by the user
|
/external/harfbuzz_ng/m4/ |
D | ax_code_coverage.m4 | 251 # Hook rule executed before code-coverage-capture, overridable by the user
|
/external/llvm/docs/ |
D | MergeFunctions.rst | 687 next: after merging the places where overridable function were used, still use 688 overridable stub. So try to make *G* alias to *F*, or create overridable tail
|
D | Passes.rst | 892 If equivalent exists we fold such functions. If both functions are overridable, 894 overridable thunks to it.
|
/external/llvm-project/llvm/docs/ |
D | MergeFunctions.rst | 676 next: after merging the places where overridable function were used, still use 677 overridable stub. So try to make *G* alias to *F*, or create overridable tail
|
D | Passes.rst | 929 If equivalent exists we fold such functions. If both functions are overridable, 931 overridable thunks to it.
|
/external/libcxx/docs/DesignDocs/ |
D | VisibilityMacros.rst | 39 locally overridable, and therefore must not be marked `dllimport`. On Windows,
|
/external/libxml2/ |
D | TODO | 270 - Better error handling, use a dedicated, overridable error
|
/external/llvm-project/libcxx/docs/DesignDocs/ |
D | VisibilityMacros.rst | 39 locally overridable, and therefore must not be marked `dllimport`. On Windows,
|
/external/perfetto/docs/design-docs/ |
D | api-and-abi.md | 195 platforms it is overridable via the `PERFETTO_PRODUCER_SOCK_NAME` env var. 211 platforms it is overridable via the `PERFETTO_CONSUMER_SOCK_NAME` env var.
|
/external/tensorflow/tensorflow/lite/tools/cmake/modules/ |
D | OverridableFetchContent.cmake | 373 # the overridable arguments.
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 229 Most operators are overridable. 1042 str(object) printablerepresentation of an object. Class overridable
|