Searched refs:compound (Results 1 – 25 of 291) sorted by relevance
12345678910>>...12
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | FuturesTest.java | 543 ListenableFuture<List<String>> compound = 548 compound.addListener(listener, MoreExecutors.sameThreadExecutor()); 551 assertFalse(compound.isDone()); 553 assertFalse(compound.isDone()); 555 assertFalse(compound.isDone()); 558 assertTrue(compound.isDone()); 561 List<String> results = compound.get(); 569 ListenableFuture<List<String>> compound = Futures.allAsList(futures); 570 compound.addListener(listener, MoreExecutors.sameThreadExecutor()); 571 assertTrue(compound.isDone()); [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | OrderingTest.java | 227 Comparator<String> comparator = Ordering.compound(asList( 243 Comparator<String> comparator = byCharAt(1).compound(byCharAt(0)); 260 Ordering<Number> a = numbers.compound(numbers); 264 Ordering<Number> b = numbers.compound(objects); 265 Ordering<Number> c = objects.compound(numbers); 267 Ordering<Integer> d = numbers.compound(integers); 268 Ordering<Integer> e = integers.compound(numbers); 273 Ordering<Number> f = numbers.compound(objects).compound(objects); //bad IDEA 274 Ordering<Number> g = objects.compound(numbers).compound(objects); 275 Ordering<Number> h = objects.compound(objects).compound(numbers); [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | select7.test | 19 ifcapable compound { 55 } ;# ifcapable compound 76 # SELECT statements of a compound subquery. 78 ifcapable {subquery && compound} { 110 ifcapable {subquery && compound} { 139 # compound select statement. 141 ifcapable compound { 155 } {1 {too many terms in compound SELECT}}
|
D | tkt2640.test | 19 # WHERE clause. If the subquery contained a compound SELECT, 20 # then tables that were used by terms of the compound other than 22 # So if one of the SELECT statements within a compound made 31 ifcapable !subquery||!compound {
|
D | subselect.test | 59 ifcapable compound { 119 ifcapable compound { 127 } ;# ifcapable compound 128 ifcapable !compound { 137 } ;# ifcapable !compound
|
D | collate5.test | 27 # collate5-3.* - ORDER BY on compound SELECT 94 # The remainder of this file tests compound SELECT statements. 97 ifcapable !compound { 188 # for the compound SELECT operators works with record lengths that lie 217 # These tests - collate5-3.* - focus on compound SELECT queries that
|
D | tkt2822.test | 13 # ORDER BY clauses on compound SELECT statements raised by ticket 22 ifcapable !compound { 39 # For a compound SELECT the rules are modified slightly. 46 # though one copied from PostgreSQL. The rule for compound 218 # Tests for rule 2 in compound queries
|
D | tkt1501.test | 20 ifcapable !compound {
|
D | minmax2.test | 140 ifcapable {compound && subquery} { 161 } ;# ifcapable compound 285 ifcapable {compound && subquery} { 300 } ;# ifcapable compound&&subquery
|
D | trigger1.test | 312 # compound SELECT statements, and another that does not. 313 ifcapable compound { 328 } ;# ifcapable compound 329 ifcapable !compound { 346 } ;# ifcapable !compound 483 # compound SELECT statements, and another that does not. 484 ifcapable compound {
|
D | tkt3773.test | 12 # Ticket #3773: Be careful not to over-optimize when a compound
|
D | minmax.test | 150 ifcapable {compound && subquery} { 171 } ;# ifcapable compound 295 ifcapable {compound && subquery} { 310 } ;# ifcapable compound&&subquery
|
D | select4.test | 20 # Most tests in this file depend on compound-select. But there are a couple 23 ifcapable compound { 466 # Make sure column names are correct when a compound select appears as 496 } ;# ifcapable compound 522 # right in a compound query. Ticket #1721 524 ifcapable compound { 673 # Make sure compound SELECTs with wildly different numbers of columns 806 } ;# ifcapable compound
|
D | tkt1444.test | 20 ifcapable !compound||!view {
|
D | select9.test | 15 # The tests in this file are focused on test compound SELECT statements 94 # <simple select 1> <compound op> <simple select 2> ORDER BY <order by> 96 # where each <simple select> is a simple (non-compound) select statement 97 # and <compound op> is one of "INTERSECT", "UNION ALL" or "UNION". 154 # the compound SELECT statements in the test cases should be the same
|
D | limit.test | 251 # Make sure LIMIT works well with compound SELECT statements. 254 ifcapable compound { 331 } ;# ifcapable compound 374 ifcapable compound {
|
/external/icu/icu4c/source/data/mappings/ |
D | icu-internal-compound-s1.ucm | 10 <code_set_name> icu-internal-compound-s1
|
D | icu-internal-compound-s2.ucm | 10 <code_set_name> icu-internal-compound-s2
|
/external/chromium_org/third_party/icu/source/data/mappings/ |
D | icu-internal-compound-s1.ucm | 10 <code_set_name> icu-internal-compound-s1
|
D | icu-internal-compound-s2.ucm | 10 <code_set_name> icu-internal-compound-s2
|
/external/clang/test/Analysis/ |
D | uninit-vals-ps-region.m | 63 // being used in the LHS of a compound assignment. 67 …b.x |= 1; // expected-warning{{The left expression of the compound assignment is an uninitialized …
|
/external/eigen/doc/ |
D | TutorialMatrixArithmetic.dox | 26 \li compound operator += as in \c a+=b 27 \li compound operator -= as in \c a-=b 44 \li compound operator *= as in \c matrix*=scalar 45 \li compound operator /= as in \c matrix/=scalar 123 \li compound operator *= as in \c a*=b (this multiplies on the right: \c a*=b is equivalent to <tt>…
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 865 ldst->compound = lsrc->compound; in copyCompound() 882 if (!rep->compound) in makeCompound() 884 rep->compound = 1; in makeCompound() 889 val->compound = 1; in makeCompound() 1202 if (vA->compound | vB->compound) { in checkInterference() 1215 uint8_t mask = vD->compound ? vD->compMask : ~0; in checkInterference() 1216 if (vd->compound) { in checkInterference() 1217 assert(vB->compound); in checkInterference() 1226 vD->compound ? vD->compMask : 0xff, in checkInterference() 1228 vd->compound ? vd->compMask : intfMask, in checkInterference() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 865 ldst->compound = lsrc->compound; in copyCompound() 882 if (!rep->compound) in makeCompound() 884 rep->compound = 1; in makeCompound() 889 val->compound = 1; in makeCompound() 1202 if (vA->compound | vB->compound) { in checkInterference() 1215 uint8_t mask = vD->compound ? vD->compMask : ~0; in checkInterference() 1216 if (vd->compound) { in checkInterference() 1217 assert(vB->compound); in checkInterference() 1226 vD->compound ? vD->compMask : 0xff, in checkInterference() 1228 vd->compound ? vd->compMask : intfMask, in checkInterference() [all …]
|
/external/clang/docs/ |
D | BlockLanguageSpec.rst | 148 The compound statement body establishes a new lexical scope within 149 that of its parent. Variables used within the scope of the compound 155 Local automatic (stack) variables referenced within the compound 252 The compound statement of a Block is treated much like a function body 276 scope of the compound statement. These variables are implicitly 343 leaves the compound statement that contains the Block literal
|
12345678910>>...12