Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 30) sorted by relevance

12

/system/core/liblog/
Dlog_event_list.cpp446 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/
DREADME3 dumpcache.c: dumps complete pagecache of device.
/system/core/fastboot/
Dfastboot.bash179 complete -F _fastboot fastboot
181 complete -o nospace -F _fastboot fastboot
DREADME.md243 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/
Ddebug_dump.h127 size_t debugStrSize, bool complete);
/system/core/trusty/storage/lib/include/trusty/lib/
Dstorage.h151 int storage_end_transaction(storage_session_t session, bool complete);
/system/core/libnativeloader/
Dlibnativeloader.map.txt17 # TODO(b/122710865): Prune these uses once the runtime APEX is complete.
/system/core/adb/
Dadb.bash496 complete -F _adb adb
498 complete -o nospace -F _adb adb
/system/core/trusty/storage/lib/
Dstorage.c301 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/
Dpwrtest.sh233 echo Wait 30s to complete boot activities...
235 echo Restart complete.
/system/extras/perfprofd/tests/
Dperfprofd_test.cc1344 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/
Dmain.cpp102 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/
DREADME.md17 <td>Mean wall-clock time taken for each iteration of the function under test to complete. This
/system/core/liblog/include/log/
Dlog_event_list.h51 uint16_t complete; member
/system/chre/platform/slpi/
Dhost_link.cc410 size_t debugStrSize, bool complete) { in onDebugDumpDataReady() argument
417 if (complete) { in onDebugDumpDataReady()
/system/core/bootstat/
Dbootstat.rc77 # Record boot complete metrics.
/system/core/liblog/tests/
Dliblog_test.cpp2488 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/
DHidlMetadata.mako94 * <p>Partial documentation is included for each tag; for complete documentation, reference
/system/sepolicy/prebuilts/api/28.0/public/
Dnetd.te39 # complete
/system/sepolicy/prebuilts/api/29.0/public/
Dnetd.te44 # after migration complete
/system/sepolicy/public/
Dnetd.te44 # after migration complete
/system/sepolicy/tools/fc_sort/
DNOTICE138 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/
DREADME146 # gmail, waiting for launch to complete. When launch completes, ioblame will
/system/chre/platform/shared/idl/
Dhost_messages.fbs210 /// rejected or failed to complete for some reason
/system/core/logd/
DLogTags.cpp346 if ((elem.type != EVENT_TYPE_LIST_STOP) || !elem.complete) continue; in ReadPersistEventLogTags()

12