Home
last modified time | relevance | path

Searched refs:collecting (Results 1 – 25 of 107) sorted by relevance

12345

/external/python/cpython2/Modules/
Dgcmodule.c55 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/
Dgcmodule.c1525 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/
Dmeta_graph.proto161 // 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/
Dcontrol.bvt14 collecting boot times.
/external/autotest/client/site_tests/power_WaitForCoolDown/
Dcontrol14 Transition test to wait for DUT to cool down after thermal test while collecting
/external/autotest/client/site_tests/platform_AnomalyDetector/
Dcontrol7 PURPOSE = "Checks that the anomaly detector is collecting log anomalies"
/external/python/cpython3/Include/internal/
Dpycore_gc.h146 int collecting; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DValueProfilePlugins.inc10 // Each plugin is responsible for collecting Value Profiling candidates for a
/external/one-true-awk/testdir/
DREADME.TESTS41 collecting for years and may need pruning. Suggestions for
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DValueProfilePlugins.inc10 // Each plugin is responsible for collecting Value Profiling candidates for a
/external/opencensus-java/exporters/stats/prometheus/
DREADME.md73 After collecting stats from OpenCensus, there are multiple options for exporting them.
/external/perfetto/protos/perfetto/trace/ps/
Dprocess_tree.proto69 // The time at which we finish collecting this process tree;
Dprocess_stats.proto78 // The time at which we finish collecting this batch of samples;
/external/perfetto/protos/perfetto/trace/sys_stats/
Dsys_stats.proto93 // The time at which we finish collecting this set of samples;
/external/bazelbuild-rules_android/
DROADMAP.md15 The primary goal of the Rules Alpha release is to start collecting feedback from
/external/llvm-project/clang/test/Modules/
Dcrash-vfs-path-symlink-component.m6 // Test that clang is capable of collecting the right header files in the
/external/clang/test/Modules/
Dcrash-vfs-path-symlink-component.m6 // Test that clang is capable of collecting the right header files in the
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_generic-inl.inc28 // called while collecting stack traces from within malloc and mmap, and thus
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_generic-inl.inc37 // called while collecting stack traces from within malloc and mmap, and thus
/external/abseil-cpp/absl/debugging/internal/
Dstacktrace_generic-inl.inc28 // called while collecting stack traces from within malloc and mmap, and thus
/external/llvm-project/llvm/test/DebugInfo/X86/
Dclone-module.ll6 ; achieved via DebugInfoFinder collecting all the DISubprogram's. However,
/external/harfbuzz_ng/m4/
Dax_code_coverage.m4188 # 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/
Dax_code_coverage.m4190 # 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/
Darm64-addr-type-promotion.ll3 ; Disable the collecting of LOH so that the labels do not get in the
/external/llvm/test/CodeGen/AArch64/
Darm64-addr-type-promotion.ll3 ; Disable the collecting of LOH so that the labels do not get in the

12345