/external/gemmlowp/test/ |
D | benchmark_meta_gemm.cc | 82 working_sets.push_back(WorkingSet()); in init() 172 times.push_back(delta_time / repetitions); in time_all() 196 times.push_back(delta_time / shape->repetitions); in time_one() 205 googlenet_gemms.push_back(Shape(12544, 64, 147)); in main() 206 googlenet_gemms.push_back(Shape(3136, 64, 64)); in main() 207 googlenet_gemms.push_back(Shape(3136, 192, 576)); in main() 208 googlenet_gemms.push_back(Shape(784, 64, 192)); in main() 209 googlenet_gemms.push_back(Shape(784, 96, 192)); in main() 210 googlenet_gemms.push_back(Shape(784, 128, 864)); in main() 211 googlenet_gemms.push_back(Shape(784, 16, 192)); in main() [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 2327 StOps.push_back(N->getOperand(1)); in SelectStoreVector() 2328 StOps.push_back(N->getOperand(2)); in SelectStoreVector() 2333 StOps.push_back(N->getOperand(1)); in SelectStoreVector() 2334 StOps.push_back(N->getOperand(2)); in SelectStoreVector() 2335 StOps.push_back(N->getOperand(3)); in SelectStoreVector() 2336 StOps.push_back(N->getOperand(4)); in SelectStoreVector() 2343 StOps.push_back(getI32Imm(IsVolatile, DL)); in SelectStoreVector() 2344 StOps.push_back(getI32Imm(CodeAddrSpace, DL)); in SelectStoreVector() 2345 StOps.push_back(getI32Imm(VecType, DL)); in SelectStoreVector() 2346 StOps.push_back(getI32Imm(ToType, DL)); in SelectStoreVector() [all …]
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 120 Res.push_back('\\'); in EscapeSpacesAndBackslashes() 123 Res.push_back(*Arg); in EscapeSpacesAndBackslashes() 136 Res.push_back('\\'); in QuoteTarget() 139 Res.push_back('\\'); in QuoteTarget() 142 Res.push_back('$'); in QuoteTarget() 145 Res.push_back('\\'); in QuoteTarget() 151 Res.push_back(Target[i]); in QuoteTarget() 175 CmdArgs.push_back(Args.MakeArgString(std::string(ArgName) + ".")); in addDirectoryList() 177 CmdArgs.push_back(ArgName); in addDirectoryList() 178 CmdArgs.push_back("."); in addDirectoryList() [all …]
|
/external/deqp/modules/glshared/ |
D | glsLongStressTestUtil.cpp | 128 context.attributes.push_back(gls::VarSpec("a_position", Vec3(-0.1f), Vec3(0.1f))); in generateBufferContext() 131 …context.attributes.push_back(gls::VarSpec("a_in" + de::toString(i), Vec4(0.0f), Vec4(1.0f / (float… in generateBufferContext() 163 …context.attributes.push_back(gls::VarSpec("a_position", Vec3(-positionFactor), Vec3(position… in generateTextureContext() 164 context.attributes.push_back(gls::VarSpec("a_texCoord", Vec2(0.0f), Vec2(1.0f))); in generateTextureContext() 166 context.uniforms.push_back(gls::VarSpec("u_sampler", 0)); in generateTextureContext() 167 …context.uniforms.push_back(gls::VarSpec("u_posTrans", translationMat<4>(positionFactor-1.0f), tr… in generateTextureContext() 170 context.textureSpecs.push_back(gls::TextureSpec(gls::TextureTestUtil::TEXTURETYPE_2D, 0, in generateTextureContext() 232 context.attributes.push_back(gls::VarSpec("a_position", Vec3(-0.1f), Vec3(0.1f))); in generateBufferAndTextureContext() 236 …context.attributes.push_back(gls::VarSpec("a_texCoord" + de::toString(i), Vec2(0.0f), Vec2(1.0f))); in generateBufferAndTextureContext() 237 context.uniforms.push_back(gls::VarSpec("u_sampler" + de::toString(i), i)); in generateBufferAndTextureContext() [all …]
|
/external/ceres-solver/internal/ceres/ |
D | compressed_col_sparse_matrix_utils_test.cc | 47 blocks.push_back(1); in TEST() 48 blocks.push_back(2); in TEST() 49 blocks.push_back(3); in TEST() 50 blocks.push_back(3); in TEST() 51 blocks.push_back(1); in TEST() 56 block_ordering.push_back(1); in TEST() 57 block_ordering.push_back(0); in TEST() 58 block_ordering.push_back(2); in TEST() 59 block_ordering.push_back(4); in TEST() 60 block_ordering.push_back(3); in TEST() [all …]
|
D | array_utils_test.cc | 77 array.push_back(0); in TEST() 78 array.push_back(1); in TEST() 84 array.push_back(1); in TEST() 85 array.push_back(0); in TEST() 93 array.push_back(0); in TEST() 94 array.push_back(2); in TEST() 96 expected.push_back(0); in TEST() 97 expected.push_back(1); in TEST() 104 array.push_back(3); in TEST() 105 array.push_back(1); in TEST() [all …]
|
D | problem_impl.cc | 149 program_->parameter_blocks_.push_back(new_parameter_block); in InternalAddParameterBlock() 184 cost_functions_to_delete_.push_back( in DeleteBlock() 189 loss_functions_to_delete_.push_back( in DeleteBlock() 203 local_parameterizations_to_delete_.push_back( in DeleteBlock() 307 program_->residual_blocks_.push_back(new_residual_block); in AddResidualBlock() 323 residual_parameters.push_back(x0); in AddResidualBlock() 332 residual_parameters.push_back(x0); in AddResidualBlock() 333 residual_parameters.push_back(x1); in AddResidualBlock() 342 residual_parameters.push_back(x0); in AddResidualBlock() 343 residual_parameters.push_back(x1); in AddResidualBlock() [all …]
|
/external/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 113 const_cast<std::vector<BasicBlock*>&>(L.getBlocks()).push_back(BB); in TEST_F() 117 A.push_back(SE.getSCEV(&*AI++)); in TEST_F() 118 A.push_back(SE.getSCEV(&*AI++)); in TEST_F() 119 A.push_back(SE.getSCEV(&*AI++)); in TEST_F() 120 A.push_back(SE.getSCEV(&*AI++)); in TEST_F() 121 A.push_back(SE.getSCEV(&*AI++)); in TEST_F() 125 B.push_back(SE.getSCEV(&*AI++)); in TEST_F() 126 B.push_back(SE.getSCEV(&*AI++)); in TEST_F() 127 B.push_back(SE.getSCEV(&*AI++)); in TEST_F() 128 B.push_back(SE.getSCEV(&*AI++)); in TEST_F() [all …]
|
/external/llvm/lib/Support/ |
D | GraphWriter.cpp | 146 args.push_back(ViewerPath.c_str()); in DisplayGraph() 148 args.push_back("-W"); in DisplayGraph() 149 args.push_back(Filename.c_str()); in DisplayGraph() 150 args.push_back(nullptr); in DisplayGraph() 158 args.push_back(ViewerPath.c_str()); in DisplayGraph() 159 args.push_back(Filename.c_str()); in DisplayGraph() 160 args.push_back(nullptr); in DisplayGraph() 169 args.push_back(ViewerPath.c_str()); in DisplayGraph() 170 args.push_back(Filename.c_str()); in DisplayGraph() 171 args.push_back(nullptr); in DisplayGraph() [all …]
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 156 Vals.push_back(Str[i]); in WriteStringRecord() 283 Record.push_back(VE.getAttributeGroupID(A)); in WriteAttributeGroupTable() 284 Record.push_back(AS.getSlotIndex(i)); in WriteAttributeGroupTable() 290 Record.push_back(0); in WriteAttributeGroupTable() 291 Record.push_back(getAttrKindEncoding(Attr.getKindAsEnum())); in WriteAttributeGroupTable() 293 Record.push_back(1); in WriteAttributeGroupTable() 294 Record.push_back(getAttrKindEncoding(Attr.getKindAsEnum())); in WriteAttributeGroupTable() 295 Record.push_back(Attr.getValueAsInt()); in WriteAttributeGroupTable() 300 Record.push_back(Val.empty() ? 3 : 4); in WriteAttributeGroupTable() 302 Record.push_back(0); in WriteAttributeGroupTable() [all …]
|
/external/clang/unittests/Lex/ |
D | LexerTest.cpp | 82 toks.push_back(tok); in CheckLex() 116 ExpectedTokens.push_back(tok::identifier); in TEST_F() 117 ExpectedTokens.push_back(tok::l_paren); in TEST_F() 118 ExpectedTokens.push_back(tok::identifier); in TEST_F() 119 ExpectedTokens.push_back(tok::r_paren); in TEST_F() 130 ExpectedTokens.push_back(tok::identifier); in TEST_F() 131 ExpectedTokens.push_back(tok::identifier); in TEST_F() 142 ExpectedTokens.push_back(tok::identifier); in TEST_F() 143 ExpectedTokens.push_back(tok::identifier); in TEST_F() 144 ExpectedTokens.push_back(tok::identifier); in TEST_F() [all …]
|
/external/skia/tests/ |
D | GrGLSLPrettyPrintTest.cpp | 94 testStr.push_back(input1.c_str()); in DEF_TEST() 95 lengths.push_back((int)input1.size()); in DEF_TEST() 96 testStr.push_back(input2.c_str()); in DEF_TEST() 97 lengths.push_back((int)input2.size()); in DEF_TEST() 98 testStr.push_back(input3.c_str()); in DEF_TEST() 99 lengths.push_back((int)input3.size()); in DEF_TEST() 100 testStr.push_back(input4.c_str()); in DEF_TEST() 101 lengths.push_back((int)input4.size()); in DEF_TEST() 102 testStr.push_back(input5.c_str()); in DEF_TEST() 103 lengths.push_back((int)input5.size()); in DEF_TEST() [all …]
|
/external/skia/gm/ |
D | convexpaths.cpp | 54 fPaths.push_back().moveTo(0, 0); in makePaths() 59 fPaths.push_back().moveTo(0, 50 * SK_Scalar1); in makePaths() 65 fPaths.push_back().addRect(0, 0, in makePaths() 69 fPaths.push_back().addRect(0, 0, in makePaths() 73 fPaths.push_back().addCircle(50 * SK_Scalar1, 50 * SK_Scalar1, in makePaths() 77 fPaths.push_back().addOval(SkRect::MakeXYWH(0, 0, in makePaths() 82 fPaths.push_back().addOval(SkRect::MakeXYWH(0, 0, in makePaths() 87 fPaths.push_back().addOval(SkRect::MakeXYWH(0, 0, in makePaths() 92 fPaths.push_back().addRoundRect(SkRect::MakeXYWH(0, 0, in makePaths() 103 fPaths.push_back().moveTo(0, 0); in makePaths() [all …]
|
/external/llvm/lib/Target/X86/Utils/ |
D | X86ShuffleDecode.cpp | 27 ShuffleMask.push_back(0); in DecodeINSERTPSMask() 28 ShuffleMask.push_back(1); in DecodeINSERTPSMask() 29 ShuffleMask.push_back(2); in DecodeINSERTPSMask() 30 ShuffleMask.push_back(3); in DecodeINSERTPSMask() 51 ShuffleMask.push_back(NElts + i); in DecodeMOVHLPSMask() 54 ShuffleMask.push_back(i); in DecodeMOVHLPSMask() 60 ShuffleMask.push_back(i); in DecodeMOVLHPSMask() 63 ShuffleMask.push_back(NElts + i); in DecodeMOVLHPSMask() 69 ShuffleMask.push_back(2 * i); in DecodeMOVSLDUPMask() 70 ShuffleMask.push_back(2 * i); in DecodeMOVSLDUPMask() [all …]
|
/external/webrtc/talk/session/media/ |
D | currentspeakermonitor_unittest.cc | 97 info.active_streams.push_back(std::make_pair(kSsrc1, 3)); in TEST_F() 98 info.active_streams.push_back(std::make_pair(kSsrc2, 7)); in TEST_F() 106 info.active_streams.push_back(std::make_pair(kSsrc1, 3)); in TEST_F() 107 info.active_streams.push_back(std::make_pair(kSsrc2, 7)); in TEST_F() 119 info.active_streams.push_back(std::make_pair(kSsrc1, 3)); in TEST_F() 120 info.active_streams.push_back(std::make_pair(kSsrc2, 7)); in TEST_F() 126 info.active_streams.push_back(std::make_pair(kSsrc1, 3)); in TEST_F() 127 info.active_streams.push_back(std::make_pair(kSsrc2, 7)); in TEST_F() 133 info.active_streams.push_back(std::make_pair(kSsrc1, 9)); in TEST_F() 134 info.active_streams.push_back(std::make_pair(kSsrc2, 1)); in TEST_F() [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-listener_test.cc | 61 g_events->push_back(GetFullMethodName("OnTestProgramStart")); in OnTestProgramStart() 69 g_events->push_back(message.GetString()); in OnTestIterationStart() 73 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart")); in OnEnvironmentsSetUpStart() 77 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd")); in OnEnvironmentsSetUpEnd() 81 g_events->push_back(GetFullMethodName("OnTestCaseStart")); in OnTestCaseStart() 85 g_events->push_back(GetFullMethodName("OnTestStart")); in OnTestStart() 89 g_events->push_back(GetFullMethodName("OnTestPartResult")); in OnTestPartResult() 93 g_events->push_back(GetFullMethodName("OnTestEnd")); in OnTestEnd() 97 g_events->push_back(GetFullMethodName("OnTestCaseEnd")); in OnTestCaseEnd() 101 g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart")); in OnEnvironmentsTearDownStart() [all …]
|
/external/gtest/test/ |
D | gtest-listener_test.cc | 61 g_events->push_back(GetFullMethodName("OnTestProgramStart")); in OnTestProgramStart() 69 g_events->push_back(message.GetString()); in OnTestIterationStart() 73 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart")); in OnEnvironmentsSetUpStart() 77 g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd")); in OnEnvironmentsSetUpEnd() 81 g_events->push_back(GetFullMethodName("OnTestCaseStart")); in OnTestCaseStart() 85 g_events->push_back(GetFullMethodName("OnTestStart")); in OnTestStart() 89 g_events->push_back(GetFullMethodName("OnTestPartResult")); in OnTestPartResult() 93 g_events->push_back(GetFullMethodName("OnTestEnd")); in OnTestEnd() 97 g_events->push_back(GetFullMethodName("OnTestCaseEnd")); in OnTestCaseEnd() 101 g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart")); in OnEnvironmentsTearDownStart() [all …]
|
/external/opencv3/modules/core/test/ocl/ |
D | test_channels.cpp | 109 src_roi.push_back(src1_roi), usrc_roi.push_back(usrc1_roi); in PARAM_TEST_CASE() 111 src_roi.push_back(src2_roi), usrc_roi.push_back(usrc2_roi); in PARAM_TEST_CASE() 113 src_roi.push_back(src3_roi), usrc_roi.push_back(usrc3_roi); in PARAM_TEST_CASE() 115 src_roi.push_back(src4_roi), usrc_roi.push_back(usrc4_roi); in PARAM_TEST_CASE() 197 dst_roi.push_back(dst1_roi), udst_roi.push_back(udst1_roi), in PARAM_TEST_CASE() 198 dst.push_back(dst1), udst.push_back(udst1); in PARAM_TEST_CASE() 200 dst_roi.push_back(dst2_roi), udst_roi.push_back(udst2_roi), in PARAM_TEST_CASE() 201 dst.push_back(dst2), udst.push_back(udst2); in PARAM_TEST_CASE() 203 dst_roi.push_back(dst3_roi), udst_roi.push_back(udst3_roi), in PARAM_TEST_CASE() 204 dst.push_back(dst3), udst.push_back(udst3); in PARAM_TEST_CASE() [all …]
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | array_util_unittest.cc | 84 geometry.push_back(Point(0.f, 0.f, 0.f)); in TEST() 85 geometry.push_back(Point(0.1f, 0.f, 0.f)); in TEST() 87 geometry.push_back(Point(0.f, 0.05f, 0.f)); in TEST() 89 geometry.push_back(Point(0.f, 0.f, 0.02f)); in TEST() 91 geometry.push_back(Point(-0.003f, -0.004f, 0.02f)); in TEST() 97 geometry.push_back(Point(0.f, 0.f, 0.f)); in TEST() 98 geometry.push_back(Point(0.1f, 0.f, 0.f)); in TEST() 101 geometry.push_back(Point(0.15f, 0.f, 0.f)); in TEST() 104 geometry.push_back(Point(-0.2f, 0.f, 0.f)); in TEST() 107 geometry.push_back(Point(0.05f, 0.f, 0.f)); in TEST() [all …]
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | stl_util_unittest.cc | 62 vector.push_back(1); in TEST() 63 vector.push_back(1); in TEST() 64 vector.push_back(4); in TEST() 65 vector.push_back(64); in TEST() 66 vector.push_back(12432); in TEST() 104 difference.push_back(1); in TEST() 105 difference.push_back(2); in TEST() 111 difference.push_back(5); in TEST() 112 difference.push_back(6); in TEST() 113 difference.push_back(7); in TEST() [all …]
|
/external/protobuf/gtest/test/ |
D | gtest-listener_test.cc | 62 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/google-breakpad/src/testing/gtest/test/ |
D | gtest-listener_test.cc | 62 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/ |
D | ToolRunner.cpp | 186 LLIArgs.push_back(LLIPath.c_str()); in ExecuteProgram() 187 LLIArgs.push_back("-force-interpreter=true"); in ExecuteProgram() 191 LLIArgs.push_back("-load"); in ExecuteProgram() 192 LLIArgs.push_back((*i).c_str()); in ExecuteProgram() 197 LLIArgs.push_back(ToolArgs[i].c_str()); in ExecuteProgram() 199 LLIArgs.push_back(Bitcode.c_str()); in ExecuteProgram() 202 LLIArgs.push_back(Args[i].c_str()); in ExecuteProgram() 203 LLIArgs.push_back(nullptr); in ExecuteProgram() 307 ProgramArgs.push_back(CompilerCommand.c_str()); in compileProgram() 310 ProgramArgs.push_back(CompilerArgs.at(i).c_str()); in compileProgram() [all …]
|
/external/drm_hwcomposer/ |
D | separate_rects.cpp | 201 active_regions.push_back(std::make_pair(v_evt.y, active_set)); in separate_rects() 292 out->push_back(RectSet<TId, TNum>(proto_rect.id_set, out_rect)); in separate_rects() 334 in.push_back({0, 0, 4, 5}); in main() 335 in.push_back({2, 0, 6, 6}); in main() 336 in.push_back({4, 0, 8, 5}); in main() 337 in.push_back({0, 7, 8, 9}); in main() 339 in.push_back({10, 0, 18, 5}); in main() 340 in.push_back({12, 0, 16, 5}); in main() 342 in.push_back({20, 11, 24, 17}); in main() 343 in.push_back({22, 13, 26, 21}); in main() [all …]
|
/external/webrtc/webrtc/base/ |
D | optional_unittest.cc | 82 log_->push_back(oss.str()); in Log() 88 log_->push_back(oss.str()); in LogFrom() 94 log_->push_back(oss.str()); in Log2() 106 v->push_back(e); in VectorAppend() 149 log->push_back("---"); in TEST() 152 log->push_back("---"); in TEST() 178 log->push_back("---"); in TEST() 182 log->push_back("---"); in TEST() 208 log->push_back("---"); in TEST() 210 log->push_back("---"); in TEST() [all …]
|