/packages/apps/Email/src/com/android/email/mail/ |
FetchProfile.java | 26 * Message: Indicates that the body of the entire message should be fetched.
28 * Part: Indicates that the given Part should be fetched. The provider
36 * item fetched by using these items could potentially include all of the
|
/frameworks/base/core/java/android/widget/ |
SimpleExpandableListAdapter.java | 64 * @param groupFrom A list of keys that will be fetched from the Map 80 * @param childFrom A list of keys that will be fetched from the Map 109 * @param groupFrom A list of keys that will be fetched from the Map 128 * @param childFrom A list of keys that will be fetched from the Map 158 * @param groupFrom A list of keys that will be fetched from the Map 177 * @param childFrom A list of keys that will be fetched from the Map
|
SimpleCursorTreeAdapter.java | 44 * The View IDs that will display a group's data fetched from the 52 * The View IDs that will display a child's data fetched from the
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/util/ |
Resources.java | 95 * Returns an array of ISO language names (two-letter codes), fetched either 109 * Returns an array of ISO country names (two-letter codes), fetched either 124 * fetched either from ICU's database or from our memory cache. 138 * fetched either from the TimeZone class or from our memory cache.
|
/dalvik/libcore/luni/src/main/java/java/net/ |
SecureCacheResponse.java | 87 * When the original connection fetched the network resource, the principle
|
/dalvik/vm/mterp/portable/ |
entry.c | 26 u2 ref; // 16-bit quantity fetched directly
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
thread_pools.sgml | 43 alive by GLib for future use. The current number can be fetched with
|
/external/webkit/WebCore/wml/ |
WMLImageElement.cpp | 118 // our loader may have not fetched the image, so do it now.
|
/external/webkit/WebKit/chromium/src/ |
StorageNamespaceProxy.cpp | 71 // do not. Returning 0 here causes it to be fetched (via the WebViewClient)
|
/packages/apps/IM/plugin/com/android/im/plugin/ |
ImpsConfigNames.java | 95 * Determines whether only the basic presence will be fetched from the server.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Dictionary.java | 36 * Interface to be implemented by classes requesting words to be fetched from the dictionary.
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebEditorClient.cpp | 678 ULONG fetched; local 680 if (enumDetailsObj->Next(1, &detailObj, &fetched) != S_OK) 699 if (enumGuessesObj->Next(1, &guess, &fetched) != S_OK) 770 ULONG fetched; local 772 if (enumGuessesObj->Next(1, &guess, &fetched) != S_OK)
|
/external/webkit/WebCore/loader/appcache/ |
ApplicationCacheHost.cpp | 282 // If the resource is not to be fetched using the HTTP GET mechanism or equivalent, or if its URL has a different 291 // Resources that match fallback namespaces or online whitelist entries are fetched from the network,
|
/dalvik/libcore/archive/src/main/java/java/util/jar/ |
JarInputStream.java | 30 * The input stream from which the JAR file to be read may be fetched. It is
|
/external/icu4c/common/unicode/ |
uenum.h | 55 * expensive as all the items might have to be pre-fetched (depending
|
/external/icu4c/samples/ufortune/ |
ufortune.c | 75 const UChar *resString; /* Points to strings fetched from Resources. */
|
/external/webkit/JavaScriptCore/icu/unicode/ |
uenum.h | 46 * expensive as all the items might have to be pre-fetched (depending
|
/external/webkit/JavaScriptCore/wtf/ |
MessageQueue.h | 48 // when messages are fetched from the queue.
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
uenum.h | 46 * expensive as all the items might have to be pre-fetched (depending
|
/external/webkit/WebCore/icu/unicode/ |
uenum.h | 46 * expensive as all the items might have to be pre-fetched (depending
|
/packages/apps/IM/src/com/android/im/engine/ |
ImConnection.java | 201 * the session context which was fetched from previous session by
|
/sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/ |
SettingsPage.java | 110 mForceHttpCheck.setText("Force https://... sources to be fetched using http://...");
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
LocPathIterator.java | 456 * the size of the nodes that have been fetched to date, 778 * Return the last fetched node. Needed to support the UnionPathIterator. 780 * @return The last fetched node, or null if the last fetch was null. 958 /** The last node that was fetched, usually by nextNode. */
|
/dalvik/vm/mterp/x86/ |
header.S | 177 * Note: assumes opcode previously fetched and in rINST, and
|
/external/jpeg/ |
jdhuff.h | 61 * If get_buffer already contains enough bits, they are fetched in-line
|