HomeSort by relevance Sort by last modified time
    Searched defs:Loader (Results 1 - 11 of 11) sorted by null

  /external/javassist/src/main/javassist/tools/reflect/
Loader.java 23 * A class loader for reflection.
32 * javassist.tools.reflect.Loader cl
33 * = (javassist.tools.reflect.Loader)Main.class.getClassLoader();
43 * <ul><pre>% java javassist.tools.reflect.Loader Main arg1, ...</pre></ul>
57 * javassist.tools.reflect.Loader cl = new javassist.tools.reflect.Loader();
70 * is loaded by <code>javassist.tools.reflect.Loader</code> whereas the class
74 * to the same name space as <code>javassist.tools.reflect.Loader</code>.
76 * see the notes in the manual page of <code>javassist.Loader</code>.
84 * javassist.Loader c
    [all...]
  /frameworks/base/core/java/android/webkit/
WebResourceResponse.java 30 private class Loader extends StreamLoader {
31 Loader(LoadListener loadListener) {
113 StreamLoader loader(LoadListener listener) { method in class:WebResourceResponse
114 return new Loader(listener);
  /frameworks/base/opengl/libs/EGL/
Loader.h 37 class Loader : public Singleton<Loader>
39 friend class Singleton<Loader>;
70 ~Loader();
76 Loader();
Loader.cpp 33 #include "Loader.h"
47 ANDROID_SINGLETON_STATIC_INSTANCE( Loader )
84 Loader::driver_t::driver_t(void* gles)
91 Loader::driver_t::~driver_t()
101 status_t Loader::driver_t::set(void* hnd, int32_t api)
121 Loader::entry_t::entry_t(int dpy, int impl, const char* tag)
127 Loader::Loader()
158 Loader::~Loader()
    [all...]
  /external/javassist/src/main/javassist/
Loader.java 24 * The class loader for Javassist.
26 * <p>This is a sample class loader using <code>ClassPool</code>.
27 * Unlike a regular class loader, this class loader obtains bytecode
30 * <p>Note that Javassist can be used without this class loader; programmers
31 * can define their own versions of class loader. They can run
32 * a program even without any user-defined class loader if that program
34 * This class loader is just provided as a utility class.
49 * Loader cl = new Loader(cp)
    [all...]
  /frameworks/base/core/java/android/content/
Loader.java 32 * any calls on to a Loader from the main thread of their process (that is,
34 * of Loader (such as {@link AsyncTaskLoader}) will often perform their work
52 public class Loader<D> {
63 * it to the Loader to have the loader re-load its data when the observer
85 * Interface that is implemented to discover when a Loader has finished
88 * to find out when a Loader it is managing has completed so that this can
90 * Loader is not being used in conjunction with LoaderManager.
94 * Called on the thread that created the Loader when the load is complete.
96 * @param loader the loader that completed the loa
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 28 * Static library support version of the framework's {@link android.content.Loader}.
34 public class Loader<D> {
45 * it to the Loader to have the loader re-load its data when the observer
67 * Interface that is implemented to discover when a Loader has finished
70 * to find out when a Loader it is managing has completed so that this can
72 * Loader is not being used in conjunction with LoaderManager.
76 * Called on the thread that created the Loader when the load is complete.
78 * @param loader the loader that completed the loa
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 775 milliseconds