Searched refs:push_back (Results 151 - 175 of 7023) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_utilities.cc18 codes.push_back(i);
27 codes.push_back(i);
36 codes.push_back(i);
/external/chromium_org/chrome/browser/extensions/api/system_cpu/
H A Dsystem_cpu_apitest.cc22 info_.features.push_back("mmx");
23 info_.features.push_back("avx");
26 info_.processors.push_back(linked_ptr<core_api::system_cpu::ProcessorInfo>(
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest_base.cc28 sql_time.push_back(base::StringPrintf("%" PRId64, now)); // last_visit_time
29 sql_time.push_back(base::StringPrintf("%" PRId64, now)); // visit_time
30 sql_time.push_back(base::StringPrintf("%" PRId64, now)); // time_slot
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dl10n_util_test_util.cc32 layouts.push_back(raw_layout);
34 languages.push_back(language_code);
35 descriptors_.push_back(input_method::InputMethodDescriptor(
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpepper_flash_content_settings_utils_unittest.cc35 list_1.push_back(entry_1);
36 list_1.push_back(entry_2);
37 list_1.push_back(entry_3);
38 list_1.push_back(entry_4);
41 list_2.push_back(entry_1);
42 list_2.push_back(entry_3);
43 list_2.push_back(entry_2);
44 list_2.push_back(entry_4);
47 list_3.push_back(entry_4);
48 list_3.push_back(entry_
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_finder.cc30 installation_locations.push_back(local_app_data);
32 installation_locations.push_back(program_files);
34 installation_locations.push_back(program_files_x86);
37 locations->push_back(
41 locations->push_back(
47 locations->push_back(base::FilePath("/opt/google/chrome"));
48 locations->push_back(base::FilePath("/usr/local/bin"));
49 locations->push_back(base::FilePath("/usr/local/sbin"));
50 locations->push_back(base::FilePath("/usr/bin"));
51 locations->push_back(bas
[all...]
/external/chromium_org/net/spdy/
H A Dhpack_round_trip_test.cc127 names.push_back(":authority");
128 names.push_back(":path");
129 names.push_back(":status");
134 values.push_back("/");
135 values.push_back("/index.html");
136 values.push_back("200");
137 values.push_back("404");
138 values.push_back("");
139 values.push_back("baz=bing; foo=bar; garbage");
140 values.push_back("ba
[all...]
/external/chromium_org/tools/ipc_fuzzer/ipclist/
H A Dipclist.cc49 exemptions.push_back(TestMsgStart);
50 exemptions.push_back(FirefoxImporterUnittestMsgStart);
51 exemptions.push_back(ShellMsgStart);
52 exemptions.push_back(MetroViewerMsgStart);
53 exemptions.push_back(CCMsgStart); // Nothing but param traits.
54 exemptions.push_back(CldDataProviderMsgStart); // Conditional build.
56 exemptions.push_back(JavaBridgeMsgStart);
57 exemptions.push_back(MediaPlayerMsgStart);
58 exemptions.push_back(EncryptedMediaMsgStart);
59 exemptions.push_back(GinJavaBridgeMsgStar
[all...]
/external/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp34 AdjustedArgs.push_back(Args[i]);
36 AdjustedArgs.push_back("-fsyntax-only");
46 AdjustedArgs.push_back(Args[i]);
/external/clang/test/Modules/Inputs/
H A Dtemplates-right.h5 void push_back(const T&);
11 void push_back(int);
37 ld.push_back(0.0);
/external/chromium_org/cc/output/
H A Dbsp_tree.cc56 front_list.push_back(polygon_list->take_front().Pass());
59 back_list.push_back(polygon_list->take_front().Pass());
75 front_list.push_back(new_front.Pass());
76 back_list.push_back(new_back.Pass());
80 node->coplanars_front.push_back(polygon_list->take_front());
83 node->coplanars_back.push_back(polygon_list->take_front());
/external/chromium_org/components/content_settings/core/browser/
H A Dcontent_settings_rule_unittest.cc43 rules1.push_back(Rule(ContentSettingsPattern::FromString("a"),
46 rules1.push_back(Rule(ContentSettingsPattern::FromString("b"),
50 rules2.push_back(Rule(ContentSettingsPattern::FromString("c"),
53 rules2.push_back(Rule(ContentSettingsPattern::FromString("d"),
58 iterators.push_back(new ListIterator(rules1));
59 iterators.push_back(new ListIterator(rules2));
/external/libcxx/test/containers/sequences/list/list.cons/
H A Dmove.pass.cpp28 l.push_back(i);
29 lo.push_back(i);
41 l.push_back(i);
42 lo.push_back(i);
55 l.push_back(i);
56 lo.push_back(i);
/external/llvm/unittests/LineEditor/
H A DLineEditor.cpp60 Comps.push_back(LineEditor::Completion("foo", "int foo()"));
66 Comps.push_back(LineEditor::Completion("bar", "int bar()"));
75 Comps.push_back(LineEditor::Completion("fee", "int fee()"));
76 Comps.push_back(LineEditor::Completion("fi", "int fi()"));
77 Comps.push_back(LineEditor::Completion("foe", "int foe()"));
78 Comps.push_back(LineEditor::Completion("fum", "int fum()"));
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp155 Vals.push_back(Str[i]);
266 Record.push_back(VE.getAttributeGroupID(A));
267 Record.push_back(AS.getSlotIndex(i));
273 Record.push_back(0);
274 Record.push_back(getAttrKindEncoding(Attr.getKindAsEnum()));
276 Record.push_back(1);
277 Record.push_back(getAttrKindEncoding(Attr.getKindAsEnum()));
278 Record.push_back(Attr.getValueAsInt());
283 Record.push_back(Val.empty() ? 3 : 4);
285 Record.push_back(
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Daccessibility_features_apitest.cc175 enabled_features.push_back("largeCursor");
176 enabled_features.push_back("stickyKeys");
177 enabled_features.push_back("highContrast");
180 disabled_features.push_back("spokenFeedback");
181 disabled_features.push_back("screenMagnifier");
182 disabled_features.push_back("autoclick");
183 disabled_features.push_back("virtualKeyboard");
207 enabled_features.push_back("stickyKeys");
208 enabled_features.push_back("autoclick");
209 enabled_features.push_back("virtualKeyboar
[all...]
/external/chromium_org/chrome/browser/download/
H A Dsave_package_file_picker.cc75 file_type_info->extension_description_overrides.push_back(
79 extensions.push_back(FILE_PATH_LITERAL("html"));
80 extensions.push_back(FILE_PATH_LITERAL("htm"));
82 extensions.push_back(extra_extension);
83 file_type_info->extensions.push_back(extensions);
89 file_type_info->extension_description_overrides.push_back(
93 extensions.push_back(FILE_PATH_LITERAL("mhtml"));
94 file_type_info->extensions.push_back(extensions);
103 file_type_info->extension_description_overrides.push_back(
107 extensions.push_back(FILE_PATH_LITERA
[all...]
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dextension_token_key_unittest.cc26 extension_ids.push_back(extension_id1);
27 extension_ids.push_back(extension_id2);
30 user_ids.push_back("user_id_1");
31 user_ids.push_back("user_id_2");
34 scopesets.push_back(scopes1);
35 scopesets.push_back(scopes2);
36 scopesets.push_back(scopes3);
52 keys.push_back(
/external/chromium_org/chrome/installer/util/
H A Dinstaller_util_test_common.cc21 double_null_from.push_back(L'\0');
23 double_null_to.push_back(L'\0');
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_external_delegate.cc22 autofill_item.push_back(base::string16());
24 autofill_id.push_back(0);
/external/chromium_org/extensions/browser/
H A Dextension_function_util.cc14 result->push_back(v);
23 result->push_back(v);
/external/chromium_org/extensions/common/
H A Durl_pattern_set_unittest.cc256 patterns.push_back("http://www.google.com/*");
257 patterns.push_back("http://www.yahoo.com/*");
298 test.push_back(Patterns(google_a));
310 test.push_back(Patterns(google_a, google_b));
311 test.push_back(Patterns(google_b, google_c));
326 test.push_back(Patterns(google_a, google_b));
327 test.push_back(Patterns(google_b, google_c));
328 test.push_back(Patterns(yahoo_a, yahoo_b));
345 test.push_back(Patterns(google_a));
346 test.push_back(Pattern
[all...]
/external/chromium_org/sync/internal_api/
H A Dprotocol_event_buffer.cc19 buffer_.push_back(event.Clone().release());
32 ret.push_back((*it)->Clone().release());
/external/chromium_org/third_party/libaddressinput/chromium/
H A Daddressinput_util_unittest.cc26 address.address_line.push_back("340 Main St.");
36 address.address_line.push_back("340 Main St.");
/external/chromium_org/third_party/re2/re2/testing/
H A Dsearch_test.cc316 atom.push_back(StringPiece(t.regexp).as_string());
317 alpha.push_back(StringPiece(t.text).as_string());

Completed in 9545 milliseconds

1234567891011>>