Searched defs:from (Results 1 - 15 of 15) sorted by relevance

/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_connbytes.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
30 aligned_u64 from; member in struct:xt_connbytes_info::__anon153
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DIncomingMessage.java64 * application should be in when launching it from a notification.
66 static Intent[] makeMessageIntentStack(Context context, CharSequence from, argument
90 intents[3].putExtra(IncomingMessageView.KEY_FROM, from);
106 CharSequence from = "Joe";
119 makeMessageIntentStack(this, from, message), PendingIntent.FLAG_CANCEL_CURRENT);
129 notif.setLatestEventInfo(this, from, message, contentIntent);
155 CharSequence from = "Dianne";
168 intent.putExtra(IncomingMessageView.KEY_FROM, from);
182 notif.setLatestEventInfo(this, from, message, contentIntent);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DBitmapPixels.java40 // access the red component from a premultiplied color
42 // access the red component from a premultiplied color
44 // access the red component from a premultiplied color
46 // access the red component from a premultiplied color
86 private static void makeRamp(int from, int to, int n, argument
89 int r = getR32(from) << 23;
90 int g = getG32(from) << 23;
91 int b = getB32(from) << 23;
92 int a = getA32(from) << 23;
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
H A DMyRssReader4.java73 // Store our state before we are potentially bumped from memory.
173 public RssCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to){ argument
174 super(context, layout, c, from, to);
H A DMyRssReader5.java96 "from the cursor " + e.getMessage());
106 // Store our state before we are potentially bumped from memory.
217 public RssCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
218 super(context, layout, c, from, to);
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DAdapters.java57 * to display the content of a cursor, most often coming from a content provider</li>
99 * <p>The <code>&lt;select /&gt;</code> tag is used to select columns from the cursor
115 * <p>The <code>&lt;bind /&gt;</code> tag is used to bind a column from the cursor to
130 * <li><code>android:from</code>: The name of the column to bind from.
181 * <p>A map element simply specifies a value to match from and a value to match to. When
182 * a column's value equals the value to match from, it is replaced with the value to match
185 * <li><code>android:fromValue</code>: The value to match from. This attribute is mandatory</li>
223 * &lt;bind android:from="display_name" android:to="@id/name" android:as="string" /&gt;
224 * &lt;bind android:from
911 XmlCursorAdapter(Context context, int layout, String uri, String[] from, int[] to, String selection, String[] selectionArgs, String sortOrder, HashMap<String, CursorBinder> binders) argument
1124 addStringMapping(String from, String to) argument
1128 addResourceMapping(String from, int to) argument
[all...]
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGameView.java210 // Check that the event came from a joystick since a generic motion event
489 static int blend(float alpha, int from, int to) { argument
490 return from + (int) ((to - from) * alpha);
/development/tools/emulator/system/qemud/
H A Dqemud.c220 fd_write(int fd, const void* from, int len) argument
225 ret = write(fd, from, len);
259 struct sockaddr from; local
260 socklen_t fromlen = sizeof(from);
264 ret = accept(fd, &from, &fromlen);
690 ** from a FDHandler (see below) or something else.
780 /* remove a FDHandler from its current list */
826 /* remove the handler from its list */
1051 /* The Serial object receives data from the serial port,
1082 /* a callback called when a packet arrives from th
[all...]
/development/ndk/platforms/android-3/include/linux/
H A Dcdrom.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
170 unsigned from; member in struct:cdrom_blk
/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/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/ ...
/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/ ...

Completed in 127 milliseconds