/libcore/luni/src/main/java/java/util/ |
ResourceBundle.java | 205 * @param loader 212 ClassLoader loader) throws MissingResourceException { 213 if (loader == null) { 214 throw new NullPointerException("loader == null"); 225 bundle = handleGetBundle(false, bundleName, locale, loader); 228 bundle = handleGetBundle(true, bundleName, defaultLocale, loader); 289 * @param loader 290 * the class loader to load resource 298 Locale targetLocale, ClassLoader loader, 302 Object cacheKey = loader != null ? loader : "null" [all...] |
/external/chromium/webkit/glue/media/ |
buffered_data_source_unittest.cc | 131 // Creates the mock loader to be injected. 140 // In the case of an invalid partial response we expect a second loader 143 // Verify that the initial loader is stopped. 151 // Create and start. Make sure Start() is called on the new loader. 154 // Update initialization variable since we know the second loader will 243 // Expect the read is delegated to the resource loader. 278 // The loader has now been stopped. Set this to null so that when the 279 // DataSource is stopped, it does not expect a call to stop the loader. 296 // 2. Then the current loader will be stop and destroyed. 302 // 3. Then the new loader will be started [all...] |
/external/chromium_org/content/renderer/media/ |
buffered_resource_loader.h | 61 // At this point you should delete the loader. 64 // The loader will never be able to satisfy the read request. Please stop, 65 // delete, create a new loader, and try again. 111 // Stops everything associated with this loader, including active URL loads 129 // Gets the content length in bytes of the instance after this loader has been 143 blink::WebURLLoader* loader, 147 blink::WebURLLoader* loader, 151 blink::WebURLLoader* loader, 154 blink::WebURLLoader* loader, 158 blink::WebURLLoader* loader, [all...] |
/external/chromium_org/content/renderer/npapi/ |
webplugin_impl.cc | 223 linked_ptr<blink::WebURLLoader> loader; member in struct:content::WebPluginImpl::ClientInfo 577 if (clients_[i].loader.get()) { 578 clients_[i].loader->setDefersLoading(false); 579 clients_[i].loader->cancel(); 783 if (clients_[i].loader.get()) { 785 clients_[i].loader->setDefersLoading(false); 787 clients_[i].loader->cancel(); 872 WebURLLoader* loader) { 873 ClientInfo* client_info = GetClientInfoFromLoader(loader); 880 WebURLLoader* loader) { [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthByWeekFragment.java | 24 import android.content.Loader; 83 // How long to wait after scroll stops before starting the loader 144 // Start the loader again 151 Log.d(TAG, "Started loader with uri: " + mEventUri); 169 * Updates the uri used by the loader according to the current position of 226 Log.d(TAG, "Stopped loader from loading"); 344 public Loader<Cursor> onCreateLoader(int id, Bundle args) { 348 CursorLoader loader; local 356 loader = new CursorLoader( 359 loader.setUpdateThrottle(LOADER_THROTTLE_DELAY) [all...] |
/art/test/068-classloader/src/ |
FancyLoader.java | 26 * A class loader with atypical behavior: we try to load a private 27 * class implementation before asking the system or boot loader. This 177 * Normally a class loader wouldn't override this, but we want our 182 * bootstrap class loader. 217 * 2. Invoke the loadClass method on the parent class loader. If 218 * the parent loader is null the class loader built-in to the
|
/art/test/087-gc-after-link/src/ |
Main.java | 22 * Class loader test. 35 * A class loader which loads classes from the dex file 40 * a BrokenDexLoader will be the defining loader for the class 41 * Inaccessible. The VM will call the defining loader for 159 BrokenDexLoader loader; local 161 loader = new BrokenDexLoader(ClassLoader.getSystemClassLoader()); 162 loader.findBrokenClass();
|
/dalvik/tests/068-classloader/src/ |
FancyLoader.java | 26 * A class loader with atypical behavior: we try to load a private 27 * class implementation before asking the system or boot loader. This 177 * Normally a class loader wouldn't override this, but we want our 182 * bootstrap class loader. 217 * 2. Invoke the loadClass method on the parent class loader. If 218 * the parent loader is null the class loader built-in to the
|
/dalvik/tests/087-gc-after-link/src/ |
Main.java | 22 * Class loader test. 35 * A class loader which loads classes from the dex file 40 * a BrokenDexLoader will be the defining loader for the class 41 * Inaccessible. The VM will call the defining loader for 159 BrokenDexLoader loader; local 161 loader = new BrokenDexLoader(ClassLoader.getSystemClassLoader()); 162 loader.findBrokenClass();
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSCursorImageValue.cpp | 121 StyleImage* CSSCursorImageValue::cachedImage(ResourceFetcher* loader, float deviceScaleFactor) 124 return toCSSImageSetValue(m_imageValue.get())->cachedImageSet(loader, deviceScaleFactor); 132 if (isSVGCursor() && loader && loader->document()) { 135 if (SVGCursorElement* cursorElement = resourceReferencedByCursorElement(imageValue->url(), *loader->document())) { 137 StyleFetchedImage* cachedImage = svgImageValue->cachedImage(loader); 144 m_image = toCSSImageValue(m_imageValue.get())->cachedImage(loader);
|
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
android.content.Loader.html | 10 android.content.Loader 74 Class android.content.<A HREF="../../../../reference/android/content/Loader.html" target="_top"><font size="+2"><code>Loader</code></font></A> 86 <A NAME="android.content.Loader.commitContentChanged_added()"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/content/Loader.html#commitContentChanged()" target="_top"><code>commitContentChanged</code></A>()</nobr> 93 <A NAME="android.content.Loader.rollbackContentChanged_added()"></A> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/content/Loader.html#rollbackContentChanged()" target="_top"><code>rollbackContentChanged</code></A>()</nobr>
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/ |
PhotoBitmapLoader.java | 32 * Loader for the bitmap of a photo. 79 // An async query came in while the loader is stopped. We 90 // If the Loader is currently started, we can immediately 104 * Handles a request to start the Loader. 125 * Handles a request to stop the Loader. 147 * Handles a request to completely reset the Loader. 153 // Ensure the loader is stopped
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
EmlMessageLoader.java | 38 * Loader that builds a ConversationMessage from an EML file Uri. 103 // An async query came in while the loader is stopped. We 114 // If the Loader is currently started, we can immediately 128 * Handles a request to start the Loader. 145 * Handles a request to stop the Loader. 167 * Handles a request to completely reset the Loader. 173 // Ensure the loader is stopped
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebHelperPluginImpl.cpp | 45 #include "core/loader/DocumentLoader.h" 46 #include "core/loader/EmptyClients.h" 64 static void writeDocument(const String& pluginType, const WebDocument& hostDocument, WebCore::DocumentLoader* loader) 70 DocumentWriter* writer = loader->beginWriting("text/html", "UTF-8", url); 77 loader->endWriting(writer); 160 m_page->mainFrame()->loader().stopAllLoaders(); 226 frame->loader().forceSandboxFlags(SandboxAll & ~SandboxPlugins); 230 writeDocument(pluginType, hostDocument, frame->loader().activeDocumentLoader()); 241 m_page->mainFrame()->loader().frameDetached();
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
FolderWatcher.java | 21 import android.content.Loader; 144 * Returns the loader ID for a position inside the {@link #mUris} table. 146 * @return a loader id 167 // Destroy the loader before removing references to the object. 211 public Loader<ObjectCursor<Folder>> onCreateLoader(int id, Bundle args) { 218 public void onLoadFinished(Loader<ObjectCursor<Folder>> loader, ObjectCursor<Folder> data) { 236 public void onLoaderReset(Loader<ObjectCursor<Folder>> loader) {
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/ |
gUnitAdapter.java | 44 private ParserLoader loader ; field in class:gUnitAdapter 49 loader = new ParserLoader(suite.getGrammarName(), 71 grammarInfo, loader,
|
/external/chromium/chrome/browser/extensions/ |
external_extension_provider_impl.h | 27 // The constructed provider will provide the extensions loaded from |loader| 36 ExternalExtensionLoader* loader, 92 // The loader that loads the list of external extensions and reports them
|
/external/chromium/chrome/common/ |
app_mode_common_mac.h | 12 // browser application and the app mode loader (a.k.a. shim). 28 // The structure used to pass information from the app mode loader to the 48 // Path to the App Mode Loader application bundle originally run.
|
/external/chromium_org/components/policy/core/common/ |
async_policy_provider.h | 36 scoped_ptr<AsyncPolicyLoader> loader); 51 // Callback passed to the loader that it uses to pass back the current policy 64 // loader.
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
ThreadableLoader.cpp | 32 #include "core/loader/ThreadableLoader.h" 36 #include "core/loader/DocumentThreadableLoader.h" 37 #include "core/loader/WorkerThreadableLoader.h"
|
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
DOMMimeType.cpp | 22 #include "core/loader/FrameLoader.h" 68 // to bounce through the page or mainframe or loader to get there. 70 if (!m_frame || !m_frame->page() || !m_frame->page()->mainFrame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d.h | 50 const struct egl_g3d_loader *loader; member in struct:egl_g3d_driver 57 const struct egl_g3d_loader *loader; member in struct:egl_g3d_display 130 return gdrv->loader->get_st_api(api);
|
/external/chromium_org/tools/gn/ |
function_set_default_toolchain.cc | 7 #include "tools/gn/loader.h" 55 // When the loader is expecting the default toolchain to be set, it will set 58 scope->GetProperty(Loader::kDefaultToolchainKey, NULL));
|
ninja_writer.cc | 8 #include "tools/gn/loader.h" 65 Label default_label = builder_->loader()->GetDefaultToolchain(); 72 builder_->loader()->GetToolchainSettings(i->first);
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
CacheBuilder.java | 111 CacheLoader<? super K1, V1> loader) { 112 return new LocalLoadingCache<K1, V1>(this, loader); 124 CacheLoader<? super K, V> loader) { 125 this.localCache = new LocalCache<K, V>(builder, loader); 186 CacheLoader<? super K, V> loader) { 187 super(builder, checkNotNull(loader)); 208 private final CacheLoader<? super K, V> loader; field in class:CacheBuilder.LocalCache 212 LocalCache(CacheBuilder<? super K, ? super V> builder, CacheLoader<? super K, V> loader) { 214 this.loader = loader; [all...] |