Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/external/quake/quake/app/id1/
Dconfig.cfg6 bind "TAB" "+showscores"
7 bind "ENTER" "+jump"
8 bind "ESCAPE" "togglemenu"
9 bind "SPACE" "+jump"
10 bind "+" "sizeup"
11 bind "," "+moveleft"
12 bind "-" "sizedown"
13 bind "." "+moveright"
14 bind "/" "impulse 10"
15 bind "0" "impulse 0"
[all …]
/external/v8/test/mjsunit/
Dfunction-bind.js35 var f = foo.bind(foo);
39 f = foo.bind(foo, 2);
43 f = foo.bind(foo, 2, 2);
47 f = foo.bind(foo, 2, 2, 2);
53 f = foo.bind(foo, 1, 2, 3, 4, 5, 6, 7, 8, 9);
68 f = f_bound_this.bind(obj);
72 f = f_bound_this.bind(obj, 2);
80 f = foo.bind(foo);
82 f = foo.bind(foo).bind(foo).bind(foo).bind(foo);
87 f = foo.bind(foo, 1).bind(foo).bind(foo).bind(foo);
[all …]
/external/clang/test/SemaCXX/
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}} in test()
200 bind(&A::nonstat); // expected-error {{no matching function for call}} in test()
202 bind(&mixed); // expected-error {{no matching function for call}} in test()
203 bind(&A::mixed); // expected-error {{no matching function for call}} in test()
205 bind(&stat); // expected-error {{no matching function for call}} in test()
206 bind(&A::stat); // expected-error {{no matching function for call}} in test()
250 bind(&nonstat); in test0a()
251 bind(&B::nonstat); in test0a()
253 bind(&mixed); in test0a()
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshotProxy.js43 setTimeout(returnResult.bind(this), 0);
52 setTimeout(returnResult.bind(this), 0);
75 filter = filter.bind(this._snapshot);
78 …ew WebInspector.HeapSnapshotProviderProxy(createProvider.bind(this), this._extractEdgeData.bind(th…
86 filter = filter.bind(this._snapshot);
89 …ew WebInspector.HeapSnapshotProviderProxy(createProvider.bind(this), this._extractNodeData.bind(th…
120 setTimeout(parse.bind(this), 0);
140 setTimeout(returnResult.bind(this), 0);
213 setTimeout(returnResult.bind(this), 0);
222 setTimeout(returnResult.bind(this), 0);
[all …]
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), fals…
134 handleException: bind(this._handleException, this),
147 var wrappedCallback = bind(self._callbackWrapper, self, callback);
154 workerFrame.addEventListener = bind(this._addEventListener, this);
[all …]
DExtensionServer.js41 this._registerHandler("addRequestHeaders", this._onAddRequestHeaders.bind(this));
42 this._registerHandler("addAuditCategory", this._onAddAuditCategory.bind(this));
43 this._registerHandler("addAuditResult", this._onAddAuditResult.bind(this));
44 this._registerHandler("createPanel", this._onCreatePanel.bind(this));
45 this._registerHandler("createSidebarPane", this._onCreateSidebarPane.bind(this));
46 this._registerHandler("evaluateOnInspectedPage", this._onEvaluateOnInspectedPage.bind(this));
47 this._registerHandler("getHAR", this._onGetHAR.bind(this));
48 this._registerHandler("getResourceContent", this._onGetResourceContent.bind(this));
49 this._registerHandler("log", this._onLog.bind(this));
50 this._registerHandler("reload", this._onReload.bind(this));
[all …]
DCookiesTable.js65 …ew WebInspector.DataGrid(columns, null, deleteCallback ? this._onDeleteFromGrid.bind(this) : null);
167 case 0: comparator = localeCompare.bind(this, "name"); break;
168 case 1: comparator = localeCompare.bind(this, "value"); break;
169 case 2: comparator = localeCompare.bind(this, "domain"); break;
170 case 3: comparator = localeCompare.bind(this, "path"); break;
172 case 5: comparator = numberCompare.bind(this, "size"); break;
173 case 6: comparator = localeCompare.bind(this, "httpOnly"); break;
174 case 7: comparator = localeCompare.bind(this, "secure"); break;
175 default: localeCompare.bind(this, "name");
DCSSStyleModel.js94 CSSAgent.getStylesForNode(nodeId, callback.bind(null, userCallback));
107 CSSAgent.getComputedStyleForNode(nodeId, callback.bind(null, userCallback));
120 CSSAgent.getInlineStyleForNode(nodeId, callback.bind(null, userCallback));
143 …ent.querySelectorAll(documentElementId, newSelector, checkAffectsCallback.bind(this, nodeId, succe…
149 …CSSAgent.setRuleSelector(ruleId, newSelector, callback.bind(this, nodeId, successCallback, failure…
172 …mAgent.querySelectorAll(documentElementId, selector, checkAffectsCallback.bind(this, nodeId, succe…
178 …CSSAgent.addRule(nodeId, selector, callback.bind(this, successCallback, failureCallback, selector)…
205 CSSAgent.getStyleSheetText(styleSheetId, mycallback.bind(this));
213 …eStyleSheetChanged(styleSheetId, majorChange, userCallback ? userCallback.bind(this, error) : null…
215 CSSAgent.setStyleSheetText(styleSheetId, newText, callback.bind(this));
[all …]
DSourceFrame.js122 this.requestContent(this._initializeTextViewer.bind(this));
315 element.addEventListener("contextmenu", this._contextMenu.bind(this), true);
316 element.addEventListener("mousedown", this._mouseDown.bind(this), true);
317 element.addEventListener("mousemove", this._mouseMove.bind(this), true);
318 element.addEventListener("scroll", this._scroll.bind(this), true);
389 this._delayedFindSearchMatches = doFindSearchMatches.bind(this, query);
621 …(WebInspector.UIString("Continue to Here"), this._delegate.continueToLine.bind(this._delegate, lin…
626 …tem(WebInspector.UIString("Add Breakpoint"), this._delegate.setBreakpoint.bind(this._delegate, lin…
637 … this._editBreakpointCondition(lineNumber, "", didEditBreakpointCondition.bind(this));
639 …endItem(WebInspector.UIString("Add Conditional Breakpoint…"), addConditionalBreakpoint.bind(this));
[all …]
DDebuggerPresentationModel.js111 … sourceFile = new WebInspector.SourceFile(sourceFileId, script, contentChanged.bind(this));
113 …new WebInspector.FormattedSourceFile(sourceFileId, script, contentChanged.bind(this), this._format…
165 var oldSource = sourceFile.requestContent(didReceiveSource.bind(this));
168 …uggerModel.editScriptSource(script.sourceID, newSource, didEditScriptSource.bind(this, oldSource));
256 sourceFile.requestSourceMapping(didRequestSourceMapping.bind(this));
273 this._sourceFiles[sourceFileId].requestSourceMapping(didRequestSourceMapping.bind(this));
307 this._setBreakpointInDebugger(breakpoint, callback.bind(this));
327 …RL, location.lineNumber, location.columnNumber, breakpoint.condition, didSetBreakpoint.bind(this));
330 …debuggerModel.setBreakpointBySourceId(location, breakpoint.condition, didSetBreakpoint.bind(this));
333 breakpoint.sourceFile.requestSourceMapping(didRequestSourceMapping.bind(this));
[all …]
/external/chromium/chrome/browser/resources/gpu_internals/
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));
Dtracing_controller.js24 this.stopButton_.onclick = this.endTracing.bind(this);
37 this.onKeydownBoundToThis_ = this.onKeydown_.bind(this);
38 this.onKeypressBoundToThis_ = this.onKeypress_.bind(this);
51 window.setTimeout(this.beginRequestBufferPercentFull_.bind(this), 250);
100 window.setTimeout(this.endTracing.bind(this), 100);
158 window.setTimeout(this.onEndTracingComplete.bind(this), 250);
238 window.setTimeout(this.endTracing.bind(This), 500);
/external/v8/src/x64/
Dcode-stubs-x64.cc48 __ bind(&check_heap_number); in Generate() local
54 __ bind(&call_builtin); in Generate() local
106 __ bind(&gc); in Generate() local
154 __ bind(&gc); in Generate() local
229 __ bind(&slow_case); in Generate() local
264 __ bind(&not_string); in Generate() local
275 __ bind(&true_result); in Generate() local
278 __ bind(&false_result); in Generate() local
438 __ bind(&smi_values); in GenerateSmiCode() local
516 __ bind(&use_fp_on_smis); in GenerateSmiCode() local
[all …]
Dbuiltins-x64.cc97 __ bind(&non_function_call); in Generate_JSConstructCall() local
173 __ bind(&allocate); in Generate_JSConstructStubHelper() local
207 __ bind(&loop); in Generate_JSConstructStubHelper() local
210 __ bind(&entry); in Generate_JSConstructStubHelper() local
273 __ bind(&loop); in Generate_JSConstructStubHelper() local
276 __ bind(&entry); in Generate_JSConstructStubHelper() local
297 __ bind(&undo_allocation); in Generate_JSConstructStubHelper() local
303 __ bind(&rt_call); in Generate_JSConstructStubHelper() local
312 __ bind(&allocated); in Generate_JSConstructStubHelper() local
333 __ bind(&loop); in Generate_JSConstructStubHelper() local
[all …]
Dic-x64.cc193 __ bind(&done); in GenerateDictionaryLoad() local
251 __ bind(&done); in GenerateDictionaryStore() local
368 __ bind(&done); in GenerateNumberDictionaryLoad() local
398 __ bind(&miss); in GenerateArrayLength() local
413 __ bind(&miss); in GenerateStringLength() local
427 __ bind(&miss); in GenerateFunctionPrototype() local
561 __ bind(&index_smi); in GenerateGeneric() local
586 __ bind(&check_number_dictionary); in GenerateGeneric() local
601 __ bind(&slow); in GenerateGeneric() local
608 __ bind(&check_string); in GenerateGeneric() local
[all …]
/external/webkit/Source/WebKit/chromium/src/
DWrappedResourceResponse.h50 bind(resourceResponse); in WrappedResourceResponse()
55 bind(resourceResponse); in WrappedResourceResponse()
58 void bind(WebCore::ResourceResponse& resourceResponse) in bind() function
64 void bind(const WebCore::ResourceResponse& resourceResponse) in bind() function
66 bind(*const_cast<WebCore::ResourceResponse*>(&resourceResponse)); in bind()
DWrappedResourceRequest.h50 bind(resourceRequest); in WrappedResourceRequest()
55 bind(resourceRequest); in WrappedResourceRequest()
58 void bind(WebCore::ResourceRequest& resourceRequest) in bind() function
64 void bind(const WebCore::ResourceRequest& resourceRequest) in bind() function
66 bind(*const_cast<WebCore::ResourceRequest*>(&resourceRequest)); in bind()
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
Dupload_page.js44 this.files_.addEventListener('splice', this.handleOnFilesChanged_.bind(this));
57 this.handleOnLoginClicked_.bind(this));
61 buttons[i].addEventListener('click', this.close_.bind(this));
69 this.handleOnAlbumSelected_.bind(this));
72 this.handleOnAlbumTitleChanged_.bind(this));
75 this.handleOnAlbumLocationChanged_.bind(this));
79 this.handleOnAlbumDescriptionChanged_.bind(this));
89 this.handleOnUploadClicked_.bind(this));
91 this.handleOnLogoutClicked_.bind(this));
196 this.client_.getAlbums(this.getAlbumsCallback_.bind(this));
[all …]
/external/v8/src/ia32/
Dbuiltins-ia32.cc99 __ bind(&non_function_call); in Generate_JSConstructCall() local
174 __ bind(&allocate); in Generate_JSConstructStubHelper() local
205 __ bind(&loop); in Generate_JSConstructStubHelper() local
208 __ bind(&entry); in Generate_JSConstructStubHelper() local
270 __ bind(&loop); in Generate_JSConstructStubHelper() local
273 __ bind(&entry); in Generate_JSConstructStubHelper() local
294 __ bind(&undo_allocation); in Generate_JSConstructStubHelper() local
299 __ bind(&rt_call); in Generate_JSConstructStubHelper() local
309 __ bind(&allocated); in Generate_JSConstructStubHelper() local
330 __ bind(&loop); in Generate_JSConstructStubHelper() local
[all …]
Dcode-stubs-ia32.cc50 __ bind(&check_heap_number); in Generate() local
57 __ bind(&call_builtin); in Generate() local
109 __ bind(&gc); in Generate() local
161 __ bind(&gc); in Generate() local
238 __ bind(&slow_case); in Generate() local
274 __ bind(&not_string); in Generate() local
285 __ bind(&true_result); in Generate() local
288 __ bind(&false_result); in Generate() local
709 __ bind(&use_fp_on_smis); in GenerateSmiCode() local
742 __ bind(&use_fp_on_smis); in GenerateSmiCode() local
[all …]
/external/javasqlite/src/main/java/SQLite/
DStmt.java96 public native void bind(int pos, int value) throws SQLite.Exception; in bind() method in Stmt
104 public native void bind(int pos, long value) throws SQLite.Exception; in bind() method in Stmt
112 public native void bind(int pos, double value) throws SQLite.Exception; in bind() method in Stmt
120 public native void bind(int pos, byte[] value) throws SQLite.Exception; in bind() method in Stmt
128 public native void bind(int pos, String value) throws SQLite.Exception; in bind() method in Stmt
135 public native void bind(int pos) throws SQLite.Exception; in bind() method in Stmt
/external/v8/src/arm/
Dbuiltins-arm.cc209 __ bind(&not_empty); in AllocateJSArray() local
229 __ bind(&allocated); in AllocateJSArray() local
288 __ bind(&loop); in AllocateJSArray() local
291 __ bind(&entry); in AllocateJSArray() local
337 __ bind(&argc_one_or_more); in ArrayNativeCode() local
372 __ bind(&argc_two_or_more); in ArrayNativeCode() local
402 __ bind(&loop); in ArrayNativeCode() local
405 __ bind(&entry); in ArrayNativeCode() local
445 __ bind(&generic_array_code); in Generate_ArrayCode() local
478 __ bind(&generic_constructor); in Generate_ArrayConstructCode() local
[all …]
/external/skia/gpu/src/
DGrGLIndexBuffer.cpp47 void GrGLIndexBuffer::bind() const { in bind() function in GrGLIndexBuffer
60 this->bind(); in lock()
80 this->bind(); in unlock()
88 this->bind(); in isLocked()
104 this->bind(); in updateData()
123 this->bind(); in updateSubData()
DGrGLVertexBuffer.cpp46 void GrGLVertexBuffer::bind() const { in bind() function in GrGLVertexBuffer
59 this->bind(); in lock()
79 this->bind(); in unlock()
89 this->bind(); in isLocked()
103 this->bind(); in updateData()
122 this->bind(); in updateSubData()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DServerSocketTest.java388 theSocket.bind(theAddress); in test_bindLjava_net_SocketAddress()
418 theSocket.bind(null); in test_bindLjava_net_SocketAddress()
426 theSocket.bind(theAddress); in test_bindLjava_net_SocketAddress()
428 theSocket2.bind(localAddress); in test_bindLjava_net_SocketAddress()
439 theSocket.bind(new InetSocketAddress(InetAddress in test_bindLjava_net_SocketAddress()
451 theSocket.bind(new mySocketAddress()); in test_bindLjava_net_SocketAddress()
472 theSocket.bind(theAddress, 5); in test_bindLjava_net_SocketAddressI()
501 theSocket.bind(null, 5); in test_bindLjava_net_SocketAddressI()
509 theSocket.bind(theAddress, 5); in test_bindLjava_net_SocketAddressI()
511 theSocket2.bind(inuseAddress, 5); in test_bindLjava_net_SocketAddressI()
[all …]

12345678910>>...26