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

1 2

  /external/libpcap/
atmuni31.h 52 #define RESTART 0x46 /* restart */
53 #define RESTART_ACK 0x4e /* restart ack */
  /external/tcpdump/
atmuni31.h 52 #define RESTART 0x46 /* restart */
53 #define RESTART_ACK 0x4e /* restart ack */
print-atm.c 239 { RESTART, "Restart" },
  /device/generic/goldfish/libqemu/
test_host_2.c 101 RESTART:
126 goto RESTART;
test_host_1.c 200 RESTART:
241 goto RESTART;
  /external/chromium_org/apps/
app_load_service.h 27 // or restart) on them. Also provides an interface to schedule these actions.
34 RESTART,
app_load_service.cc 48 post_reload_actions_[extension_id].action_type = RESTART;
104 case RESTART:
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 67 ValueAnimator.RESTART);
69 assertEquals(ValueAnimator.RESTART, mValueAnimator.getRepeatMode());
175 valueAnimatorLocal.setRepeatMode(ValueAnimator.RESTART);
199 valueAnimatorLocal.setRepeatMode(ValueAnimator.RESTART);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Animation3.java 62 a.setRepeatMode(Animation.RESTART);
  /frameworks/base/core/java/android/view/animation/
Animation.java 43 public static final int RESTART = 1;
165 * {@link #RESTART} or {@link #REVERSE}.
168 int mRepeatMode = RESTART;
242 setRepeatMode(a.getInt(com.android.internal.R.styleable.Animation_repeatMode, RESTART));
524 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
526 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
699 * @return either one of {@link #REVERSE} or {@link #RESTART}
    [all...]
  /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 190 assertEquals(Animation.RESTART, animation.getRepeatMode());
201 assertEquals(Animation.RESTART, animation.getRepeatMode());
267 // test repeat mode RESTART
268 anim.setRepeatMode(Animation.RESTART);
316 // check decelerating delta alpha when restart. alpha should change form 0.0f to 1.0f
  /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 228 SM_STATE(AUTH_PAE, RESTART)
239 SM_ENTRY_MA(AUTH_PAE, RESTART, auth_pae);
386 SM_ENTER(AUTH_PAE, RESTART);
394 SM_ENTER(AUTH_PAE, RESTART);
406 SM_ENTER(AUTH_PAE, RESTART);
424 SM_ENTER(AUTH_PAE, RESTART);
894 restart:
921 goto restart;
930 goto restart;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 187 mAnimator.setRepeatMode(Animation.RESTART);
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 203 * The type of repetition that will occur when repeatMode is nonzero. RESTART means the
207 private int mRepeatMode = RESTART;
240 public static final int RESTART = 1;
    [all...]
AnimatorInflater.java 354 ValueAnimator.RESTART));
  /frameworks/av/services/audioflinger/
Effects.h 53 RESTART,
Effects.cpp 223 case RESTART:
595 mState = RESTART;
602 case RESTART:
627 case RESTART:
647 case RESTART:
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 305 SM_STATE(SUPP_PAE, RESTART)
307 SM_ENTRY(SUPP_PAE, RESTART);
366 SM_ENTER(SUPP_PAE, RESTART);
394 SM_ENTER(SUPP_PAE, RESTART);
398 SM_ENTER(SUPP_PAE, RESTART);
938 /* restart EAPOL state machine step from timeout call in order
975 return "RESTART";
    [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js 148 {name: 'RESTART', id: '1x-restart'},
157 {name: 'RESTART', id: '2x-restart'},
182 RESTART: {'13': 1} // Enter
422 this.restart();
596 this.restart();
622 // Check that enough time has elapsed before allowing jump key to restart.
625 if (Runner.keycodes.RESTART[keyCode] ||
629 this.restart();
    [all...]
  /external/qemu/android/
hw-events.h 353 KEY_CODE(RESTART ,0x198) \
  /frameworks/support/v4/java/android/support/v4/widget/
MaterialProgressDrawable.java 347 animation.setRepeatMode(Animation.RESTART);
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 518 int restart = FALSE; local
538 restart = TRUE;
546 restart = TRUE;
548 RESTART:
549 if (restart)
569 restart = TRUE;
570 goto RESTART;
    [all...]

Completed in 1263 milliseconds

1 2