HomeSort by relevance Sort by last modified time
    Searched full:saved (Results 1 - 25 of 1198) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-x86/
math_emu.h 9 /* This structure matches the layout of the data saved to the stack
10 following a device-not-present interrupt, part of it saved
  /external/srec/config/en.us/
run-chmod.sh 2 chmod 777 ./run-bothtags5-from-saved.sh
  /external/elfutils/libdw/
libdw_form.c 30 unsigned char *saved; local
58 saved = valp;
60 result = u128 + (valp - saved);
91 saved = valp;
93 result = valp - saved;
97 saved = valp;
102 result += valp - saved;
  /external/qemu/tcg/
TODO 5 - Support of globals saved in fixed registers between TBs.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SaveRestoreState.java 39 * last saved state in
46 * assigned to the view, so we assign an ID to the view being saved but not
47 * one to the view that isn't being saved.</p>
85 * Retrieve the text that is currently in the "saved" editor.
88 return ((EditText)findViewById(R.id.saved)).getText();
92 * Change the text that is currently in the "saved" editor.
95 ((EditText)findViewById(R.id.saved)).setText(text);
  /frameworks/base/docs/html/guide/topics/resources/
available-resources.jd 41 Tween animations are saved in {@code res/anim/} and accessed from the {@code R.anim} class.<br/>
42 Frame animations are saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd>
45 Saved in {@code res/color/} and accessed from the {@code R.color} class.</dd>
48 Saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd>
51 Saved in {@code res/layout/} and accessed from the {@code R.layout} class.</dd>
54 Saved in {@code res/menu/} and accessed from the {@code R.menu} class.</dd>
57 Saved in {@code res/values/} and accessed from the {@code R.string}, {@code R.array},
61 Saved in {@code res/values/} and accessed from the {@code R.style} class.</dd>
64 Saved in {@code res/values/} but each accessed from unique {@code R} sub-classes (such as {@code
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
InvalidTypeException.java 41 * @param message the detail message. The detail message is saved for later retrieval
53 * @param cause the cause (which is saved for later retrieval by the
64 * @param message the detail message. The detail message is saved for later retrieval
66 * @param cause the cause (which is saved for later retrieval by the
InvalidValueTypeException.java 45 * @param message the detail message. The detail message is saved for later retrieval
57 * @param cause the cause (which is saved for later retrieval by the
68 * @param message the detail message. The detail message is saved for later retrieval
70 * @param cause the cause (which is saved for later retrieval by the
  /frameworks/base/core/java/android/preference/
package.html 17 All settings made for a given {@link android.preference.Preference} will be automatically saved
21 Note that saved preferences are accessible only to the application that created them.</p>
  /external/iptables/extensions/
libipt_set.h 17 char *saved = strdup(optarg); local
18 char *ptr, *tmp = saved;
37 free(saved);
  /external/webkit/WebKit/chromium/public/
WebPageSerializerClient.h 39 // the individual chunks of data to be saved.
43 // of serialized data to be saved, so we use values of following enum
60 // Receive the individual chunks of serialized and encoded data to be saved.
WebPageSerializer.h 59 // individual chunks of data to be saved.
60 // The parameter links contain original URLs of all saved links.
62 // saved links, which matched with vector:links one by one.
64 // contain all saved auxiliary files included all sub frames and resources.
  /frameworks/base/docs/html/
offline.jd 27 <p>Newly installed Android platforms are automatically saved in the
29 new add-ons are saved in the <code><em>&lt;sdk_dir>/</em>add-ons/</code>
30 directory; and new documentation is saved in the existing
  /external/kernel-headers/original/linux/
console_struct.h 37 unsigned char vc_s_color; /* Saved foreground & background */
43 unsigned short vc_s_complement_mask; /* Saved mouse pointer mask */
62 unsigned int vc_s_charset : 1; /* Saved character set */
76 unsigned int vc_s_intensity : 2; /* saved rendition */
  /external/srec/doc/logs/uapi/
run_ERT.log 7 Grammar saved
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadFileInfo.java 22 * Stores information about the file in which a download gets saved.
  /sdk/
changes.txt 18 - Settings are now automatically saved, no need to click Apply.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ExecutionException.java 44 * @param cause the cause (which is saved for later retrieval by the
59 * @param cause the cause (which is saved for later retrieval by the
RejectedExecutionException.java 43 * @param cause the cause (which is saved for later retrieval by the
56 * @param cause the cause (which is saved for later retrieval by the
  /packages/apps/Email/src/com/android/email/mail/
Flag.java 69 * saved and restored by the LocalStore.
75 * saved and restored by the LocalStore.
  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificateTest.java 227 Bundle saved = SslCertificate.saveState(ssl); local
228 assertTrue(saved.size() == 4);
230 assertNotNull(saved.getString("issued-to"));
231 assertNotNull(saved.getString("issued-by"));
232 assertNotNull(saved.getString("valid-not-before"));
233 assertNotNull(saved.getString("valid-not-after"));
236 SslCertificate restored = SslCertificate.restoreState(saved);
  /external/webkit/WebKitTools/MIDLWrapper/
MIDLWrapper.cpp 35 wchar_t saved = *vcbin; local
44 *vcbin = saved;
  /bionic/libc/arch-x86/bionic/
crtend_so.S 18 * call it, otherwise we're done. We use %esi since it's callee saved.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
LocatorImpl.java 94 * Return the saved public identifier.
108 * Return the saved system identifier.
122 * Return the saved line number (1-based).
135 * Return the saved column number (1-based).
  /external/qemu/slirp/
if.h 55 u_int bytes_saved; /* Number of bytes that compression "saved" */

Completed in 157 milliseconds

1 2 3 4 5 6 7 8 91011>>