HomeSort by relevance Sort by last modified time
    Searched full:oneshot (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /device/google/marlin/
init.common.rc 514 oneshot
548 oneshot
572 oneshot
604 oneshot
618 oneshot
624 oneshot
638 oneshot
664 oneshot
671 oneshot
684 oneshot
    [all...]
  /device/htc/flounder/
init.flounder.rc 203 oneshot
215 oneshot
231 oneshot
238 oneshot
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
animation_drawable_vector.xml 17 android:id="@+id/animation_drawable_vector" android:oneshot="false">
  /frameworks/support/v7/mediarouter/res/drawable/
mr_button_connected_dark.xml 19 android:oneshot="true">
mr_button_connected_light.xml 19 android:oneshot="true">
mr_button_connecting_dark.xml 19 android:oneshot="false">
mr_button_connecting_light.xml 19 android:oneshot="false">
mr_group_collapse.xml 18 android:oneshot="true">
mr_group_expand.xml 18 android:oneshot="true">
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qedit.idl 53 BOOL OneShot
  /prebuilts/sdk/current/support/v7/mediarouter/res/drawable/
mr_button_connected_dark.xml 19 android:oneshot="true">
mr_button_connected_light.xml 19 android:oneshot="true">
mr_button_connecting_dark.xml 19 android:oneshot="false">
mr_button_connecting_light.xml 19 android:oneshot="false">
mr_group_collapse.xml 18 android:oneshot="true">
mr_group_expand.xml 18 android:oneshot="true">
  /device/lge/bullhead/
init.bullhead.rc 248 oneshot
336 oneshot
352 oneshot
432 oneshot
439 oneshot
  /frameworks/base/core/res/res/drawable/
pointer_wait.xml 2 <animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="false">
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 51 * &lt;animation-list android:id=&quot;@+id/selected&quot; android:oneshot=&quot;false&quot;&gt;
238 * @param oneShot Pass true if the animation should only play once
240 public void setOneShot(boolean oneShot) {
241 mAnimationState.mOneShot = oneShot;
  /frameworks/native/cmds/atrace/
atrace.rc 71 oneshot
  /packages/apps/TV/res/drawable/
ic_welcome_ripple_anim.xml 19 android:oneshot="false">
  /system/core/init/
action.cpp 65 Action::Action(bool oneshot) : oneshot_(oneshot) {
376 // If this action was oneshot, then also remove it from actions_.
381 if (action->oneshot()) {
  /device/moto/shamu/
init.shamu.rc 346 oneshot
429 oneshot
442 oneshot
516 oneshot
536 oneshot
543 oneshot
  /device/google/contexthub/util/nanotool/
nanotool.cpp 119 " \"oneshot\".\n"
216 std::make_tuple("oneshot", SensorSpecialRate::OneShot),
  /device/google/contexthub/firmware/inc/
syscallDo.h 225 static inline uint32_t eOsTimTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, uint32_t tid, void* cookie, bool oneShot)
230 return syscallDoGeneric(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_TIME, SYSCALL_OS_MAIN_TIME_SET_TIMER), lengthLo, lengthHi, jitterPpm, driftPpm, tid, cookie, (int)oneShot);

Completed in 1001 milliseconds

1 23 4 5 6