Searched defs:choices (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dchoice_helpers_unittest.cc27 Choices choices = SplitChoices("Single Choice"); local
28 EXPECT_EQ(1u, choices.size());
29 EXPECT_EQ("Single Choice", choices[0]);
33 Choices choices = SplitChoices("Single Choice\n"); local
34 EXPECT_EQ(1u, choices.size());
35 EXPECT_EQ("Single Choice", choices[0]);
39 Choices choices = SplitChoices( local
43 EXPECT_EQ(3u, choices.size());
44 EXPECT_EQ("Choice 1", choices[0]);
45 EXPECT_EQ("Choice 2", choices[
50 Choices choices = SplitChoices( local
[all...]
H A Dchoice_helpers.cc22 ChoiceBuilder::ChoiceBuilder(const std::string& title, const Choices& choices) argument
23 : choices_(choices),
26 new IntegerWithinRangeValidator(1, choices.size()));
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Drun_all.py77 choices=['debug', 'info', 'warning', 'warn', 'error', variable
/external/chromium_org/tools/set_default_handler/
H A Dset_default_handler_main.cc50 std::vector<base::string16> choices; local
53 result = controller.RunSynchronously(NULL, protocol, program, &choices);
57 } else if (!choices.empty()) {
58 printf("failed to set program. possible choices: %ls\n",
59 JoinString(choices, L", ").c_str());
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlPolicyBuilderFuzzerTest.java162 private static String pick(Random rnd, String[] choices) { argument
163 return choices[rnd.nextInt(choices.length)];
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DRealmChoiceCallback.java26 public RealmChoiceCallback(String prompt, String[] choices, int defaultChoice, argument
28 super(prompt, choices, defaultChoice, multiple);
/external/chromium_org/tools/json_schema_compiler/
H A Dcompiler.py159 choices=GENERATORS, variable
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DChoiceCallback.java34 private String[] choices; field in class:ChoiceCallback
38 private void setChoices(String[] choices) { argument
39 if (choices == null || choices.length == 0) {
42 for (int i = 0; i < choices.length; i++) {
43 if (choices[i] == null || choices[i].length() == 0) {
47 //FIXME: System.arraycopy(choices, 0 , new String[choices.length], 0, choices
66 ChoiceCallback(String prompt, String[] choices, int defaultChoice, boolean multipleSelectionsAllowed) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dabout_flags.h103 const Choice* choices; member in struct:about_flags::Experiment
105 // Number of |choices|.
/external/chromium_org/extensions/test/data/
H A Djson_schema_test.js155 choices: [
476 choices: [
492 choices: [
503 choices: [
531 choices: [
544 choices: [
571 choices: [
587 choices: [
598 choices: [
/external/chromium_org/win8/test/
H A Dopen_with_dialog_controller.cc36 std::vector<base::string16> choices) {
38 *choices_out = choices;
78 void OnAutomationResult(HRESULT result, std::vector<base::string16> choices);
194 std::vector<base::string16> choices) {
199 automation_choices_ = choices;
269 std::vector<base::string16>* choices) {
286 &result, choices)));
31 OnMakeDefaultComplete( const base::Closure& closure, HRESULT* result_out, std::vector<base::string16>* choices_out, HRESULT hr, std::vector<base::string16> choices) argument
192 OnAutomationResult( HRESULT result, std::vector<base::string16> choices) argument
265 RunSynchronously( HWND parent_window, const base::string16& protocol, const base::string16& program, std::vector<base::string16>* choices) argument
H A Dui_automation_client.cc72 std::vector<base::string16>* choices);
348 std::vector<base::string16> choices; local
351 GetInvokableItems(window, &choices);
356 base::Bind(result_callback_, result, choices));
457 // Populates |choices| with the names of all invokable children of |element|.
460 std::vector<base::string16>* choices) {
461 DCHECK(choices);
529 choices->clear();
530 choices->reserve(num_elements);
548 choices
458 GetInvokableItems( const base::win::ScopedComPtr<IUIAutomationElement>& element, std::vector<base::string16>* choices) argument
[all...]
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc455 mswr::ComPtr<StringVectorMap> choices; local
456 hr = picker->get_FileTypeChoices(choices.GetAddressOf());
505 hr = choices->Insert(description.Get(), list.Get(), &replaced);
517 // to provide sensible choices. If none were given, fallback to .dat.
519 hr = choices->get_Size(&num_choices);
540 hr = choices->Insert(description.Get(), list.Get(), &replaced);
H A Dfile_picker_ash.cc403 mswr::ComPtr<StringVectorMap> choices; local
404 hr = picker->get_FileTypeChoices(choices.GetAddressOf());
453 hr = choices->Insert(description.Get(), list.Get(), &replaced);
465 // to provide sensible choices. If none were given, fallback to .dat.
467 hr = choices->get_Size(&num_choices);
488 hr = choices->Insert(description.Get(), list.Get(), &replaced);
/external/deqp/modules/gles2/functional/
H A Des2fDitheringTests.cpp73 static inline string choiceListStr (const vector<T>& choices) argument
76 for (int i = 0; i < (int)choices.size(); i++)
78 if (i == (int)choices.size()-1)
82 result += de::toString(choices[i]);
309 log << TestLog::Image("ColorChoiceErrorMask", "Error mask for color choices", errorMask);
412 log << TestLog::Image("ColorChoiceErrorMask", "Error mask for color choices", errorMask);
/external/deqp/modules/gles3/functional/
H A Des3fDitheringTests.cpp73 static inline string choiceListStr (const vector<T>& choices) argument
76 for (int i = 0; i < (int)choices.size(); i++)
78 if (i == (int)choices.size()-1)
82 result += de::toString(choices[i]);
309 log << TestLog::Image("ColorChoiceErrorMask", "Error mask for color choices", errorMask);
412 log << TestLog::Image("ColorChoiceErrorMask", "Error mask for color choices", errorMask);
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc263 // Validate the schemas contained in a "choices" attribute.
268 *error = "Invalid choices attribute";
309 "Value does not match any valid type choices.";
311 "Value does not match any valid enum choices.";
474 // If the schema has a choices property, the instance must validate against at
476 const base::ListValue* choices = NULL; local
477 if (schema->GetList(schema::kChoices, &choices)) {
478 ValidateChoices(instance, choices, path);
518 const base::ListValue* choices,
522 for (size_t i = 0; i < choices
517 ValidateChoices(const base::Value* instance, const base::ListValue* choices, const std::string& path) argument
540 ValidateEnum(const base::Value* instance, const base::ListValue* choices, const std::string& path) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DSets.java1081 final ImmutableSet<? extends B> choices; field in class:Sets.CartesianSet.Axis
1086 choices = ImmutableSet.copyOf(set);
1087 choicesList = choices.asList();
1092 return choices.size();
1100 return choices.contains(target);
1106 return this.choices.equals(that.choices);
1116 return size / choices.size() * choices.hashCode();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java1069 final ImmutableSet<? extends B> choices; field in class:Sets.CartesianSet.Axis
1074 choices = ImmutableSet.copyOf(set);
1075 choicesList = choices.asList();
1080 return choices.size();
1088 return choices.contains(target);
1094 return this.choices.equals(that.choices);
1104 return size / choices.size() * choices.hashCode();
/external/chromium_org/third_party/icu/source/common/
H A Ducnv2022.cpp1649 int8_t choices[10]; local
1722 * and not used yet while building the choices[].
1729 choices[choiceCount++] = (int8_t)HWKANA_7BIT;
1735 choices[choiceCount++] = cs = pFromU2022State->cs[0];
1740 choices[choiceCount++] = cs;
1748 choices[choiceCount++] = cs;
1772 int8_t cs0 = choices[i];
1912 /* invalidate the choices[] */
2901 int8_t choices[3]; local
2990 choices[
[all...]
/external/icu/icu4c/source/common/
H A Ducnv2022.cpp1654 int8_t choices[10]; local
1727 * and not used yet while building the choices[].
1734 choices[choiceCount++] = (int8_t)HWKANA_7BIT;
1740 choices[choiceCount++] = cs = pFromU2022State->cs[0];
1745 choices[choiceCount++] = cs;
1753 choices[choiceCount++] = cs;
1777 int8_t cs0 = choices[i];
1917 /* invalidate the choices[] */
2906 int8_t choices[3]; local
2995 choices[
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc1583 // If there were unrecoverable Wallet errors, or if there are choices other
4003 const base::DictionaryValue* choices = profile()->GetPrefs()->GetDictionary( local
4005 if (!choices)
4009 if (!choices->GetDictionary(SectionToPrefString(section), &choice))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6113 milliseconds

12