OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loader
(Results
426 - 450
of
2347
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java
110
ClassLoader
loader
= NewInstance.getClassLoader ();
local
123
if (
loader
== null)
126
in =
loader
.getResourceAsStream (service);
150
return loadClass (
loader
, className);
185
private static XMLReader loadClass (ClassLoader
loader
, String className)
189
return (XMLReader) NewInstance.newInstance (
loader
, className);
/packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java
26
import android.content.
Loader
;
194
* The listener for the group meta data
loader
for all groups.
206
public void onLoadFinished(
Loader
<Cursor>
loader
, Cursor data) {
211
public void onLoaderReset(
Loader
<Cursor>
loader
) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AccountFilterActivity.java
25
import android.content.
Loader
;
146
public
Loader
<List<ContactListFilter>> onCreateLoader(int id, Bundle args) {
152
Loader
<List<ContactListFilter>>
loader
, List<ContactListFilter> data) {
162
public void onLoaderReset(
Loader
<List<ContactListFilter>>
loader
) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java
31
import android.content.
Loader
;
167
public
Loader
<Keyboards> onCreateLoader(int id, Bundle args) {
172
public void onLoadFinished(
Loader
<Keyboards>
loader
, Keyboards data) {
184
public void onLoaderReset(
Loader
<Keyboards>
loader
) {
/cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java
59
.println("Binary signature
loader
ignores visibility and " +
64
"
loader
.");
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java
32
import android.support.v4.content.
Loader
;
208
* content provider, the ContentObserver responds by resetting the
loader
and then reloading
212
public
Loader
<Cursor> onCreateLoader(int i, Bundle bundle) {
213
// We only have one
loader
, so we can ignore the value of i.
228
public void onLoadFinished(
Loader
<Cursor> cursorLoader, Cursor cursor) {
234
* changed. The ContentObserver resets the
loader
, and then re-runs the
loader
. In the adapter,
239
public void onLoaderReset(
Loader
<Cursor> cursorLoader) {
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java
32
import android.support.v4.content.
Loader
;
208
* content provider, the ContentObserver responds by resetting the
loader
and then reloading
212
public
Loader
<Cursor> onCreateLoader(int i, Bundle bundle) {
213
// We only have one
loader
, so we can ignore the value of i.
228
public void onLoadFinished(
Loader
<Cursor> cursorLoader, Cursor cursor) {
234
* changed. The ContentObserver resets the
loader
, and then re-runs the
loader
. In the adapter,
239
public void onLoaderReset(
Loader
<Cursor> cursorLoader) {
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java
32
import android.support.v4.content.
Loader
;
208
* content provider, the ContentObserver responds by resetting the
loader
and then reloading
212
public
Loader
<Cursor> onCreateLoader(int i, Bundle bundle) {
213
// We only have one
loader
, so we can ignore the value of i.
228
public void onLoadFinished(
Loader
<Cursor> cursorLoader, Cursor cursor) {
234
* changed. The ContentObserver resets the
loader
, and then re-runs the
loader
. In the adapter,
239
public void onLoaderReset(
Loader
<Cursor> cursorLoader) {
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
ImageFactory.java
43
final ClassLoader
loader
= ImageFactory.class.getClassLoader();
local
44
final InputStream in =
loader
.getResourceAsStream(name);
/external/chromium/webkit/glue/media/
simple_data_source.cc
150
WebKit::WebURLLoader*
loader
,
164
WebKit::WebURLLoader*
loader
,
171
WebKit::WebURLLoader*
loader
,
178
WebKit::WebURLLoader*
loader
,
184
WebKit::WebURLLoader*
loader
,
193
WebKit::WebURLLoader*
loader
,
200
WebKit::WebURLLoader*
loader
,
228
WebKit::WebURLLoader*
loader
,
/external/chromium_org/chrome/browser/chromeos/extensions/
device_local_account_external_policy_loader_unittest.cc
182
// Verifies that when the cache is not explicitly started, the
loader
does not
201
// Start the cache. Verify that the
loader
announces an empty extension list.
207
// Stop the cache. Verify that the
loader
announces an empty extension list.
221
// set and the cache is started, the
loader
downloads, caches and serves the
231
// Spin the loop, allowing the
loader
to process the force-install list.
232
// Verify that the
loader
announces an empty extension list.
272
// Spin the loop. Verify that the
loader
announces the presence of a new CRX
296
// Stop the cache. Verify that the
loader
announces an empty extension list.
/external/chromium_org/chrome/browser/translate/
translate_script.h
64
// Used in kTranslateScriptURL to specify a CSS
loader
callback function name.
68
// Used in kTranslateScriptURL to specify a JavaScript
loader
callback
/external/chromium_org/components/nacl/loader/
nacl_helper_win_64.cc
16
#include "components/nacl/
loader
/nacl_listener.h"
17
#include "components/nacl/
loader
/nacl_main_platform_delegate.h"
/external/chromium_org/testing/android/java/src/org/chromium/native_test/
ChromeNativeTestActivity.java
20
// the native activity class
loader
.
63
// Signal a failure of the native test
loader
to python scripts
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserOptions.cpp
31
#include "core/
loader
/FrameLoader.h"
41
pluginsEnabled = frame && frame->
loader
().allowPlugins(NotAboutToInstantiatePlugin);
/external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationAction.cpp
30
#include "core/
loader
/NavigationAction.h"
33
#include "core/
loader
/FrameLoader.h"
NavigationAction.h
33
#include "core/
loader
/FrameLoaderTypes.h"
34
#include "core/
loader
/NavigationPolicy.h"
/external/chromium_org/third_party/WebKit/Source/core/page/
PageGroupLoadDeferrer.cpp
25
#include "core/
loader
/FrameLoader.h"
48
otherPage->mainFrame()->
loader
().notifyIfInitialDocumentAccessed();
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerScriptLoader.h
31
#include "core/
loader
/ThreadableLoader.h"
32
#include "core/
loader
/ThreadableLoaderClient.h"
/external/chromium_org/third_party/WebKit/Source/modules/donottrack/
NavigatorDoNotTrack.cpp
34
#include "core/
loader
/FrameLoaderClient.h"
71
return frame() ? frame()->
loader
().client()->doNotTrackValue() : String();
/external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHostInternal.h
34
#include "core/
loader
/DocumentLoader.h"
35
#include "core/
loader
/appcache/ApplicationCacheHost.h"
WebEmbeddedWorkerImpl.h
64
class
Loader
;
81
OwnPtr<
Loader
> m_mainScriptLoader;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
loader.py
175
this exists then it will be called with
loader
, tests, pattern.
180
The pattern is deliberately not stored as a
loader
attribute so that
182
load_tests does not need to pass this argument in to
loader
.discover().
306
loader
= TestLoader()
307
loader
.sortTestMethodsUsing = sortUsing
308
loader
.testMethodPrefix = prefix
310
loader
.suiteClass = suiteClass
311
return
loader
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
dashboard_base.js
49
// FIXME: Have results.js fire off the
loader
and then the calling code passing in a callback
50
// for once everything is loaded and doesn't know about
Loader
at all. The calling code just
/external/chromium_org/third_party/WebKit/public/platform/
WebURLLoader.h
57
//
loader
is disposed before it completes its work.
68
// Notifies the
loader
that the priority of a WebURLRequest has changed from
Completed in 1085 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>