Home
last modified time | relevance | path

Searched refs:DATA1 (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/lib/Headers/
Dlwpintrin.h69 #define __lwpins32(DATA2, DATA1, FLAGS) \ argument
70 (__builtin_ia32_lwpins32((unsigned int) (DATA2), (unsigned int) (DATA1), \
87 #define __lwpval32(DATA2, DATA1, FLAGS) \ argument
88 (__builtin_ia32_lwpval32((unsigned int) (DATA2), (unsigned int) (DATA1), \
110 #define __lwpins64(DATA2, DATA1, FLAGS) \ argument
111 (__builtin_ia32_lwpins64((unsigned long long) (DATA2), (unsigned int) (DATA1), \
128 #define __lwpval64(DATA2, DATA1, FLAGS) \ argument
129 (__builtin_ia32_lwpval64((unsigned long long) (DATA2), (unsigned int) (DATA1), \
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DJdkFutureAdaptersTest.java44 private static final String DATA1 = "data"; field in JdkFutureAdaptersTest
47 ListenableFuture<String> listenableFuture = immediateFuture(DATA1); in testListenInPoolThreadReturnsSameFuture()
80 abstractFuture.set(DATA1); in testListenInPoolThreadIgnoresExecutorWhenDelegateIsDone()
94 assertEquals(DATA1, listenableFuture.get()); in testListenInPoolThreadIgnoresExecutorWhenDelegateIsDone()
118 abstractFuture.set(DATA1); in testListenInPoolThreadUsesGivenExecutor()
119 assertEquals(DATA1, listenableFuture.get()); in testListenInPoolThreadUsesGivenExecutor()
159 abstractFuture.set(DATA1); in testListenInPoolThreadCustomExecutorInterrupted()
160 assertEquals(DATA1, listenableFuture.get()); in testListenInPoolThreadCustomExecutorInterrupted()
DFuturesTest.java105 private static final String DATA1 = "data"; field in FuturesTest
135 ListenableFuture<String> future = immediateFuture(DATA1); in testImmediateFuture()
137 assertSame(DATA1, getDone(future)); in testImmediateFuture()
138 assertSame(DATA1, getDoneFromTimeoutOverload(future)); in testImmediateFuture()
139 assertThat(future.toString()).contains("[status=SUCCESS, result=[" + DATA1 + "]]"); in testImmediateFuture()
2175 future1.set(DATA1);
2184 assertThat(results).containsExactly(DATA1, DATA2, DATA3).inOrder();
2364 future1.set(DATA1);
2379 assertThat(results).containsExactly(DATA1, DATA2, DATA3).inOrder();
3402 future1.set(DATA1);
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJdkFutureAdaptersTest.java44 private static final String DATA1 = "data"; field in JdkFutureAdaptersTest
47 ListenableFuture<String> listenableFuture = immediateFuture(DATA1); in testListenInPoolThreadReturnsSameFuture()
80 abstractFuture.set(DATA1); in testListenInPoolThreadIgnoresExecutorWhenDelegateIsDone()
94 assertEquals(DATA1, listenableFuture.get()); in testListenInPoolThreadIgnoresExecutorWhenDelegateIsDone()
118 abstractFuture.set(DATA1); in testListenInPoolThreadUsesGivenExecutor()
119 assertEquals(DATA1, listenableFuture.get()); in testListenInPoolThreadUsesGivenExecutor()
159 abstractFuture.set(DATA1); in testListenInPoolThreadCustomExecutorInterrupted()
160 assertEquals(DATA1, listenableFuture.get()); in testListenInPoolThreadCustomExecutorInterrupted()
DFuturesTest.java105 private static final String DATA1 = "data"; field in FuturesTest
135 ListenableFuture<String> future = immediateFuture(DATA1); in testImmediateFuture()
137 assertSame(DATA1, getDone(future)); in testImmediateFuture()
138 assertSame(DATA1, getDoneFromTimeoutOverload(future)); in testImmediateFuture()
139 assertThat(future.toString()).contains("[status=SUCCESS, result=[" + DATA1 + "]]"); in testImmediateFuture()
2175 future1.set(DATA1);
2184 assertThat(results).containsExactly(DATA1, DATA2, DATA3).inOrder();
2364 future1.set(DATA1);
2379 assertThat(results).containsExactly(DATA1, DATA2, DATA3).inOrder();
3402 future1.set(DATA1);
[all …]
/external/brotli/java/org/brotli/dec/
DDictionaryData.java18 …private static final String DATA1 = "enidosaccesoriostechnoratipersonalescategorC-aespecialesdispo… field in DictionaryData
67 unpackDictionaryData(dictionary, DATA0, DATA1, SKIP_FLIP, sizeBits, SIZE_BITS_DATA); in unpackDictionaryData() argument
/external/llvm-project/lld/test/ELF/
Dmips-got-and-copy.s18 # CHECK-NEXT: 0x[[DATA1:[0-9A-F]+]] R_MIPS_COPY data1
41 # CHECK-NEXT: Initial: 0x[[DATA1]]
42 # CHECK-NEXT: Value: 0x[[DATA1]]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
DListCommandHandlerTest.groovy61 def DATA1 = "abc"
63 … fileSystem.addEntry(new FileEntry(path:p(DIR,NAME1), lastModified:LAST_MODIFIED, contents:DATA1))
72 listingForFile(LAST_MODIFIED, DATA1.size(), NAME1),
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABService.java441 ContactsContract.Data.DATA1, in checkForContactNumberChanges()
470 ContactsContract.Data.DATA1)); in checkForContactNumberChanges()
588 ContactsContract.Data.DATA1, in checkForPhoneNumberDelete()
668 .getColumnIndex(ContactsContract.Data.DATA1)); in checkForPhoneNumberDelete()
756 ContactsContract.Contacts.Entity.DATA1, in checkForProfileNumberChanges()
793 ContactsContract.Contacts.Entity.DATA1)); in checkForProfileNumberChanges()
917 ContactsContract.Contacts.Entity.DATA1, in checkForDeletedProfileContacts()
/external/curl/src/
Dtool_setopt.c204 #define DATA1(f,a) ADDF((&easysrc_data, f,a)) macro
412 DATA1("slist%d = NULL;", *slistno); in libcurl_generate_slist()
578 DATA1("mime%d = NULL;", *mimeno); in libcurl_generate_mime()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java65 Object[] DATA1 = { in TestWeekend() local
114 for (int i1=0; i1<DATA1.length; i1+=2) { in TestWeekend()
115 Locale loc = (Locale)DATA1[i1]; in TestWeekend()
116 int[] data = (int[]) DATA1[i1+1]; in TestWeekend()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java68 Object[] DATA1 = { in TestWeekend() local
117 for (int i1=0; i1<DATA1.length; i1+=2) { in TestWeekend()
118 Locale loc = (Locale)DATA1[i1]; in TestWeekend()
119 int[] data = (int[]) DATA1[i1+1]; in TestWeekend()
/external/python/cpython2/Lib/test/
Dpickletester.py340 DATA1 = (']q\x01(K\x00L1L\nG@\x00\x00\x00\x00\x00\x00\x00' variable
536 for canned in DATA0, DATA1, DATA2:
/external/python/cpython3/Lib/test/
Dpickletester.py431 DATA1 = ( variable
864 self.assert_is_copy(self._testdata, self.loads(DATA1))
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dconditional-variable-length-signext-after-high-bit-extract.ll771 ; CHECK-NEXT: [[HIGH_BITS_EXTRACTED:%.*]] = lshr i32 [[DATA1:%.*]], [[LOW_BITS_TO_SKIP]]