HomeSort by relevance Sort by last modified time
    Searched full:loader (Results 126 - 150 of 2347) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/freetype/src/truetype/
truetype.c 24 #include "ttpload.c" /* tables loader */
25 #include "ttgload.c" /* glyph loader */
  /libcore/libdvm/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.
69 ClassLoader loader = stackClass.getClassLoader(); local
70 if (loader != null && loader != bootstrap && loader != system) {
71 return loader;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
__init__.py 19 loader = unittest.TestLoader() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
__init__.py 19 loader = unittest.TestLoader() variable
24 all_tests.addTests(loader.loadTestsFromModule(mod))
  /external/chromium/chrome/browser/chromeos/cros/
mock_library_loader.h 16 // Mock for libcros library loader.
  /external/chromium/chrome/common/
nacl_cmd_line.h 13 // process to cmd_line that will be used for launching the NaCl loader/broker.
  /external/chromium_org/components/nacl/common/
nacl_cmd_line.h 12 // process to cmd_line that will be used for launching the NaCl loader/broker.
  /external/chromium_org/content/browser/loader/
resource_loader_unittest.cc 5 #include "content/browser/loader/resource_loader.h"
9 #include "content/browser/loader/resource_loader_delegate.h"
177 ResourceLoader* loader,
182 ResourceLoader* loader,
187 ResourceLoader* loader,
191 virtual bool HandleExternalProtocol(ResourceLoader* loader,
195 virtual void DidStartRequest(ResourceLoader* loader) OVERRIDE {}
196 virtual void DidReceiveRedirect(ResourceLoader* loader,
198 virtual void DidReceiveResponse(ResourceLoader* loader) OVERRIDE {}
199 virtual void DidFinishLoading(ResourceLoader* loader) OVERRIDE {
    [all...]
resource_scheduler_filter.cc 5 #include "content/browser/loader/resource_scheduler_filter.h"
7 #include "content/browser/loader/resource_dispatcher_host_impl.h"
8 #include "content/browser/loader/resource_scheduler.h"
  /external/chromium_org/ppapi/api/
ppb_url_loader.idl 70 * @param[in] loader A <code>PP_Resource</code> corresponding to a
82 [in] PP_Resource loader,
90 * @param[in] loader A <code>PP_Resource</code> corresponding to a
101 [in] PP_Resource loader,
113 * @param[in] loader A <code>PP_Resource</code> corresponding to a
123 [in] PP_Resource loader,
136 * @param[in] loader A <code>PP_Resource</code> corresponding to a
148 [in] PP_Resource loader,
159 * <code>URLResponseInfo</code> if successful, 0 if the loader is not a valid
163 [in] PP_Resource loader);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSVGDocumentValue.cpp 48 DocumentResource* CSSSVGDocumentValue::load(ResourceFetcher* loader)
50 ASSERT(loader);
55 FetchRequest request(ResourceRequest(loader->document()->completeURL(m_url)), FetchInitiatorTypeNames::css);
56 m_document = loader->fetchSVGDocument(request);
  /external/chromium_org/tools/cr/cr/
__init__.py 14 from cr.loader import AutoExport
  /external/clang/test/SemaObjC/
iboutlet.m 12 @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}}
14 @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}}
16 @property (getter = MyGetter, READONLY) IBOutlet NSView *myView2; // expected-warning {{readonly IBOutlet property 'myView2' when auto-synthesized may not work correctly with 'nib' loader}}
30 @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/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
ClassLoaderResourceLoader.java 42 * ResourceLoader loader =
44 * loader.open("my-template.cs");
45 * loader.open("subdir/my-template.cs");
76 throw new JSilverTemplateNotFoundException("No class loader resource '" + name + "' in '"
  /external/jsilver/src/org/clearsilver/
CS.java 63 * Get the file loader in use, if any.
64 * @return the file loader in use.
69 * Set the CS file loader to use
70 * @param fileLoader the file loader that should be used.
  /frameworks/support/v4/java/android/support/v4/content/
package.html 5 {@link android.support.v4.content.Loader} and related classes and
  /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/chromium/chrome/browser/nacl_host/
nacl_broker_service_win.h 26 // a Native Client loader process.
30 // Called by NaClBrokerHost to notify the service that a loader was launched.
34 // Called by NaClProcessHost when a loader process is terminated
  /external/chromium_org/components/nacl/browser/
nacl_broker_service_win.h 28 // a Native Client loader process.
32 // Called by NaClBrokerHost to notify the service that a loader was launched.
36 // Called by NaClProcessHost when a loader process is terminated
  /external/chromium_org/components/nacl/loader/
nacl_main.cc 12 #include "components/nacl/loader/nacl_listener.h"
13 #include "components/nacl/loader/nacl_main_platform_delegate.h"
17 // main() routine for the NaCl loader process.
  /external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.h 46 virtual void willSendRequest(blink::WebURLLoader* loader,
49 virtual void didSendData(blink::WebURLLoader* loader,
52 virtual void didReceiveResponse(blink::WebURLLoader* loader,
54 virtual void didDownloadData(blink::WebURLLoader* loader,
57 virtual void didReceiveData(blink::WebURLLoader* loader,
61 virtual void didFinishLoading(blink::WebURLLoader* loader,
63 virtual void didFail(blink::WebURLLoader* loader,
116 // wrapping the main document's loader (i.e. loader_ is null).
122 // Set to true when this loader can ignore same originl policy.
125 // The loader associated with this request. MAY BE NULL
    [all...]
  /external/chromium_org/mojo/public/bindings/generators/
template_expander.py 26 loader = jinja2.FileSystemLoader([path_to_templates])
27 jinja_env = jinja2.Environment(loader=loader, keep_trailing_newline=True)
  /external/chromium_org/third_party/WebKit/ManualTests/eventsource/
eventsource-loader-buffering.html 4 <title>EventSource Loader Buffering</title>
14 var es = new EventSource("eventsource-loader-buffering.php");
50 <p>Manual test to verify that the EventSource loader does not buffer data (may result in memory growth with long lived connections). Monitor memory usage; it should be stable. This file has to be served from the same web server as the php script with the same name.</p>
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp 33 #include "core/loader/PingLoader.h"
38 #include "core/loader/FrameLoader.h"
39 #include "core/loader/FrameLoaderClient.h"
40 #include "core/loader/UniqueIdentifier.h"
66 frame->loader().addExtraFieldsToRequest(request);
69 // Leak the ping loader, since it will kill itself as soon as it receives a response.
82 frame->loader().addExtraFieldsToRequest(request);
98 // Leak the ping loader, since it will kill itself as soon as it receives a response.
109 frame->loader().addExtraFieldsToRequest(request);
116 // Leak the ping loader, since it will kill itself as soon as it receives a response
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_cursor_loader_updater.h 25 // An interface to optionally update the state of a cursor loader. Only used on
37 ui::CursorLoader* loader) = 0;
42 ui::CursorLoader* loader) = 0;

Completed in 523 milliseconds

1 2 3 4 56 7 8 91011>>