HomeSort by relevance Sort by last modified time
    Searched full:loader (Results 276 - 300 of 2347) sorted by null

<<11121314151617181920>>

  /external/mesa3d/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/robolectric/src/test/java/com/xtremelabs/robolectric/
RobolectricTestRunnerTest.java 76 ResourceLoader loader = Robolectric.shadowOf(Robolectric.application).getResourceLoader(); local
78 assertTrue(loader.getStrictI18n());
80 loader.inflateView(Robolectric.application, R.layout.text_views, null);
  /libcore/dalvik/src/main/java/dalvik/system/
DexClassLoader.java 22 * A class loader that loads classes from {@code .jar} and {@code .apk} files
26 * <p>This class loader requires an application-private, writable directory to
53 * @param parent the parent class loader
  /libcore/libart/src/main/java/dalvik/system/
VMStack.java 27 * Returns the defining class loader of the caller's caller.
29 * @return the requested class loader, or {@code null} if this is the
30 * bootstrap class loader.
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 88 * @param loader
92 * If this parameter is null, the default system class loader
95 public XPathFactoryFinder(ClassLoader loader) {
96 this.classLoader = loader;
104 debugPrintln("using thread context class loader (" + classLoader + ") for search");
109 debugPrintln("using system class loader (" + classLoader + ") for search");
113 debugPrintln("using class loader (" + classLoader + ") for search");
362 * @param loader the classloader to search
366 private static String which(String classname, ClassLoader loader) {
368 if (loader==null) loader = ClassLoader.getSystemClassLoader()
    [all...]
  /frameworks/base/docs/html/training/contacts-provider/
retrieve-details.jd 172 <h3>Initialize the Loader</h3>
175 background thread. Use the Loader framework defined by the
181 When you're ready to retrieve the rows, initialize the loader framework by
188 The following snippet shows how to initialize the loader framework:
194 // Defines a constant that identifies the loader
205 // Initializes the loader framework
211 onCreateLoader()} method, which is called by the loader framework immediately after you call
220 public Loader&lt;Cursor&gt; onCreateLoader(int loaderId, Bundle args) {
243 method. The loader framework calls
248 public void onLoadFinished(Loader&lt;Cursor&gt; loader, Cursor cursor)
    [all...]
  /external/grub/docs/
multiboot.texi 116 Every operating system ever created tends to have its own boot loader.
131 boot loader and a operating system, such that any complying boot loader
171 interpretation of specific file systems (e.g. the BSD/Mach boot loader),
189 how this configuration information is obtained by the boot loader, it
190 should provide a standard means for the boot loader to pass such
203 a boot loader, that is probably appropriate, because all the memory
204 consumed by the boot loader will typically be made available again after
208 switching code generally needs to be in the boot loader anyway in order
219 existence in order to load the OS image --- otherwise the boot loader
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 110 * that class to be reconstructed from the appropriate class loader when
    [all...]
  /art/test/068-classloader/src/
IGetDoubled.java 18 * Interface, loaded from one loader, used from another.
  /art/test/068-classloader/src-ex/
GetDoubled.java 18 * The interface we implement was declared in a different class loader,
  /dalvik/tests/068-classloader/src/
IGetDoubled.java 18 * Interface, loaded from one loader, used from another.
  /dalvik/tests/068-classloader/src-ex/
GetDoubled.java 18 * The interface we implement was declared in a different class loader,
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.cc 103 void CrosLibrary::TestApi::SetLibraryLoader(LibraryLoader* loader, bool own) {
104 if (library_->library_loader_ == loader)
109 library_->library_loader_ = loader;
110 // Reset load flags when loader changes. Otherwise some tests are really not
  /external/chromium/chrome/browser/
icon_manager.cc 45 IconLoader* loader = new IconLoader(group, size, this); local
46 loader->AddRef();
47 loader->Start();
49 requests_[loader] = client_request;
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.h 22 // a Native Client loader process.
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader.cc 25 // but the subclass of the loader must do some of their initialization on the
54 // taken over by the policy loader.
57 UpdatePolicyTask(scoped_refptr<AsynchronousPolicyLoader> loader,
59 : loader_(loader),
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 10 #include "components/nacl/loader/nacl_helper_win_64.h"
  /external/chromium_org/chrome_frame/
chrome_frame_reporting.h 21 // reliably started or stopped when the loader lock is held, so DllMain cannot
  /external/chromium_org/chrome_frame/crash_reporting/
nt_loader.cc 13 // Make sure we own the loader's lock on entry here.
nt_loader.h 159 // Finds a loader table entry for module.
160 // Note: must hold the loader's lock on entry.
163 // Returns the loader's lock.
168 // Returns true iff the current thread owns the loader's lock on call.
  /external/chromium_org/components/nacl/broker/
nacl_broker_listener.cc 92 // Create the path to the nacl broker/loader executable - it's the executable
109 // 1) The current process is the broker, which is the loader's parent.
110 // 2) The browser is not the loader's parent, and so only gets the
113 // the loader.
  /external/chromium_org/components/nacl/loader/
nacl_main_platform_delegate_mac.mm 5 #include "components/nacl/loader/nacl_main_platform_delegate.h"
nacl_main_platform_delegate_win.cc 5 #include "components/nacl/loader/nacl_main_platform_delegate.h"
  /external/chromium_org/content/browser/loader/
power_save_block_resource_throttle.cc 5 #include "content/browser/loader/power_save_block_resource_throttle.h"
sync_resource_handler.cc 5 #include "content/browser/loader/sync_resource_handler.h"
9 #include "content/browser/loader/resource_dispatcher_host_impl.h"
10 #include "content/browser/loader/resource_message_filter.h"
11 #include "content/browser/loader/resource_request_info_impl.h"

Completed in 318 milliseconds

<<11121314151617181920>>