HomeSort by relevance Sort by last modified time
    Searched refs:resolve (Results 126 - 150 of 540) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/v8/test/webkit/fast/js/
Promise-then-without-callbacks.js 29 new Promise(function(resolve) { resolve('hello'); }).then(
  /external/skia/include/gpu/
GrRenderTarget.h 90 * @param rect a rect bounding the area needing resolve. NULL indicates
102 * allow Gr to skip a redundant resolve step.
118 * resolve. Any pending draws to the target are first flushed. This only
122 void resolve();
130 // a MSAA RT may require explicit resolving , it may auto-resolve (e.g. FBO
132 // resolve destination.
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 62 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0);
88 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0);
115 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0);
142 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0);
164 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0);
193 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0);
215 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0);
240 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0);
264 bool result = m_pResolver->resolve(*old_sym, *new_sym, override, 0x0);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/mappy/
popup.js 32 console.log('Unable to resolve address into lat/lng');
  /external/chromium_org/chrome/common/extensions/docs/server2/
fake_url_fetcher.py 56 def resolve(): function in function:FakeUrlFetcher.FetchAsync
59 return Future(callback=resolve)
98 '''Use a file_system to resolve fake fetches. Mimics the interface of Google
133 def resolve(): function in function:MockURLFetcher.FetchAsync
136 return Future(callback=resolve)
features_bundle.py 130 def resolve(): function in function:FeaturesBundle.GetAPIFeatures
143 return Future(callback=resolve)
gcs_file_system.py 83 def resolve(): function in function:CloudStorageFileSystem.Read
99 return Future(callback=resolve)
local_file_system.py 82 def resolve(): function in function:LocalFileSystem.Read
93 return Future(callback=resolve)
manifest_data_source.py 114 def resolve(): function in function:ManifestDataSource._CreateManifestData
125 return Future(callback=resolve)
mock_file_system.py 46 def resolve(): function in function:MockFileSystem.Read
54 return Future(callback=resolve)
patched_file_system.py 24 def resolve(): function in function:_GetAsyncFetchCallback
32 return resolve
path_canonicalizer.py 44 def resolve(): function in function:PathCanonicalizer._LoadCache
81 return Future(callback=resolve)
whats_new_data_source.py 83 def resolve(): function in function:WhatsNewDataSource._GenerateWhatsNewDict
88 return Future(callback=resolve)
api_data_source.py 505 def resolve(): function in function:APIDataSource._GetSchemaModel
517 return Future(callback=resolve)
521 def resolve(): function in function:APIDataSource._GetImpl
530 return Future(callback=resolve)
  /external/chromium_org/net/http/
http_auth_handler_mock.cc 32 void HttpAuthHandlerMock::SetResolveExpectation(Resolve resolve) {
34 resolve_ = resolve;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
EditingLocationHistoryManager.js 181 var position = this._positionHandle.resolve();
188 var position = this._positionHandle.resolve();
  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 83 * Convert to forward slashes. Resolve to full pathname optionally
86 w32ify(char *filename, int resolve)
91 if (resolve)
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
ParserLoader.java 89 public synchronized Class loadClass(String name, boolean resolve) throws ClassNotFoundException {
  /external/apache-http/src/org/apache/http/conn/scheme/
PlainSocketFactory.java 114 remoteAddress = new InetSocketAddress(this.nameResolver.resolve(host), port);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolverWithContext.h 25 // can call resolve or reject from outside of a V8 context.
28 // resolve or reject will be delayed. When it is stopped, resolve or reject
52 void resolve(T value) function in class:WebCore::ScriptPromiseResolverWithContext
66 // Note that an empty ScriptPromise will be returned after resolve or
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.h 80 PageScaleConstraints resolve(const FloatSize& initialViewportSize, Length legacyFallbackWidth) const;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessInitializer.cpp 73 resolve(MIDIAccess::create(m_accessor.release(), m_sysexEnabled, m_portDescriptors, executionContext()));
  /external/chromium_org/third_party/skia/src/gpu/
GrRenderTarget.cpp 48 void GrRenderTarget::resolve() { function in class:GrRenderTarget
  /external/chromium_org/third_party/skia/third_party/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp 84 return QLibrary::resolve(library, symbol);
  /external/chromium_org/v8/test/mjsunit/es6/regress/
regress-cr372788.js 36 Promise.resolve(thenable).then(function() { x++; y++; });
41 Promise.resolve().chain(function() {

Completed in 1578 milliseconds

1 2 3 4 56 7 8 91011>>