/system/core/liblog/ |
D | log_event_list.cpp | 446 elem.complete = true; in android_log_read_next_internal() 457 elem.complete = !context->count[0] && (!context->list_nest_depth || in android_log_read_next_internal() 477 elem.complete = true; in android_log_read_next_internal() 495 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal() 514 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal() 527 elem.complete = true; in android_log_read_next_internal() 534 elem.complete = true; in android_log_read_next_internal() 543 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal() 556 elem.complete = true; in android_log_read_next_internal() 559 elem.complete = context->list_nest_depth >= ANDROID_MAX_LIST_NEST_DEPTH; in android_log_read_next_internal() [all …]
|
/system/extras/pagecache/ |
D | README | 3 dumpcache.c: dumps complete pagecache of device.
|
/system/core/fastboot/ |
D | fastboot.bash | 179 complete -F _fastboot fastboot 181 complete -o nospace -F _fastboot fastboot
|
D | README.md | 243 Once the handshake is complete, fastboot data will be sent as follows: 349 complete, must always be 512 bytes or less.
|
/system/chre/platform/slpi/include/chre/platform/slpi/ |
D | debug_dump.h | 127 size_t debugStrSize, bool complete);
|
/system/core/trusty/storage/lib/include/trusty/lib/ |
D | storage.h | 151 int storage_end_transaction(storage_session_t session, bool complete);
|
/system/core/libnativeloader/ |
D | libnativeloader.map.txt | 17 # TODO(b/122710865): Prune these uses once the runtime APEX is complete.
|
/system/core/adb/ |
D | adb.bash | 496 complete -F _adb adb 498 complete -o nospace -F _adb adb
|
/system/core/trusty/storage/lib/ |
D | storage.c | 301 int storage_end_transaction(storage_session_t session, bool complete) in storage_end_transaction() argument 305 .flags = complete ? STORAGE_MSG_FLAG_TRANSACT_COMPLETE : 0, in storage_end_transaction()
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 233 echo Wait 30s to complete boot activities... 235 echo Restart complete.
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 1344 I: profile collection complete in TEST_F() 1432 I: profile collection complete in TEST_F() 1454 I: profile collection complete in TEST_F() 1497 I: profile collection complete in TEST_F() 1563 I: profile collection complete in TEST_F() 1568 I: profile collection complete in TEST_F() 1573 I: profile collection complete in TEST_F() 1634 I: profile collection complete in TEST_F()
|
/system/core/trusty/storage/tests/ |
D | main.cpp | 102 void WriteReadAtOffsetHelper(file_handle_t handle, size_t blk, size_t cnt, bool complete); 104 void WriteZeroChunk(file_handle_t handle, storage_off_t off, size_t chunk_len, bool complete ); 105 … void WritePatternChunk(file_handle_t handle, storage_off_t off, size_t chunk_len, bool complete); 106 …Pattern(file_handle_t handle, storage_off_t off, size_t data_len, size_t chunk_len, bool complete); 126 size_t chunk_len, bool complete) in WriteZeroChunk() argument 137 complete ? STORAGE_OP_COMPLETE : 0); in WriteZeroChunk() 142 size_t chunk_len, bool complete) in WritePatternChunk() argument 153 complete ? STORAGE_OP_COMPLETE : 0); in WritePatternChunk() 158 size_t data_len, size_t chunk_len, bool complete) in WritePattern() argument 166 WritePatternChunk(handle, off, chunk_len, (chunk_len == data_len) && complete); in WritePattern() [all …]
|
/system/netd/tests/benchmarks/ |
D | README.md | 17 <td>Mean wall-clock time taken for each iteration of the function under test to complete. This
|
/system/core/liblog/include/log/ |
D | log_event_list.h | 51 uint16_t complete; member
|
/system/chre/platform/slpi/ |
D | host_link.cc | 410 size_t debugStrSize, bool complete) { in onDebugDumpDataReady() argument 417 if (complete) { in onDebugDumpDataReady()
|
/system/core/bootstat/ |
D | bootstat.rc | 77 # Record boot complete metrics.
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2488 elem.complete = true; in android_log_buffer_to_string() 2493 if (elem.complete) { in android_log_buffer_to_string() 2515 if (elem.complete) { in android_log_buffer_to_string() 2522 if (!next.complete && in android_log_buffer_to_string() 2532 } while ((elem.type != EVENT_TYPE_UNKNOWN) && !overflow && !elem.complete); in android_log_buffer_to_string() 2547 if ((elem.type == EVENT_TYPE_UNKNOWN) && !elem.complete) { in android_log_buffer_to_string()
|
/system/media/camera/docs/ |
D | HidlMetadata.mako | 94 * <p>Partial documentation is included for each tag; for complete documentation, reference
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | netd.te | 39 # complete
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | netd.te | 44 # after migration complete
|
/system/sepolicy/public/ |
D | netd.te | 44 # after migration complete
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 138 a) Accompany it with the complete corresponding machine-readable 144 cost of physically performing source distribution, a complete 156 making modifications to it. For an executable work, complete source
|
/system/extras/ioblame/ |
D | README | 146 # gmail, waiting for launch to complete. When launch completes, ioblame will
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 210 /// rejected or failed to complete for some reason
|
/system/core/logd/ |
D | LogTags.cpp | 346 if ((elem.type != EVENT_TYPE_LIST_STOP) || !elem.complete) continue; in ReadPersistEventLogTags()
|