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

1 2 3 4

  /external/autotest/site_utils/deploy_autotest/
common_util.py 25 RESTART = 'restart'
27 VALID_COMMANDS = [SYNC, RESTART, PRINT]
lab_deploy_helper.py 14 lab_deploy_helper.py (sync,restart,print) (devservers, drones, scheduler)+.
49 This method uses puppet apply to restart the devserver instance on host.
67 This method uses puppet apply to restart autotest installed on the host.
101 elif args.operation == common_util.RESTART:
  /external/libpcap/
atmuni31.h 50 #define RESTART 0x46 /* restart */
51 #define RESTART_ACK 0x4e /* restart ack */
  /external/tcpdump/
atmuni31.h 50 #define RESTART 0x46 /* restart */
51 #define RESTART_ACK 0x4e /* restart ack */
print-atm.c 246 { RESTART, "Restart" },
  /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 54 static final int RESTART = 3;
117 final TextView restart = (TextView) findViewById(com.android.internal.R.id.aerr_restart); local
118 restart.setOnClickListener(this);
119 restart.setVisibility(hasRestart ? View.VISIBLE : View.GONE);
180 mHandler.obtainMessage(RESTART).sendToTarget();
AppErrors.java 376 if (res == AppErrorDialog.RESTART) {
384 // recents entry. Let's see if we have a safe-to-restart intent.
412 if (r != null && !r.isolated && res != AppErrorDialog.RESTART) {
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 46 public static final int RESTART = 1;
172 * {@link #RESTART} or {@link #REVERSE}.
175 int mRepeatMode = RESTART;
249 setRepeatMode(a.getInt(com.android.internal.R.styleable.Animation_repeatMode, RESTART));
531 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
533 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
706 * @return either one of {@link #REVERSE} or {@link #RESTART}
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 73 ValueAnimator.RESTART);
75 assertEquals(ValueAnimator.RESTART, mValueAnimator.getRepeatMode());
356 valueAnimatorLocal.setRepeatMode(ValueAnimator.RESTART);
380 valueAnimatorLocal.setRepeatMode(ValueAnimator.RESTART);
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
ProgressDrawable.java 84 mAnimator.setRepeatMode(ValueAnimator.RESTART);
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 219 animationSet.setRepeatMode(Animation.RESTART);
221 assertEquals(Animation.RESTART, animationSet.getRepeatMode());
224 assertEquals(Animation.RESTART, children.get(i).getRepeatMode());
AnimationTest.java 193 assertEquals(Animation.RESTART, animation.getRepeatMode());
204 assertEquals(Animation.RESTART, animation.getRepeatMode());
270 // test repeat mode RESTART
271 anim.setRepeatMode(Animation.RESTART);
319 // check decelerating delta alpha when restart. alpha should change form 0.0f to 1.0f
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 208 * The type of repetition that will occur when repeatMode is nonzero. RESTART means the
212 private int mRepeatMode = RESTART;
242 @IntDef({RESTART, REVERSE})
250 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);
920 restart:
947 goto restart;
956 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
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 186 mAnimator.setRepeatMode(Animation.RESTART);
  /frameworks/av/services/audioflinger/
Effects.h 53 RESTART,
Effects.cpp 224 case RESTART:
661 mState = RESTART;
668 case RESTART:
693 case RESTART:
713 case RESTART:
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 313 SM_STATE(SUPP_PAE, RESTART)
315 SM_ENTRY(SUPP_PAE, RESTART);
384 SM_ENTER(SUPP_PAE, RESTART);
414 SM_ENTER(SUPP_PAE, RESTART);
418 SM_ENTER(SUPP_PAE, RESTART);
968 /* restart EAPOL state machine step from timeout call in order
1005 return "RESTART";
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
MaterialProgressDrawable.java 416 animation.setRepeatMode(Animation.RESTART);

Completed in 1803 milliseconds

1 2 3 4