/external/chromium_org/v8/test/mjsunit/ |
D | elements-kind-depends.js | 60 function check2(b) { function 69 check2(b); 74 check2(b);
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 31 int check2[count<float, double>::value == 2? 1 : -1]; variable 50 int check2[count<float, double>::value == 2? 1 : -1]; variable 93 int check2[is_same<square_tuple<int_tuple<1, 2, -3> >::type, variable 230 int check2[is_same<apply_each_nested<int, add_reference_meta, variable 255 int check2[Arity<int(float...)>::value == 1? 1 : -1]; variable
|
D | deduction.cpp | 50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1]; variable
|
D | partial-ordering.cpp | 29 int check2[X1<tuple<int, int>>::value == 1? 1 : -1]; variable
|
D | multi-level-substitution.cpp | 67 int check2[X1<short, int, long>::Inner<tuple<pair<short, unsigned short>, variable
|
/external/clang/test/SemaCXX/ |
D | pragma-pack.cpp | 20 namespace check2 { namespace 56 int check2[__alignof(X<long double, true>) == 2 ? 1 : -1]; variable
|
D | issue547.cpp | 66 int check2[classify_function<f2>::value == 9? 1 : -1]; variable
|
D | cxx1y-deduced-return-type.cpp | 149 int &check2 = take_fn(arg_single<int>); variable
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p9.cpp | 27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
D | p2.cpp | 12 typename S<n>::T check2; // ok, n is value-dependent in T() local
|
D | p2-0x.cpp | 13 typename S<n>::T check2; // ok, n is value-dependent in T() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | Tnaf.java | 204 SimpleBigDecimal check2; in round() local 208 check2 = eta0.add(fourEta1); in round() 214 check2 = eta0.subtract(fourEta1); in round() 235 if (check2.compareTo(ECConstants.TWO) >= 0) in round() 256 if (check2.compareTo(MINUS_TWO) < 0) in round()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 28 int check2[X<int(float, int)>::value == 0? 1 : -1]; // uses primary template variable
|
D | p9-0x.cpp | 52 int check2[is_same<split_arrays<int[1], float[2], double[3]>::bounds_types, variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | cwg1170.cpp | 41 int check2[has_copy_constructor<HasDeletedCopy>::value? -1 : 1]; variable
|
/external/clang/test/SemaObjCXX/ |
D | arc-libstdcxx.mm | 8 int check2[std::__is_scalar<__autoreleasing id>::__value? -1 : 1];
|
/external/chromium_org/ash/wm/ |
D | window_modality_controller_unittest.cc | 74 int check2[] = { -1, -11, -12 }; in TEST_F() local 75 EXPECT_TRUE(ValidateStacking(w1->parent(), check2, arraysize(check2))); in TEST_F() 127 int check2[] = { -1, -11, -111, -2 }; in TEST_F() local 128 EXPECT_TRUE(ValidateStacking(w1->parent(), check2, arraysize(check2))); in TEST_F()
|
/external/clang/test/CodeGenCXX/ |
D | pointers-to-data-members.cpp | 161 bool check2() { in check2() function
|
/external/oprofile/gui/ |
D | oprof_start.cpp | 736 get_unit_mask_part(descr, 2, check2->isChecked(), mask); in get_unit_mask() 758 check2->hide(); in hide_masks() 793 case 2: check = check2; break; in setup_unit_masks()
|
/external/clang/test/CXX/drs/ |
D | dr4xx.cpp | 996 int check2[__SHRT_MAX__ >= 32767 ? 1 : -1]; variable 1006 int check2[__SIG_ATOMIC_WIDTH__ >= 8 ? 1 : -1]; variable 1190 int check2[!__is_trivially_copyable(volatile int) ? 1 : -1]; variable
|
D | dr1xx.cpp | 557 int check2[__is_pod(A) ? 1 : -1]; variable 745 int check2[sizeof(x) > sizeof(int) ? 1 : -1]; variable
|
/external/pixman/test/ |
D | utils.c | 570 pixman_color_t check1, check2; in draw_checkerboard() local 576 color8_to_color16 (color2, &check2); in draw_checkerboard() 579 c2 = pixman_image_create_solid_fill (&check2); in draw_checkerboard()
|
/external/clang/docs/ |
D | UsersManual.rst | 925 **-f[no-]sanitize=check1,check2,...**
|