HomeSort by relevance Sort by last modified time
    Searched refs:RESTART (Results 1 - 25 of 33) 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 205 { RESTART, "Restart" },
  /development/tools/emulator/system/libqemu/
test_host_2.c 101 RESTART:
126 goto RESTART;
test_host_1.c 200 RESTART:
241 goto 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
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 227 SM_STATE(AUTH_PAE, RESTART)
238 SM_ENTRY_MA(AUTH_PAE, RESTART, auth_pae);
385 SM_ENTER(AUTH_PAE, RESTART);
393 SM_ENTER(AUTH_PAE, RESTART);
405 SM_ENTER(AUTH_PAE, RESTART);
423 SM_ENTER(AUTH_PAE, RESTART);
891 restart:
918 goto restart;
927 goto restart;
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackView.java 196 tileAnimator.setRepeatMode(ValueAnimator.RESTART);
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 330 SM_STATE(SUPP_PAE, RESTART)
332 SM_ENTRY(SUPP_PAE, RESTART);
391 SM_ENTER(SUPP_PAE, RESTART);
419 SM_ENTER(SUPP_PAE, RESTART);
423 SM_ENTER(SUPP_PAE, RESTART);
893 /* restart EAPOL state machine step from timeout call in order
924 return "RESTART";
1204 * not seem to have a matching entry. Need to restart
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 299 SM_STATE(SUPP_PAE, RESTART)
301 SM_ENTRY(SUPP_PAE, RESTART);
362 SM_ENTER(SUPP_PAE, RESTART);
390 SM_ENTER(SUPP_PAE, RESTART);
394 SM_ENTER(SUPP_PAE, RESTART);
893 /* restart EAPOL state machine step from timeout call in order
924 return "RESTART";
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 177 * The type of repetition that will occur when repeatMode is nonzero. RESTART means the
181 private int mRepeatMode = RESTART;
214 public static final int RESTART = 1;
767 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
769 * @param value {@link #RESTART} or {@link #REVERSE}
778 * @return either one of {@link #REVERSE} or {@link #RESTART}
    [all...]
AnimatorInflater.java 298 ValueAnimator.RESTART));
  /external/qemu/android/
hw-events.h 353 KEY_CODE(RESTART ,0x198) \
  /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...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 411 mBehavior = AlphaAnimation.RESTART;
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 407 mBehavior = AlphaAnimation.RESTART;
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h     [all...]
AudioFlinger.cpp     [all...]
  /tools/motodev/src/plugins/android/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/common/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/emulator/lib/
commons-net-1.4.1.jar 

Completed in 935 milliseconds

1 2