Searched defs:Picker (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DpickerCommon.js227 function Picker(element, config) { class
235 Picker.Actions = {
244 Picker.prototype.submitValue = function(value) {
249 Picker.prototype.handleCancel = function() {
253 Picker.prototype.chooseOtherColor = function() {
254 window.pagePopupController.setValueAndClosePopup(Picker.Actions.ChooseOtherColor, "");
257 Picker.prototype.cleanup = function() {};
/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h44 latency_sort Picker; member in class:llvm::LatencyPriorityQueue
47 LatencyPriorityQueue() : Picker(this) {
H A DResourcePriorityQueue.h59 resource_sort Picker; member in class:llvm::ResourcePriorityQueue
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1739 static SUnit *popFromQueueImpl(std::vector<SUnit*> &Q, SF &Picker) { argument
1743 if (Picker(*Best, *I))
1753 SUnit *popFromQueue(std::vector<SUnit*> &Q, SF &Picker, ScheduleDAG *DAG) { argument
1756 reverse_sort<SF> RPicker(Picker);
1761 return popFromQueueImpl(Q, Picker);
1766 SF Picker; member in class:RegReductionPriorityQueue
1777 Picker(this) {}
1782 return Picker.HasReadyFilter && Picker.isReady(U, getCurCycle());
1788 SUnit *V = popFromQueue(Queue, Picker, scheduleDA
[all...]

Completed in 113 milliseconds