Searched refs:push_back (Results 276 - 300 of 7023) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_display_private_apitest.cc114 data_->written_content.push_back(written);
202 connection_data_.pending_keys.push_back(BRLAPI_KEY_TYPE_CMD |
204 connection_data_.pending_keys.push_back(BRLAPI_KEY_TYPE_CMD |
206 connection_data_.pending_keys.push_back(BRLAPI_KEY_TYPE_CMD |
208 connection_data_.pending_keys.push_back(BRLAPI_KEY_TYPE_CMD |
210 connection_data_.pending_keys.push_back(BRLAPI_KEY_TYPE_CMD |
212 connection_data_.pending_keys.push_back(BRLAPI_KEY_TYPE_CMD |
214 connection_data_.pending_keys.push_back(BRLAPI_KEY_TYPE_CMD |
220 connection_data_.pending_keys.push_back(BRLAPI_KEY_TYPE_SYM | 'A');
222 connection_data_.pending_keys.push_back(BRLAPI_KEY_TYPE_SY
[all...]
/external/chromium_org/sync/api/attachments/
H A Dfake_attachment_store_unittest.cc97 some_attachments.push_back(attachment1);
104 some_attachments.push_back(attachment2);
111 some_attachment_ids.push_back(attachment1.GetId());
127 some_attachments.push_back(attachment1);
128 some_attachments.push_back(attachment2);
135 some_attachment_ids.push_back(attachment1.GetId());
136 some_attachment_ids.push_back(attachment2.GetId());
159 some_attachments.push_back(attachment1);
166 ids.push_back(attachment1.GetId());
167 ids.push_back(attachment
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile_unittest.cc30 profiles.push_back(profile);
77 first_names->push_back(ASCIIToUTF16(names[i].first));
78 middle_names->push_back(ASCIIToUTF16(names[i].middle));
79 last_names->push_back(ASCIIToUTF16(names[i].last));
176 profiles.push_back(&profile7);
177 profiles.push_back(&profile7a);
191 profiles.push_back(
206 profiles.push_back(
228 profiles.push_back(
257 profiles.push_back(
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2043 StOps.push_back(N->getOperand(1));
2044 StOps.push_back(N->getOperand(2));
2049 StOps.push_back(N->getOperand(1));
2050 StOps.push_back(N->getOperand(2));
2051 StOps.push_back(N->getOperand(3));
2052 StOps.push_back(N->getOperand(4));
2059 StOps.push_back(getI32Imm(IsVolatile));
2060 StOps.push_back(getI32Imm(CodeAddrSpace));
2061 StOps.push_back(getI32Imm(VecType));
2062 StOps.push_back(getI32Im
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc828 attribs->push_back(kAlphaSize);
829 attribs->push_back(alpha_size);
832 attribs->push_back(kBlueSize);
833 attribs->push_back(blue_size);
836 attribs->push_back(kGreenSize);
837 attribs->push_back(green_size);
840 attribs->push_back(kRedSize);
841 attribs->push_back(red_size);
844 attribs->push_back(kDepthSize);
845 attribs->push_back(depth_siz
[all...]
/external/chromium_org/media/formats/mp4/
H A Davc_unittest.cc115 buffer->push_back(0x00);
116 buffer->push_back(0x00);
117 buffer->push_back(0x00);
118 buffer->push_back(0x01);
119 buffer->push_back(StringToNALUType(nal_unit_type));
140 buffer->push_back(0x32);
141 buffer->push_back(0x12);
142 buffer->push_back(0x67);
153 subsamples->push_back(entry);
185 buf->push_back(
[all...]
/external/chromium_org/chrome/browser/local_discovery/wifi/
H A Dbootstrapping_device_lister_unittest.cc71 network_property_list.push_back(network);
78 network_property_list.push_back(network2);
103 network_property_list.push_back(network);
112 network_property_list2.push_back(network2);
176 network_property_list.push_back(network);
177 network_property_list.push_back(network2);
178 network_property_list.push_back(network3);
179 network_property_list.push_back(network4);
180 network_property_list.push_back(network5);
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot_mac_unittest.cc29 pid_list.push_back(1);
69 pid_list.push_back(pid);
70 pid_list.push_back(ppid);
113 fds_to_remap.push_back(std::make_pair(fds[1], 1));
116 fds_to_remap.push_back(std::make_pair(fileno(stderr), 2));
119 argv.push_back("/usr/bin/top");
120 argv.push_back("-l");
121 argv.push_back("0");
135 pid_list.push_back(process_handle);
/external/chromium_org/third_party/skia/gm/
H A Dconicpaths.cpp27 SkPath* conicCirlce = &fPaths.push_back();
44 SkPath* hyperbola = &fPaths.push_back();
51 SkPath* thinHyperbola = &fPaths.push_back();
58 SkPath* veryThinHyperbola = &fPaths.push_back();
65 SkPath* closedHyperbola = &fPaths.push_back();
73 SkPath* nearParabola = &fPaths.push_back();
80 SkPath* thinEllipse = &fPaths.push_back();
87 SkPath* veryThinEllipse = &fPaths.push_back();
94 SkPath* closedEllipse = &fPaths.push_back();
H A Dhairlines.cpp29 SkPath* lineAnglesPath = &fPaths.push_back();
44 SkPath* kindaTightQuad = &fPaths.push_back();
50 SkPath* tightQuad = &fPaths.push_back();
56 SkPath* tighterQuad = &fPaths.push_back();
62 SkPath* unevenTighterQuad = &fPaths.push_back();
70 SkPath* reallyTightQuad = &fPaths.push_back();
76 SkPath* closedQuad = &fPaths.push_back();
82 SkPath* unevenClosedQuad = &fPaths.push_back();
91 SkPath* problem1 = &fPaths.push_back();
100 SkPath* problem2 = &fPaths.push_back();
[all...]
/external/chromium_org/tools/gn/
H A Dpattern.cc21 out->push_back(Pattern::Subrange(Pattern::Subrange::ANYTHING));
27 out->push_back(Pattern::Subrange(Pattern::Subrange::PATH_BOUNDARY));
32 out->push_back(Pattern::Subrange(Pattern::Subrange::LITERAL));
37 last_literal->literal.push_back(s[i]);
40 last_literal->literal.push_back('\\');
45 out->push_back(Pattern::Subrange(Pattern::Subrange::LITERAL));
48 last_literal->literal.push_back(s[i]);
158 patterns_.push_back(pattern);
173 patterns_.push_back(Pattern(list[i].string_value()));
/external/chromium_org/tools/relocation_packer/src/
H A Drun_length_encoder.cc32 deltas->push_back(second->r_offset - first->r_offset);
52 packed->push_back(count);
53 packed->push_back(current);
60 packed->push_back(count);
61 packed->push_back(current);
76 relocations->push_back(initial);
91 relocations->push_back(relocation);
112 packed->push_back(0);
116 packed->push_back(relocations[0].r_offset);
/external/lldb/test/functionalities/thread/concurrent_events/
H A Dmain.cpp130 threads.push_back(t);
166 actions.push_back(std::make_pair(num_breakpoint_threads, breakpoint_func));
167 actions.push_back(std::make_pair(num_watchpoint_threads, watchpoint_func));
168 actions.push_back(std::make_pair(num_signal_threads, signal_func));
169 actions.push_back(std::make_pair(num_crash_threads, crash_func));
172 actions.push_back(std::make_pair(num_delay_breakpoint_threads, breakpoint_func));
173 actions.push_back(std::make_pair(num_delay_watchpoint_threads, watchpoint_func));
174 actions.push_back(std::make_pair(num_delay_signal_threads, signal_func));
175 actions.push_back(std::make_pair(num_delay_crash_threads, crash_func));
/external/oprofile/libpp/
H A Dsymbol_sort.cpp140 sort_option.push_back(cur);
157 sort_option.push_back(cur);
168 options.push_back(vma);
170 options.push_back(sample);
172 options.push_back(symbol);
174 options.push_back(debug);
176 options.push_back(image);
178 options.push_back(app_name);
189 options.push_back(order);
/external/skia/bench/
H A DStackBench.cpp50 for (int i = 0; i < K; i++) *(int*)s.push_back() = i;
63 for (int i = 0; i < K; i++) s.push_back(i);
85 for (int i = 0; i < K; i++) s.push_back(i);
114 for (int i = 0; i < K*loops; i++) *(int*)s.push_back() = i;
119 for (int i = 0; i < K*loops; i++) s.push_back(i);
140 *(int*)s.push_back() = i;
148 s.push_back(i);
165 for (int i = 0; i < K*loops; i++) *(int*)s.push_back() = i;
171 for (int i = 0; i < K*loops; i++) s.push_back(i);
/external/skia/gm/
H A Dconicpaths.cpp27 SkPath* conicCirlce = &fPaths.push_back();
44 SkPath* hyperbola = &fPaths.push_back();
51 SkPath* thinHyperbola = &fPaths.push_back();
58 SkPath* veryThinHyperbola = &fPaths.push_back();
65 SkPath* closedHyperbola = &fPaths.push_back();
73 SkPath* nearParabola = &fPaths.push_back();
80 SkPath* thinEllipse = &fPaths.push_back();
87 SkPath* veryThinEllipse = &fPaths.push_back();
94 SkPath* closedEllipse = &fPaths.push_back();
H A Dhairlines.cpp29 SkPath* lineAnglesPath = &fPaths.push_back();
44 SkPath* kindaTightQuad = &fPaths.push_back();
50 SkPath* tightQuad = &fPaths.push_back();
56 SkPath* tighterQuad = &fPaths.push_back();
62 SkPath* unevenTighterQuad = &fPaths.push_back();
70 SkPath* reallyTightQuad = &fPaths.push_back();
76 SkPath* closedQuad = &fPaths.push_back();
82 SkPath* unevenClosedQuad = &fPaths.push_back();
91 SkPath* problem1 = &fPaths.push_back();
100 SkPath* problem2 = &fPaths.push_back();
[all...]
/external/stlport/test/unit/
H A Diter_test.cpp46 v.push_back("zippy"); // First element.
47 v.push_back("motorboy"); // Second element.
67 v.push_back("zippy"); // First element.
68 v.push_back("motorboy"); // Second element.
87 v.push_back(1);
88 v.push_back(2);
89 v.push_back(3);
128 boolVector.push_back( true );
129 boolVector.push_back( false );
H A Ddeque_test.cpp53 d.push_back(4);
54 d.push_back(9);
55 d.push_back(16);
83 d.push_back(0);
84 d.push_back(1);
85 d.push_back(2);
161 d.push_back(10);
187 ref.push_back(i);
191 d_d_int.push_back(d_d_int[0]);
192 d_d_int.push_back(re
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_ui_keyboard_browsertest.cc28 out->push_back("xkb:us::eng");
29 out->push_back("xkb:us:intl:eng");
30 out->push_back("xkb:us:altgr-intl:eng");
31 out->push_back("xkb:us:dvorak:eng");
32 out->push_back("xkb:us:colemak:eng");
92 user_input_methods.push_back("xkb:fr::fra");
93 user_input_methods.push_back("xkb:de::ger");
158 expected_input_methods.push_back(user_input_methods[0]);
189 user_input_methods.push_back("xkb:fr::fra");
190 user_input_methods.push_back("xk
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dcertificate_dialogs.cc96 cert_chain_list_.push_back(net::X509Certificate::DupOSCertHandle(*i));
171 file_type_info.extensions[0].push_back(FILE_PATH_LITERAL("pem"));
172 file_type_info.extensions[0].push_back(FILE_PATH_LITERAL("crt"));
173 file_type_info.extension_description_overrides.push_back(
175 file_type_info.extensions[1].push_back(FILE_PATH_LITERAL("pem"));
176 file_type_info.extensions[1].push_back(FILE_PATH_LITERAL("crt"));
177 file_type_info.extension_description_overrides.push_back(
179 file_type_info.extensions[2].push_back(FILE_PATH_LITERAL("der"));
180 file_type_info.extension_description_overrides.push_back(
182 file_type_info.extensions[3].push_back(FILE_PATH_LITERA
[all...]
/external/chromium_org/extensions/browser/
H A Dwarning_set.cc70 message_parameters.push_back(ExtensionsClient::Get()->GetProductName());
95 message_parameters.push_back(attempted_redirect_url.spec());
96 message_parameters.push_back(kTranslate + winning_extension_id);
97 message_parameters.push_back(winning_redirect_url.spec());
111 message_parameters.push_back(conflicting_header);
112 message_parameters.push_back(kTranslate + winning_extension_id);
126 message_parameters.push_back(conflicting_header);
127 message_parameters.push_back(kTranslate + winning_extension_id);
140 message_parameters.push_back(kTranslate + winning_extension_id);
152 message_parameters.push_back(ExtensionsClien
[all...]
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetcher_unittest.cc156 requests->push_back(new ResourcePrefetcher::Request(GURL(
158 requests->push_back(new ResourcePrefetcher::Request(GURL(
160 requests->push_back(new ResourcePrefetcher::Request(GURL(
162 requests->push_back(new ResourcePrefetcher::Request(GURL(
164 requests->push_back(new ResourcePrefetcher::Request(GURL(
166 requests->push_back(new ResourcePrefetcher::Request(GURL(
168 requests->push_back(new ResourcePrefetcher::Request(GURL(
170 requests->push_back(new ResourcePrefetcher::Request(GURL(
172 requests->push_back(new ResourcePrefetcher::Request(GURL(
174 requests->push_back(ne
[all...]
/external/chromium_org/third_party/webrtc/video/
H A Dbitrate_estimator_tests.cc76 received_log_lines_.push_back(msg);
101 expected_log_lines_.push_back(expected_log_line);
146 send_config_.rtp.ssrcs.push_back(kSendSsrcs[0]);
157 receive_config_.codecs.push_back(codec);
161 receive_config_.rtp.extensions.push_back(
163 receive_config_.rtp.extensions.push_back(
214 test_->receive_config_.external_decoders.push_back(decoder);
259 send_config_.rtp.extensions.push_back(
265 streams_.push_back(new Stream(this));
270 send_config_.rtp.extensions.push_back(
[all...]
/external/clang/lib/Driver/
H A DMultilib.cpp148 Opposite.flags().push_back(("-" + Flag.substr(1)).str());
155 Ms.push_back(M1);
156 Ms.push_back(M2);
163 Ms.push_back(M1);
164 Ms.push_back(M2);
165 Ms.push_back(M3);
172 Ms.push_back(M1);
173 Ms.push_back(M2);
174 Ms.push_back(M3);
175 Ms.push_back(M
259 void MultilibSet::push_back(const Multilib &M) { Multilibs.push_back(M); } function in class:MultilibSet
[all...]

Completed in 629 milliseconds

<<11121314151617181920>>