Home
last modified time | relevance | path

Searched refs:valid2 (Results 1 – 7 of 7) sorted by relevance

/external/testng/src/test/java/test/factory/
DFactoryInterleavingTest.java25 Integer[] valid2 = { in methodsShouldBeInterleaved() local
32 } else if (! logArray.equals(valid2)) { in methodsShouldBeInterleaved()
33 System.err.println(logArray + " " + valid2); in methodsShouldBeInterleaved()
34 Assert.assertEquals(logArray, valid2); in methodsShouldBeInterleaved()
/external/clang/test/SemaObjC/
Dattr-cf_returns.m22 id valid2() CF_RETURNS_RETAINED; function
29 - (id)valid2 CF_RETURNS_RETAINED;
35 @property id valid2 CF_RETURNS_RETAINED;
/external/clang/test/Sema/
Dcomplex-init-list.c28 _Complex int valid2 = { 1, 2 }; // expected-warning {{complex integer}} expected-warning {{specifyi… variable
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl131 struct Valid valid2;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dattributes.ll380 define i32 @test_null-pointer-is-valid2(i32 %i) "null-pointer-is-valid"="true" {
383 ; CHECK: @test_null-pointer-is-valid2(i32 %i) [[NULLPOINTERISVALID]] {
/external/compiler-rt/lib/asan/
Dasan_report.cc1016 bool valid2 = chunk2.IsAllocated(); in CheckForInvalidPointerPair() local
1017 if (!valid1 || !valid2 || !chunk1.Eq(chunk2)) { in CheckForInvalidPointerPair()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp2622 Locale valid2; in TestDateFormatSymbolsClone() local
2624 if (!getActualAndValidLocales(*fmtClone, valid2, actual2)) { in TestDateFormatSymbolsClone()
2628 if (valid1 != valid2 || actual1 != actual2) { in TestDateFormatSymbolsClone()