Searched refs:clear (Results 101 - 125 of 273) sorted by relevance

1234567891011

/system/core/libutils/include/utils/
H A DList.h171 clear();
245 void clear() { function in class:android::List
308 * The simplest way to do this would be to clear out the target list and
H A DVectorImpl.h88 void clear();
/system/core/logcat/
H A Dlogcatd.rc39 # stop logcatd service and clear data
40 on property:logd.logpersistd.enable=true && property:logd.logpersistd=clear
43 # logd for clear of only our files in /data/misc/logd
H A Dlogcat.cpp139 context->argv_hold.clear();
140 context->args.clear();
141 context->envp_hold.clear();
142 context->envs.clear();
442 " --id=<id> If the signature id for logging to file changes, then clear\n"
455 " -c, --clear Clear (flush) the entire log and exit\n"
456 " if Log to File specified, clear fileset instead\n"
876 { "clear", no_argument, nullptr, 'c' },
1440 // We have three orthogonal actions below to clear, set log size and
1527 "failed to clear th
[all...]
/system/keymaster/
H A DList.h171 clear();
245 void clear() { function in class:android::List
308 * The simplest way to do this would be to clear out the target list and
/system/netd/server/
H A DIptablesRestoreController.cpp265 process->errBuf.clear();
353 output->clear();
/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.cc83 buffer_.clear();
257 buffer_.clear();
H A Dpostinstall_runner_action.cc283 fs_mount_dir_.clear();
290 progress_buffer_.clear();
/system/core/libmemunreachable/
H A DMemUnreachable.cpp126 leaks.clear();
215 heap_mappings.clear();
216 anon_mappings.clear();
217 globals_mappings.clear();
218 stack_mappings.clear();
H A DHeapWalker.cpp121 leaked.clear();
/system/core/logd/
H A DLogBuffer.cpp594 inline void clear() { function in class:LogBufferElementLast
595 map.clear();
598 void clear(LogBufferElement* element) { function in class:LogBufferElementLast
616 // remove all logs (clear), all UID logs (unprivileged clear), or every
685 // Only here if clear all request from non system source, so chatty
760 // - clear leading chatty tags
831 last.clear(element);
879 last.clear(element);
925 last.clear();
1016 bool LogBuffer::clear(log_id_t id, uid_t uid) { function in class:LogBuffer
[all...]
H A DLogBuffer.h128 bool clear(log_id_t id, uid_t uid = AID_ROOT);
/system/update_engine/
H A Dupdate_attempter.cc783 forced_app_version_.clear();
784 forced_omaha_url_.clear();
868 // Always clear the forced app_version and omaha_url after an update attempt
870 forced_app_version_.clear();
871 forced_omaha_url_.clear();
894 actions_.clear();
978 actions_.clear();
1154 // need to clear out this value now to prevent it being sent on the next
1496 prev_version_.clear();
/system/core/libutils/
H A DThreads.cpp697 mHoldSelf.clear(); // "this" may have gone away after this.
717 self->mHoldSelf.clear();
756 // clear thread ID so that requestExitAndWait() does not exit if
768 strong.clear();
800 // historical reference. Note that each interested party will clear flag.
/system/vold/
H A DDisk.cpp217 mVolumes.clear();
222 mLabel.clear();
489 cmd.clear();
/system/bt/btcore/src/
H A Dmodule.cc51 metadata.clear();
/system/chre/host/common/
H A Dsocket_client.cc171 mCallbacks.clear();
/system/core/fastboot/
H A Dtcp.cpp123 error->clear();
/system/core/include/utils/
H A DVectorImpl.h88 void clear();
/system/core/init/
H A Dinit_parser.cpp86 args.clear();
/system/core/liblog/
H A Dlogger.h80 int (*clear)(struct android_log_logger* logger, member in struct:android_log_transport_read
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp66 mBranchTargets.clear();
67 mLabels.clear();
68 mLabelsInverseMapping.clear();
69 mComments.clear();
/system/extras/simpleperf/
H A DIOEventLoop.cpp43 events_.clear();
H A Dcmd_kmem_test.cpp54 result->lines.clear();
H A Dcmd_stat_test.cpp60 workloads->clear();

Completed in 608 milliseconds

1234567891011