/external/python/cpython2/Modules/ |
D | gcmodule.c | 55 static int collecting = 0; variable 1114 if (collecting) in gc_collect() 1117 collecting = 1; in gc_collect() 1119 collecting = 0; in gc_collect() 1433 if (collecting) in PyGC_Collect() 1437 collecting = 1; in PyGC_Collect() 1441 collecting = 0; in PyGC_Collect() 1508 !collecting && in _PyObject_GC_Malloc() 1510 collecting = 1; in _PyObject_GC_Malloc() 1512 collecting = 0; in _PyObject_GC_Malloc()
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 1525 if (gcstate->collecting) { in gc_collect_impl() 1530 gcstate->collecting = 1; in gc_collect_impl() 1532 gcstate->collecting = 0; in gc_collect_impl() 2055 if (gcstate->collecting) { in PyGC_Collect() 2061 gcstate->collecting = 1; in PyGC_Collect() 2065 gcstate->collecting = 0; in PyGC_Collect() 2092 if (gcstate->collecting) { in _PyGC_CollectNoFail() 2096 gcstate->collecting = 1; in _PyGC_CollectNoFail() 2098 gcstate->collecting = 0; in _PyGC_CollectNoFail() 2238 !gcstate->collecting && in _PyObject_GC_Alloc() [all …]
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | meta_graph.proto | 161 // NodeList is used for collecting nodes in graph. For example 175 // BytesList is used for collecting strings and serialized protobufs. For 192 // Int64List is used for collecting int, int64 and long values. 197 // FloatList is used for collecting float values. 202 // AnyList is used for collecting Any protos.
|
/external/autotest/server/site_tests/platform_BootPerfServer/ |
D | control.bvt | 14 collecting boot times.
|
/external/autotest/client/site_tests/power_WaitForCoolDown/ |
D | control | 14 Transition test to wait for DUT to cool down after thermal test while collecting
|
/external/autotest/client/site_tests/platform_AnomalyDetector/ |
D | control | 7 PURPOSE = "Checks that the anomaly detector is collecting log anomalies"
|
/external/python/cpython3/Include/internal/ |
D | pycore_gc.h | 146 int collecting; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ValueProfilePlugins.inc | 10 // Each plugin is responsible for collecting Value Profiling candidates for a
|
/external/one-true-awk/testdir/ |
D | README.TESTS | 41 collecting for years and may need pruning. Suggestions for
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ValueProfilePlugins.inc | 10 // Each plugin is responsible for collecting Value Profiling candidates for a
|
/external/opencensus-java/exporters/stats/prometheus/ |
D | README.md | 73 After collecting stats from OpenCensus, there are multiple options for exporting them.
|
/external/perfetto/protos/perfetto/trace/ps/ |
D | process_tree.proto | 69 // The time at which we finish collecting this process tree;
|
D | process_stats.proto | 78 // The time at which we finish collecting this batch of samples;
|
/external/perfetto/protos/perfetto/trace/sys_stats/ |
D | sys_stats.proto | 93 // The time at which we finish collecting this set of samples;
|
/external/bazelbuild-rules_android/ |
D | ROADMAP.md | 15 The primary goal of the Rules Alpha release is to start collecting feedback from
|
/external/llvm-project/clang/test/Modules/ |
D | crash-vfs-path-symlink-component.m | 6 // Test that clang is capable of collecting the right header files in the
|
/external/clang/test/Modules/ |
D | crash-vfs-path-symlink-component.m | 6 // Test that clang is capable of collecting the right header files in the
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
D | stacktrace_generic-inl.inc | 28 // called while collecting stack traces from within malloc and mmap, and thus
|
/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | stacktrace_generic-inl.inc | 37 // called while collecting stack traces from within malloc and mmap, and thus
|
/external/abseil-cpp/absl/debugging/internal/ |
D | stacktrace_generic-inl.inc | 28 // called while collecting stack traces from within malloc and mmap, and thus
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | clone-module.ll | 6 ; achieved via DebugInfoFinder collecting all the DISubprogram's. However,
|
/external/harfbuzz_ng/m4/ |
D | ax_code_coverage.m4 | 188 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) 189 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
|
/external/strace/m4/ |
D | ax_code_coverage.m4 | 190 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) 191 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-addr-type-promotion.ll | 3 ; Disable the collecting of LOH so that the labels do not get in the
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-addr-type-promotion.ll | 3 ; Disable the collecting of LOH so that the labels do not get in the
|