Searched refs:bind (Results 1 - 25 of 606) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-bind-receiver.js32 assertEquals(true, strict.bind(true)());
33 assertEquals(42, strict.bind(42)());
34 assertEquals("", strict.bind("")());
35 assertEquals(null, strict.bind(null)());
36 assertEquals(undefined, strict.bind(undefined)());
37 assertEquals(obj, strict.bind(obj)());
39 assertEquals(true, lenient.bind(true)() instanceof Boolean);
40 assertEquals(true, lenient.bind(42)() instanceof Number);
41 assertEquals(true, lenient.bind("")() instanceof String);
42 assertEquals(this, lenient.bind(nul
[all...]
H A Dregress-794.js31 assertFalse("prototype" in foo.bind());
H A Dregress-1419.js28 // Test that using bind several time does not change the length of existing
34 var f1 = function (x) {}.bind(foo);
39 // the object we bind to can be any object
40 f2.bind(foo);
H A Dregress-1650.js30 function g(f) { return f.call.apply(f.bind, arguments); }
46 assertSame(Fake.prototype.bind, this);
53 Fake.prototype.bind = function () {
/external/v8/test/mjsunit/
H A Dfunction-bind.js28 // Tests the Function.prototype.bind (ES 15.3.4.5) method.
37 var f = foo.bind(foo);
41 f = foo.bind(foo, 1);
45 f = foo.bind(foo, 1, 2);
49 f = foo.bind(foo, 1, 2, 3);
55 f = foo.bind(foo, 1, 2, 3, 4, 5, 6, 7, 8, 9);
70 f = f_bound_this.bind(obj);
74 f = f_bound_this.bind(obj, 2);
82 f = foo.bind(foo);
86 f = foo.bind(fo
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWrappedResourceRequest.h50 bind(resourceRequest);
55 bind(resourceRequest);
58 void bind(WebCore::ResourceRequest& resourceRequest) function in class:WebKit::WrappedResourceRequest
64 void bind(const WebCore::ResourceRequest& resourceRequest) function in class:WebKit::WrappedResourceRequest
66 bind(*const_cast<WebCore::ResourceRequest*>(&resourceRequest));
H A DWrappedResourceResponse.h50 bind(resourceResponse);
55 bind(resourceResponse);
58 void bind(WebCore::ResourceResponse& resourceResponse) function in class:WebKit::WrappedResourceResponse
64 void bind(const WebCore::ResourceResponse& resourceResponse) function in class:WebKit::WrappedResourceResponse
66 bind(*const_cast<WebCore::ResourceResponse*>(&resourceResponse));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DMessages.java37 public static String bind(String message) { method in class:Messages
38 return bind(message, null);
48 public static String bind(String message, Object binding) { method in class:Messages
49 return bind(message, new Object[] {binding});
60 public static String bind(String message, Object binding1, Object binding2) { method in class:Messages
61 return bind(message, new Object[] {binding1, binding2});
71 public static String bind(String message, Object[] bindings) { method in class:Messages
/external/dbus/dbus/
H A Ddbus-server-win.c64 const char *bind; local
68 bind = dbus_address_entry_get_value (entry, "bind");
72 *server_p = _dbus_server_new_for_tcp_socket (host, bind, port,
/external/chromium-trace/trace-viewer/src/
H A Dlinux_perf_power_parser.js22 LinuxPerfPowerParser.prototype.powerStartEvent.bind(this));
24 LinuxPerfPowerParser.prototype.powerFrequencyEvent.bind(this));
27 LinuxPerfPowerParser.prototype.cpuFrequencyEvent.bind(this));
29 LinuxPerfPowerParser.prototype.cpuIdleEvent.bind(this));
H A Dlinux_perf_cpufreq_parser.js21 LinuxPerfCpufreqParser.prototype.cpufreqUpDownEvent.bind(this));
23 LinuxPerfCpufreqParser.prototype.cpufreqUpDownEvent.bind(this));
25 LinuxPerfCpufreqParser.prototype.cpufreqTargetEvent.bind(this));
27 LinuxPerfCpufreqParser.prototype.cpufreqTargetEvent.bind(this));
29 LinuxPerfCpufreqParser.prototype.cpufreqTargetEvent.bind(this));
31 LinuxPerfCpufreqParser.prototype.cpufreqBoostUnboostEvent.bind(this));
33 LinuxPerfCpufreqParser.prototype.cpufreqBoostUnboostEvent.bind(this));
/external/clang/test/SemaCXX/
H A Dmember-pointer.cpp183 template <class F> void bind(F f); // expected-note 12 {{candidate template ignored}}
199 bind(&nonstat); // expected-error {{no matching function for call}}
200 bind(&A::nonstat); // expected-error {{no matching function for call}}
202 bind(&mixed); // expected-error {{no matching function for call}}
203 bind(&A::mixed); // expected-error {{no matching function for call}}
205 bind(&stat); // expected-error {{no matching function for call}}
206 bind(&A::stat); // expected-error {{no matching function for call}}
250 bind(&nonstat);
251 bind(&B::nonstat);
253 bind(
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DStmt.java42 * s.bind(...);
44 * s.bind(...);
52 * s.bind(...);
54 * s.bind(...);
96 public native void bind(int pos, int value) throws SQLite.Exception; method in class:Stmt
104 public native void bind(int pos, long value) throws SQLite.Exception; method in class:Stmt
112 public native void bind(int pos, double value) throws SQLite.Exception; method in class:Stmt
120 public native void bind(int pos, byte[] value) throws SQLite.Exception; method in class:Stmt
128 public native void bind(int pos, String value) throws SQLite.Exception; method in class:Stmt
135 public native void bind(in method in class:Stmt
[all...]
/external/stlport/test/unit/
H A Dboost_check.cpp15 ../../../stlport/functional:64: error: 'boost::bind' has not been declared
27 #include <boost/bind.hpp>
/external/v8/test/mjsunit/compiler/
H A Dregress-serialized-slots.js37 Function.prototype.bind = function(thisObject)
56 runner(sum.bind(this, n), n + 10);
/external/clang/unittests/AST/
H A DDeclPrinterTest.cpp104 namedDecl(hasName(DeclName)).bind("id"),
125 namedDecl(hasName(DeclName)).bind("id"),
386 functionDecl(hasName("A"), isExplicitTemplateSpecialization()).bind("id"),
397 constructorDecl(ofClass(hasName("A"))).bind("id"),
407 constructorDecl(ofClass(hasName("A"))).bind("id"),
417 constructorDecl(ofClass(hasName("A"))).bind("id"),
427 constructorDecl(ofClass(hasName("A"))).bind("id"),
437 constructorDecl(ofClass(hasName("A"))).bind("id"),
447 constructorDecl(ofClass(hasName("A"))).bind("id"),
457 constructorDecl(ofClass(hasName("A"))).bind("i
[all...]
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dprofiling_view.js31 this.recordBn_.addEventListener('click', this.onRecord_.bind(this));
35 this.saveBn_.addEventListener('click', this.onSave_.bind(this));
39 this.loadBn_.addEventListener('click', this.onLoad_.bind(this));
56 this.onRecordDone_.bind(this));
58 this.onLoadTraceFileComplete_.bind(this));
60 this.onSaveTraceFileComplete_.bind(this));
62 this.onLoadTraceFileCanceled_.bind(this));
64 this.onSaveTraceFileCanceled_.bind(this));
H A Dbrowser_bridge.js106 window.setTimeout(this.beginRequestClientInfo_.bind(this), 250);
111 }).bind(this));
133 window.setTimeout(this.beginRequestLogMessages_.bind(this), 250);
134 }).bind(this));
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dutil.js9 function bind(obj, func) { function
/external/webkit/Source/WebCore/inspector/front-end/
H A DHeapSnapshotProxy.js43 setTimeout(returnResult.bind(this), 0);
52 setTimeout(returnResult.bind(this), 0);
75 filter = filter.bind(this._snapshot);
78 return new WebInspector.HeapSnapshotProviderProxy(createProvider.bind(this), this._extractEdgeData.bind(this));
86 filter = filter.bind(this._snapshot);
89 return new WebInspector.HeapSnapshotProviderProxy(createProvider.bind(this), this._extractNodeData.bind(this));
120 setTimeout(parse.bind(this), 0);
140 setTimeout(returnResult.bind(thi
[all...]
H A DInjectedFakeWorker.js41 this.postMessage = bind(impl.postMessage, impl);
42 this.terminate = bind(impl.terminate, impl);
54 this.addEventListener = bind(impl.channel.port1.addEventListener, impl.channel.port1);
55 this.removeEventListener = bind(impl.channel.port1.removeEventListener, impl.channel.port1);
56 this.dispatchEvent = bind(impl.channel.port1.dispatchEvent, impl.channel.port1);
102 iframeElement.onload = bind(this._onWorkerFrameLoaded, this, iframeElement, url, code);
107 window.addEventListener("load", bind(this._attachWorkerFrameToDocument, this, iframeElement), false);
134 handleException: bind(this._handleException, this),
147 var wrappedCallback = bind(self._callbackWrapper, self, callback);
154 workerFrame.addEventListener = bind(thi
335 function bind(func, thisObject) function
[all...]
/external/skia/src/gpu/gl/
H A DGrGLIndexBuffer.cpp42 void GrGLIndexBuffer::bind() const { function in class:GrGLIndexBuffer
55 this->bind();
81 this->bind();
89 this->bind();
105 this->bind();
/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpClientConnection.java55 public void bind( method in class:DefaultHttpClientConnection
72 super.bind(socket, params);
H A DDefaultHttpServerConnection.java55 public void bind(final Socket socket, final HttpParams params) throws IOException { method in class:DefaultHttpServerConnection
70 super.bind(socket, params);
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dproxy_error_handler.js23 this.handleError_.bind(this));
27 this.handleOnRequest_.bind(this));

Completed in 467 milliseconds

1234567891011>>