Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 17 of 17) sorted by relevance

/system/extras/perfprofd/
Dperfprofd_cmdline.cc121 std::set<int> processed; in post_process() local
128 processed.insert(seq); in post_process()
139 if (processed.find(seq) == processed.end()) { in post_process()
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTree.java231 boolean[] processed = new boolean[zoneInfos.size()]; in addExtraPeriodSplits()
236 if (processed[i]) { in addExtraPeriodSplits()
241 processed[i] = true; in addExtraPeriodSplits()
261 if (processed[j]) { in addExtraPeriodSplits()
273 processed[j] = true; in addExtraPeriodSplits()
303 processed[j] = true; in addExtraPeriodSplits()
/system/sepolicy/
DREADME12 will allow files to be concatenated and processed whenever
62 It is important to note the final processed version of this file
79 pem files. The configuration file is processed via m4.
/system/extras/simpleperf/doc/
Dinferno.md47 and processed on the host by Inferno. The callstacks are merged together to
94 processed. Try to use frame pointer unwinding which can be done by the kernel
/system/extras/perfprofd/tests/
Dperfprofd_test.cc323 std::string processed = config_dir_ + "/" PROCESSED_FILENAME; in write_processed_file() local
324 FILE *fp = fopen(processed.c_str(), "w"); in write_processed_file()
333 std::string processed = config_dir_ + "/" PROCESSED_FILENAME; in remove_processed_file() local
334 unlink(processed.c_str()); in remove_processed_file()
/system/bt/service/doc/
DIBluetoothGattClient.txt162 * will be processed atomically by the remote device after calling
/system/chre/platform/shared/idl/
Dhost_messages.fbs92 /// meaning that load requests will be processed in the order they are sent
/system/sepolicy/prebuilts/api/27.0/public/
Dinit.te342 # so it can be picked up and processed by logd. These denials are
/system/sepolicy/prebuilts/api/26.0/public/
Dinit.te337 # so it can be picked up and processed by logd. These denials are
/system/sepolicy/prebuilts/api/28.0/public/
Dinit.te413 # so it can be picked up and processed by logd. These denials are
/system/sepolicy/prebuilts/api/29.0/public/
Dinit.te474 # so it can be picked up and processed by logd. These denials are
/system/sepolicy/public/
Dinit.te474 # so it can be picked up and processed by logd. These denials are
/system/chre/pal/doc/
DDoxyfile289 # The output of markdown processing is further processed by doxygen, so you can
886 # properly processed by doxygen.
899 # properly processed by doxygen.
1530 # which needs to be processed by an external indexer. Doxygen will invoke an
1999 # contain include files that are not input files but should be processed by the
/system/chre/chre_api/doc/
DDoxyfile289 # The output of markdown processing is further processed by doxygen, so you can
886 # properly processed by doxygen.
899 # properly processed by doxygen.
1530 # which needs to be processed by an external indexer. Doxygen will invoke an
1999 # contain include files that are not input files but should be processed by the
/system/media/audio_utils/
DDoxyfile278 # The output of markdown processing is further processed by doxygen, so you can
1485 # which needs to be processed by an external indexer. Doxygen will invoke an
1916 # contain include files that are not input files but should be processed by the
DDoxyfile.orig278 # The output of markdown processing is further processed by doxygen, so you can
1485 # which needs to be processed by an external indexer. Doxygen will invoke an
1916 # contain include files that are not input files but should be processed by the
/system/core/init/
DREADME.md712 files that can be later processed by the tools provided by <http://www.bootchart.org/>.