Searched defs:idx (Results 1 - 7 of 7) sorted by relevance

/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
H A Dplasma.c176 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); local
177 return palette[idx & (PALETTE_SIZE-1)];
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A Dplasma.c181 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); local
182 return palette[idx & (PALETTE_SIZE-1)];
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 9 milliseconds