Home
last modified time | relevance | path

Searched defs:check2 (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dhas_member_function_callable_with.cpp102 int check2[!has_member_function_callable_with_func0to3<functor2>::value ? 1 : -1]; in main() local
113 int check2[!has_member_function_callable_with_func0to0<functor2>::value ? 1 : -1]; in main() local
124 int check2[!has_member_function_callable_with_func0to3<functor, char*>::value ? 1 : -1]; in main() local
144 int check2[!has_member_function_callable_with_func1to2<functor, char*>::value ? 1 : -1]; in main() local
164 int check2[!has_member_function_callable_with_func0to3<functor, int, char*>::value ? 1 : -1]; in main() local
182 int check2[!has_member_function_callable_with_func1to2<functor, int, char*>::value ? 1 : -1]; in main() local
200 …int check2[!has_member_function_callable_with_func0to3<functor, int, char*, int>::value ? 1 : -1]; in main() local
218 …int check2[!has_member_function_callable_with_func3to3<functor, int, char*, int>::value ? 1 : -1]; in main() local
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp31 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
H A Ddeduction.cpp50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1]; variable
H A Dpartial-ordering.cpp29 int check2[X1<tuple<int, int>>::value == 1? 1 : -1]; variable
/aosp_15_r20/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
H A DBaseMetricListenerInstrumentedTest.java192 Bundle check2 = capturedBundle.get(1); in testReportMetrics_withIncludeFilters() local
574 Bundle check2 = capturedBundle.get(1); in testReportMetricsSameMethodName() local
627 Bundle check2 = capturedBundle.get(1); in testSameMethodNameWithValidIntervalOption() local
682 Bundle check2 = capturedBundle.get(1); in testSameMethodNameWithSkipIterationOption() local
736 Bundle check2 = capturedBundle.get(1); in testSameMethodNameWithInvalidIntervalNumber() local
H A DLogcatCollectorTest.java148 Bundle check2 = capturedBundle.get(1); in testLogcatCollectionOnEveryTestEnd() local
508 Bundle check2 = capturedBundles.get(1); in testMultipleIterations() local
H A DGcaEventLogCollectorTest.java167 Bundle check2 = capturedBundle.get(1); in testGcaEventLogCollectOnTestEnd_skipFailure() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dif_list.h47 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()
237 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_check.cpp34 struct check2 { struct
37 check2(){} in check2() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dpragma-pack.cpp20 namespace check2 { namespace
56 int check2[__alignof(X<long double, true>) == 2 ? 1 : -1]; variable
H A Dtypo-correction-crash.cpp8 auto check2() { in check2() function
H A Dissue547.cpp66 int check2[classify_function<f2>::value == 9? 1 : -1]; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lld/Common/
DErrorHandler.h182 T check2(ErrorOr<T> e, llvm::function_ref<std::string()> prefix) { in check2() function
189 T check2(Expected<T> e, llvm::function_ref<std::string()> prefix) { in check2() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lld/Common/
DErrorHandler.h182 T check2(ErrorOr<T> e, llvm::function_ref<std::string()> prefix) { in check2() function
189 T check2(Expected<T> e, llvm::function_ref<std::string()> prefix) { in check2() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lld/Common/
DErrorHandler.h182 T check2(ErrorOr<T> e, llvm::function_ref<std::string()> prefix) { in check2() function
189 T check2(Expected<T> e, llvm::function_ref<std::string()> prefix) { in check2() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lld/Common/
DErrorHandler.h182 T check2(ErrorOr<T> e, llvm::function_ref<std::string()> prefix) { in check2() function
189 T check2(Expected<T> e, llvm::function_ref<std::string()> prefix) { in check2() function
/aosp_15_r20/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
H A Dp2.cpp12 typename S<n>::T check2; // ok, n is value-dependent in T() local
H A Dp2-0x.cpp13 typename S<n>::T check2; // ok, n is value-dependent in T() local
/aosp_15_r20/art/test/698-selects/src/
H A DMain.java20 public static int $noinline$foo(int internal, boolean check1, boolean check2) { in $noinline$foo()
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dcwg1170.cpp41 int check2[has_copy_constructor<HasDeletedCopy>::value? -1 : 1]; variable
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp9.cpp27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp21.cpp28 int check2[X<int(float, int)>::value == 0? 1 : -1]; // uses primary template variable
H A Dp9-0x.cpp52 int check2[is_same<split_arrays<int[1], float[2], double[3]>::bounds_types, variable
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/oned/
H A DCode93Writer.java66 int check2 = computeChecksumIndex(contents, 15); in encode() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestCollationStringByteConverter.java150 private static void check2(ULocale testLocale) { in check2() method in TestCollationStringByteConverter

12345