HomeSort by relevance Sort by last modified time
    Searched defs:periodic (Results 1 - 25 of 30) sorted by null

1 2

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
TriggerType.java 38 periodic(0), enum constant in enum:TriggerType.Value
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java 139 * Tests whether a failed periodic sync operation is converted correctly into a one time
140 * sync operation, and whether the periodic sync can be re-created from the one-time operation.
147 SyncOperation periodic = new SyncOperation(ep, 0, "package", 0, 0, extras, false, true, local
150 SyncOperation oneoff = periodic.createOneTimeSyncOperation();
152 assertEquals("Period not restored", periodic.periodMillis, oneoff.periodMillis);
153 assertEquals("Flex not restored", periodic.flexMillis, oneoff.flexMillis);
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 118 " -A val request a periodic alarm every 'val' seconds\n"
134 " 2 - periodic output\n"
178 int periodic = 0; local
196 periodic = atoi(optarg);
279 " %d programmable periodic signals\n"
418 if (periodic) {
429 timeout.it_interval.tv_sec = periodic;
430 timeout.it_value.tv_sec = periodic;
455 puts("periodic output request okay");
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 53 // The scheduling of asynchronous tasks, periodic or not, is handled by the
337 periodic(true),
344 periodic(false),
354 bool isPeriodic() const { return periodic; }
359 bool periodic; member in class:test_vendor_lib::AsyncManager::AsyncTaskManager::Task
437 // periodic to update order
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
83 * effect.periodic.period = 1000; // 1000 ms
84 * effect.periodic.magnitude = 20000; // 20000/32767 strength
85 * effect.periodic.length = 5000; // 5 seconds long
86 * effect.periodic.attack_length = 1000; // Takes 1 second to get max strength
87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
162 * Periodic haptic effect that simulates sine waves.
185 * Periodic haptic effect that simulates triangular waves.
194 * Periodic haptic effect that simulates saw tooth up waves
792 SDL_HapticPeriodic periodic; \/**< Periodic effect. *\/ member in union:SDL_HapticEffect
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
83 * effect.periodic.period = 1000; // 1000 ms
84 * effect.periodic.magnitude = 20000; // 20000/32767 strength
85 * effect.periodic.length = 5000; // 5 seconds long
86 * effect.periodic.attack_length = 1000; // Takes 1 second to get max strength
87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
162 * Periodic haptic effect that simulates sine waves.
185 * Periodic haptic effect that simulates triangular waves.
194 * Periodic haptic effect that simulates saw tooth up waves
792 SDL_HapticPeriodic periodic; \/**< Periodic effect. *\/ member in union:SDL_HapticEffect
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
83 * effect.periodic.period = 1000; // 1000 ms
84 * effect.periodic.magnitude = 20000; // 20000/32767 strength
85 * effect.periodic.length = 5000; // 5 seconds long
86 * effect.periodic.attack_length = 1000; // Takes 1 second to get max strength
87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
162 * Periodic haptic effect that simulates sine waves.
185 * Periodic haptic effect that simulates triangular waves.
194 * Periodic haptic effect that simulates saw tooth up waves
792 SDL_HapticPeriodic periodic; \/**< Periodic effect. *\/ member in union:SDL_HapticEffect
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
83 * effect.periodic.period = 1000; // 1000 ms
84 * effect.periodic.magnitude = 20000; // 20000/32767 strength
85 * effect.periodic.length = 5000; // 5 seconds long
86 * effect.periodic.attack_length = 1000; // Takes 1 second to get max strength
87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
162 * Periodic haptic effect that simulates sine waves.
185 * Periodic haptic effect that simulates triangular waves.
194 * Periodic haptic effect that simulates saw tooth up waves
792 SDL_HapticPeriodic periodic; \/**< Periodic effect. *\/ member in union:SDL_HapticEffect
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorSubclassTest.java 788 * By default, periodic tasks are cancelled at shutdown.
    [all...]
ScheduledExecutorTest.java 736 * By default, periodic tasks are cancelled at shutdown.
    [all...]
  /bionic/libc/kernel/uapi/linux/
input.h 175 struct ff_periodic_effect periodic; member in union:ff_effect::__anon756
  /external/kernel-headers/original/uapi/linux/
input.h 367 * struct ff_periodic_effect - defines parameters of a periodic force-feedback effect
398 * struct ff_rumble_effect - defines parameters of a periodic force-feedback effect
443 struct ff_periodic_effect periodic; member in union:ff_effect::__anon22962
466 * Force feedback periodic effect types
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 998 * struct ff_periodic_effect - defines parameters of a periodic force-feedback effect
1029 * struct ff_rumble_effect - defines parameters of a periodic force-feedback effect
1074 struct ff_periodic_effect periodic; member in union:ff_effect::__anon62569
1097 * Force feedback periodic effect types
  /prebuilts/misc/common/robolectric/3.1.1/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 

Completed in 571 milliseconds

1 2