Home
last modified time | relevance | path

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

12345678910>>...16

/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/src/ia32/
Dbuiltins-ia32.cc95 __ bind(&non_function_call); in Generate_JSConstructCall() local
174 __ bind(&loop); in Generate_JSConstructStubHelper() local
177 __ bind(&entry); in Generate_JSConstructStubHelper() local
238 __ bind(&loop); in Generate_JSConstructStubHelper() local
241 __ bind(&entry); in Generate_JSConstructStubHelper() local
262 __ bind(&undo_allocation); in Generate_JSConstructStubHelper() local
267 __ bind(&rt_call); in Generate_JSConstructStubHelper() local
277 __ bind(&allocated); in Generate_JSConstructStubHelper() local
298 __ bind(&loop); in Generate_JSConstructStubHelper() local
300 __ bind(&entry); in Generate_JSConstructStubHelper() local
[all …]
Dic-ia32.cc143 __ bind(&done); in GenerateDictionaryLoad() local
170 __ bind(&miss); in GenerateArrayLength() local
184 __ bind(&miss); in GenerateStringLength() local
198 __ bind(&miss); in GenerateFunctionPrototype() local
236 __ bind(&index_int); in GenerateGeneric() local
253 __ bind(&check_pixel_array); in GenerateGeneric() local
267 __ bind(&slow); in GenerateGeneric() local
274 __ bind(&check_string); in GenerateGeneric() local
343 __ bind(&probe_dictionary); in GenerateGeneric() local
362 __ bind(&index_string); in GenerateGeneric() local
[all …]
Djump-target-ia32.cc120 __ bind(&original_fall_through); in DoBranch() local
192 __ bind(&entry_label_); in DoBind() local
216 __ bind(&entry_label_); in DoBind() local
230 __ bind(&merge_labels_[0]); in DoBind() local
240 __ bind(&entry_label_); in DoBind() local
299 __ bind(&merge_labels_[i]); in DoBind() local
309 __ bind(&merge_labels_[j]); in DoBind() local
341 __ bind(&merge_labels_[i]); in DoBind() local
358 __ bind(&merge_labels_[0]); in DoBind() local
362 __ bind(&entry_label_); in DoBind() local
Dregexp-macro-assembler-ia32.cc113 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerIA32() local
162 __ bind(label); in Bind() local
187 __ bind(&not_at_start); in CheckAtStart() local
245 __ bind(&fallthrough); in CheckGreedyLoop() local
280 __ bind(&loop); in CheckNotBackReferenceIgnoreCase() local
297 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase() local
306 __ bind(&fail); in CheckNotBackReferenceIgnoreCase() local
312 __ bind(&success); in CheckNotBackReferenceIgnoreCase() local
362 __ bind(&fallthrough); in CheckNotBackReferenceIgnoreCase() local
396 __ bind(&loop); in CheckNotBackReference() local
[all …]
Dcodegen-ia32.cc262 __ bind(bailouts->at(i)->label()); in Generate() local
908 __ bind(&left_smi); in Generate() local
919 __ bind(&load_right); in Generate() local
936 __ bind(&right_smi); in Generate() local
947 __ bind(&do_op); in Generate() local
958 __ bind(&after_alloc_failure); in Generate() local
960 __ bind(&call_runtime); in Generate() local
965 __ bind(&done); in Generate() local
1309 __ bind(&non_zero_result); in LikelySmiBinaryOperation() local
1336 __ bind(&non_zero_result); in LikelySmiBinaryOperation() local
[all …]
/external/v8/src/x64/
Dbuiltins-x64.cc122 __ bind(&enough); in Generate_ArgumentsAdaptorTrampoline() local
131 __ bind(&copy); in Generate_ArgumentsAdaptorTrampoline() local
141 __ bind(&too_few); in Generate_ArgumentsAdaptorTrampoline() local
150 __ bind(&copy); in Generate_ArgumentsAdaptorTrampoline() local
160 __ bind(&fill); in Generate_ArgumentsAdaptorTrampoline() local
171 __ bind(&invoke); in Generate_ArgumentsAdaptorTrampoline() local
181 __ bind(&dont_adapt_arguments); in Generate_ArgumentsAdaptorTrampoline() local
205 __ bind(&done); in Generate_FunctionCall() local
236 __ bind(&convert_to_object); in Generate_FunctionCall() local
254 __ bind(&use_global_receiver); in Generate_FunctionCall() local
[all …]
Dic-x64.cc141 __ bind(&done); in GenerateDictionaryLoad() local
282 __ bind(&index_int); in GenerateGeneric() local
304 __ bind(&check_pixel_array); in GenerateGeneric() local
316 __ bind(&slow); in GenerateGeneric() local
319 __ bind(&check_string); in GenerateGeneric() local
383 __ bind(&probe_dictionary); in GenerateGeneric() local
400 __ bind(&index_string); in GenerateGeneric() local
515 __ bind(&box_int); in GenerateExternalArray() local
547 __ bind(&failed_allocation); in GenerateExternalArray() local
553 __ bind(&slow); in GenerateExternalArray() local
[all …]
Djump-target-x64.cc120 __ bind(&original_fall_through); in DoBranch() local
192 __ bind(&entry_label_); in DoBind() local
216 __ bind(&entry_label_); in DoBind() local
230 __ bind(&merge_labels_[0]); in DoBind() local
240 __ bind(&entry_label_); in DoBind() local
299 __ bind(&merge_labels_[i]); in DoBind() local
309 __ bind(&merge_labels_[j]); in DoBind() local
341 __ bind(&merge_labels_[i]); in DoBind() local
358 __ bind(&merge_labels_[0]); in DoBind() local
362 __ bind(&entry_label_); in DoBind() local
Dregexp-macro-assembler-x64.cc123 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerX64() local
172 __ bind(label); in Bind() local
197 __ bind(&not_at_start); in CheckAtStart() local
257 __ bind(&fallthrough); in CheckGreedyLoop() local
298 __ bind(&loop); in CheckNotBackReferenceIgnoreCase() local
317 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase() local
381 __ bind(&fallthrough); in CheckNotBackReferenceIgnoreCase() local
423 __ bind(&loop); in CheckNotBackReference() local
445 __ bind(&fallthrough); in CheckNotBackReference() local
516 __ bind(&success); in CheckSpecialCharacterClass() local
[all …]
/external/v8/src/arm/
Dbuiltins-arm.cc204 __ bind(&not_empty); in AllocateJSArray() local
223 __ bind(&allocated); in AllocateJSArray() local
280 __ bind(&loop); in AllocateJSArray() local
283 __ bind(&entry); in AllocateJSArray() local
328 __ bind(&argc_one_or_more); in ArrayNativeCode() local
363 __ bind(&argc_two_or_more); in ArrayNativeCode() local
393 __ bind(&loop); in ArrayNativeCode() local
396 __ bind(&entry); in ArrayNativeCode() local
436 __ bind(&generic_array_code); in Generate_ArrayCode() local
471 __ bind(&generic_constructor); in Generate_ArrayConstructCode() local
[all …]
Dic-arm.cc138 __ bind(&done); // t1 == t0 + 4*index in GenerateDictionaryLoad() local
159 __ bind(&miss); in GenerateArrayLength() local
176 __ bind(&miss); in GenerateStringLength() local
193 __ bind(&miss); in GenerateFunctionPrototype() local
226 __ bind(&number); in GenerateMegamorphic() local
232 __ bind(&non_number); in GenerateMegamorphic() local
240 __ bind(&non_string); in GenerateMegamorphic() local
247 __ bind(&boolean); in GenerateMegamorphic() local
252 __ bind(&probe); in GenerateMegamorphic() local
256 __ bind(&miss); in GenerateMegamorphic() local
[all …]
Dregexp-macro-assembler-arm.cc120 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerARM() local
171 __ bind(label); in Bind() local
199 __ bind(&not_at_start); in CheckAtStart() local
311 __ bind(&loop); in CheckNotBackReferenceIgnoreCase() local
327 __ bind(&loop_check); in CheckNotBackReferenceIgnoreCase() local
332 __ bind(&fail); in CheckNotBackReferenceIgnoreCase() local
335 __ bind(&success); in CheckNotBackReferenceIgnoreCase() local
372 __ bind(&fallthrough); in CheckNotBackReferenceIgnoreCase() local
399 __ bind(&loop); in CheckNotBackReference() local
415 __ bind(&fallthrough); in CheckNotBackReference() local
[all …]
/external/v8/src/
Dfull-codegen.cc637 __ bind(&eval_right); in EmitLogicalOperation() local
640 __ bind(&done); in EmitLogicalOperation() local
649 __ bind(nested_statement.break_target()); in VisitBlock() local
674 __ bind(&then_part); in VisitIfStatement() local
678 __ bind(&else_part); in VisitIfStatement() local
681 __ bind(&done); in VisitIfStatement() local
778 __ bind(&body); in VisitDoWhileStatement() local
783 __ bind(&stack_check_success); in VisitDoWhileStatement() local
785 __ bind(loop_statement.continue_target()); in VisitDoWhileStatement() local
789 __ bind(&stack_limit_hit); in VisitDoWhileStatement() local
[all …]
Dzone-inl.h83 locator->bind(root_); in Insert()
99 locator->bind(root_); in Insert()
110 locator->bind(root_); in Find()
130 locator->bind(root_); in FindGreatestLessThan()
154 locator->bind(root_); in FindLeastGreaterThan()
173 locator->bind(current); in FindGreatest()
185 locator->bind(current); in FindLeast()
/external/webkit/WebCore/inspector/front-end/
DCookieItemsView.js39 this.deleteButton.addEventListener("click", this._deleteButtonClicked.bind(this), false);
42 this.refreshButton.addEventListener("click", this._refreshButtonClicked.bind(this), false);
73 WebInspector.Cookies.getCookiesAsync(this._updateWithCookies.bind(this));
169 … this._dataGrid = new WebInspector.DataGrid(columns, null, this._deleteCookieCallback.bind(this));
203 case 0: comparator = localeCompare.bind(this, "name"); break;
204 case 1: comparator = localeCompare.bind(this, "value"); break;
205 case 2: comparator = localeCompare.bind(this, "domain"); break;
206 case 3: comparator = localeCompare.bind(this, "path"); break;
208 case 5: comparator = numberCompare.bind(this, "size"); break;
209 case 6: comparator = localeCompare.bind(this, "httpOnly"); break;
[all …]
DTimelineOverviewPane.js51 … WebInspector.TimelineCategoryTreeElement(category, this._onCheckboxClicked.bind(this, category)));
70 this._overviewWindowElement.addEventListener("mousedown", this._dragWindow.bind(this), false);
77 …this._leftResizeElement.addEventListener("mousedown", this._resizeWindow.bind(this, this._leftResi…
83 …this._rightResizeElement.addEventListener("mousedown", this._resizeWindow.bind(this, this._rightRe…
127 … forAllRecords(records, this._overviewCalculator.updateBoundaries.bind(this._overviewCalculator));
138 forAllRecords(records, markTimeline.bind(this));
185 …gStart(resizeElement, this._windowResizeDragging.bind(this, resizeElement), this._endWindowDraggin…
199 …WebInspector.elementDragStart(this._overviewWindowElement, this._windowDragging.bind(this, event.p…
200 …offsetLeft, this._rightResizeElement.offsetLeft), this._endWindowDragging.bind(this), event, "ew-r…
272 this._uiString = WebInspector.UIString.bind(WebInspector);
DDatabaseQueryView.js37 this.element.addEventListener("selectstart", this._selectStart.bind(this), false);
42 this.promptElement.addEventListener("keydown", this._promptKeyDown.bind(this), true);
45 this.prompt = new WebInspector.TextPrompt(this.promptElement, this.completions.bind(this), " ");
59 setTimeout(moveBackIfOutside.bind(this), 0);
119 this._selectionTimeout = setTimeout(moveBackIfOutside.bind(this), 100);
137 …this.database.executeSql(query, this._queryFinished.bind(this, query), this._queryError.bind(this,…
DElementsTreeOutline.js33 this.element.addEventListener("mousedown", this._onmousedown.bind(this), false);
34 this.element.addEventListener("mousemove", this._onmousemove.bind(this), false);
35 this.element.addEventListener("mouseout", this._onmouseout.bind(this), false);
45 this.element.addEventListener("contextmenu", this._contextMenuEventFired.bind(this), true);
46 this.element.addEventListener("keydown", this._keyDown.bind(this), true);
387 this.listItemElement.addEventListener("mousedown", this.onmousedown.bind(this), false);
422 …WebInspector.domAgent.getChildNodesAsync(this.representedObject, this._updateChildren.bind(this, f…
600 … contextMenu.appendItem(WebInspector.UIString("Add Attribute"), this._addNewAttribute.bind(this));
602 …Item(WebInspector.UIString("Edit Attribute"), this._startEditingAttribute.bind(this, attribute, ev…
606 contextMenu.appendItem(WebInspector.UIString("Edit as HTML"), this._editAsHTML.bind(this));
[all …]
DWatchExpressionsSidebarPane.js49 addElement.addEventListener("click", this.section.addExpression.bind(this.section), false);
54 refreshElement.addEventListener("click", this.section.update.bind(this.section), false);
62 this.onexpand = this.refreshExpressions.bind(this);
156 …ctedWindow("(" + expression + ")", this._watchObjectGroupId, appendResult.bind(this, expression, i…
233 deleteButton.addEventListener("click", this._deleteButtonClicked.bind(this), false);
257 …tor.startEditing(this.nameElement, this.editingCommitted.bind(this), this.editingCancelled.bind(th…
DDOMStorageItemsView.js37 this.deleteButton.addEventListener("click", this._deleteButtonClicked.bind(this), false);
40 this.refreshButton.addEventListener("click", this._refreshButtonClicked.bind(this), false);
64 var callback = this._showDOMStorageEntries.bind(this);
107 … new WebInspector.DataGrid(columns, this._editingCallback.bind(this), this._deleteCallback.bind(th…
DElementsPanel.js73 this.crumbsElement.addEventListener("mousemove", this._mouseMovedInCrumbs.bind(this), false);
74 this.crumbsElement.addEventListener("mouseout", this._mouseMovedOutOfCrumbs.bind(this), false);
82 this.sidebarPanes.styles.onexpand = this.updateStyles.bind(this);
83 this.sidebarPanes.metrics.onexpand = this.updateMetrics.bind(this);
84 this.sidebarPanes.properties.onexpand = this.updateProperties.bind(this);
85 this.sidebarPanes.eventListeners.onexpand = this.updateEventListeners.bind(this);
103 …this.sidebarResizeElement.addEventListener("mousedown", this.rightSidebarResizerDragStart.bind(thi…
106 … this.nodeSearchButton.addEventListener("click", this._nodeSearchButtonClicked.bind(this), false);
206 inspectedRootDocument.addEventListener("DOMNodeInserted", this._nodeInserted.bind(this));
207 inspectedRootDocument.addEventListener("DOMNodeRemoved", this._nodeRemoved.bind(this));
[all …]
DScriptsPanel.js43 this.backButton.addEventListener("click", this._goBack.bind(this), false);
52 this.forwardButton.addEventListener("click", this._goForward.bind(this), false);
58 this.filesSelectElement.addEventListener("change", this._changeVisibleFile.bind(this), false);
78 this.pauseButton.addEventListener("click", this._togglePause.bind(this), false);
86 this.stepOverButton.addEventListener("click", this._stepOverClicked.bind(this), false);
95 this.stepIntoButton.addEventListener("click", this._stepIntoClicked.bind(this), false);
104 this.stepOutButton.addEventListener("click", this._stepOutClicked.bind(this), false);
120 …this.sidebarResizeElement.addEventListener("mousedown", this._startSidebarResizeDrag.bind(this), f…
124 …this.sidebarResizeWidgetElement.addEventListener("mousedown", this._startSidebarResizeDrag.bind(th…
155 this.enableToggleButton.addEventListener("click", this._toggleDebugging.bind(this), false);
[all …]
/external/webkit/WebKit/chromium/src/
DWrappedResourceRequest.h52 bind(resourceRequest); in WrappedResourceRequest()
57 bind(resourceRequest); in WrappedResourceRequest()
60 void bind(WebCore::ResourceRequest& resourceRequest) in bind() function
66 void bind(const WebCore::ResourceRequest& resourceRequest) in bind() function
68 bind(*const_cast<WebCore::ResourceRequest*>(&resourceRequest)); in bind()
DWrappedResourceResponse.h52 bind(resourceResponse); in WrappedResourceResponse()
57 bind(resourceResponse); in WrappedResourceResponse()
60 void bind(WebCore::ResourceResponse& resourceResponse) in bind() function
66 void bind(const WebCore::ResourceResponse& resourceResponse) in bind() function
68 bind(*const_cast<WebCore::ResourceResponse*>(&resourceResponse)); in bind()

12345678910>>...16