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

  /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/samples/ApiDemos/src/com/example/android/apis/view/
Animation3.java 62 a.setRepeatMode(Animation.RESTART);
  /frameworks/base/core/java/android/view/animation/
Animation.java 40 public static final int RESTART = 1;
158 * {@link #RESTART} or {@link #REVERSE}.
161 int mRepeatMode = RESTART;
222 setRepeatMode(a.getInt(com.android.internal.R.styleable.Animation_repeatMode, RESTART));
460 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
462 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
612 * @return either one of {@link #REVERSE} or {@link #RESTART}
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 293 animationSet.setRepeatMode(Animation.RESTART);
295 assertEquals(Animation.RESTART, animationSet.getRepeatMode());
298 assertEquals(Animation.RESTART, children.get(i).getRepeatMode());
AnimationTest.java 338 assertEquals(Animation.RESTART, animation.getRepeatMode());
349 assertEquals(Animation.RESTART, animation.getRepeatMode());
415 // test repeat mode RESTART
416 anim.setRepeatMode(Animation.RESTART);
464 // check decelerating delta alpha when restart. alpha should change form 0.0f to 1.0f
    [all...]
  /external/wpa_supplicant/
eapol_sm.c 306 SM_STATE(SUPP_PAE, RESTART)
308 SM_ENTRY(SUPP_PAE, RESTART);
367 SM_ENTER(SUPP_PAE, RESTART);
395 SM_ENTER(SUPP_PAE, RESTART);
399 SM_ENTER(SUPP_PAE, RESTART);
868 /* restart EAPOL state machine step from timeout call in order
899 return "RESTART";
1154 * not seem to have a matching entry. Need to restart
    [all...]
  /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/qemu/android/
hw-events.h 342 KEY_CODE(RESTART ,0x198) \
  /frameworks/base/core/java/android/widget/
ProgressBar.java 328 mBehavior = AlphaAnimation.RESTART;
  /frameworks/base/services/audioflinger/
AudioFlinger.h     [all...]
AudioFlinger.cpp     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 431 milliseconds