/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug249.go | 10 var c2 chan <- chan int = (chan (<-chan int))(nil) // ERROR "chan|incompatible" var
|
/prebuilts/go/darwin-x86/test/ |
shift2.go | 41 c2 float64 = 2 << c // c2 == 64.0 (type float64) 40 c2 float64 = 2 << c \/\/ c2 == 64.0 (type float64) var
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug249.go | 10 var c2 chan <- chan int = (chan (<-chan int))(nil) // ERROR "chan|incompatible" var
|
/prebuilts/go/linux-x86/test/ |
shift2.go | 41 c2 float64 = 2 << c // c2 == 64.0 (type float64) 40 c2 float64 = 2 << c \/\/ c2 == 64.0 (type float64) var
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/ |
insert_iter_iter.pass.cpp | 47 test(int P, C& c1, const C& c2) 53 CI i = c1.insert(c1.begin() + P, BCI(c2.begin()), BCI(c2.end())); 55 assert(c1.size() == c1_osize + c2.size()); 60 for (int j = 0; j < c2.size(); ++j, ++i) 77 C c2 = make<C>(M); local 78 test(i, c1, c2); 86 C c2 = make<C>(M); local 87 test(i, c1, c2); 95 C c2 = make<C>(M) local 104 C c2 = make<C>(M); local 113 C c2 = make<C>(M); local 122 C c2 = make<C>(M); local 160 C c2 = make<C>(M); local 169 C c2 = make<C>(M); local 178 C c2 = make<C>(M); local 187 C c2 = make<C>(M); local 196 C c2 = make<C>(M); local [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
swap.pass.cpp | 86 char c1, c2, c3; local 88 ios1.pword(1) = &c2; 158 assert(ios2.pword(1) == &c2);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/ |
insert_iter_iter.pass.cpp | 50 test(int P, const C& c0, const C& c2) 57 CI i = c1.insert(c1.begin() + P, BCI(c2.begin()), BCI(c2.end())); 59 assert(c1.size() == c1_osize + c2.size()); 64 for (int j = 0; j < c2.size(); ++j, ++i) 74 CI i = c1.insert(c1.begin() + P, BCI(c2.begin()), BCI(c2.end())); 76 assert(c1.size() == c1_osize + c2.size()); 81 for (int j = 0; j < c2.size(); ++j, ++i) 91 CI i = c1.insert(c1.begin() + P, BCI(c2.begin()), BCI(c2.end())) 114 C c2 = make<C>(M); local 123 C c2 = make<C>(M); local 132 C c2 = make<C>(M); local 141 C c2 = make<C>(M); local 150 C c2 = make<C>(M); local 159 C c2 = make<C>(M); local 194 C c2 = make<C>(M); local 203 C c2 = make<C>(M); local 212 C c2 = make<C>(M); local 221 C c2 = make<C>(M); local 230 C c2 = make<C>(M); local [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
swap.pass.cpp | 89 char c1, c2, c3; local 91 ios1.pword(1) = &c2; 161 assert(ios2.pword(1) == &c2);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
reldl-2.s | 31 .global c2 32 c2: label 134 .long c2
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
FunctionsTest.java | 204 Function<Float, Boolean> c2 = Functions.compose(h, Functions.compose(g, f)); local 207 // assertEquals(c1, c2); 210 assertEquals(c1.hashCode(), c2.hashCode()); 212 assertEquals(c1.apply(1.0f), c2.apply(1.0f)); 213 assertEquals(c1.apply(5.0f), c2.apply(5.0f));
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
LocaleAliasTest.java | 75 Calendar c2 = Calendar.getInstance(newLoc); local 76 c1.setTime(c2.getTime()); 79 // int firstDayOfWeek2 = c2.getFirstDayOfWeek(); 88 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE); 95 if(!c1.equals(c2)){ 96 errln("CalendarTest: c1!=c2. newLoc= "+newLoc +" oldLoc= "+oldLoc);
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
CounterImplTest.java | 65 ICounter c2 = CounterImpl.getInstance(30, 30); local 66 assertSame(c1, c2); 72 ICounter c2 = CounterImpl.getInstance(31, 30); local 73 assertNotSame(c1, c2); 161 ICounter c2 = CounterImpl.getInstance(300, 123); local 162 assertEquals(c1, c2); 168 ICounter c2 = CounterImpl.getInstance(400, 123); local 169 assertFalse(c1.equals(c2)); 175 ICounter c2 = CounterImpl.getInstance(300, 124); local 176 assertFalse(c1.equals(c2)); 188 ICounter c2 = CounterImpl.getInstance(300, 123); local 195 ICounter c2 = CounterImpl.getInstance(400, 123); local 202 ICounter c2 = CounterImpl.getInstance(300, 124); local [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
ConnectionPoolTest.java | 108 RealConnection c2 = newConnection(pool, routeB1, 50L); local 118 // Running at time 150, the pool evicts c2. 122 assertTrue(c2.socket.isClosed()); 132 assertTrue(c2.socket.isClosed()); 140 RealConnection c2 = newConnection(pool, routeB1, 75L); local 146 assertFalse(c2.socket.isClosed()); 155 assertFalse(c2.socket.isClosed());
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
CurrencyTest.java | 64 Currency c2 = Currency.getInstance(new Locale("fr", "CA")); local 67 c2 == c0); 78 c2 = Currency.getInstance(new Locale("", "JP")); 81 c2 == c0); 329 Currency c2 = Currency.getInstance("EUR"); local 330 c2.getDefaultFractionDigits(); 331 assertEquals(" Currency.getInstance(\"" + c2 332 + "\") returned incorrect number of digits. ", 2, c2
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
ConstructorTest.java | 115 Constructor<?> c2 = ConstructorTestHelper.class.getConstructor(); local 116 assertEquals(c1, c2); 117 assertEquals(c1.hashCode(), c2.hashCode()); 127 Constructor<?> c2 = ConstructorTestHelper.class.getConstructor(Object.class); local 128 assertFalse(c1.equals(c2));
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/ |
InputStreamProvider.java | 205 Matrix c2 = new Matrix(); local 206 c2.setConcat(m4, m3); 207 m.setConcat(c2, c1);
|
/libcore/luni/src/test/java/libcore/java/util/ |
CalendarTest.java | 313 FakeCalendar c2 = (FakeCalendar) c.clone(); local 315 assertFalse(c.getTimeZone() == c2.getTimeZone()); 316 assertEquals(c.getTimeZone(), c2.getTimeZone()); 320 assertFalse(c.getCalenderFields() == c2.getCalenderFields()); 322 assertSame(c.getSubclassFields(), c2.getSubclassFields());
|
/art/compiler/optimizing/ |
scheduler_test.cc | 84 // c2 IntConstant 86 // add1 Add [c1, c2] 87 // add2 Add [add1, c2] 101 HInstruction* c2 = graph->GetIntConstant(10); local 102 HInstruction* add1 = new (&allocator) HAdd(Primitive::kPrimInt, c1, c2); 103 HInstruction* add2 = new (&allocator) HAdd(Primitive::kPrimInt, add1, c2); 151 ASSERT_FALSE(scheduling_graph.HasImmediateDataDependency(add2, c2));
|
/bionic/linker/ |
linker_utils.cpp | 92 char c2 = in_ptr[2]; local 93 if (c2 == '/') { 96 } else if (c2 == '.' && (in_ptr[3] == '/' || in_ptr[3] == 0)) {
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AlphabetIndexerTest.java | 90 Cursor c2 = createCursor("Name", NAMES_LIST); local 92 indexer.setCursor(c2);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
_codecs_kr.c | 276 unsigned char c1, c2, t2;
local 281 c2 = code & 0xff;
284 (c2 >= 0x21 && c2 <= 0x7e)) {
287 t2 = ((t1 & 1) ? 0x5e : 0) + (c2 - 0x21);
351 unsigned char c = IN1, c2;
local 362 c2 = IN2;
370 c_jung = ((c << 3) | c2 >> 5) & 0x1f;
371 c_jong = c2 & 0x1f;
414 c2 < 0x31 || (c2 >= 0x80 && c2 < 0x91) || [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
_codecs_kr.c | 276 unsigned char c1, c2, t2;
local 281 c2 = code & 0xff;
284 (c2 >= 0x21 && c2 <= 0x7e)) {
287 t2 = ((t1 & 1) ? 0x5e : 0) + (c2 - 0x21);
351 unsigned char c = IN1, c2;
local 362 c2 = IN2;
370 c_jung = ((c << 3) | c2 >> 5) & 0x1f;
371 c_jong = c2 & 0x1f;
414 c2 < 0x31 || (c2 >= 0x80 && c2 < 0x91) || [all...] |
/external/android-clat/ |
config.c | 209 uint32_t c2 = ip_checksum_add(0, plat_subnet, sizeof(*plat_subnet)) + local 212 uint16_t delta = ip_checksum_adjust(middlebytes, c1, c2);
|
/external/c-ares/ |
ares_getnameinfo.c | 400 const char *c1, *c2, *c1_begin; local 411 c2 = s2; 412 while (c2 < s2+s2_len) 415 lo2 = TOLOWER(*c2); 421 c2++; 424 if (c2 == c1 && c2 == NULL)
|
/external/clang/lib/Headers/ |
__clang_cuda_intrinsics.h | 129 typedef char c2 __attribute__((ext_vector_type(2))); typedef 132 // safe if alignof(c2) <= alignof(char2). 133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr));
|