HomeSort by relevance Sort by last modified time
    Searched refs:push_back (Results 376 - 400 of 2369) sorted by null

<<11121314151617181920>>

  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 50 Op.push_back(MDS);
146 mEncodedStrings.push_back(Res.first->first.c_str());
155 mEncodedRSTypeInfo.push_back(Base->bits);
188 mEncodedRSTypeInfo.push_back(PointeeType);
210 mEncodedRSTypeInfo.push_back(ElementType);
237 mEncodedRSTypeInfo.push_back(RecordName);
432 StrTabVal.push_back(StrTabMDS);
433 StrTabVal.push_back(StrIdxMDS);
474 TypeInfo.push_back(TypeInfoMDS);
  /external/chromium/base/
utf_offset_string_conversions.cc 53 adjustments.push_back(AdjustOffset::Adjustment(
76 offsets.push_back(*offset_for_adjustment);
96 offsets.push_back(*offset_for_adjustment);
168 offsets.push_back(*offset_for_adjustment);
194 offsets.push_back(*offset_for_adjustment);
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 113 matches_.push_back(ac_match);
222 spans.push_back(ACMatchClassification(0, ACMatchClassification::DIM));
226 spans.push_back(ACMatchClassification(0, ACMatchClassification::NONE));
230 spans.push_back(ACMatchClassification(offset,
238 spans.push_back(ACMatchClassification(offset,
  /external/chromium/chrome/browser/
autocomplete_history_manager.cc 127 values.push_back(*iter);
231 autofill_values_.push_back((*suggestions)[i]);
232 autofill_labels_.push_back(string16());
233 autofill_icons_.push_back(string16());
234 autofill_unique_ids_.push_back(0); // 0 means no profile.
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc 206 current_modifier_map_.push_back(ModifierKeyPair(key, key));
271 argv.push_back(kSetxkbmapCommand);
272 argv.push_back("-layout");
273 argv.push_back(layout_to_set);
274 argv.push_back("-synch");
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.cc 37 panels_.push_back(panel);
43 panels_.push_back(panel);
49 panels_.push_back(panel);
55 panels_.push_back(panel);
61 panels_.push_back(panel);
  /external/chromium/chrome/browser/extensions/
extension_toolbar_model.cc 72 toolitems_.push_back(make_scoped_refptr(extension));
138 toolitems_.push_back(make_scoped_refptr(extension));
197 unsorted.push_back(make_scoped_refptr(extension));
206 toolitems_.push_back(*iter);
229 ids.push_back((*iter)->id());
  /external/chromium/chrome/browser/sync/glue/
session_model_associator_unittest.cc 26 win.tabs.push_back(tab.release());
31 win.tabs[0]->navigations.push_back(nav);
42 tab.navigations.push_back(nav);
49 tab.navigations.push_back(nav2);
64 session->windows.push_back(win);
  /external/chromium/chrome/browser/ui/gtk/
first_run_bubble.cc 130 labels_.push_back(label1);
138 labels_.push_back(label2);
143 labels_.push_back(label3);
181 labels_.push_back(label1);
191 labels_.push_back(label2);
  /external/chromium/googleurl/src/
url_canon_fileurl.cc 61 output->push_back('/');
68 output->push_back(spec[after_slashes] - 'a' + 'A');
70 output->push_back(static_cast<char>(spec[after_slashes]));
73 output->push_back(':');
106 output->push_back('/');
  /external/chromium/net/base/
ssl_false_start_blacklist_process.cc 58 ret.push_back(*i);
97 ret.push_back(*i);
174 hosts.push_back(std::string(&buffer[line_start], len));
209 buckets[h & (kBuckets - 1)].push_back(*i);
221 table_data.push_back((char) j->size());
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 104 relay_hosts_.push_back("relay.google.com");
105 stun_hosts_.push_back(
231 ports.push_back(ProtocolAddress(address, PROTO_UDP));
235 ports.push_back(ProtocolAddress(address, PROTO_TCP));
239 ports.push_back(ProtocolAddress(address, PROTO_SSLTCP));
  /external/clang/lib/Basic/
Module.cpp 39 Parent->SubModules.push_back(this);
110 Names.push_back(M->Name);
134 Requires.push_back(Feature);
144 Stack.push_back(this);
157 Stack.push_back(*Sub);
  /external/clang/lib/Serialization/
ModuleManager.cpp 53 Chain.push_back(New);
119 Queue.push_back(*M);
137 Stack.push_back(CurrentModule);
150 Stack.push_back(*M);
168 Queue.push_back(*M);
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 62 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first,
138 Sizeofs.push_back(E);
188 Ranges.push_back(i->AllocCall->getCallee()->getSourceRange());
189 Ranges.push_back(SFinder.Sizeofs[0]->getSourceRange());
191 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 70 checkers->push_back(info.CheckFn);
564 DeclCheckers.push_back(info);
568 BodyCheckers.push_back(checkfn);
578 StmtCheckers.push_back(info);
583 StmtCheckers.push_back(info);
587 PreObjCMessageCheckers.push_back(checkfn);
590 PostObjCMessageCheckers.push_back(checkfn);
594 LocationCheckers.push_back(checkfn);
598 BindCheckers.push_back(checkfn);
602 EndAnalysisCheckers.push_back(checkfn)
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 127 Defs.push_back(&MO);
142 ExternUses.push_back(Reg);
159 LocalDefs.push_back(Reg);
175 LocalDefs.push_back(SubReg);
262 Ops->push_back(std::make_pair(MO.getParent(), getOperandNo()));
  /external/llvm/lib/VMCore/
InlineAsm.cpp 151 pCodes->push_back(std::string(I, ConstraintEnd+1));
158 pCodes->push_back(std::string(NumStart, I));
187 pCodes->push_back(std::string(I+1, I+3));
191 pCodes->push_back(std::string(I, I+1));
229 Result.push_back(Info);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 290 this->push_back(_StateT(_S_opcode_accept));
298 this->push_back(_StateT(__next, __alt));
305 this->push_back(_StateT(__m));
312 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++, __t));
319 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 290 this->push_back(_StateT(_S_opcode_accept));
298 this->push_back(_StateT(__next, __alt));
305 this->push_back(_StateT(__m));
312 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++, __t));
319 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t));
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 219 push_back(V);
235 ResolveConstants.push_back(std::make_pair(PHC, Idx));
335 NewOps.push_back(cast<Constant>(NewOp));
364 push_back(V);
495 Record.push_back(~0U);
496 Record.push_back(0);
506 Attrs.push_back(AttributeWithIndex::get(0, RetAttribute));
509 Attrs.push_back(AttributeWithIndex::get(~0U, FnAttribute));
511 Attrs.push_back(AttributeWithIndex::get(Record[i],
515 MAttributes.push_back(AttrListPtr::get(Attrs.begin(), Attrs.end()))
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 238 push_back(V);
254 ResolveConstants.push_back(std::make_pair(PHC, Idx));
354 NewOps.push_back(cast<Constant>(NewOp));
383 push_back(V);
522 Record.push_back(~0U);
523 Record.push_back(0);
533 Attrs.push_back(AttributeWithIndex::get(0, RetAttribute));
536 Attrs.push_back(AttributeWithIndex::get(~0U, FnAttribute));
538 Attrs.push_back(AttributeWithIndex::get(Record[i],
542 MAttributes.push_back(AttrListPtr::get(Attrs.begin(), Attrs.end()))
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 73 web_profiles_->push_back(profile);
77 credit_cards_->push_back(credit_card);
95 credit_cards_->push_back(credit_card);
107 profiles->push_back(profile);
115 profiles->push_back(profile);
120 profiles->push_back(profile);
129 credit_cards->push_back(credit_card);
136 credit_cards->push_back(credit_card);
141 credit_cards->push_back(credit_card);
160 form->fields.push_back(field)
    [all...]
  /external/oprofile/gui/
oprof_start.cpp 118 args.push_back("--init");
250 v_events.push_back(descr);
505 events.push_back(find_event_by_name((*it)->text(0).latin1(),0,0));
830 args.push_back("--dump");
920 args.push_back("--start");
922 args.push_back("--verbose");
942 args.push_back("--setup");
947 tmpargs.push_back("--setup");
967 tmpargs.push_back(arg);
975 args.push_back("--no-vmlinux")
    [all...]
  /external/chromium/base/memory/
scoped_vector_unittest.cc 112 scoped_vector.push_back(watcher.NewLifeCycleObject());
123 scoped_vector.push_back(watcher.NewLifeCycleObject());
136 vec.push_back(it->NewLifeCycleObject());

Completed in 780 milliseconds

<<11121314151617181920>>