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

1 2 3 4 5 6 7 8

  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
__init__.py 3 - domains configuration selections and restore
  /external/robolectric/v1/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" }));
  /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/v1/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;
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
StartVoiceInteractionActivity.java 189 public void onPickOptionResult(boolean finished, Option[] selections, Bundle result) {
190 Log.i(TAG, "Pick result: finished=" + finished + " selections=" + selections
198 for (int i=0; i<selections.length; i++) {
202 sb.append(selections[i].getLabel());
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());
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
question.py 384 SELECTIONANSWER_XML_TEMPLATE = """<SelectionAnswer>%s%s<Selections>%s</Selections></SelectionAnswer>""" # % (count_xml, style_xml, selections_xml)
393 def __init__(self, min=1, max=1, style=None, selections=None, type='text', other=False):
403 if selections is None:
404 raise ValueError("SelectionAnswer.__init__(): selections must be a non-empty list of (content, identifier) tuples")
406 self.selections = selections
411 assert len(selections) >= self.min_selections, "# of selections is less than minimum of %d" % self.min_selections
412 #assert len(selections) <= self.max_selections, "# of selections exceeds maximum of %d" % self.max_selection
    [all...]
  /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.");
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 54 def get_selection_funcs(selections):
56 Returns the selection functions listed by their names in 'selections'.
58 @param selections: List of strings, where each string is a key for a
64 if k in selections
267 swap_target, switch_delay, temp_dir, selections):
278 @param selections: List of selection function names
335 for f_name, f in get_selection_funcs(selections).iteritems():
400 selections=None, swap_targets=None, switch_delay=0.0):
401 if selections is None:
402 selections = ['sequential', 'uniform', 'exponential'
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
README.txt 8 Repeat this test for different selections of playout and recording devices.
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractorCallback.aidl 31 in VoiceInteractor.PickOptionRequest.Option[] selections, in Bundle result);
  /frameworks/base/docs/html/guide/topics/ui/
binding.jd 11 <li><a href="#HandlingUserSelections">Handling User Selections</a></li>
56 <h2 id="HandlingUserSelections">Handling User Selections</h2>
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
AttachInfo_Accessor.java 40 info.mInTouchMode = false; // this is so that we can display 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) {
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) {
FragmentMenu.java 79 List<SelectionItem> selections = selectionManager.getSelections(); local
80 if (selections.size() == 0) {
84 SelectionItem first = selections.get(0);
  /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.
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitySelectionActivity.java 231 /** The number of user selections at the top of the adapter to avoid indexing. */
452 // Refresh the user selections.
518 // None of the original user selections should show their index.
523 // The first item after the original user selections must always show its index.
528 // None of the original user selections should show their index.
533 // The first item after the original user selections must always show its index.
  /external/clang/tools/clang-format/
clang-format-sublime.py 9 # format the current lines and selections for all cursor positions. The lines
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 65 // Look for selections in XML and in the layout UI editor
67 // Note, two kinds of selections are returned here:
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
HeadlinesFragment.java 47 * Represents a listener that will be notified of headline selections.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
TournamentSelection.java 33 /** number of chromosomes included in the tournament selections */
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
single_object_instance_sub_view.html 71 throw new Error('Only supports single item selections');

Completed in 696 milliseconds

1 2 3 4 5 6 7 8