HomeSort by relevance Sort by last modified time
    Searched refs:oneshot (Results 1 - 17 of 17) sorted by null

  /external/linux-kselftest/tools/testing/selftests/watchdog/
watchdog-test.c 92 int oneshot = 0; local
113 oneshot = 1;
128 oneshot = 1;
138 oneshot = 1;
154 oneshot = 1;
158 oneshot = 1;
172 oneshot = 1;
176 oneshot = 1;
189 if (oneshot)
  /device/google/cuttlefish_common/guest/hals/health/storage/
android.hardware.health.storage@1.0-service.cuttlefish.rc 19 oneshot
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
Hoarder.java 60 public static void doBlocks(File dir, boolean oneshot) throws IOException {
81 if (oneshot && failures >= 4) {
100 public static void doInodes(File dir, boolean oneshot) throws IOException {
116 if (oneshot && failures >= 4) {
  /external/wpa_supplicant_8/hostapd/
hostapd.android.rc 22 oneshot
  /device/google/bonito/
init.hardware.diag.rc.userdebug 36 oneshot
43 oneshot
72 oneshot
79 oneshot
92 oneshot
init.hardware.rc 446 oneshot
460 oneshot
621 oneshot
653 oneshot
706 oneshot
730 oneshot
745 oneshot
752 oneshot
759 oneshot
766 oneshot
    [all...]
  /device/google/crosshatch/
init.hardware.diag.rc.userdebug 35 oneshot
42 oneshot
71 oneshot
78 oneshot
91 oneshot
init.hardware.rc 554 oneshot
572 oneshot
737 oneshot
769 oneshot
822 oneshot
854 oneshot
870 oneshot
877 oneshot
884 oneshot
    [all...]
  /device/google/wahoo/
init.hardware.diag.rc.userdebug 35 oneshot
42 oneshot
70 oneshot
77 oneshot
init.hardware.rc 491 oneshot
497 oneshot
533 oneshot
669 oneshot
695 oneshot
748 oneshot
797 oneshot
812 oneshot
819 oneshot
826 oneshot
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 173 int oneshot = 0; local
191 oneshot = atoi(optarg);
396 if (oneshot) {
407 timeout.it_value.tv_sec = oneshot;
  /device/google/contexthub/firmware/os/core/
hostIntf.c 103 uint8_t oneshot : 1; member in struct:ActiveSensor
790 mActiveSensorTable[j].oneshot = false;
    [all...]
nanohub_chre.c 116 static inline uint32_t osChreTimerSet(uint64_t duration, const void* cookie, bool oneShot)
118 uint32_t timId = timTimerSetNew(duration, cookie, oneShot);
128 bool oneshot = va_arg(args, int); local
131 *retValP = osChreTimerSet(length, cookie, oneshot);
osApi.c 216 bool oneshot = va_arg(args, int); local
219 *retValP = timTimerSetAsApp(length, jitterPpm, driftPpm, 0, cookie, oneshot);
  /external/kmod/testsuite/
testsuite.c 44 static int oneshot = 0; variable
118 oneshot = 1;
1082 if (t->need_spawn && oneshot)
  /external/clang/utils/perf-training/
perf-helper.py 55 parser.add_argument('--use-oneshot', required=False, action='store_true',
56 help='Use dtrace\'s oneshot probes')
75 target = "oneshot$target:::entry"
290 # first. This assumes the data files didn't use the oneshot dtrace method.
  /external/libevent/test/
regress_http.c 4163 int oneshot: 1; member in struct:terminate_state
    [all...]

Completed in 1582 milliseconds