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

<<11121314151617181920>>

  /external/deqp/framework/opengl/
gluRenderContext.cpp 226 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType)
231 void (*initFunc) (glw::Functions* gl, const glw::FunctionLoader* loader);
252 s_initFuncs[ndx].initFunc(dst, loader);
260 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType)
271 initExtensionFunctions(dst, loader, apiType, (int)extStr.size(), &extStr[0]);
275 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExtensions, const char* const* extensions)
278 glw::initExtensionsES(dst, loader, numExtensions, extensions);
280 glw::initExtensionsGL(dst, loader, numExtensions, extensions);
283 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType)
285 initCoreFunctions(dst, loader, apiType)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
FormatActivity.java 26 import android.content.Loader;
235 public Loader<Map<String, Object>> onCreateLoader(int id, Bundle args) {
240 public void onLoadFinished(Loader<Map<String, Object>> loader, Map<String, Object> data) {
289 public void onLoaderReset(Loader<Map<String, Object>> loader) {}
341 public Loader<Map<String, Object>> onCreateLoader(int id, Bundle args) {
346 public void onLoadFinished(Loader<Map<String, Object>> loader, Map<String, Object> data) {
365 public void onLoaderReset(Loader<Map<String, Object>> loader) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
OpenCVLibrary.java 29 * OpenCV library loader class
44 // Load the library through loader
  /external/chromium-trace/trace-viewer/third_party/webapp2/
run_tests.py 32 loader = unittest.TestLoader()
34 suite.addTest(loader.loadTestsFromName(test))
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
module.py 94 def __init__(self, loader, name, resource, load_resource=True):
101 self.loader = loader
174 assert self.name in self.loader.loaded_modules, (
175 'Module must be registered in resource loader before loading.')
179 module = self.loader.LoadModule(module_name=name)
183 raw_script = self.loader.LoadRawScript(path)
187 style_sheet = self.loader.LoadStyleSheet(name)
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 114 * using this loader as a weak key.
120 final ClassLoader loader = ClassLoaderResolver.getClassLoader (); local
122 return getAppProperties (loader);
125 public static synchronized IProperties getAppProperties (final ClassLoader loader)
127 IProperties properties = (IProperties) s_properties.get (loader);
139 final IProperties appDefaults = wrap (Property.getProperties (appName + "_default.properties", loader));
150 final IProperties userOverrides = wrap (Property.getProperties (appName + ".properties", loader));
168 s_properties.put (loader, properties);
  /external/guava/guava/src/com/google/common/io/
Resources.java 213 * loader}. In simple environments, the context class loader will find
216 * loader will typically have been set to an appropriate loader for the
219 * <p>In the unusual case where the context class loader is null, the class
220 * loader that loaded this class ({@code Resources}) will be used instead.
225 ClassLoader loader = Objects.firstNonNull( local
228 URL url = loader.getResource(resourceName);
  /external/libexif/libexif/
Makefile.am 25 exif-loader.c \
55 exif-loader.h \
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ResourceReferenceResolver.java 27 public void processResource(String name, String rawValue, ResourceValueConverter loader, boolean isSystem) {
45 addAttribute(valuePointer, (T) loader.convertRawValue(rawValue));
  /libcore/luni/src/test/java/libcore/java/util/
ServiceLoaderTest.java 32 ServiceLoader<ServiceLoaderTestInterface> loader = ServiceLoader.load(ServiceLoaderTestInterface.class); local
33 Iterator<ServiceLoaderTestInterface> it = loader.iterator();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 22 import android.content.Loader;
75 // transactions from {@link LoaderManager.LoaderCallbacks#onLoadFinished(Loader, Object)}
264 public Loader<Boolean> onCreateLoader(int id, Bundle args) {
269 public void onLoadFinished(Loader<Boolean> loader, Boolean data) {
282 public void onLoaderReset(Loader<Boolean> loader) {}
286 public abstract Loader<Boolean> getSaveSettingsLoader();
AccountSettingsEditQuickResponsesFragment.java 29 import android.content.Loader;
89 public Loader<Cursor> onCreateLoader(int id, Bundle args) {
95 public void onLoadFinished(Loader<Cursor> loader, Cursor data) {
100 public void onLoaderReset(Loader<Cursor> loader) {
AccountSetupNamesFragment.java 22 import android.content.Loader;
109 public Loader<Cursor> onCreateLoader(int id, Bundle args) {
117 public void onLoadFinished(Loader<Cursor> loader, Cursor data) {
131 public void onLoaderReset(Loader<Cursor> loader) {}
OAuthAuthenticationActivity.java 7 import android.content.Loader;
172 public Loader<AuthenticationResult> onCreateLoader(int id, Bundle data) {
182 public void onLoadFinished(Loader<AuthenticationResult> loader,
201 public void onLoaderReset(Loader<AuthenticationResult> loader) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
_index.html 87 <dt><a href="LoaderCursorSupport.html">Loader Cursor</a></dt>
91 <dt><a href="LoaderCustomSupport.html">Loader Custom</a></dt>
92 <dd>Demonstrates implementation and use of a custom Loader class. The
95 <dt><a href="LoaderThrottleSupport.html">Loader Throttle</a></dt>
97 populates data in a list through a cursor loader. The UI allows the list
99 throttling facility can be used to control how much a Loader is refreshed
  /external/freetype/src/truetype/
ttsubpix.c 894 loader->exec->sph_tweak_flags |= SPH_TWEAK_##x;
899 loader->exec->sph_tweak_flags &= ~SPH_TWEAK_##x;
903 sph_set_tweaks( TT_Loader loader,
906 TT_Face face = (TT_Face)loader->face;
908 FT_UInt ppem = loader->size->metrics.x_ppem;
923 if ( loader->exec->sph_tweak_flags & SPH_TWEAK_PIXEL_HINTING )
925 loader->exec->ignore_x_mode = FALSE;
954 if ( loader->exec->sph_tweak_flags & SPH_TWEAK_RASTERIZER_35 )
956 if ( loader->exec->rasterizer_version != TT_INTERPRETER_VERSION_35 )
958 loader->exec->rasterizer_version = TT_INTERPRETER_VERSION_35
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheLoader.java 37 * CacheLoader<Key, Graph> loader = new CacheLoader<Key, Graph>() {
42 * LoadingCache<Key, Graph> cache = CacheBuilder.newBuilder().build(loader);}</pre>
95 * Returns a cache loader based on an <i>existing</i> function instance. Note that there's no need
100 * @return a cache loader that loads values by passing each key to {@code function}
124 * Returns a cache loader based on an <i>existing</i> supplier instance. Note that there's no need
129 * @return a cache loader that loads values by calling {@link Supplier#get}, irrespective of the
  /external/mockito/src/org/mockito/internal/configuration/
ClassPathLoader.java 120 return plugin; // return the first one service loader finds (if any)
140 ClassLoader loader = Thread.currentThread().getContextClassLoader(); local
141 if (loader == null) {
142 loader = ClassLoader.getSystemClassLoader();
146 resources = loader.getResources("mockito-extensions/" + service.getName());
159 result.add(service.cast(loader.loadClass(name).newInstance()));
  /external/pdfium/third_party/freetype/src/truetype/
ttsubpix.c 894 loader->exec->sph_tweak_flags |= SPH_TWEAK_##x;
899 loader->exec->sph_tweak_flags &= ~SPH_TWEAK_##x;
903 sph_set_tweaks( TT_Loader loader,
906 TT_Face face = (TT_Face)loader->face;
908 int ppem = loader->size->metrics.x_ppem;
923 if ( loader->exec->sph_tweak_flags & SPH_TWEAK_PIXEL_HINTING )
925 loader->exec->ignore_x_mode = FALSE;
954 if ( loader->exec->sph_tweak_flags & SPH_TWEAK_RASTERIZER_35 )
956 if ( loader->exec->rasterizer_version != TT_INTERPRETER_VERSION_35 )
958 loader->exec->rasterizer_version = TT_INTERPRETER_VERSION_35
    [all...]
  /frameworks/base/core/java/android/content/pm/
ParceledListSlice.java 58 private ParceledListSlice(Parcel p, ClassLoader loader) {
66 Parcelable.Creator<?> creator = p.readParcelableCreator(loader);
75 final T parcelable = p.readCreator(creator, loader);
103 final T parcelable = reply.readCreator(creator, loader);
204 public ParceledListSlice createFromParcel(Parcel in, ClassLoader loader) {
205 return new ParceledListSlice(in, loader);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java 23 import android.content.Loader;
115 // initialize the loader for this display type and destroy all others
177 public void onLoadFinished(Loader<Cursor> loader, Cursor data) {
191 public void onLoaderReset(Loader<Cursor> loader) {}
EmailAddressListAdapter.java 80 public void configureLoader(CursorLoader loader, long directoryId) {
95 loader.setUri(builder.build());
98 loader.setProjection(EmailQuery.PROJECTION_PRIMARY);
100 loader.setProjection(EmailQuery.PROJECTION_ALTERNATIVE);
104 loader.setSortOrder(Email.SORT_KEY_PRIMARY);
106 loader.setSortOrder(Email.SORT_KEY_ALTERNATIVE);
PostalAddressListAdapter.java 79 public void configureLoader(CursorLoader loader, long directoryId) {
85 loader.setUri(builder.build());
88 loader.setProjection(PostalQuery.PROJECTION_PRIMARY);
90 loader.setProjection(PostalQuery.PROJECTION_ALTERNATIVE);
94 loader.setSortOrder(StructuredPostal.SORT_KEY_PRIMARY);
96 loader.setSortOrder(StructuredPostal.SORT_KEY_ALTERNATIVE);
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialCursorLoader.java 21 import android.content.Loader.ForceLoadContentObserver;
36 * Implements a Loader<Cursor> class to asynchronously load SmartDial search results.
113 /** The Loader has been reset; ignore the result and invalidate the data. */
129 /** If the Loader is in a started state, deliver the results to the client. */
153 /** The Loader is in a stopped state, so we should attempt to cancel the current load. */
159 /** Ensure the loader has been stopped. */
  /packages/apps/Email/src/com/android/email/activity/
InsertQuickResponseDialog.java 27 import android.content.Loader;
130 public Loader<Cursor> onCreateLoader(int id, Bundle args) {
136 public void onLoadFinished(Loader<Cursor> loader, Cursor data) {
141 public void onLoaderReset(Loader<Cursor> loader) {

Completed in 1095 milliseconds

<<11121314151617181920>>