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

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/
main.cpp 13 vBool.push_back(false);
14 vBool.push_back(true);
15 vBool.push_back(false);
16 vBool.push_back(true);
17 vBool.push_back(false);
18 vBool.push_back(true);
19 vBool.push_back(false);
20 vBool.push_back(true);
22 vBool.push_back(false);
23 vBool.push_back(true)
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/
main.cpp 7 vBool.push_back(false);
8 vBool.push_back(true);
9 vBool.push_back(false);
10 vBool.push_back(true);
11 vBool.push_back(false);
12 vBool.push_back(true);
13 vBool.push_back(false);
14 vBool.push_back(true);
16 vBool.push_back(false);
17 vBool.push_back(true)
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-disabling/
main.cpp 9 numbers.push_back(1);
10 numbers.push_back(12);
11 numbers.push_back(123);
12 numbers.push_back(1234);
13 numbers.push_back(12345);
14 numbers.push_back(123456);
15 numbers.push_back(1234567); // Set break point at this line.
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/
main.cpp 13 (numbers.push_back(1)); // Set break point at this line.
14 (numbers.push_back(12));
15 (numbers.push_back(123));
16 (numbers.push_back(1234));
17 (numbers.push_back(12345));
18 (numbers.push_back(123456));
19 (numbers.push_back(1234567));
23 (numbers.push_back(7));
26 (strings.push_back(std::string("goofy")));
27 (strings.push_back(std::string("is")))
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
main.cpp 9 numbers.push_back(1); // Set break point at this line.
10 numbers.push_back(12); // Set break point at this line.
11 numbers.push_back(123);
12 numbers.push_back(1234);
13 numbers.push_back(12345); // Set break point at this line.
14 numbers.push_back(123456);
15 numbers.push_back(1234567);
19 numbers.push_back(7); // Set break point at this line.
22 strings.push_back(std::string("goofy"));
23 strings.push_back(std::string("is"))
    [all...]
  /external/chromium_org/net/socket/
next_proto.cc 11 next_protos.push_back(kProtoHTTP11);
17 next_protos.push_back(kProtoHTTP11);
18 next_protos.push_back(kProtoSPDY3);
19 next_protos.push_back(kProtoSPDY31);
26 next_protos.push_back(kProtoHTTP11);
28 next_protos.push_back(kProtoQUIC1SPDY3);
30 next_protos.push_back(kProtoSPDY3);
31 next_protos.push_back(kProtoSPDY31);
38 next_protos.push_back(kProtoHTTP11);
39 next_protos.push_back(kProtoQUIC1SPDY3)
    [all...]
  /external/chromium_org/chrome/browser/feedback/system_logs/
about_system_logs_fetcher.cc 27 data_sources_.push_back(new ChromeInternalLogSource());
28 data_sources_.push_back(new MemoryDetailsLogSource());
31 data_sources_.push_back(new CommandLineLogSource());
32 data_sources_.push_back(new DBusLogSource());
33 data_sources_.push_back(new LsbReleaseLogSource());
34 data_sources_.push_back(new NetworkEventLogSource());
35 data_sources_.push_back(new TouchLogSource());
40 data_sources_.push_back(new DebugDaemonLogSource(scrub_data));
scrubbed_system_logs_fetcher.cc 27 data_sources_.push_back(new ChromeInternalLogSource());
28 data_sources_.push_back(new MemoryDetailsLogSource());
31 data_sources_.push_back(new CommandLineLogSource());
32 data_sources_.push_back(new DBusLogSource());
33 data_sources_.push_back(new LsbReleaseLogSource());
34 data_sources_.push_back(new NetworkEventLogSource());
35 data_sources_.push_back(new TouchLogSource());
40 data_sources_.push_back(new DebugDaemonLogSource(scrub_data));
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/
main.cpp 16 (numbers_list.push_back(0x12345678)); // Set break point at this line.
17 (numbers_list.push_back(0x11223344));
18 (numbers_list.push_back(0xBEEFFEED));
19 (numbers_list.push_back(0x00ABBA00));
20 (numbers_list.push_back(0x0ABCDEF0));
21 (numbers_list.push_back(0x0CAB0CAB));
25 (numbers_list.push_back(1));
26 (numbers_list.push_back(2));
27 (numbers_list.push_back(3));
28 (numbers_list.push_back(4))
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/
main.cpp 11 numbers_list.push_back(0x12345678); // Set break point at this line.
12 numbers_list.push_back(0x11223344);
13 numbers_list.push_back(0xBEEFFEED);
14 numbers_list.push_back(0x00ABBA00);
15 numbers_list.push_back(0x0ABCDEF0);
16 numbers_list.push_back(0x0CAB0CAB);
20 numbers_list.push_back(1);
21 numbers_list.push_back(2);
22 numbers_list.push_back(3);
23 numbers_list.push_back(4)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
string_util_test.cc 28 subst.push_back("A");
29 subst.push_back("B");
30 subst.push_back("C");
38 subst.push_back("A");
39 subst.push_back("B");
40 subst.push_back("C");
48 subst.push_back("A");
49 subst.push_back("B");
50 subst.push_back("C");
51 subst.push_back("D")
    [all...]
  /external/chromium_org/components/translate/core/browser/
translate_prefs_unittest.cc 19 blacklisted_languages.push_back("en");
20 blacklisted_languages.push_back("fr");
22 blacklisted_languages.push_back("iw");
24 blacklisted_languages.push_back("ht");
27 accept_languages.push_back("en");
29 accept_languages.push_back("it-IT");
30 accept_languages.push_back("ja");
32 accept_languages.push_back("fil");
35 accept_languages.push_back("zh");
37 accept_languages.push_back("zh-TW")
    [all...]
  /external/chromium_org/base/strings/
