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

1 2

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
choice_helpers_unittest.cc 27 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
50 Choices choices = SplitChoices( local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
run_all.py 77 choices=['debug', 'info', 'warning', 'warn', 'error', variable
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
KeyStoreSelectionDialog.java 50 final CharSequence[] choices = { local
56 .setSingleChoiceItems(choices, 0, new DialogInterface.OnClickListener() {
59 if (choices[id] == SYSTEM_STORE) {
  /external/chromium_org/tools/set_default_handler/
set_default_handler_main.cc 50 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/chromium_org/tools/json_schema_compiler/
compiler.py 159 choices=GENERATORS, variable
  /external/chromium_org/chrome/browser/
about_flags.h 103 const Choice* choices; member in struct:about_flags::Experiment
105 // Number of |choices|.
  /external/chromium_org/extensions/test/data/
json_schema_test.js 155 choices: [
476 choices: [
492 choices: [
503 choices: [
531 choices: [
544 choices: [
571 choices: [
587 choices: [
598 choices: [
  /external/chromium_org/win8/metro_driver/
file_picker.cc 455 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);
file_picker_ash.cc 403 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/chromium_org/win8/test/
ui_automation_client.cc 72 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->push_back(base::string16(V_BSTR(&var)))
    [all...]
  /external/chromium_org/components/json_schema/
json_schema_validator.cc 263 // 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->GetSize(); ++i)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 359 String[] choices = new String[sizes.size()]; local
362 choices[i] = size.width + " x " + size.height;
379 setSingleChoiceItems(choices, 0, new DialogInterface.OnClickListener() {
  /external/chromium_org/third_party/icu/source/common/
ucnv2022.cpp 1649 int8_t choices[10]; local
2901 int8_t choices[3]; local
    [all...]
  /external/icu/icu4c/source/common/
ucnv2022.cpp 1654 int8_t choices[10]; local
2906 int8_t choices[3]; local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 4003 const base::DictionaryValue* choices = profile()->GetPrefs()->GetDictionary( local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 

Completed in 1112 milliseconds

1 2