HomeSort by relevance Sort by last modified time
    Searched full:selections (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /sdk/traceview/src/com/android/traceview/
SelectionController.java 26 public void change(ArrayList<Selection> selections, Object arg) {
27 this.mSelections = selections;
ProfileView.java 235 ArrayList<Selection> selections = new ArrayList<Selection>();
236 selections.add(Selection.highlight("MethodData", md));
237 mSelectionController.change(selections, "ProfileView");
275 ArrayList<Selection> selections;
276 selections = mSelectionController.getSelections();
277 for (Selection selection : selections) {
  /external/llvm/include/llvm/CodeGen/PBQP/
Solution.h 32 SelectionsMap selections; member in class:PBQP::Solution
42 /// \brief Number of nodes for which selections have been made.
43 /// @return Number of nodes for which selections have been made.
44 unsigned numNodes() const { return selections.size(); }
78 selections[nItr] = selection;
85 SelectionsMap::const_iterator sItr = selections.find(nItr);
86 assert(sItr != selections.end() && "No selection for node.");
  /external/chromium/net/base/
sys_addrinfo.h 15 // since it avoids duplicating the platform-specific selections.
sys_byteorder.h 9 // avoids duplicating the platform-specific selections.
  /dalvik/vm/compiler/codegen/arm/
README.txt 36 - Factory.c (low-level routines for instruction selections)
  /external/webkit/Source/WebCore/manual-tests/
keyboard_select_elements_with_same_beginning.html 12 Click the drop-down to show selections (not navigate to the selection box).
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
AttachInfo_Accessor.java 35 info.mInTouchMode = false; // this is so that we can display selections.
  /frameworks/base/docs/html/guide/topics/ui/
binding.jd 11 <li><a href="#HandlingUserSelections">Handling User Selections</a></li>
63 <h2 id="HandlingUserSelections">Handling User Selections</h2>
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
table_selection_model.js 14 * Selected items are stored, not indexes, so selections are preserved
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
importList.html 57 &nbsp;Clear all selections berofe import.<br>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 77 List<SelectionItem> selections = selectionManager.getSelections(); local
78 int n = selections.size();
82 for (SelectionItem s : selections) {
107 NodeProxy node = selections.get(0).getNode();
HoverOverlay.java 155 List<SelectionItem> selections = mCanvas.getSelectionManager().getSelections(); local
156 for (SelectionItem item : selections) {
LayoutActionBar.java 112 List<SelectionItem> selections = selectionManager.getSelections(); local
113 if (selections.size() > 0) {
118 NodeProxy node = selections.get(0).getNode();
131 selections = Collections.emptyList();
136 for (SelectionItem item : selections) {
255 List<SelectionItem> selections = local
257 List<INode> nodes = new ArrayList<INode>(selections.size());
258 for (SelectionItem item : selections) {
FragmentMenu.java 82 List<SelectionItem> selections = selectionManager.getSelections(); local
83 if (selections.size() == 0) {
87 SelectionItem first = selections.get(0);
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.h 105 // Restores tab selections on all browsers to what they were when
113 // Show the snapshot windows, saving current tab selections.
117 // tab selections that were saved when the snapshot windows were
wm_ipc.h 111 // See ICCCM 2.8 for more info about MANAGER selections.
  /external/proguard/src/proguard/gui/
FilterBuilder.java 26 * This class builds filters corresponding to the selections and names of a
37 * @param checkBoxes the check boxes with names and selections that should
49 * Builds a filter for the current names and selections of the check boxes.