string16_unittest.cc 32 initial_surrogate.push_back(0xd800);
34 final_surrogate.push_back(0xdc00);
38 surrogate_pair.push_back(0xd800);
39 surrogate_pair.push_back(0xdf00);
40 surrogate_pair.push_back('z');
44 unterminated_surrogate.push_back(0xd800);
45 unterminated_surrogate.push_back('s');
  /external/chromium_org/tools/relocation_packer/src/
leb128_unittest.cc 14 values.push_back(624485);
15 values.push_back(0);
16 values.push_back(1);
17 values.push_back(127);
18 values.push_back(128);
65 encoding.push_back(0xe5);
66 encoding.push_back(0x8e);
67 encoding.push_back(0x26);
69 encoding.push_back(0x00);
71 encoding.push_back(0x01)
    [all...]
sleb128_unittest.cc 15 values.push_back(624485);
16 values.push_back(0);
17 values.push_back(1);
18 values.push_back(63);
19 values.push_back(64);
20 values.push_back(-1);
21 values.push_back(-624485);
93 encoding.push_back(0xe5);
94 encoding.push_back(0x8e);
95 encoding.push_back(0x26)
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
chunk_range_unittest.cc 16 chunks.push_back(1);
17 chunks.push_back(2);
18 chunks.push_back(3);
19 chunks.push_back(4);
20 chunks.push_back(7);
28 chunks.push_back(3);
29 chunks.push_back(4);
30 chunks.push_back(5);
31 chunks.push_back(6);
32 chunks.push_back(7)
    [all...]
  /external/chromium_org/content/common/indexed_db/
indexed_db_key_unittest.cc 21 keys.push_back(IndexedDBKey());
22 estimates.push_back(16u); // Overhead.
24 keys.push_back(IndexedDBKey(blink::WebIDBKeyTypeNull));
25 estimates.push_back(16u);
28 keys.push_back(IndexedDBKey(number, blink::WebIDBKeyTypeNumber));
29 estimates.push_back(24u); // Overhead + sizeof(double).
32 keys.push_back(IndexedDBKey(date, blink::WebIDBKeyTypeDate));
33 estimates.push_back(24u); // Overhead + sizeof(double).
36 keys.push_back(IndexedDBKey(string));
38 estimates.push_back(2064u)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskCache.cpp 16 SkNEW_PLACEMENT(fStack.push_back(), GrClipStackFrame);
20 SkNEW_PLACEMENT(fStack.push_back(), GrClipStackFrame);
  /external/skia/src/gpu/
GrClipMaskCache.cpp 16 SkNEW_PLACEMENT(fStack.push_back(), GrClipStackFrame);
20 SkNEW_PLACEMENT(fStack.push_back(), GrClipStackFrame);
  /external/stlport/test/compiler/
movable.cpp 15 l.push_back( S() );
18 v.push_back( S() );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
back_inserter.hpp 18 #include <boost/mpl/push_back.hpp>
28 : inserter< Sequence,push_back<> >
  /external/chromium_org/chrome/utility/media_galleries/
picasa_album_table_reader_unittest.cc 22 category_vector.push_back(kAlbumCategoryFolder);
23 category_vector.push_back(kAlbumCategoryInvalid);
24 category_vector.push_back(kAlbumCategoryAlbum);
27 date_vector.push_back(0.0);
28 date_vector.push_back(0.0);
29 date_vector.push_back(0.0 + test_time_delta);
39 filename_vector.push_back(test_folder_path.AsUTF8Unsafe());
42 name_vector.push_back(test_folder_name);
43 name_vector.push_back("");
44 name_vector.push_back(test_album_name)
    [all...]
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_model.cc 152 tests_.push_back(MakeOperatingSystemTest());
153 tests_.push_back(MakeConflictingDllsTest());
154 tests_.push_back(MakeInstallTypeTest());
155 tests_.push_back(MakeVersionTest());
156 tests_.push_back(MakeUserDirTest());
157 tests_.push_back(MakeLocalStateFileTest());
158 tests_.push_back(MakeDictonaryDirTest());
159 tests_.push_back(MakeResourcesFileTest());
160 tests_.push_back(MakeDiskSpaceTest());
161 tests_.push_back(MakePreferencesTest())
    [all...]
  /external/chromium_org/chrome/common/media_galleries/
picasa_test_util.cc 49 category_vector.push_back(kAlbumCategoryFolder);
50 category_vector.push_back(kAlbumCategoryInvalid);
51 category_vector.push_back(kAlbumCategoryAlbum);
52 category_vector.push_back(kAlbumCategoryFolder);
53 category_vector.push_back(kAlbumCategoryAlbum);
56 date_vector.push_back(0.0);
57 date_vector.push_back(0.0);
58 date_vector.push_back(0.0);
59 date_vector.push_back(0.0);
60 date_vector.push_back(0.0)
    [all...]
  /external/chromium_org/components/search_engines/
template_url_service_util_unittest.cc 45 prepopulated_turls.push_back(
47 prepopulated_turls.push_back(
49 prepopulated_turls.push_back(
56 local_turls.push_back(
58 local_turls.push_back(
60 local_turls.push_back(
66 local_turls.push_back(CreatePrepopulateTemplateURL(1, "loser1", 7).release());
67 local_turls.push_back(CreatePrepopulateTemplateURL(1, "loser2", 8).release());
68 local_turls.push_back(
74 local_turls.push_back(
    [all...]

Completed in 544 milliseconds

1 2 3 4 5 6 7 8 91011>>