Searched defs:end (Results 1 - 19 of 19) sorted by relevance

/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
H A Dgpio.h42 int end; member in struct:omap_machine_gpio_bank
/development/samples/ApiDemos/src/com/example/android/apis/animation/
H A DTransition3d.java85 * @param end the end angle of the rotation
87 private void applyRotation(int position, float start, float end) { argument
95 new Rotate3dAnimation(start, end, centerX, centerY, 310.0f, true);
115 * This class listens for the end of the first half of the animation.
/development/ndk/platforms/android-3/include/linux/
H A Dioport.h20 resource_size_t end; member in struct:resource
H A Dirq.h67 void (*end)(unsigned int irq); member in struct:irq_chip
H A Dskbuff.h161 *end; member in struct:sk_buff
/development/tools/emulator/opengl/
H A Dcommon.mk21 # $(call emugl-end-module)
43 # Used to end a module definition, see function definitions above
44 emugl-end-module = \
62 # $(call emugl-end-module)
67 # $(call emugl-end-module)
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
H A DMethodStubber.java62 l1, // label end
141 Label start, Label end, int index) {
171 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { argument
140 visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index) argument
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
H A DGLClientState.cpp394 // - could swap deleted textures to the end and re-sort.
400 const TextureRec* end = m_tex.textures + m_tex.numTextures; local
402 (end - texrec - 1) * sizeof(TextureRec));
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
H A DMethodSourcer.java211 Label start, Label end, int index) {
247 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { argument
210 visitLocalVariable(String name, String desc, String signature, Label start, Label end, int index) argument
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DDiskLruCache.java175 private static <T> T[] copyOfRange(T[] original, int start, int end) { argument
177 if (start > end) {
183 final int resultLength = end - start;
/development/tools/emulator/system/gps/
H A Dgps_qemu.c60 const char* end; member in struct:__anon607
71 nmea_tokenizer_init( NmeaTokenizer* t, const char* p, const char* end )
77 if (p < end && p[0] == '$')
81 if (end > p && end[-1] == '\n') {
82 end -= 1;
83 if (end > p && end[-1] == '\r')
84 end -= 1;
87 // get rid of checksum at the end o
509 char* end = p + sizeof(temp); local
[all...]
/development/tools/emulator/system/qemud/
H A Dqemud.c372 LoopHook* end = hook + l->num_fds; local
374 for ( ; hook < end; hook++ ) {
566 const char* end = p + len; local
577 for (p = data; p < end; p++) {
1299 D("%s: bad client sending data before end of registration",
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dsgiarcs.h180 struct linux_bigint end; member in struct:linux_finfo
/development/samples/training/AnimationsDemo/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/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ...
/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/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 519 milliseconds