HomeSort by relevance Sort by last modified time
    Searched defs:loader (Results 226 - 250 of 808) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 630 final ClassLoader loader = getClass().getClassLoader(); local
632 mValues = source.<ValuesDelta> readParcelable(loader);
633 mContactsQueryUri = source.<Uri> readParcelable(loader);
635 final ValuesDelta child = source.<ValuesDelta> readParcelable(loader);
RawContactDeltaList.java 536 final ClassLoader loader = getClass().getClassLoader(); local
539 this.add(source.<RawContactDelta> readParcelable(loader));
ValuesDelta.java 467 final ClassLoader loader = getClass().getClassLoader(); local
468 mBefore = source.<ContentValues> readParcelable(loader);
469 mAfter = source.<ContentValues> readParcelable(loader);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 439 * Collects all layout classes information from the class loader and the
456 WidgetClassLoader loader = new WidgetClassLoader( local
458 if (loader.parseWidgetList(monitor)) {
459 ldp = new LayoutParamsParser(loader, attrsXmlParser);
461 // if the parsing failed, we'll use the old loader below.
464 // the file does not exist, we'll use the old loader below.
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.5.201505241946/
org.jacoco.ant-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.6.201602180812/
org.jacoco.ant-0.7.6.201602180812.jar 
  /art/runtime/
java_vm_ext.cc 247 // Use the allocator address for class loader equality to avoid unnecessary weak root decode.
283 // If class loader is null then it was unloaded, call JNI_OnUnload.
285 // If class_loader is a null jobject then it is the boot class loader. We should not unload
286 // the native libraries of the boot class loader.
728 // See if we've already loaded this library. If we have, and the class loader
742 // As the incoming class loader is reachable/alive during the call of this function,
744 mirror::ClassLoader* loader = soa.Decode<mirror::ClassLoader*>(class_loader); local
747 if (class_linker->IsBootClassLoader(soa, loader)) {
748 loader = nullptr;
752 class_loader_allocator = class_linker->GetAllocatorForClassLoader(loader);
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 631 const GlxFunctionLoader loader; local
633 glu::initFunctions(&m_functions, &loader, config.type.getAPI());
  /external/freetype/include/internal/
ftobjs.h 345 /* This boolean flag instructs the glyph loader to ignore the */
385 /* loader :: The glyph loader object used to load outlines */
412 FT_GlyphLoader loader; member in struct:FT_Slot_InternalRec_
    [all...]
  /external/freetype/src/truetype/
ttgload.c 5 /* TrueType Glyph Loader (body). */
120 tt_get_metrics( TT_Loader loader,
123 TT_Face face = (TT_Face)loader->face;
129 FT_Stream stream = loader->stream;
143 loader->bbox.yMax,
150 loader->left_bearing = left_bearing;
151 loader->advance = advance_width;
152 loader->top_bearing = top_bearing;
153 loader->vadvance = advance_height;
157 loader->exec
2460 TT_LoaderRec loader; local
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
LocalCache.java 57 private final CacheLoader<? super K, V> loader; field in class:LocalCache
64 LocalCache(CacheBuilder<? super K, ? super V> builder, CacheLoader<? super K, V> loader) {
65 this.loader = loader;
258 calculatedValue = loader.load(castKey);
272 String message = loader + " returned null for key " + key + ".";
355 CacheLoader<? super K, V> loader) {
356 this.localCache = new LocalCache<K, V>(builder, loader);
420 CacheLoader<? super K, V> loader) {
421 super(builder, checkNotNull(loader));
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 56 CacheLoader<Object, Integer> loader = constantLoader(1); local
60 .build(loader);
  /external/jetty/src/java/org/eclipse/jetty/xml/
XmlConfiguration.java 51 import org.eclipse.jetty.util.Loader;
90 Iterable<?> loader=null; typedefs
93 // Use reflection to look up 1.6 service loader
94 // loader=ServiceLoader.load(ConfigurationProcessorFactory.class);
97 loader=(Iterable<?>)load.invoke(null,ConfigurationProcessorFactory.class);
105 __factoryLoader=loader;
120 URL config60 = Loader.getResource(XmlConfiguration.class,"org/eclipse/jetty/xml/configure_6_0.dtd",true);
121 URL config76 = Loader.getResource(XmlConfiguration.class,"org/eclipse/jetty/xml/configure_7_6.dtd",true);
366 return Loader.loadClass(XmlConfiguration.class,className,true);
874 aClass = Loader.loadClass(XmlConfiguration.class,type,true)
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftobjs.h 345 /* This boolean flag instructs the glyph loader to ignore the */
385 /* loader :: The glyph loader object used to load outlines */
412 FT_GlyphLoader loader; member in struct:FT_Slot_InternalRec_
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 5 /* TrueType Glyph Loader (body). */
120 tt_get_metrics( TT_Loader loader,
123 TT_Face face = loader->face;
129 FT_Stream stream = loader->stream;
143 loader->bbox.yMax,
150 loader->left_bearing = left_bearing;
151 loader->advance = advance_width;
152 loader->top_bearing = top_bearing;
153 loader->vadvance = advance_height;
157 loader->exec
2434 TT_LoaderRec loader; local
    [all...]
  /frameworks/base/core/java/android/app/
LoaderManager.java 19 import android.content.Loader;
31 * one or more {@link android.content.Loader} instances associated with it. This
64 * Instantiate and return a new Loader for the given ID.
66 * @param id The ID whose loader is to be created.
68 * @return Return a new Loader instance that is ready to start loading.
70 public Loader<D> onCreateLoader(int id, Bundle args);
73 * Called when a previously created loader has finished its load. Note
80 * the last data that was supplied for this Loader. At this point
82 * soon), but should not do your own release of the data since its Loader
83 * owns it and will take care of that. The Loader will take care o
549 Loader<Object> loader = callback.onCreateLoader(id, args); local
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 21 import android.support.v4.content.Loader;
45 * Instantiate and return a new Loader for the given ID.
47 * @param id The ID whose loader is to be created.
49 * @return Return a new Loader instance that is ready to start loading.
51 public Loader<D> onCreateLoader(int id, Bundle args);
54 * Called when a previously created loader has finished its load. Note
61 * the last data that was supplied for this Loader. At this point
63 * soon), but should not do your own release of the data since its Loader
64 * owns it and will take care of that. The Loader will take care of
68 * <li> <p>The Loader will monitor for changes to the data, and repor
542 Loader<Object> loader = callback.onCreateLoader(id, args); local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ResourceBundle.java 286 * class loader) to either a resource bundle or NONEXISTENT_BUNDLE wrapped by a
424 // When the caller's loader is the boot class loader, cl is null
426 // return the same class loader that the application is
446 private static final ClassLoader loader = ClassLoader.getSystemClassLoader(); field in class:ResourceBundle.RBClassLoader
451 if (loader != null) {
452 return loader.loadClass(name);
457 if (loader != null) {
458 return loader.getResource(name);
463 if (loader != null)
577 ClassLoader loader = loaderRef.get(); local
597 ClassLoader loader = getLoader(); local
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 88 BluetoothMapAccountLoader loader; field in class:BluetoothMapContentTest
100 loader = new BluetoothMapAccountLoader(mContext);
101 mFullList = loader.parsePackages(false);
    [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...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 26 import android.content.Loader;
218 * Overrides a loader manager for use in unit tests.
338 public Loader<Cursor> onCreateLoader(int id, Bundle args) {
340 DirectoryListLoader loader = new DirectoryListLoader(mContext); local
341 loader.setDirectorySearchMode(mAdapter.getDirectorySearchMode());
342 loader.setLocalInvisibleDirectoryEnabled(
344 return loader;
346 CursorLoader loader = createCursorLoader(mContext); local
350 mAdapter.configureLoader(loader, directoryId);
351 return loader;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 296 private static boolean startLoadBitmap(BitmapLoader loader) {
297 if (loader == null) return false;
298 loader.startLoad();
299 return loader.isRequestInProgress();

Completed in 2098 milliseconds

1 2 3 4 5 6 7 8 91011>>