/external/v8/test/mjsunit/regress/ |
D | regress-4027.js | 28 var inner2 = new Inner(); variable 31 SetInner(inner2, 10); 41 SetOuter(outer2, inner2); 42 SetOuter(outer2, inner2); 43 SetOuter(outer2, inner2); 45 SetOuter(outer3, inner2); 46 SetOuter(outer3, inner2); 47 SetOuter(outer3, inner2); 50 SetInner(inner2, 6.5);
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.class/ |
D | p1.cpp | 23 X0<int*, float *>::Inner inner2; in test() local 24 inner2.x = &i; in test() 25 inner2.y = &f; in test() 26 inner2.f(); // expected-note{{instantiation}} in test()
|
/external/v8/test/mjsunit/ |
D | break.js | 57 inner1: inner2: inner3: while (j-- > 0) { 60 break inner2;
|
/external/llvm/test/Transforms/Inline/ |
D | always-inline.ll | 25 define internal void @inner2(i32 %N) alwaysinline { 35 ; CHECK-NOT: call void @inner2 36 ; CHECK-NOT: call void @inner2 39 call void @inner2( i32 %N )
|
D | ptr-diff.ll | 36 ; CHECK: call i32 @inner2 41 %result = call i32 @inner2(i32* %ptr1, i32* %ptr2) 45 define i32 @inner2(i32* %begin, i32* %end) {
|
D | inline_returns_twice.ll | 24 define i32 @inner2() returns_twice { 35 %call = call i32 @inner2() returns_twice
|
D | alloca-bonus.ll | 30 ; CHECK: call void @inner2 32 call void @inner2(i32* %ptr) 37 define void @inner2(i32 *%ptr) {
|
D | inline_cleanup.ll | 77 define void @inner2(i32 %x, i32 %y, i32 %z, i1 %b) { 136 call void @inner2(i32 0, i32 -1, i32 %z, i1 %b)
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p8-0x.cpp | 13 struct inner2 { struct 24 operator decltype(outer::middle())::inner2 ();
|
/external/clang/test/Parser/ |
D | recursion-limits.cpp | 5 class inner2 { inner2(); }; class in outer
|
/external/libweave/third_party/chromium/base/ |
D | values_unittest.cc | 682 scoped_ptr<DictionaryValue> inner2(new DictionaryValue); in TEST() local 683 inner2->Set("empty_dict", make_scoped_ptr(new DictionaryValue)); in TEST() 684 inner2->Set("empty_list", make_scoped_ptr(new ListValue)); in TEST() 685 root->Set("dict_with_empty_children", std::move(inner2)); in TEST() 693 scoped_ptr<ListValue> inner2(new ListValue); in TEST() local 694 inner2->Append(make_scoped_ptr(new StringValue("hello"))); in TEST() 696 inner->Append(std::move(inner2)); in TEST()
|
/external/libchrome/base/ |
D | values_unittest.cc | 722 scoped_ptr<DictionaryValue> inner2(new DictionaryValue); in TEST() local 723 inner2->Set("empty_dict", make_scoped_ptr(new DictionaryValue)); in TEST() 724 inner2->Set("empty_list", make_scoped_ptr(new ListValue)); in TEST() 725 root->Set("dict_with_empty_children", std::move(inner2)); in TEST() 733 scoped_ptr<ListValue> inner2(new ListValue); in TEST() local 734 inner2->Append(make_scoped_ptr(new StringValue("hello"))); in TEST() 736 inner->Append(std::move(inner2)); in TEST()
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p2.cpp | 171 N0::X0<long>::Inner inner2; variable
|
D | p2-0x.cpp | 210 N0::X0<long>::Inner inner2; variable
|
/external/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 356 ; CHECK: %loop.inner2.begin 357 ; The loop.inner2.end block is folded 398 br i1 %comp2, label %loop.inner2.begin, label %loop.end 400 loop.inner2.begin: 401 br i1 false, label %loop.end, label %loop.inner2.end 403 loop.inner2.end: 405 br i1 %comp3, label %loop.end, label %loop.inner2.begin
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 2149 cv::Rect_<float> inner1, inner2, outer1, outer2; in cvStereoRectify() local 2267 icvGetRectangles( _cameraMatrix2, _distCoeffs2, _R2, _P2, imageSize, inner2, outer2 ); in cvStereoRectify() 2286 …std::max(std::max(std::max(std::max((double)cx2/(cx2_0 - inner2.x), (double)cy2/(cy2_0 - inner2.y)… in cvStereoRectify() 2287 (double)(newImgSize.width - cx2)/(inner2.x + inner2.width - cx2_0)), in cvStereoRectify() 2288 (double)(newImgSize.height - cy2)/(inner2.y + inner2.height - cy2_0)), in cvStereoRectify() 2327 *roi2 = cv::Rect(cvCeil((inner2.x - cx2_0)*s + cx2), in cvStereoRectify() 2328 cvCeil((inner2.y - cy2_0)*s + cy2), in cvStereoRectify() 2329 cvFloor(inner2.width*s), cvFloor(inner2.height*s)) in cvStereoRectify()
|