Searched refs:watch (Results 1 – 14 of 14) sorted by relevance
77 NamedStopWatch* watch = FindPtrOrNull(watches, watch_name); in GetWatchForName() local78 if (!watch) { in GetWatchForName()79 watch = new NamedStopWatch(watch_name); in GetWatchForName()80 watches[watch_name] = watch; in GetWatchForName()82 return watch; in GetWatchForName()
58 explicit ScopedTimer(NamedStopWatch* watch) in ScopedTimer() argument59 : mWatch(watch) { mWatch->Start(); } in ScopedTimer()
46 watch(62 private fun watch( regex66 ) = secureSettings.watch(userId, mainHandler, key, defaultValue) { v -> toUpdate.value = v }69 private fun SecureSettings.watch(
21 - [AndroidX-KTX](https://www.youtube.com/watch?v=st1XVfkDWqk)22 - [Performance and Kotlin tricks](https://www.youtube.com/watch?v=6P20npkvcb8)
158 for watch in WATCH:159 if file.find(watch) >= 0:
43 per-file res/*-watch/* = file:/WEAR_OWNERS
71 vconfig vi vmstat watch wc which whoami xargs xxd yes zcat105 vconfig vi vmstat watch wc which whoami xargs xxd yes zcat139 vmstat watch wc which whoami xargs xxd yes zcat172 usleep uudecode uuencode uuidgen vconfig **vi** vmstat watch wc which204 **unshare** uptime usleep uudecode uuencode **uuidgen** **vconfig** vmstat **watch**
253 return mActivitiesWatcher.watch(CustomTestActivity.class); in startWatcher()
418 const ConfigDescription watch_config = test::ParseConfigOrDie("watch"); in TEST_F()426 const ConfigDescription watch_config = test::ParseConfigOrDie("watch"); in TEST_F()
341 One particular set of tests to watch out for are the ones that involve USB resets.
936 One thing to watch for is that the bootchart will show init as if it started
12755 field public static final String FEATURE_WATCH = "android.hardware.type.watch";