Home
last modified time | relevance | path

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

12

/external/python/cpython2/Modules/
Dgcmodule.c55 static int collecting = 0; variable
1117 if (collecting) in gc_collect()
1120 collecting = 1; in gc_collect()
1122 collecting = 0; in gc_collect()
1436 if (collecting) in PyGC_Collect()
1439 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/devlib/doc/
Dinstrumentation.rst4 The ``Instrument`` API provide a consistent way of collecting measurements from
31 # Find out what the instrument is capable collecting from the
67 :CONTINUOUS: The instrument supports collecting measurements over a
121 Starts collecting measurements from ``active_channels``.
128 Stops collecting measurements from ``active_channels``. Must be called after
208 out when necessary (e.g. change method of collecting power), a number of
Dindex.rst10 development boards, mobile devices, etc. It also provides means of collecting
/external/autotest/server/site_tests/platform_BootPerfServer/
Dcontrol.bvt14 collecting boot times.
/external/autotest/client/site_tests/platform_AnomalyCollector/
Dcontrol7 PURPOSE = "Checks that the anomaly collector is collecting log anomalies"
/external/devlib/
DREADME.rst4 ``devlib`` exposes an interface for interacting with and collecting
/external/autotest/client/site_tests/video_GlitchDetection/
Dcontrol.collect_images_chameleon21 the process of collecting these images is similar to what you would do to
/external/clang/test/Modules/
Dcrash-vfs-path-symlink-component.m6 // Test that clang is capable of collecting the right header files in the
/external/strace/m4/
Dax_code_coverage.m4176 # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
177 # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
/external/llvm/test/CodeGen/AArch64/
Darm64-addr-type-promotion.ll3 ; Disable the collecting of LOH so that the labels do not get in the
/external/iproute2/doc/
Dnstat.sgml44 <item><tt/-d INTERVAL/ - <tt/Xstat/ is run in daemon mode collecting
Darpd.sgml9 <tt/arpd/ is daemon collecting gratuitous ARP information, saving
/external/python/cpython2/Doc/c-api/
Dgcsupport.rst8 Python's support for detecting and collecting garbage which involves circular
/external/python/cpython2/Doc/library/
Dprofile.rst283 Start collecting profiling data.
287 Stop collecting profiling data.
291 Stop collecting profiling data and record the results internally
Dgc.rst93 controls the number of collections of generation ``1`` before collecting
Dunittest.rst763 Run the test, collecting the result into the test result object passed as
782 Run the test without collecting the result. This allows exceptions raised
1388 Run the tests associated with this suite, collecting the result into the
1396 Run the tests associated with this suite without collecting the
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.m343 // Need to walk all the way up the parent classes collecting methods (in case
/external/valgrind/docs/internals/
Dxml-output.txt64 of errors, Valgrind slows down and eventually stops collecting
/external/llvm/docs/
DTestSuiteMakefileGuide.rst292 tree, collecting statistics or running custom checks for correctness. At
DStackMaps.rst63 richer information to a garbage collecting runtime, but that usage
DAliasAnalysis.rst411 ``AliasAnalysisCounter`` utility, collecting stats on all alias queries in a
/external/lisa/ipynb/chromeos/
DChromeOS_TestThat.ipynb355 " :param get_token: if True wait for token before collecting traces\n",
/external/llvm/docs/TableGen/
DLangIntro.rst247 In general, classes are useful for collecting together the commonality between a
/external/skia/site/dev/design/
Dpdftheory.md141 collecting all the objects from the various SkPDFDevice instances,
/external/lisa/ipynb/examples/android/benchmarks/
DAndroid_PCMark.ipynb329 " # Start collecting the log\n",

12