HomeSort by relevance Sort by last modified time
    Searched full:previous (Results 1651 - 1675 of 9167) sorted by null

<<61626364656667686970>>

  /developers/samples/android/input/multitouch/BasicMultitouch/
README.md 23 trailing circles represent previous positions for that touch.
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationFragment.java 43 // Every notification needs a unique ID otherwise the previous one would be overwritten.
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
GridExampleActivity.java 90 // Clear previous image.
  /development/ndk/platforms/android-21/include/sys/
cdefs_elf.h 62 __asm__(".section " #_sec "\n\t.asciz \"" _str "\"\n\t.previous")
  /development/ndk/platforms/android-3/include/linux/
init.h 29 #define __FINIT .previous
spinlock.h 28 #define LOCK_SECTION_END ".previous\n\t"
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cmpxchg.h 24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R10000_LLSC_WAR) { __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips3 \n" "1: " ld " %0, %2 # __cmpxchg_asm \n" " bne %0, %z3, 2f \n" " .set mips0 \n" " move $1, %z4 \n" " .set mips3 \n" " " st " $1, %1 \n" " beqzl $1, 1b \n" "2: \n" " .set pop \n" : "=&r" (__ret), "=R" (*m) : "R" (*m), "Jr" (old), "Jr" (new) : "memory"); } else if (cpu_has_llsc) { __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips3 \n" "1: " ld " %0, %2 # __cmpxchg_asm \n" " bne %0, %z3, 2f \n" " .set mips0 \n" " move $1, %z4 \n" " .set mips3 \n" " " st " $1, %1 \n" " beqz $1, 3f \n" "2: \n" " .subsection 2 \n" "3: b 1b \n" " .previous \n" " .set pop \n" : "=&r" (__ret), "=R" (*m) : "R" (*m), "Jr" (old), "Jr" (new) : "memory"); } else { unsigned long __flags; raw_local_irq_save(__flags); __ret = *m; if (__ret == old) *m = new; raw_local_irq_restore(__flags); } __ret; })
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoy.java 55 * @param savedInstanceState - The previous instance of this app
  /development/samples/Support4Demos/res/layout/
media_controller.xml 31 <ImageButton android:id="@+id/prev" style="@android:style/MediaButton.Previous" />
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationFragment.java 43 // Every notification needs a unique ID otherwise the previous one would be overwritten.
  /development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
GridExampleActivity.java 90 // Clear previous image.
  /development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/
PictureViewer.java 75 // Use ViewPropertyAnimator to fade the previous imageView out and the next one in
  /development/samples/training/AnimationsDemo/res/values/
strings.xml 33 <string name="action_previous">Previous</string>
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 146 tearDown(); // Cancel any previous registration request
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
MainActivity.java 35 // However, if we're being restored from a previous state,
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenStream.as 33 * i<0 indicates tokens in the past. So -1 is previous token and -2 is
  /external/antlr/antlr-3.4/runtime/C/doxygen/
changes31.dox 10 /// In previous releases the return value from both the generated constructors and
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStream.cs 37 * i&lt;0 indicates tokens in the past. So -1 is previous token and -2 is
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenStream.cs 39 * i&lt;0 indicates tokens in the past. So -1 is previous token and -2 is
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenStream.java 35 * i<0 indicates tokens in the past. So -1 is previous token and -2 is
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeNodeStream.h 102 /** Seek back to previous index saved during last push() call.
ANTLRRecognizerSharedState.h 40 ANTLRRuleStack *ruleMemo; // store previous results of matching rules so we don't have to do it again. Hook in incremental stuff here, too.
ANTLRTokenStream.h 34 // i<0 indicates tokens in the past. So -1 is previous token and -2 is
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTreeNodeStream.h 102 /** Seek back to previous index saved during last push() call.
ANTLRRecognizerSharedState.h 40 ANTLRRuleStack *ruleMemo; // store previous results of matching rules so we don't have to do it again. Hook in incremental stuff here, too.

Completed in 470 milliseconds

<<61626364656667686970>>