Home
last modified time | relevance | path

Searched refs:push_back (Results 1 – 25 of 2147) sorted by relevance

12345678910>>...86

/external/chromium/chrome/browser/diagnostics/
Ddiagnostics_model.cc85 tests_.push_back(MakeOperatingSystemTest()); in DiagnosticsModelWin()
86 tests_.push_back(MakeConflictingDllsTest()); in DiagnosticsModelWin()
87 tests_.push_back(MakeInstallTypeTest()); in DiagnosticsModelWin()
88 tests_.push_back(MakeVersionTest()); in DiagnosticsModelWin()
89 tests_.push_back(MakeUserDirTest()); in DiagnosticsModelWin()
90 tests_.push_back(MakeLocalStateFileTest()); in DiagnosticsModelWin()
91 tests_.push_back(MakeDictonaryDirTest()); in DiagnosticsModelWin()
92 tests_.push_back(MakeResourcesFileTest()); in DiagnosticsModelWin()
93 tests_.push_back(MakeDiskSpaceTest()); in DiagnosticsModelWin()
94 tests_.push_back(MakePreferencesTest()); in DiagnosticsModelWin()
[all …]
/external/chromium/chrome/browser/safe_browsing/
Dchunk_range_unittest.cc16 chunks.push_back(1); in TEST()
17 chunks.push_back(2); in TEST()
18 chunks.push_back(3); in TEST()
19 chunks.push_back(4); in TEST()
20 chunks.push_back(7); in TEST()
28 chunks.push_back(3); in TEST()
29 chunks.push_back(4); in TEST()
30 chunks.push_back(5); in TEST()
31 chunks.push_back(6); in TEST()
32 chunks.push_back(7); in TEST()
[all …]
/external/clang/lib/Driver/
DTools.cpp72 Res.push_back('\\'); in QuoteTarget()
75 Res.push_back('\\'); in QuoteTarget()
78 Res.push_back('$'); in QuoteTarget()
81 Res.push_back('\\'); in QuoteTarget()
87 Res.push_back(Target[i]); in QuoteTarget()
106 CmdArgs.push_back(ArgName); in addDirectoryList()
107 CmdArgs.push_back("."); in addDirectoryList()
109 CmdArgs.push_back(ArgName); in addDirectoryList()
110 CmdArgs.push_back(Args.MakeArgString(Dirs.substr(0, Delim))); in addDirectoryList()
116 CmdArgs.push_back(ArgName); in addDirectoryList()
[all …]
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp106 const_cast<std::vector<BasicBlock*>&>(L.getBlocks()).push_back(BB); in TEST_F()
110 A.push_back(SE.getSCEV(&*AI++)); in TEST_F()
111 A.push_back(SE.getSCEV(&*AI++)); in TEST_F()
112 A.push_back(SE.getSCEV(&*AI++)); in TEST_F()
113 A.push_back(SE.getSCEV(&*AI++)); in TEST_F()
114 A.push_back(SE.getSCEV(&*AI++)); in TEST_F()
118 B.push_back(SE.getSCEV(&*AI++)); in TEST_F()
119 B.push_back(SE.getSCEV(&*AI++)); in TEST_F()
120 B.push_back(SE.getSCEV(&*AI++)); in TEST_F()
121 B.push_back(SE.getSCEV(&*AI++)); in TEST_F()
[all …]
/external/llvm/include/llvm/Support/
DOutputBuffer.h53 Output.push_back(X); in outbyte()
57 Output.push_back(X & 255); in outhalf()
58 Output.push_back(X >> 8); in outhalf()
60 Output.push_back(X >> 8); in outhalf()
61 Output.push_back(X & 255); in outhalf()
66 Output.push_back((X >> 0) & 255); in outword()
67 Output.push_back((X >> 8) & 255); in outword()
68 Output.push_back((X >> 16) & 255); in outword()
69 Output.push_back((X >> 24) & 255); in outword()
71 Output.push_back((X >> 24) & 255); in outword()
[all …]
/external/stlport/test/unit/
Dalg_test.cpp75 i.push_back(1); in count_test()
76 i.push_back(4); in count_test()
77 i.push_back(2); in count_test()
78 i.push_back(8); in count_test()
79 i.push_back(2); in count_test()
80 i.push_back(2); in count_test()
95 years.push_back(1962); in sort_test()
96 years.push_back(1992); in sort_test()
97 years.push_back(2001); in sort_test()
98 years.push_back(1999); in sort_test()
[all …]
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager_unittest.cc120 update.push_back(profile0); in TEST_F()
121 update.push_back(profile1); in TEST_F()
135 update.push_back(profile0); in TEST_F()
136 update.push_back(profile2); in TEST_F()
188 update.push_back(creditcard0); in TEST_F()
189 update.push_back(creditcard1); in TEST_F()
203 update.push_back(creditcard0); in TEST_F()
204 update.push_back(creditcard2); in TEST_F()
264 update.push_back(profile0); in TEST_F()
265 update.push_back(profile1); in TEST_F()
[all …]
Dform_structure_unittest.cc54 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("username"), in TEST()
60 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("password"), in TEST()
66 form.fields.push_back(webkit_glue::FormField(string16(), in TEST()
81 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("username"), in TEST()
87 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("password"), in TEST()
93 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("state"), in TEST()
99 form.fields.push_back(webkit_glue::FormField(string16(), in TEST()
127 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("username"), in TEST()
133 form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("password"), in TEST()
139 form.fields.push_back(webkit_glue::FormField(string16(), in TEST()
[all …]
Dname_field_unittest.cc30 list_.push_back( in TEST_F()
38 list_.push_back( in TEST_F()
46 list_.push_back( in TEST_F()
54 list_.push_back(NULL); in TEST_F()
71 list_.push_back( in TEST_F()
79 list_.push_back( in TEST_F()
87 list_.push_back( in TEST_F()
95 list_.push_back(NULL); in TEST_F()
112 list_.push_back( in TEST_F()
120 list_.push_back( in TEST_F()
[all …]
Dcredit_card_field_unittest.cc30 list_.push_back(NULL); in TEST_F()
37 list_.push_back(new AutofillField); in TEST_F()
38 list_.push_back(NULL); in TEST_F()
45 list_.push_back( in TEST_F()
53 list_.push_back( in TEST_F()
61 list_.push_back(NULL); in TEST_F()
68 list_.push_back( in TEST_F()
76 list_.push_back(NULL); in TEST_F()
83 list_.push_back( in TEST_F()
91 list_.push_back( in TEST_F()
[all …]
Dphone_field_unittest.cc30 list_.push_back(NULL); in TEST_F()
37 list_.push_back(new AutofillField); in TEST_F()
38 list_.push_back(NULL); in TEST_F()
45 list_.push_back( in TEST_F()
53 list_.push_back(NULL); in TEST_F()
64 list_.push_back( in TEST_F()
72 list_.push_back(NULL); in TEST_F()
83 list_.push_back( in TEST_F()
91 list_.push_back( in TEST_F()
99 list_.push_back(NULL); in TEST_F()
[all …]
Daddress_field_unittest.cc30 list_.push_back(NULL); in TEST_F()
37 list_.push_back(new AutofillField); in TEST_F()
38 list_.push_back(NULL); in TEST_F()
45 list_.push_back( in TEST_F()
53 list_.push_back(NULL); in TEST_F()
66 list_.push_back( in TEST_F()
74 list_.push_back(NULL); in TEST_F()
87 list_.push_back( in TEST_F()
95 list_.push_back(NULL); in TEST_F()
108 list_.push_back( in TEST_F()
[all …]
/external/llvm/lib/Support/
DGraphWriter.cpp83 args.push_back(Graphviz.c_str()); in DisplayGraph()
84 args.push_back(Filename.c_str()); in DisplayGraph()
85 args.push_back(0); in DisplayGraph()
93 args.push_back(LLVM_PATH_XDOT_PY); in DisplayGraph()
94 args.push_back(Filename.c_str()); in DisplayGraph()
97 case GraphProgram::DOT: args.push_back("-f"); args.push_back("dot"); break; in DisplayGraph()
98 case GraphProgram::FDP: args.push_back("-f"); args.push_back("fdp"); break; in DisplayGraph()
99 case GraphProgram::NEATO: args.push_back("-f"); args.push_back("neato");break; in DisplayGraph()
100 case GraphProgram::TWOPI: args.push_back("-f"); args.push_back("twopi");break; in DisplayGraph()
101 case GraphProgram::CIRCO: args.push_back("-f"); args.push_back("circo");break; in DisplayGraph()
[all …]
/external/skia/gm/
Dconvexpaths.cpp33 fPaths.push_back().moveTo(0, 0); in makePaths()
39 fPaths.push_back().moveTo(0, 0); in makePaths()
45 fPaths.push_back().moveTo(0, 50 * SK_Scalar1); in makePaths()
52 fPaths.push_back().moveTo(0, 50 * SK_Scalar1); in makePaths()
58 fPaths.push_back().addRect(0, 0, in makePaths()
62 fPaths.push_back().addRect(0, 0, in makePaths()
66 fPaths.push_back().addCircle(50 * SK_Scalar1, 50 * SK_Scalar1, in makePaths()
69 fPaths.push_back().addCircle(50 * SK_Scalar1, 50 * SK_Scalar1, in makePaths()
72 fPaths.push_back().addOval(SkRect::MakeXYWH(0, 0, in makePaths()
77 fPaths.push_back().addOval(SkRect::MakeXYWH(0, 0, in makePaths()
[all …]
/external/chromium/chrome/browser/chromeos/cros/
Dinput_method_library.cc131 result->push_back(*descriptor); in GetActiveInputMethods()
140 result->push_back(input_method::GetFallbackInputMethodDescriptor()); in GetActiveInputMethods()
155 result->push_back(input_method::GetFallbackInputMethodDescriptor()); in GetSupportedInputMethods()
915 descriptions->push_back(InputMethodDescriptor( in GetInputMethodDescriptorsForTesting()
917 descriptions->push_back(InputMethodDescriptor( in GetInputMethodDescriptorsForTesting()
919 descriptions->push_back(InputMethodDescriptor( in GetInputMethodDescriptorsForTesting()
921 descriptions->push_back(InputMethodDescriptor( in GetInputMethodDescriptorsForTesting()
923 descriptions->push_back(InputMethodDescriptor( in GetInputMethodDescriptorsForTesting()
925 descriptions->push_back(InputMethodDescriptor( in GetInputMethodDescriptorsForTesting()
927 descriptions->push_back(InputMethodDescriptor( in GetInputMethodDescriptorsForTesting()
[all …]
/external/clang/lib/Frontend/
DCompilerInvocation.cpp120 void push_back(StringRef Str) { in push_back() function in __anon0d2f9f260111::ToArgsList
122 Res.push_back(std::string()); in push_back()
126 void push_back(StringRef Str1, StringRef Str2) { in push_back() function in __anon0d2f9f260111::ToArgsList
127 push_back(Str1); in push_back()
128 push_back(Str2); in push_back()
135 Res.push_back("-analyzer-checker-help"); in AnalyzerOptsToArgs()
137 Res.push_back("-analyzer-store", in AnalyzerOptsToArgs()
140 Res.push_back("-analyzer-constraints", in AnalyzerOptsToArgs()
143 Res.push_back("-analyzer-output", in AnalyzerOptsToArgs()
146 Res.push_back("-analyzer-purge", in AnalyzerOptsToArgs()
[all …]
/external/gtest/test/
Dgtest-listener_test.cc62 g_events->push_back(GetFullMethodName("OnTestProgramStart")); in OnTestProgramStart()
70 g_events->push_back(message.GetString()); in OnTestIterationStart()
74 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart")); in OnEnvironmentsSetUpStart()
78 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd")); in OnEnvironmentsSetUpEnd()
82 g_events->push_back(GetFullMethodName("OnTestCaseStart")); in OnTestCaseStart()
86 g_events->push_back(GetFullMethodName("OnTestStart")); in OnTestStart()
90 g_events->push_back(GetFullMethodName("OnTestPartResult")); in OnTestPartResult()
94 g_events->push_back(GetFullMethodName("OnTestEnd")); in OnTestEnd()
98 g_events->push_back(GetFullMethodName("OnTestCaseEnd")); in OnTestCaseEnd()
102 g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart")); in OnEnvironmentsTearDownStart()
[all …]
/external/chromium/testing/gtest/test/
Dgtest-listener_test.cc62 g_events->push_back(GetFullMethodName("OnTestProgramStart")); in OnTestProgramStart()
70 g_events->push_back(message.GetString()); in OnTestIterationStart()
74 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart")); in OnEnvironmentsSetUpStart()
78 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd")); in OnEnvironmentsSetUpEnd()
82 g_events->push_back(GetFullMethodName("OnTestCaseStart")); in OnTestCaseStart()
86 g_events->push_back(GetFullMethodName("OnTestStart")); in OnTestStart()
90 g_events->push_back(GetFullMethodName("OnTestPartResult")); in OnTestPartResult()
94 g_events->push_back(GetFullMethodName("OnTestEnd")); in OnTestEnd()
98 g_events->push_back(GetFullMethodName("OnTestCaseEnd")); in OnTestCaseEnd()
102 g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart")); in OnEnvironmentsTearDownStart()
[all …]
/external/llvm/tools/bugpoint/
DToolRunner.cpp207 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram()
208 LLIArgs.push_back("-force-interpreter=true"); in ExecuteProgram()
212 LLIArgs.push_back("-load"); in ExecuteProgram()
213 LLIArgs.push_back((*i).c_str()); in ExecuteProgram()
218 LLIArgs.push_back(ToolArgs[i].c_str()); in ExecuteProgram()
220 LLIArgs.push_back(Bitcode.c_str()); in ExecuteProgram()
223 LLIArgs.push_back(Args[i].c_str()); in ExecuteProgram()
224 LLIArgs.push_back(0); in ExecuteProgram()
297 ProgramArgs.push_back(CompilerCommand.c_str()); in compileProgram()
300 ProgramArgs.push_back(CompilerArgs.at(i).c_str()); in compileProgram()
[all …]
/external/eigen/demos/opengl/
Dicosphere.cpp40 mVertices.push_back(Map<Vector3f>(vdata[i])); in IcoSphere()
41 mIndices.push_back(new std::vector<int>); in IcoSphere()
46 indices.push_back(tindices[i][k]); in IcoSphere()
48 mListIds.push_back(0); in IcoSphere()
66 mIndices.push_back(new std::vector<int>); in _subdivide()
87 mVertices.push_back( (mVertices[e0]+mVertices[e1]).normalized() ); in _subdivide()
92 …refinedIndices.push_back(ids0[0]); refinedIndices.push_back(ids1[0]); refinedIndices.push_back(ids… in _subdivide()
93 …refinedIndices.push_back(ids0[1]); refinedIndices.push_back(ids1[1]); refinedIndices.push_back(ids… in _subdivide()
94 …refinedIndices.push_back(ids0[2]); refinedIndices.push_back(ids1[2]); refinedIndices.push_back(ids… in _subdivide()
95 …refinedIndices.push_back(ids1[0]); refinedIndices.push_back(ids1[1]); refinedIndices.push_back(ids… in _subdivide()
[all …]
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_id_unittest.cc24 v.push_back(TestIdFactory::FromNumber(5)); in TEST()
25 v.push_back(TestIdFactory::FromNumber(1)); in TEST()
26 v.push_back(TestIdFactory::FromNumber(-5)); in TEST()
27 v.push_back(TestIdFactory::MakeLocal("A")); in TEST()
28 v.push_back(TestIdFactory::MakeLocal("B")); in TEST()
29 v.push_back(TestIdFactory::MakeServer("A")); in TEST()
30 v.push_back(TestIdFactory::MakeServer("B")); in TEST()
31 v.push_back(Id::CreateFromServerId("-5")); in TEST()
32 v.push_back(Id::CreateFromClientString("A")); in TEST()
33 v.push_back(Id::CreateFromServerId("A")); in TEST()
[all …]
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp159 Vals.push_back(Str[i]); in WriteStringRecord()
179 Record.push_back(PAWI.Index); in WriteAttributeTable()
180 Record.push_back(Attribute::encodeLLVMAttributesForBitcode(PAWI.Attrs)); in WriteAttributeTable()
249 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
274 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
280 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
282 TypeVals.push_back(AddressSpace); in WriteTypeTable()
290 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()
291 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
293 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in WriteTypeTable()
[all …]
/external/llvm/unittests/Support/
DPath.cpp47 paths.push_back(""); in TEST()
48 paths.push_back("."); in TEST()
49 paths.push_back(".."); in TEST()
50 paths.push_back("foo"); in TEST()
51 paths.push_back("/"); in TEST()
52 paths.push_back("/foo"); in TEST()
53 paths.push_back("foo/"); in TEST()
54 paths.push_back("/foo/"); in TEST()
55 paths.push_back("foo/bar"); in TEST()
56 paths.push_back("/foo/bar"); in TEST()
[all …]
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp25 ShuffleMask.push_back(0); in DecodeINSERTPSMask()
26 ShuffleMask.push_back(1); in DecodeINSERTPSMask()
27 ShuffleMask.push_back(2); in DecodeINSERTPSMask()
28 ShuffleMask.push_back(3); in DecodeINSERTPSMask()
49 ShuffleMask.push_back(NElts+i); in DecodeMOVHLPSMask()
52 ShuffleMask.push_back(i); in DecodeMOVHLPSMask()
58 ShuffleMask.push_back(i); in DecodeMOVLHPSMask()
61 ShuffleMask.push_back(NElts+i); in DecodeMOVLHPSMask()
76 ShuffleMask.push_back(NewImm % NumLaneElts + l); in DecodePSHUFMask()
90 ShuffleMask.push_back(l + i); in DecodePSHUFHWMask()
[all …]
/external/clang/lib/Serialization/
DASTWriterDecl.cpp142 Record.push_back(FD->doesThisDeclarationHaveABody()); in Visit()
151 Record.push_back(D->isInvalidDecl()); in VisitDecl()
152 Record.push_back(D->hasAttrs()); in VisitDecl()
156 Record.push_back(D->isImplicit()); in VisitDecl()
157 Record.push_back(D->isUsed(false)); in VisitDecl()
158 Record.push_back(D->isReferenced()); in VisitDecl()
159 Record.push_back(D->isTopLevelDeclInObjCContainer()); in VisitDecl()
160 Record.push_back(D->getAccess()); in VisitDecl()
161 Record.push_back(D->isModulePrivate()); in VisitDecl()
162 Record.push_back(Writer.inferSubmoduleIDFromLocation(D->getLocation())); in VisitDecl()
[all …]

12345678910>>...86