HomeSort by relevance Sort by last modified time
    Searched refs:selections (Results 1 - 24 of 24) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
Solution.h 31 SelectionsMap selections; member in class:llvm::PBQP::Solution
41 /// \brief Number of nodes for which selections have been made.
42 /// @return Number of nodes for which selections have been made.
43 unsigned numNodes() const { return selections.size(); }
77 selections[nodeId] = selection;
84 SelectionsMap::const_iterator sItr = selections.find(nodeId);
85 assert(sItr != selections.end() && "No selection for node.");
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderOperationBuilderTest.java 51 Map<String, String[]> selections = shadowBuilder.getSelections(); local
52 assertThat(selections.size(), is(2));
53 assertThat(selections.get("first"), equalTo(new String[] { "a", "b" }));
54 assertThat(selections.get("second"), equalTo(new String[] { "c", "d" }));
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractorCallback.aidl 31 in VoiceInteractor.PickOptionRequest.Option[] selections, in Bundle result);
ResolverActivity.java     [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentProviderOperation.java 17 private final Map<String, String[]> selections = new HashMap<String, String[]>(); field in class:ShadowContentProviderOperation
65 return selections;
  /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();
SelectionManager.java 1039 List<SelectionItem> selections = selectionManager.getSelections(); local
1129 final List<SelectionItem> selections = getSelections(); local
1184 final List<SelectionItem> selections = getSelections(); local
    [all...]
HoverOverlay.java 155 List<SelectionItem> selections = mCanvas.getSelectionManager().getSelections(); local
156 for (SelectionItem item : selections) {
FragmentMenu.java 79 List<SelectionItem> selections = selectionManager.getSelections(); local
80 if (selections.size() == 0) {
84 SelectionItem first = selections.get(0);
LayoutActionBar.java 121 List<SelectionItem> selections = selectionManager.getSelections(); local
122 if (selections.size() > 0) {
127 NodeProxy node = selections.get(0).getNode();
140 selections = Collections.emptyList();
145 for (SelectionItem item : selections) {
349 List<SelectionItem> selections = local
351 List<INode> nodes = new ArrayList<INode>(selections.size());
352 for (SelectionItem item : selections) {
GestureManager.java 745 List<SelectionItem> selections = selectionManager.getSelections(); local
749 if (!selections.isEmpty()) {
753 for (SelectionItem cs : selections) {
774 if (selections.size() == 1) {
779 mDragSelection.addAll(selections);
782 for (SelectionItem cs : selections) {
798 mDragSelection.addAll(selections);
    [all...]
LayoutCanvas.java 1058 List<SelectionItem> selections = mSelectionManager.getSelections(); local
1394 List<SelectionItem> selections = getSelectionManager().getSelections(); local
    [all...]
DynamicContextMenu.java 161 List<SelectionItem> selections = mCanvas.getSelectionManager().getSelections(); local
162 if (selections.size() == 0) {
165 List<INode> nodes = new ArrayList<INode>(selections.size());
166 for (SelectionItem item : selections) {
  /cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
TestApp.java 230 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) {
233 ", selections = " + Utils.toOptionsString(selections) +
235 if ((selections.length != 1) ||
236 !selections[0].getLabel().toString().equals(Utils.PICKOPTON_3)) {
238 "Pickoption Selections Not received correctly in TestApp.");
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
TestInteractionActivity.java 242 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) {
243 Log.i(TAG, "Pick result: finished=" + finished + " selections=" + selections
251 for (int i=0; i<selections.length; i++) {
255 sb.append(selections[i].getLabel());
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 85 String selections = ContactsContract.Contacts.DISPLAY_NAME + " = 'Mike Cleron'"; local
88 projection, selections, null, null);
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 509 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) {
512 + " finished=" + finished + " selections=" + selections
517 mCallback.deliverPickOptionResult(mInterface, finished, selections, result);
530 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) {
531 sendPickOptionResult(false, selections, result);
542 VoiceInteractor.PickOptionRequest.Option[] selections, Bundle result) {
543 sendPickOptionResult(true, selections, result);
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 548 * which case {@code selections} contains the final result. If false, this request is
550 * @param selections Either a single {@link Option} or one of several {@link Option}s the
554 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1632 milliseconds