/external/clang/test/SemaCXX/ |
D | address-space-conversion.cpp | 52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_static_cast() argument 55 (void)static_cast<A_ptr_1>(bp1); in test_static_cast() 72 (void)static_cast<A_ptr>(bp1); // expected-error{{is not allowed}} in test_static_cast() 77 (void)static_cast<A_ptr_2>(bp1); // expected-error{{is not allowed}} in test_static_cast() 103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_dynamic_cast() argument 106 (void)dynamic_cast<A_ptr_1>(bp1); in test_dynamic_cast() 115 (void)dynamic_cast<A_ptr>(bp1); // expected-error{{casts away qualifiers}} in test_dynamic_cast() 120 (void)dynamic_cast<A_ptr_2>(bp1); // expected-error{{casts away qualifiers}} in test_dynamic_cast() 133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_reinterpret_cast() argument 139 (void)reinterpret_cast<A_ptr>(bp1); in test_reinterpret_cast() [all …]
|
/external/v8/test/mjsunit/ |
D | debug-enable-disable-breakpoints.js | 52 bp1 = Debug.setBreakPoint(f); 57 Debug.disableBreakPoint(bp1); 62 Debug.enableBreakPoint(bp1); 77 Debug.disableBreakPoint(bp1); 82 Debug.enableBreakPoint(bp1); 88 Debug.disableBreakPoint(bp1); 98 Debug.enableBreakPoint(bp1);
|
D | debug-breakpoints.js | 42 bp1 = Debug.setBreakPoint(f, 0, 8); 48 Debug.clearBreakPoint(bp1); 79 bp1 = Debug.setBreakPoint(g, 2, 0); 100 Debug.clearBreakPoint(bp1); 138 bp1 = setBreakpointByPosition(f, 8); 144 Debug.clearBreakPoint(bp1); 165 bp1 = setBreakpointByPosition(g, 12); 186 Debug.clearBreakPoint(bp1);
|
D | debug-ignore-breakpoints.js | 52 bp1 = Debug.setBreakPoint(f); 55 Debug.changeBreakPointIgnoreCount(bp1, 1); 67 Debug.changeBreakPointIgnoreCount(bp1, 2); 79 Debug.changeBreakPointIgnoreCount(bp1, 4);
|
D | debug-multiple-breakpoints.js | 56 bp1 = Debug.setBreakPoint(f); 66 Debug.clearBreakPoint(bp1); 78 bp1 = Debug.setBreakPoint(g); 87 Debug.clearBreakPoint(bp1);
|
D | debug-conditional-breakpoints.js | 149 bp1 = Debug.setBreakPoint(h, 0, 22, 'a % 2 == 0'); 155 assertEquals(5, Debug.findBreakPoint(bp1, false).hit_count()); 157 Debug.clearBreakPoint(bp1); 162 bp1 = Debug.setBreakPoint(h, 0, 22, 'a % 2 == 0'); 168 assertEquals(5, Debug.findBreakPoint(bp1, false).hit_count()); 170 Debug.clearBreakPoint(bp1);
|
D | debug-step.js | 36 var bp1, bp2; variable 65 bp1 = Debug.setBreakPoint(f, 1);
|
D | debug-clearbreakpointgroup.js | 92 var bp1 = Debug.setScriptBreakPointById(scriptId, 1, null, null, groupId1); variable
|
/external/openssl/crypto/objects/ |
D | objxref.pl | 50 my$bp1 = $oid_tbl{$xref_tbl{$b}[0]}; 51 return $ap1 - $bp1 if ($ap1 != $bp1);
|
/external/clang/test/Sema/ |
D | block-misc.c | 165 void (^bp1)(); in test17() local 170 f(1 ? bp : bp1); in test17()
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 52 BoxType *bp1 = new BoxType(dim); in alignedbox() local 53 bp0->extend(*bp1); in alignedbox() 55 delete bp1; in alignedbox()
|
/external/opencv/cv/src/ |
D | cvcontourtree.cpp | 78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; in icvCreateContourTree() local 207 &ap1, &bp1 )); in icvCreateContourTree() 359 bp2 = bp1; in icvCreateContourTree() 360 bp1 = b; in icvCreateContourTree() 400 &bp1 )); in icvCreateContourTree() 485 tree_one.r2 = bp1 / ap1; in icvCreateContourTree()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/ |
D | PhysicsSpace.java | 199 public boolean needBroadphaseCollision(BroadphaseProxy bp, BroadphaseProxy bp1) { in setOverlapFilterCallback() 200 boolean collides = (bp.collisionFilterGroup & bp1.collisionFilterMask) != 0; in setOverlapFilterCallback() 202 collides = (bp1.collisionFilterGroup & bp.collisionFilterMask) != 0; in setOverlapFilterCallback() 207 …h.CollisionObject colOb1 = (com.bulletphysics.collision.dispatch.CollisionObject) bp1.clientObject; in setOverlapFilterCallback()
|
/external/v8/test/cctest/ |
D | test-debug.cc | 1128 int bp1 = SetBreakPoint(foo, 0); in TEST() local 1138 ClearBreakPoint(bp1); in TEST() 1517 int bp1 = SetBreakPointFromJS("foo", 0, 3); in TEST() local 1538 ClearBreakPointFromJS(bp1); in TEST() 1546 CHECK_EQ(1, bp1); in TEST()
|