Home
last modified time | relevance | path

Searched refs:valid1 (Results 1 – 9 of 9) sorted by relevance

/external/testng/src/test/java/test/factory/
DFactoryInterleavingTest.java20 Integer[] valid1 = { in methodsShouldBeInterleaved() local
30 if (! logArray.equals(valid1)) { in methodsShouldBeInterleaved()
31 Assert.assertEquals(logArray, valid1); in methodsShouldBeInterleaved()
/external/clang/test/SemaObjC/
Dattr-cf_returns.m21 CFFooRef valid1() CF_RETURNS_RETAINED; function
28 - (CFFooRef)valid1 CF_RETURNS_RETAINED;
34 @property CFFooRef valid1 CF_RETURNS_RETAINED;
/external/clang/test/SemaCXX/
Dcomplex-init-list.cpp15 _Complex float valid1 = { 1.0f, 2.0f }; variable
/external/clang/test/Analysis/
Dcomplex-init-list.cpp6 _Complex float valid1 = { 0.0f, 0.0f }; in init_complex() local
/external/clang/test/Sema/
Dcomplex-init-list.c20 _Complex float valid1 = { 1.0f, 2.0f }; // expected-warning {{specifying real and imaginary compone… variable
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl130 struct Valid valid1;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dattributes.ll371 define i32 @test_null-pointer-is-valid1(i32 %i) "null-pointer-is-valid"="false" {
374 ; CHECK: @test_null-pointer-is-valid1(i32 %i) [[NULLPOINTERISVALID:#[0-9]+]] {
/external/compiler-rt/lib/asan/
Dasan_report.cc1015 bool valid1 = chunk1.IsAllocated(); in CheckForInvalidPointerPair() local
1017 if (!valid1 || !valid2 || !chunk1.Eq(chunk2)) { in CheckForInvalidPointerPair()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp2612 Locale valid1; in TestDateFormatSymbolsClone() local
2614 if (!getActualAndValidLocales(*fmt, valid1, actual1)) { in TestDateFormatSymbolsClone()
2628 if (valid1 != valid2 || actual1 != actual2) { in TestDateFormatSymbolsClone()