/external/curl/src/ |
tool_setopt.c | 201 #define DATA2(f,a,b) ADDF((&easysrc_data, f,a,b))
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
FuturesTest.java | 86 private static final String DATA2 = "more data"; 118 ListenableFuture<String> future2 = Futures.immediateFuture(DATA2); 122 assertSame(DATA2, future2.get(0L, TimeUnit.MILLISECONDS)); 175 DATA2); 180 assertSame(DATA2, future2.get(0L, TimeUnit.MILLISECONDS)); 181 assertSame(DATA2, future2.checkedGet(0L, TimeUnit.MILLISECONDS)); 834 future2.set(DATA2); 842 assertThat(results).has().exactly(DATA1, DATA2, DATA3).inOrder(); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
pickletester.py | 127 # DATA0 .. DATA2 are the pickles we expect under the various protocols, for
316 DATA2 = ('\x80\x02]q\x01(K\x00\x8a\x01\x01G@\x00\x00\x00\x00\x00\x00\x00'
324 # Disassembly of DATA2.
438 for canned in DATA0, DATA1, DATA2:
[all...] |
/external/python/cpython2/Lib/test/ |
pickletester.py | 218 # DATA0 .. DATA2 are the pickles we expect under the various protocols, for 407 DATA2 = ('\x80\x02]q\x01(K\x00\x8a\x01\x01G@\x00\x00\x00\x00\x00\x00\x00' 415 # Disassembly of DATA2. 536 for canned in DATA0, DATA1, DATA2: [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
IBMCalendarTest.java | 89 Object[] DATA2 = { 136 for (int i2=0; i2<DATA2.length; i2+=2) { 137 Locale loc = (Locale)DATA2[i2]; 138 int[] data = (int[]) DATA2[i2+1]; [all...] |
/external/icu/icu4c/source/test/intltest/ |
usettest.cpp | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
IBMCalendarTest.java | 86 Object[] DATA2 = { 133 for (int i2=0; i2<DATA2.length; i2+=2) { 134 Locale loc = (Locale)DATA2[i2]; 135 int[] data = (int[]) DATA2[i2+1]; [all...] |
/external/python/cpython3/Lib/test/ |
pickletester.py | 349 DATA2 = ( 362 # Disassembly of DATA2 705 self.assert_is_copy(self._testdata, self.loads(DATA2)) [all...] |