HomeSort by relevance Sort by last modified time
    Searched full:loader (Results 151 - 175 of 2011) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
MailPreferenceActivity.java 24 import android.content.Loader;
66 public Loader<Cursor> onCreateLoader(int id, Bundle args) {
73 public void onLoadFinished(Loader<Cursor> loader, Cursor data) {
79 public void onLoaderReset(Loader<Cursor> loader) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
EventLogView.java 37 ImageLoader loader = ImageLoader.getDdmUiLibLoader(); local
42 optionsAction.setImageDescriptor(loader.loadDescriptor("edit.png")); //$NON-NLS-1$
46 clearLogAction.setImageDescriptor(loader.loadDescriptor("clear.png")); //$NON-NLS-1$
50 saveAction.setImageDescriptor(loader.loadDescriptor("save.png")); //$NON-NLS-1$
54 loadAction.setImageDescriptor(loader.loadDescriptor("load.png")); //$NON-NLS-1$
58 importBugAction.setImageDescriptor(loader.loadDescriptor("importBug.png")); //$NON-NLS-1$
  /external/javassist/sample/duplicate/
Main.java 33 sample.duplicate.Viewer is loaded by javassist.tools.reflect.Loader so that
38 javassist.tools.reflect.Loader cl = new javassist.tools.reflect.Loader();
  /frameworks/webview/chromium/
Android.mk 57 # Loader library which handles address space reservation and relro sharing.
64 loader/loader.cpp \
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlMessageViewFragment.java 24 import android.content.Loader;
118 // This method needs to, for example, get at the loader manager, which needs
291 public Loader<ConversationMessage> onCreateLoader(int id, Bundle args) {
301 public void onLoadFinished(Loader<ConversationMessage> loader, ConversationMessage data) {
316 public void onLoaderReset(Loader<ConversationMessage> loader) {
323 public Loader<Cursor> onCreateLoader(int id, Bundle args) {
335 public void onLoadFinished(Loader<Cursor> loader, Cursor data)
    [all...]
  /art/test/068-classloader/src/
InaccessibleBase.java 18 * Non-public base class, inaccessible from alternate class loader.
InaccessibleInterface.java 18 * Non-public interface class, inaccessible from alternate class loader.
  /external/clang/test/SemaObjC/
iboutlet.m 11 @property (getter = MyGetter, readonly, assign) IBOutlet NSView *myView; // expected-warning {{readonly IBOutlet property 'myView' when auto-synthesized may not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}}
13 IBInspectable @property (readonly) IBOutlet NSView *myView1; // expected-warning {{readonly IBOutlet property 'myView1' when auto-synthesized may not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}}
15 @property (getter = MyGetter, READONLY) IBOutlet NSView *myView2; // expected-warning {{readonly IBOutlet property 'myView2' when auto-synthesized may not work correctly with 'nib' loader}}
29 @property( readonly ) __attribute__((iboutlet)) UILabel *autoReadOnlyReadOnly; // expected-warning {{readonly IBOutlet property 'autoReadOnlyReadOnly' when auto-synthesized may not work correctly with 'nib' loader}} expected-note {{property should be changed to be readwrite}}
  /external/guava/guava/src/com/google/common/base/internal/
Finalizer.java 37 * to load this class in the same class loader as the rest of
39 * to the class loader and prevent it from being garbage collected. This
41 * loader. For example, dynamically reloading a web application or unloading
45 * in its own class loader. That way, this class doesn't prevent the main
46 * class loader from getting garbage collected, and this class can detect when
47 * the main class loader has been garbage collected and stop itself.
77 * 2) To detect when FinalizableReference's class loader has to be garbage
185 * FinalizableReference's class loader was reclaimed. While there's a
187 * subsequently (at which point the class loader would be resurrected
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
ImageLoader.java 43 * An image loader class. It uses three loaders (AWTLoader, TGALoader and DDSLoader) in an attempt to load the image from the given
51 protected DDSLoader ddsLoader = new DDSLoader(); // DirectX image loader
54 * This method loads the image from the blender file itself. It tries each loader to load the image.
65 // loading using AWT loader
68 // loading using TGA loader
73 // loading using DDS loader
104 LOGGER.info("Unable to load image using AWT loader!");
111 LOGGER.info("Unable to load image using DDS loader!");
118 LOGGER.info("Unable to load image using TGA loader!");
  /external/littlemock/
README 15 - Change to AppDataDirGuesser to handle the new class loader toString
  /external/mesa3d/src/gallium/drivers/radeon/
Makefile 73 loader: loader.o libradeon.a
74 gcc -o loader $(LLVM_LDFLAGS) -L/usr/local/lib $(LDFLAGS) loader.o libradeon.a $(LLVM_LIBS) $(LOADER_LIBS) -lpthread -ldl -lstdc++ -lm
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
package.html 15 loader. Currently this depends on the javassist library from JBoss
  /libcore/dalvik/src/main/java/dalvik/system/
PathClassLoader.java 23 * loader and for its application class loader(s).
35 * @param parent the parent class loader
61 * @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.
52 * bootstrap class loader.
  /packages/apps/Contacts/src/com/android/contacts/interactions/
TestLoaderManagerBase.java 47 * the loader to complete.
56 * If the loader completes before the call to {@link #waitForLoaders(int...)}, the TestLoaderManager
57 * will have stored the fact that the loader has completed and correctly terminate immediately.
59 * It one needs to wait for the same loader multiple times, call {@link #reset()} between the them
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactLoader.java 25 * A specialized loader for the Join Contacts UI. It executes two queries:
28 * This loader also loads the "suggestion" cursor, which can be accessed with:
37 * Actual returned class. It's guaranteed that this loader always returns an instance of this
41 * Note we can't change the result type of this loader itself, because CursorLoader
LegacyContactListAdapter.java 58 public void configureLoader(CursorLoader loader, long directoryId) {
59 loader.setUri(People.CONTENT_URI);
60 loader.setProjection(PEOPLE_PROJECTION);
61 loader.setSortOrder(People.DISPLAY_NAME);
  /packages/apps/Gallery2/src/com/android/photos/
AlbumFragment.java 22 import android.content.Loader;
116 public Loader<Cursor> onCreateLoader(int id, Bundle args) {
118 MediaItemsLoader loader = new MediaItemsLoader(getActivity(), mAlbumPath); local
119 mLoaderCompatShim = loader;
121 return loader;
125 public void onLoadFinished(Loader<Cursor> loader,
133 public void onLoaderReset(Loader<Cursor> loader) {
  /libcore/libart/src/main/java/java/lang/reflect/
Proxy.java 92 * must be visible from the supplied class loader; no duplicates are
95 * @param loader
96 * the class loader that will define the proxy class
109 public static Class<?> getProxyClass(ClassLoader loader, Class<?>... interfaces)
111 if (loader == null) {
112 loader = ClassLoader.getSystemClassLoader();
137 synchronized (loader.proxyCache) {
138 Class<?> proxy = loader.proxyCache.get(interfaceList);
149 if (!isVisibleToClassLoader(loader, c)) {
150 throw new IllegalArgumentException(c + " is not visible from class loader");
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 25 import android.content.Loader;
95 // Prepare the loader. Either re-connect with an existing one,
129 // the search filter, and restart the loader to do a new query
133 // Prevents restarting the loader when restoring state.
173 public Loader<Cursor> onCreateLoader(int id, Bundle args) {
174 // This is called when a new Loader needs to be created. This
175 // sample only has one Loader, so we don't care about the ID.
196 public void onLoadFinished(Loader<Cursor> loader, Cursor data) {
209 public void onLoaderReset(Loader<Cursor> loader)
    [all...]
LoaderRetained.java 27 import android.content.Loader;
100 // Prepare the loader. Either re-connect with an existing one,
134 // the search filter, and restart the loader to do a new query
138 // Prevents restarting the loader when restoring state.
178 public Loader<Cursor> onCreateLoader(int id, Bundle args) {
179 // This is called when a new Loader needs to be created. This
180 // sample only has one Loader, so we don't care about the ID.
201 public void onLoadFinished(Loader<Cursor> loader, Cursor data) {
214 public void onLoaderReset(Loader<Cursor> loader)
    [all...]
  /external/javassist/tutorial/
tutorial.html 23 <br>3. <a href="#load">Class loader</a>
105 <p><code>toClass()</code> requests the context class loader for the current
206 the system class loader. In that case, an additional class path must be
392 for each class loader (i.e. container).
542 <h2>3. Class loader</h2>
555 the users must make Javassist collaborate with a class loader.
556 Javassist can be used with a class loader so that bytecode can be
558 version of class loader but they can also use a class loader provided
569 <code>toClass()</code>, which requests the context class loader fo
    [all...]
  /art/runtime/native/
java_lang_reflect_Proxy.cc 30 jobject loader, jobjectArray methods, jobjectArray throws) {
34 soa, name, interfaces, loader, methods, throws));
  /art/test/138-duplicate-classes-check/src/
Main.java 33 FancyLoader loader = new FancyLoader(getClass().getClassLoader()); local
36 Class testEx = loader.loadClass("TestEx");

Completed in 1127 milliseconds

1 2 3 4 5 67 8 91011>>