HomeSort by relevance Sort by last modified time
    Searched refs:RESTART (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/libpcap/
atmuni31.h 50 #define RESTART 0x46 /* restart */
51 #define RESTART_ACK 0x4e /* restart ack */
  /device/generic/goldfish/libqemu/
test_host_2.c 101 RESTART:
126 goto RESTART;
test_host_1.c 200 RESTART:
241 goto RESTART;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Animation3.java 62 a.setRepeatMode(Animation.RESTART);
  /frameworks/base/services/core/java/com/android/server/am/
AppErrorDialog.java 50 static final int RESTART = 3;
115 final TextView restart = findViewById(com.android.internal.R.id.aerr_restart); local
116 restart.setOnClickListener(this);
117 restart.setVisibility(mIsRestartable ? View.VISIBLE : View.GONE);
182 mHandler.obtainMessage(RESTART).sendToTarget();
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Io.c 972 // Don't restart receive if error occurs or DHCP is destroyed.
984 goto RESTART;
991 goto RESTART;
1001 goto RESTART;
1009 goto RESTART;
1018 goto RESTART;
1029 goto RESTART;
1085 RESTART:
    [all...]
Dhcp4Impl.c 98 again to restart the process.
744 again to restart the process.
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 47 public static final int RESTART = 1;
173 * {@link #RESTART} or {@link #REVERSE}.
176 int mRepeatMode = RESTART;
252 setRepeatMode(a.getInt(com.android.internal.R.styleable.Animation_repeatMode, RESTART));
537 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
539 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
724 * @return either one of {@link #REVERSE} or {@link #RESTART}
    [all...]
  /frameworks/support/wear/src/main/java/androidx/wear/widget/
ProgressDrawable.java 89 mAnimator.setRepeatMode(ValueAnimator.RESTART);
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
ProgressDrawable.java 84 mAnimator.setRepeatMode(ValueAnimator.RESTART);
  /external/tcpdump/
print-atm.c 87 #define RESTART 0x46 /* restart */
88 #define RESTART_ACK 0x4e /* restart ack */
334 { RESTART, "Restart" },
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 242 animationSet.setRepeatMode(Animation.RESTART);
244 assertEquals(Animation.RESTART, animationSet.getRepeatMode());
247 assertEquals(Animation.RESTART, children.get(i).getRepeatMode());
AnimationTest.java 231 assertEquals(Animation.RESTART, animation.getRepeatMode());
242 assertEquals(Animation.RESTART, animation.getRepeatMode());
294 // test repeat mode RESTART
295 anim.setRepeatMode(Animation.RESTART);
329 // check decelerating delta alpha when restart. alpha should change form 0.0f to 1.0f
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 215 * The type of repetition that will occur when repeatMode is nonzero. RESTART means the
219 private int mRepeatMode = RESTART;
266 @IntDef({RESTART, REVERSE})
274 public static final int RESTART = 1;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 48 private static final Event RESTART_EVENT = new Event(Event.RESTART, null);
97 public static final int RESTART = 9;
153 case Event.RESTART:
932 /** Like pause(), but closes all filters. Can be resumed using restart(). */
938 void restart() { method in class:GraphRunner
    [all...]
CameraStreamer.java 752 public static final int RESTART = 5;
1894 void restart() { method in class:CameraStreamer
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 241 SM_STATE(AUTH_PAE, RESTART)
252 SM_ENTRY_MA(AUTH_PAE, RESTART, auth_pae);
399 SM_ENTER(AUTH_PAE, RESTART);
407 SM_ENTER(AUTH_PAE, RESTART);
419 SM_ENTER(AUTH_PAE, RESTART);
437 SM_ENTER(AUTH_PAE, RESTART);
921 restart:
948 goto restart;
957 goto restart;
    [all...]
  /external/toybox/toys/pending/
init.c 42 #define RESTART 0x80
129 "shutdown\0restart\0";
376 if (!(x->action & RESTART)) continue;
466 xsignal(SIGQUIT, restart_init_handler);//restart init
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 119 ValueAnimator.RESTART);
121 assertEquals(ValueAnimator.RESTART, mValueAnimator.getRepeatMode());
529 valueAnimatorLocal.setRepeatMode(ValueAnimator.RESTART);
550 valueAnimatorLocal.setRepeatMode(ValueAnimator.RESTART);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 186 mAnimator.setRepeatMode(Animation.RESTART);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Input.c 879 goto RESTART;
897 goto RESTART;
920 goto RESTART;
949 RESTART:
    [all...]
  /frameworks/av/services/audioflinger/
Effects.h 55 RESTART,
Effects.cpp 247 case RESTART:
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 316 SM_STATE(SUPP_PAE, RESTART)
318 SM_ENTRY(SUPP_PAE, RESTART);
387 SM_ENTER(SUPP_PAE, RESTART);
417 SM_ENTER(SUPP_PAE, RESTART);
421 SM_ENTER(SUPP_PAE, RESTART);
985 /* restart EAPOL state machine step from timeout call in order
1022 return "RESTART";
    [all...]
  /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
CircularProgressDrawable.java 574 animator.setRepeatMode(ValueAnimator.RESTART);

Completed in 770 milliseconds

1 2 3 4 5 6