HomeSort by relevance Sort by last modified time
    Searched refs:choices (Results 1 - 25 of 367) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
Scanner.java 35 * @param choices
43 boolean checkToken(Token.ID... choices);
  /external/libcups/cups/
ppd-emit.c 52 * The choices array should be freed using @code free@ when you are
59 ppd_choice_t ***choices) /* O - Pointers to choices */
61 return (ppdCollect2(ppd, section, 0.0, choices));
69 * The choices array should be freed using @code free@ when you are
79 ppd_choice_t ***choices) /* O - Pointers to choices */
84 int count; /* Number of choices collected */
85 ppd_choice_t **collect; /* Collected choices */
89 DEBUG_printf(("ppdCollect2(ppd=%p, section=%d, min_order=%f, choices=%p)"
608 ppd_choice_t **choices; \/* Choices *\/ local
    [all...]
  /external/autotest/client/common_lib/
host_protections.py 43 choices = Protection.choices() variable
  /external/autotest/frontend/client/src/autotest/common/table/
BooleanFilter.java 7 private static final String[] choices = {"Yes", "No"}; field in class:BooleanFilter
11 setChoices(choices);
MultipleListFilter.java 39 public void setChoices(String[] choices) {
40 super.setChoices(choices);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
comm-1.s 1 # check valid common choices.
  /libcore/ojluni/src/main/java/java/sql/
DriverPropertyInfo.java 40 * name and value. The <code>description</code> and <code>choices</code>
83 public String[] choices = null; field in class:DriverPropertyInfo
  /packages/apps/TV/src/com/android/tv/tuner/setup/
ScanResultFragment.java 93 String[] choices; local
96 choices = getResources().getStringArray(R.array.ut_result_found_choices);
99 choices = getResources().getStringArray(R.array.ut_result_not_found_choices);
102 for (int i = 0; i < choices.length; ++i) {
105 .title(choices[i]).build());
107 actions.add(new GuidedAction.Builder(getActivity()).id(i).title(choices[i])
ConnectionTypeFragment.java 66 String[] choices = getResources().getStringArray(R.array.ut_connection_choices); local
67 int length = choices.length - 1;
72 .title(choices[i])
WelcomeFragment.java 95 String[] choices = getResources().getStringArray(mChannelCountOnPreference == 0 local
97 for (int i = 0; i < choices.length - 1; ++i) {
98 actions.add(new GuidedAction.Builder(getActivity()).id(i).title(choices[i])
102 .title(choices[choices.length - 1]).build());
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoActionPopup.java 45 /** If set, show choices to take a picture with the camera, or pick one from the gallery. */
48 * If set, modifies the wording in the choices for TAKE_OR_PICK_PHOTO
74 // Build choices, depending on the current mode. We assume this Dialog is never called
75 // if there are NO choices (e.g. a read-only picture is already super-primary)
76 final ArrayList<ChoiceListItem> choices = new ArrayList<ChoiceListItem>(4); local
79 choices.add(new ChoiceListItem(ChoiceListItem.ID_REMOVE,
90 choices.add(new ChoiceListItem(ChoiceListItem.ID_TAKE_PHOTO, takePhotoString));
92 choices.add(new ChoiceListItem(ChoiceListItem.ID_PICK_PHOTO, pickPhotoString));
94 return choices;
99 final ArrayList<ChoiceListItem> choices = getChoices(context, mode) local
    [all...]
PhotoSourceDialogFragment.java 67 final ArrayList<ChoiceListItem> choices = local
71 final CharSequence[] items = new CharSequence[choices.size()];
73 items[i] = choices.get(i).toString();
79 final ChoiceListItem choice = choices.get(which);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverPropertyInfoTest.java 75 assertTrue(Arrays.equals(testChoices, aDriverPropertyInfo.choices));
81 aDriverPropertyInfo.choices = updateChoices;
87 assertTrue(Arrays.equals(updateChoices, aDriverPropertyInfo.choices));
  /libcore/luni/src/test/java/libcore/java/sql/
OldDriverPropertyInfoTest.java 59 String[] choices = info[0].choices; local
60 assertNull(choices);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestContentAssist.java 60 List<Pair<String, String>> choices = new ArrayList<Pair<String, String>>(); local
74 choices.add(Pair.of(version.getCodename(), version.getCodename()));
76 choices.add(Pair.of(Integer.toString(apiLevel), target.getFullName()));
82 choices.add(Pair.of(Integer.toString(api), name));
85 addMatchingProposals(proposals, choices.toArray(), offset, node, wordPrefix,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 199 Object[] choices = getChoicesForElement(parent, currentNode); local
200 if (choices == null || choices.length == 0) {
219 addMatchingProposals(proposals, choices, offset,
240 Object[] choices = getChoicesForAttribute(parent, currentNode, currentUiNode, local
242 if (choices == null || choices.length == 0) {
255 addMatchingProposals(proposals, choices, offset, parentNode != null ? parentNode : null,
287 * Gets the choices when the user is editing the name of an XML element.
294 * can be found under <manifest>, of which <application> is one of the choices
360 Object[] choices = null; local
434 Object[] choices; local
498 Object[] choices = getElementChoicesForTextNode(parentNode); local
524 ElementDescriptor[] choices = null; local
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
update_mapping.py 31 action='append', choices=['plugable_7port',
  /external/libmojo/third_party/catapult/devil/devil/utils/
update_mapping.py 31 action='append', choices=['plugable_7port',
  /frameworks/support/compat/ics/android/support/v4/app/
RemoteInputCompatBase.java 39 CharSequence[] choices, boolean allowFreeFormInput, Bundle extras,
  /cts/tests/app/src/android/app/cts/
RemoteInputTest.java 61 CharSequence[] choices = new CharSequence[2]; local
62 choices[0] = "first";
63 choices[1] = "second";
66 .setChoices(choices)
169 CharSequence[] choices = new CharSequence[2]; local
170 choices[0] = "first";
171 choices[1] = "second";
174 .setChoices(choices)
  /frameworks/base/core/java/android/hardware/camera2/utils/
ListUtils.java 77 * Return the first item from {@code choices} that is contained in the {@code list}.
79 * <p>Choices with an index closer to 0 get higher priority. If none of the {@code choices}
82 * @param list a list of objects which may or may not contain one or more of the choices
83 * @param choices an array of objects which should be used to select an item from
85 * @return the first item from {@code choices} contained in {@code list}, otherwise {@code null}
87 public static <T> T listSelectFirstFrom(List<T> list, T[] choices) {
92 for (T choice : choices) {
  /frameworks/support/compat/tests/java/android/support/v4/app/
RemoteInputTest.java 82 CharSequence[] choices = new CharSequence[2]; local
83 choices[0] = "first";
84 choices[1] = "second";
87 .setChoices(choices)
202 CharSequence[] choices = new CharSequence[2]; local
203 choices[0] = "first";
204 choices[1] = "second";
207 .setChoices(choices)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 76 Object[] choices = super.getChoicesForElement(parent, currentNode); local
77 if (choices == null) {
93 if (choices == null && parent.length() >= 1 && Character.isLowerCase(parent.charAt(0))) {
109 return choices;
114 ElementDescriptor[] choices = super.getElementChoicesForTextNode(parentNode); local
121 choices = ObjectArrays.concat(choices, array, ElementDescriptor.class);
122 choices = sort(choices);
125 return choices;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 24 import com.android.ide.common.api.RuleAction.Choices;
252 assert newAction instanceof Choices;
253 Choices choices = (Choices) newAction; local
254 String current = choices.getCurrent();
294 if (action instanceof RuleAction.Choices) {
295 RuleAction.Choices choices = (Choices) action local
    [all...]
  /frameworks/base/core/java/android/app/
RemoteInput.java 89 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices,
93 this.mChoices = choices;
115 * Get possible input choices. This can be {@code null} if there are no choices to present.
144 * choices in {@link #getChoices}. An {@link IllegalArgumentException} is thrown
191 * Specifies choices available to the user to satisfy this input.
192 * @param choices an array of pre-defined choices for users input.
197 public Builder setChoices(CharSequence[] choices) {
198 if (choices == null)
    [all...]

Completed in 678 milliseconds

1 2 3 4 5 6 7 8 91011>>