Searched defs:source (Results 1 - 25 of 31) sorted by relevance

12

/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
H A Dipt_addrtype.h16 u_int16_t source; member in struct:ipt_addrtype_info
/development/ndk/platforms/android-3/include/linux/
H A Dudp.h18 __u16 source; member in struct:udphdr
H A Dif_arcnet.h74 uint8_t source, member in struct:arc_hardware
H A Dtcp.h19 __u16 source; member in struct:tcphdr
/development/ndk/platforms/android-3/include/netinet/
H A Dudp.h5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
/development/samples/HelloEffects/src/com/example/android/mediafx/
H A DGLToolbox.java23 public static int loadShader(int shaderType, String source) { argument
26 GLES20.glShaderSource(shader, source);
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DTaskBackService.java82 AccessibilityNodeInfo source = event.getSource();
83 if (source == null) {
88 AccessibilityNodeInfo rowNode = getListItemNodeInfo(source);
143 private AccessibilityNodeInfo getListItemNodeInfo(AccessibilityNodeInfo source) { argument
144 AccessibilityNodeInfo current = source;
/development/ndk/platforms/android-9/samples/native-activity/jni/
H A Dmain.c261 struct android_poll_source* source; local
267 (void**)&source)) >= 0) {
270 if (source != NULL) {
271 source->process(state, source);
/development/samples/ApiDemos/src/com/example/android/apis/preference/
H A DMyPreference.java140 public SavedState(Parcel source) { argument
141 super(source);
144 clickCounter = source.readInt();
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DCustomLayout.java240 public LayoutParams(ViewGroup.LayoutParams source) { argument
241 super(source);
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
H A DGLES20TriangleRenderer.java155 private int loadShader(int shaderType, String source) { argument
158 GLES20.glShaderSource(shader, source);
/development/tools/mkstubs/src/com/android/mkstubs/
H A DFilterClassAdapter.java164 public void visitSource(String source, String debug) { argument
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
H A DClassSourcer.java28 * A class visitor that writes a java source.
145 public void visitSource(String source, String debug) { argument
146 // Skip source information.
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
H A DClassStubber.java84 public void visitSource(String source, String debug) { argument
85 super.visitSource(source, debug);
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyMotionEvent.java46 protected MonkeyMotionEvent(int type, int source, int action) { argument
48 mSource = source;
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java188 // Can't do mipmapping with camera source
223 private int loadShader(int shaderType, String source) { argument
226 GLES20.glShaderSource(shader, source);
/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.c187 static void process_input(struct android_app* app, struct android_poll_source* source) { argument
200 static void process_cmd(struct android_app* app, struct android_poll_source* source) { argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DGLES20TriangleRenderer.java157 private int loadShader(int shaderType, String source) { argument
160 GLES20.glShaderSource(shader, source);
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
H A DVoicemailImpl.java43 String source,
52 mSource = source;
38 VoicemailImpl( Long timestamp, String number, Long id, Long duration, String source, String providerData, Uri uri, Boolean isRead, boolean hasContent) argument
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A Dplasma.c473 struct android_poll_source* source; local
479 (void**)&source)) >= 0) {
482 if (source != NULL) {
483 source->process(state, source);
/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/NavigationDrawer/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...
/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/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...

Completed in 5246 milliseconds

12