/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | has_member_function_callable_with.cpp | 101 int check1[ has_member_function_callable_with_func0to3<functor>::value ? 1 : -1]; in main() local 112 int check1[ has_member_function_callable_with_func0to0<functor>::value ? 1 : -1]; in main() local 123 int check1[ has_member_function_callable_with_func0to3<functor, int>::value ? 1 : -1]; in main() local 143 int check1[ has_member_function_callable_with_func1to2<functor, int>::value ? 1 : -1]; in main() local 163 int check1[ has_member_function_callable_with_func0to3<functor, int, int>::value ? 1 : -1]; in main() local 181 int check1[ has_member_function_callable_with_func1to2<functor, int, int>::value ? 1 : -1]; in main() local 199 …int check1[ has_member_function_callable_with_func0to3<functor, int, int, int>::value ? 1 : -1]; in main() local 217 …int check1[ has_member_function_callable_with_func3to3<functor, int, int, int>::value ? 1 : -1]; in main() local
|
/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_check.cpp | 23 struct check1 { struct 26 check1(){} in check1() function
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 30 int check1[count<int>::value == 1? 1 : -1]; variable 49 int check1[count<int>::value == 1? 1 : -1]; variable 83 int check1[is_same<square<1, 2, -3>::type, variable 200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer, variable 254 int check1[Arity<int(float, double)>::value == 2? 1 : -1]; variable
|
D | deduction.cpp | 49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
|
D | partial-ordering.cpp | 28 int check1[X1<tuple<int>>::value == 2? 1 : -1]; variable
|
D | multi-level-substitution.cpp | 48 int check1[X<short, int>::Inner<tuple<pair<short, unsigned short>, variable
|
/external/sdv/vsomeip/third_party/boost/parameter/test/ |
D | deduced.hpp | 65 bool check1(K const& k, test::not_present_tag const& t, long) const in check1() function in test::assert_expected 73 bool check1(K const& k, Expected const& e, int) const in check1() function in test::assert_expected
|
D | singular.cpp | 79 void check1(ArgumentPack const& p, K const& kw, T const& value) in check1() function
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
D | p2.cpp | 10 S<s> check1; // ok, s is value-dependent in T() local
|
D | p2-0x.cpp | 11 S<s> check1; // ok, s is value-dependent in T() local
|
/external/clang/test/SemaCXX/ |
D | typo-correction-crash.cpp | 2 auto check1() { in check1() function
|
D | pragma-pack.cpp | 55 int check1[__alignof(X<int, true>) == 1 ? 1 : -1]; variable
|
D | issue547.cpp | 65 int check1[classify_function<f1>::value == 8? 1 : -1]; variable
|
/external/clang/test/Parser/ |
D | cxx-attributes.cpp | 18 int check1[__alignof__(T1) == 1 ? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | cwg1170.cpp | 40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p9.cpp | 16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable
|
D | p9-0x.cpp | 50 int check1[is_same<split_arrays<int[1], float[2], double[3]>::element_types, variable
|
/external/zxing/core/src/main/java/com/google/zxing/oned/ |
D | Code93Writer.java | 60 int check1 = computeChecksumIndex(contents, 20); in encode() local
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | if_list.h | 37 Check0 check0, Check1 check1, Action0 action0, Action1 action1) { in IfList() 47 Check0 check0, Check1 check1, Check2 check2, Action0 action0, in IfList() 60 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 75 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 92 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 111 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 132 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 155 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 180 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 208 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | common_subgraph_elimination_test.cc | 103 auto check1 = ops::CheckNumerics(s.WithOpName("check1"), c, "foo"); in TEST_F() local
|
D | debug_stripper_test.cc | 143 auto check1 = ops::CheckNumerics(s.WithOpName("CheckNumerics1"), x, "foo"); in TEST_F() local
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | Tnaf.java | 208 SimpleBigDecimal check1; in round() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | Tnaf.java | 207 SimpleBigDecimal check1; in round() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
D | Tnaf.java | 208 SimpleBigDecimal check1; in round() local
|