HomeSort by relevance Sort by last modified time
    Searched refs:loader (Results 1 - 25 of 693) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/util/
ResourceLoader.java 37 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); local
39 return Class.forName (name, false, loader);
48 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); local
50 if (loader != null)
51 return loader.getResource (name);
62 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); local
64 if (loader != null)
65 return loader.getResourceAsStream (name);
77 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); local
79 if (loader != null
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileReaderSync.cpp 55 FileReaderLoader loader(FileReaderLoader::ReadAsArrayBuffer, 0);
56 startLoading(scriptExecutionContext, loader, blob, ec);
58 return loader.arrayBufferResult();
66 FileReaderLoader loader(FileReaderLoader::ReadAsBinaryString, 0);
67 startLoading(scriptExecutionContext, loader, blob, ec);
68 return loader.stringResult();
76 FileReaderLoader loader(FileReaderLoader::ReadAsText, 0);
77 loader.setEncoding(encoding);
78 startLoading(scriptExecutionContext, loader, blob, ec);
79 return loader.stringResult()
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader_delegate.h 24 virtual void InstantStatusChanged(InstantLoader* loader) = 0;
26 // Invoked when the loader has suggested text.
28 InstantLoader* loader,
38 // Invoked when the the loader should be committed.
39 virtual void CommitInstantLoader(InstantLoader* loader) = 0;
41 // Invoked if the loader was created with the intention that the site supports
43 virtual void InstantLoaderDoesntSupportInstant(InstantLoader* loader) = 0;
46 virtual void AddToBlacklist(InstantLoader* loader, const GURL& url) = 0;
instant_loader_manager_unittest.cc 17 virtual void InstantStatusChanged(InstantLoader* loader) OVERRIDE {}
19 virtual void SetSuggestedTextFor(InstantLoader* loader,
31 virtual void CommitInstantLoader(InstantLoader* loader) OVERRIDE {
35 InstantLoader* loader) OVERRIDE {
38 virtual void AddToBlacklist(InstantLoader* loader,
52 void MarkReady(InstantLoader* loader) {
53 loader->ready_ = true;
64 scoped_ptr<InstantLoader> loader; local
65 manager.UpdateLoader(0, &loader);
66 EXPECT_EQ(NULL, loader.get())
77 scoped_ptr<InstantLoader> loader; local
90 scoped_ptr<InstantLoader> loader; local
104 scoped_ptr<InstantLoader> loader; local
119 scoped_ptr<InstantLoader> loader; local
134 scoped_ptr<InstantLoader> loader; local
160 scoped_ptr<InstantLoader> loader; local
173 scoped_ptr<InstantLoader> loader; local
197 scoped_ptr<InstantLoader> loader; local
224 scoped_ptr<InstantLoader> loader; local
241 scoped_ptr<InstantLoader> loader; local
262 scoped_ptr<InstantLoader> loader; local
288 scoped_ptr<InstantLoader> loader; local
296 scoped_ptr<InstantLoader> loader; local
305 scoped_ptr<InstantLoader> loader; local
    [all...]
instant_loader_manager.cc 41 // Determine the new loader.
42 InstantLoader* loader = NULL; local
44 loader = GetInstantLoader(instant_id);
47 loader = current_loader_;
49 loader = pending_loader_;
51 loader = CreateLoader(0);
54 if (loader->ready()) {
55 // The loader is ready, make it the current loader no matter what.
56 current_loader_ = loader;
108 InstantLoader* loader = current_loader_; local
145 InstantLoader* loader = new InstantLoader(loader_delegate_, id); local
    [all...]
  /external/webkit/Source/WebCore/loader/
ResourceLoadNotifier.cpp 50 void ResourceLoadNotifier::didReceiveAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge)
52 m_frame->loader()->client()->dispatchDidReceiveAuthenticationChallenge(loader->documentLoader(), loader->identifier(), currentWebChallenge);
55 void ResourceLoadNotifier::didCancelAuthenticationChallenge(ResourceLoader* loader, const AuthenticationChallenge& currentWebChallenge)
57 m_frame->loader()->client()->dispatchDidCancelAuthenticationChallenge(loader->documentLoader(), loader->identifier(), currentWebChallenge);
60 void ResourceLoadNotifier::willSendRequest(ResourceLoader* loader, ResourceRequest& clientRequest, const ResourceResponse& redirectResponse)
62 m_frame->loader()->applyUserAgent(clientRequest)
    [all...]
PolicyChecker.cpp 53 checkNavigationPolicy(newRequest, m_frame->loader()->activeDocumentLoader(), 0, function, argument);
56 void PolicyChecker::checkNavigationPolicy(const ResourceRequest& request, DocumentLoader* loader,
59 NavigationAction action = loader->triggeringAction();
62 loader->setTriggeringAction(action);
67 if (equalIgnoringHeaderFields(request, loader->lastCheckedRequest()) || (!request.isNull() && request.url().isEmpty())) {
69 loader->setLastCheckedRequest(request);
75 if (loader->substituteData().isValid() && !loader->substituteData().failingURL().isEmpty()) {
82 loader->setLastCheckedRequest(request);
87 m_frame->loader()->client()->dispatchDecidePolicyForNavigationAction(&PolicyChecker::continueAfterNavigationPolicy
    [all...]
  /external/freetype/src/base/
ftgloadr.c 5 /* The FreeType glyph loader (body). */
42 /* The glyph loader is a simple object which is used to load a set of */
47 /* loader.base Is really the bottom of the stack. It describes a */
51 /* loader.current Describes the top of the stack, on which a new */
55 /* Prepare Set up `loader.current' for addition of a new glyph */
60 /* The glyph loader is now a base object. Each driver used to */
67 /* create a new glyph loader */
72 FT_GlyphLoader loader = NULL; local
76 if ( !FT_NEW( loader ) )
78 loader->memory = memory
    [all...]
  /external/webkit/Source/WebCore/page/
PerformanceNavigation.cpp 62 DocumentLoader* documentLoader = m_frame->loader()->documentLoader();
82 DocumentLoader* loader = m_frame->loader()->documentLoader();
83 if (!loader)
86 DocumentLoadTiming* timing = loader->timing();
  /external/javassist/src/main/javassist/util/proxy/
ProxyObjectInputStream.java 35 * read from the input stream will default to the current thread's context class loader or the system
36 * classloader if the context class loader is null.
46 loader = Thread.currentThread().getContextClassLoader();
47 if (loader == null) {
48 loader = ClassLoader.getSystemClassLoader();
53 * Reset the loader to be
54 * @param loader
56 public void setClassLoader(ClassLoader loader)
58 if (loader != null) {
59 this.loader = loader
98 private ClassLoader loader; field in class:ProxyObjectInputStream
    [all...]
  /external/freetype/src/truetype/
ttgload.c 5 /* TrueType Glyph Loader (body). */
131 tt_get_metrics( TT_Loader loader,
134 TT_Face face = (TT_Face)loader->face;
147 loader->left_bearing = left_bearing;
148 loader->advance = advance_width;
149 loader->top_bearing = top_bearing;
150 loader->vadvance = advance_height;
152 if ( !loader->linear_def )
154 loader->linear_def = 1;
155 loader->linear = advance_width
1988 TT_LoaderRec loader; local
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
HRTFDatabaseLoader.cpp 46 RefPtr<HRTFDatabaseLoader> loader; local
50 loader = adoptRef(new HRTFDatabaseLoader(sampleRate));
51 s_loader = loader.get();
52 loader->loadAsynchronously();
54 loader = s_loader;
55 ASSERT(sampleRate == loader->databaseSampleRate());
58 return loader;
91 HRTFDatabaseLoader* loader = reinterpret_cast<HRTFDatabaseLoader*>(threadData); local
92 ASSERT(loader);
93 loader->load()
    [all...]
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader_unittest.cc 60 scoped_refptr<AsynchronousPolicyLoader> loader = local
62 loader->Init();
63 const DictionaryValue* loaded_dict(loader->policy());
75 scoped_refptr<AsynchronousPolicyLoader> loader = local
77 loader->Init();
79 loader->Reload();
82 const DictionaryValue* loaded_dict(loader->policy());
88 // Ensure that calling stop on the loader stops subsequent reloads from
93 scoped_refptr<AsynchronousPolicyLoader> loader = local
95 loader->Init()
120 scoped_refptr<AsynchronousPolicyLoader> loader = local
    [all...]
asynchronous_policy_provider.cc 13 scoped_refptr<AsynchronousPolicyLoader> loader)
15 loader_(loader) {
42 scoped_refptr<AsynchronousPolicyLoader> AsynchronousPolicyProvider::loader() { function in class:policy::AsynchronousPolicyProvider
asynchronous_policy_provider.h 35 // Assumes ownership of |loader|.
38 scoped_refptr<AsynchronousPolicyLoader> loader);
45 scoped_refptr<AsynchronousPolicyLoader> loader();
48 // The loader object used internally.
  /external/freetype/src/autofit/
afloader.h 32 FT_GlyphLoader gloader; /* glyph loader */
46 af_loader_init( AF_Loader loader,
51 af_loader_reset( AF_Loader loader,
56 af_loader_done( AF_Loader loader ); variable
60 af_loader_load_glyph( AF_Loader loader,
afloader.c 25 /* Initialize glyph loader. */
28 af_loader_init( AF_Loader loader,
31 FT_ZERO( loader );
33 af_glyph_hints_init( &loader->hints, memory );
35 _af_debug_hints = &loader->hints;
37 return FT_GlyphLoader_New( memory, &loader->gloader );
41 /* Reset glyph loader and compute globals if necessary. */
44 af_loader_reset( AF_Loader loader,
50 loader->face = face;
51 loader->globals = (AF_FaceGlobals)face->autohint.data
    [all...]
afmodule.c 36 AF_LoaderRec loader[1]; member in struct:FT_AutofitterRec_
44 return af_loader_init( module->loader, module->root.library->memory );
51 af_loader_done( module->loader );
64 return af_loader_load_glyph( module->loader, slot->face,
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
CompositeResourceLoader.java 38 for (ResourceLoader loader : loaders) {
39 add(loader);
44 for (ResourceLoader loader : loaders) {
45 add(loader);
49 public void add(ResourceLoader loader) {
50 loaders.add(loader);
54 for (ResourceLoader loader : loaders) {
55 Reader reader = loader.open(name);
57 return new ReaderTracer(reader, loader);
97 for (ResourceLoader loader : loaders)
    [all...]
  /dalvik/vm/native/
java_lang_reflect_Proxy.cpp 26 * ClassLoader loader)
36 Object* loader = (Object*) args[2]; local
39 result = dvmGenerateProxyClass(str, interfaces, loader);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameNetworkingContextAndroid.cpp 44 return frame()->loader()->activeDocumentLoader()->mainResourceLoader();
49 return frame()->loader()->client();
  /dalvik/tests/068-classloader/src/
Main.java 18 * Class loader test.
25 FancyLoader loader; local
27 loader = new FancyLoader(ClassLoader.getSystemClassLoader());
29 //System.out.println("ALTERN: " + loader);
40 * name in the "fancy" class loader -- but the VM thinks it has a
51 testAccess1(loader);
52 testAccess2(loader);
53 testAccess3(loader);
55 testExtend(loader);
56 testExtendOkay(loader);
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheRefreshTest.java 33 IncrementingLoader loader = incrementingLoader(); local
39 .build(loader);
45 assertEquals(expectedLoads, loader.getLoadCount());
46 assertEquals(expectedReloads, loader.getReloadCount());
53 assertEquals(expectedLoads, loader.getLoadCount());
54 assertEquals(expectedReloads, loader.getReloadCount());
62 assertEquals(expectedLoads, loader.getLoadCount());
63 assertEquals(expectedReloads, loader.getReloadCount());
71 assertEquals(expectedLoads, loader.getLoadCount());
72 assertEquals(expectedReloads, loader.getReloadCount())
    [all...]
  /external/webkit/Source/WebCore/html/
PluginDocument.cpp 77 if (document()->frame() && document()->frame()->loader())
78 document()->frame()->loader()->dispatchDocumentElementAvailable();
96 DocumentLoader* loader = document()->loader(); local
97 ASSERT(loader);
98 if (loader)
99 m_embedElement->setAttribute(typeAttr, loader->writer()->mimeType());
118 if (!settings || !frame->loader()->subframeLoader()->allowPlugins(NotAboutToInstantiatePlugin))
132 frame->loader()->client()->redirectDataToPlugin(widget);
136 frame->loader()->activeDocumentLoader()->mainResourceLoader()->setShouldBufferData(false)
    [all...]
  /external/chromium/webkit/glue/media/
simple_data_source.h 61 WebKit::WebURLLoader* loader,
65 WebKit::WebURLLoader* loader,
69 WebKit::WebURLLoader* loader,
72 WebKit::WebURLLoader* loader,
75 WebKit::WebURLLoader* loader,
80 WebKit::WebURLLoader* loader,
83 WebKit::WebURLLoader* loader,
86 WebKit::WebURLLoader* loader,

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 91011>>