/packages/apps/BasicSmsReceiver/tests/ |
Android.mk | 28 # automatically get all of its classes loaded into our environment.
|
/packages/apps/Browser/src/com/android/browser/util/ |
ThreadedCursorAdapter.java | 56 boolean loaded; field in class:ThreadedCursorAdapter.LoadContainer 122 container.loaded = true; 176 && container.loaded 183 container.loaded = false;
|
/packages/apps/Browser/tests/ |
Android.mk | 28 # automatically get all of its classes loaded into our environment.
|
/packages/apps/Camera/perftests/panorama/ |
README.txt | 8 38 frames loaded
|
/packages/apps/Camera/src/com/android/camera/ |
CameraPreference.java | 26 * loaded from XML resource by <code>PreferenceInflater</code>.
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraPreference.java | 28 * loaded from XML resource by <code>PreferenceInflater</code>.
|
/packages/apps/CellBroadcastReceiver/tests/ |
Android.mk | 28 # automatically get all of its classes loaded into our environment.
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSyncMail.java | 51 // Check for messages that aren't fully loaded. 96 // If we have any messages that are not fully loaded, ask for plain text rather than 122 * Query the provider for partially loaded messages. 123 * @return Server ids for partially loaded messages.
|
/packages/apps/Exchange/tests/ |
Android.mk | 29 # automatically get all of its classes loaded into our environment.
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ScreenNail.java | 33 // This is only used by TileImageView to back up the tiles not yet loaded.
|
/packages/apps/Launcher2/res/values-sw720dp/ |
config.xml | 10 <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. -->
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraPreference.java | 28 * loaded from XML resource by <code>PreferenceInflater</code>.
|
/packages/apps/Mms/src/com/android/mms/util/ |
ItemLoadedCallback.java | 20 * Callback interface for a background item loaded request.
|
/packages/apps/Mms/tests/ |
Android.mk | 28 # automatically get all of its classes loaded into our environment.
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
ConversationListTests.java | 47 * have been loaded. This catches various race conditions.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
kd.h | 22 /* Make sure the <linux/types.h> header is not loaded. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
kd.h | 22 /* Make sure the <linux/types.h> header is not loaded. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
kd.h | 22 /* Make sure the <linux/types.h> header is not loaded. */
|
/external/chromium/chrome/browser/ |
background_page_tracker.cc | 110 // Check to make sure all of the extensions are loaded - once they are loaded 122 // Extensions aren't loaded yet - register to be notified when they are 180 // Extensions are loaded - update our list. 188 // 2) Walk the set of currently loaded extensions and background contents, and 205 // If the extension is not loaded, add the id to our list of keys to delete 253 // Register for when new pages are loaded/unloaded so we can update our list.
|
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher.cc | 95 if (!model->loaded()) { 130 // If the OSDD file was loaded HTTP, we also have to check the response_code. 147 // Wait for the model to be loaded before adding the provider. 149 if (!model->loaded()) 171 !model || !model->loaded() || 174 if (provider_type_ == AUTODETECTED_PROVIDER || !model || !model->loaded()) { 291 if (!url_model->loaded()) {
|
/external/chromium_org/chrome/browser/extensions/ |
extension_browsertest.h | 47 // Don't fail when the loaded manifest has warnings (should only be used 51 // Allow older manifest versions (typically these can't be loaded - we allow 210 // Waits until an extension is installed and loaded. Returns true if an 222 // Waits until an extension is loaded and all view have loaded. 227 // Waits until an extension is loaded. 267 // are loaded.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
main.js | 47 * Main entry point. Called once the page has loaded. 93 // Tracks if we're viewing a loaded log file, so views can behave 112 * Prevents receiving/sending events to/from the browser, so loaded data 115 * without reloading the page. Must be called before passing loaded data 119 * loaded, if we're loading a log file. 126 // If there's a file name, a log file was loaded, so swap out the status 129 this.topBarView_.switchToSubView('loaded').setFileName(opt_fileName);
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_fetcher.cc | 90 if (!model->loaded()) { 123 // If the OSDD file was loaded HTTP, we also have to check the response_code. 155 // Wait for the model to be loaded before adding the provider. 158 if (!model->loaded()) 170 DCHECK(model->loaded()); 249 if (!url_model->loaded()) { 251 // is loaded but since this is an auto-add case anyway, meh.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
FontFaceSet.cpp | 63 void loaded(Document*); 80 void LoadFontPromiseResolver::loaded(Document* document) function in class:WebCore::LoadFontPromiseResolver 96 loaded(document); 101 loaded(face->fontSelector()->document()); 162 DEFINE_STATIC_LOCAL(AtomicString, loaded, ("loaded", AtomicString::ConstructFromLiteral)); 163 return (m_loadingCount > 0 || hasLoadedFonts()) ? loading : loaded;
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prlink.h | 73 ** path name that will refer to the actual dynamically loaded 93 ** returned by PR_GetLibraryName. If the library is already loaded, 96 ** If the library is loaded successfully, then a pointer to the PRLibrary 113 ** contain code fragments that can be individually loaded. 173 ** Unload a previously loaded library. If the library was a static 205 ** Finds a symbol in one of the currently loaded libraries. Given the 243 ** Return the pathname of the file that the library "name" was loaded
|