/external/mesa3d/docs/ |
D | features.txt | 5 all DONE: <driver>, ... 8 DONE 12 DONE () 13 The extension is done for Mesa and all the drivers in the "all DONE" list. 15 DONE (<driver>, ...) 16 The extension is done for Mesa, all the drivers in the "all DONE" list, and 39 GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, sw… 41 glBindFragDataLocation, glGetFragDataLocation DONE 42 GL_NV_conditional_render (Conditional rendering) DONE () 43 GL_ARB_map_buffer_range (Map buffer subranges) DONE (panfrost, v3d) [all …]
|
/external/virglrenderer/docs/ |
D | GL-status.txt | 15 GL_ARB_draw_buffers_blend DONE 16 GL_ARB_draw_indirect DONE 17 GL_ARB_gpu_shader5 DONE 30 GL_ARB_gpu_shader_fp64 DONE 31 GL_ARB_sample_shading DONE 33 GL_ARB_tessellation_shader DONE 34 GL_ARB_texture_buffer_object_rgb32 DONE 35 GL_ARB_texture_cube_map_array DONE 36 GL_ARB_texture_gather DONE 37 GL_ARB_texture_query_lod DONE [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/ |
D | coverage.txt | 4 1 DONE 5 2 DONE 6 3 DONE 8 5 DONE 9 6 DONE 10 7 DONE 11 8 DONE 12 9 DONE 13 10 DONE 14 11 DONE [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
D | coverage.txt | 4 1 DONE 5 2 DONE 6 3 DONE 7 4 DONE 8 5 DONE 9 6 DONE 10 7 DONE 11 8 DONE 13 10 DONE 14 11 DONE [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/ |
D | coverage.txt | 4 1 DONE 5 2 DONE 6 3 DONE 7 4 DONE 8 5 DONE 9 6 DONE 10 7 DONE 11 8 DONE 12 9 DONE 13 10 DONE
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | coverage.txt | 8 5 NOT DONE YET 10 7 NOT DONE YET 14 11 NOT DONE YET 17 14 NOT DONE YET 18 15 NOT DONE YET 21 18 NOT DONE YET 22 19 NOT DONE YET 23 20 NOT DONE YET 26 23 NOT DONE YET 27 24 NOT DONE YET [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_asyncgen.py | 494 DONE = 0 510 nonlocal DONE 515 DONE = 1 518 nonlocal DONE 523 DONE += 10 526 self.assertEqual(DONE, 11) 591 DONE = 0 594 nonlocal DONE 601 DONE += 1 602 DONE += 1000 [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | citrtest.cpp | 64 return DONE; in hashCode() 69 virtual UChar first(){return DONE;} in first() 70 virtual UChar32 first32(){return DONE;} in first32() 71 virtual UChar last(){return DONE;} in last() 72 virtual UChar32 last32(){return DONE;} in last32() 73 virtual UChar setIndex(int32_t /*pos*/){return DONE;} in setIndex() 74 virtual UChar32 setIndex32(int32_t /*pos*/){return DONE;} in setIndex32() 75 virtual UChar current() const{return DONE;} in current() 76 virtual UChar32 current32() const{return DONE;} in current32() 77 virtual UChar next(){return DONE;} in next() [all …]
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.mqueues | 13 || Behavior DONE || 22 mq_close YES HIGH DONE 23 mq_getattr YES MED DONE 24 mq_notify YES LOW DONE 25 mq_open YES HIGH DONE 26 mq_receive YES HIGH DONE 27 mq_send YES HIGH DONE 28 mq_setattr YES MED DONE 29 mq_timedreceive YES LOW DONE 30 mq_timedsend YES LOW DONE [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ComposedCharIter.java | 70 public static final char DONE = (char) Normalizer.DONE; field in ComposedCharIter 109 if (nextChar == Normalizer.DONE) { in hasNext() 112 return nextChar != Normalizer.DONE; in hasNext() 125 if (nextChar == Normalizer.DONE) { in next() 129 nextChar = Normalizer.DONE; in next() 164 c=Normalizer.DONE; in findNextChar() 174 private int nextChar = Normalizer.DONE;
|
D | SearchIterator.java | 167 public static final int DONE = -1; field in SearchIterator 192 search_.matchedIndex_ = DONE; in setIndex() 250 search_.matchedIndex_ = DONE; in setTarget() 393 (matchindex != DONE && in next() 396 return DONE; in next() 405 if (search_.matchedIndex_ != DONE) { in next() 455 if (matchindex != DONE) { in previous() 463 return DONE; in previous() 467 if (matchindex != DONE) { in previous() 627 search_.matchedIndex_ = DONE; in SearchIterator() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ComposedCharIter.java | 68 public static final char DONE = (char) Normalizer.DONE; field in ComposedCharIter 107 if (nextChar == Normalizer.DONE) { in hasNext() 110 return nextChar != Normalizer.DONE; in hasNext() 123 if (nextChar == Normalizer.DONE) { in next() 127 nextChar = Normalizer.DONE; in next() 162 c=Normalizer.DONE; in findNextChar() 172 private int nextChar = Normalizer.DONE;
|
/external/clang/test/Index/ |
D | complete-natural.m | 12 // RUN: echo "DONE" >> %t 16 // CHECK-CC1-NEXT: DONE 18 // RUN: echo "DONE" >> %t 21 // RUN: echo "DONE" >> %t 24 // RUN: echo "DONE" >> %t 27 // RUN: echo "DONE" >> %t 30 // RUN: echo "DONE" >> %t 33 // RUN: echo "DONE" >> %t 38 // RUN: echo "DONE" >> %t 41 // RUN: echo "DONE" >> %t [all …]
|
/external/llvm-project/clang/test/Index/ |
D | complete-natural.m | 12 // RUN: echo "DONE" >> %t 16 // CHECK-CC1-NEXT: DONE 18 // RUN: echo "DONE" >> %t 21 // RUN: echo "DONE" >> %t 24 // RUN: echo "DONE" >> %t 27 // RUN: echo "DONE" >> %t 30 // RUN: echo "DONE" >> %t 33 // RUN: echo "DONE" >> %t 38 // RUN: echo "DONE" >> %t 41 // RUN: echo "DONE" >> %t [all …]
|
/external/icu/icu4c/source/common/ |
D | uchriter.cpp | 103 return DONE; in first() 113 return DONE; in firstPostInc() 123 return DONE; in last() 139 return DONE; in setIndex() 148 return DONE; in current() 159 return DONE; in next() 168 return DONE; in nextPostInc() 182 return DONE; in previous() 200 return DONE; in first32() 212 return DONE; in first32PostInc() [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/ |
D | coverage.txt | 4 1 DONE 5 2 DONE 7 4 DONE 8 5 DONE 9 6 DONE
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CharacterIteratorWrapper.java | 41 if(c==CharacterIterator.DONE){ in current() 42 return DONE; in current() 70 if(i==CharacterIterator.DONE){ in next() 71 return DONE; in next() 82 if(i==CharacterIterator.DONE){ in previous() 83 return DONE; in previous() 119 for (char ch = iterator.first(); ch != CharacterIterator.DONE; ch = iterator.next()) { in getText()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CharacterIteratorWrapper.java | 39 if(c==CharacterIterator.DONE){ in current() 40 return DONE; in current() 68 if(i==CharacterIterator.DONE){ in next() 69 return DONE; in next() 80 if(i==CharacterIterator.DONE){ in previous() 81 return DONE; in previous() 117 for (char ch = iterator.first(); ch != CharacterIterator.DONE; ch = iterator.next()) { in getText()
|
/external/llvm/test/CodeGen/AArch64/ |
D | cmpxchg-O0.ll | 8 ; CHECK: b.ne [[DONE:.LBB[0-9]+_[0-9]+]] 11 ; CHECK: [[DONE]]: 23 ; CHECK: b.ne [[DONE:.LBB[0-9]+_[0-9]+]] 26 ; CHECK: [[DONE]]: 38 ; CHECK: b.ne [[DONE:.LBB[0-9]+_[0-9]+]] 41 ; CHECK: [[DONE]]: 53 ; CHECK: b.ne [[DONE:.LBB[0-9]+_[0-9]+]] 56 ; CHECK: [[DONE]]: 69 ; CHECK: b.ne [[DONE:.LBB[0-9]+_[0-9]+]] 72 ; CHECK: [[DONE]]:
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | SearchIterator.java | 171 public static final int DONE = -1; field in SearchIterator 197 search_.matchedIndex_ = DONE; in setIndex() 258 search_.matchedIndex_ = DONE; in setTarget() 408 (matchindex != DONE && in next() 411 return DONE; in next() 420 if (search_.matchedIndex_ != DONE) { in next() 471 if (matchindex != DONE) { in previous() 479 return DONE; in previous() 483 if (matchindex != DONE) { in previous() 651 search_.matchedIndex_ = DONE; in SearchIterator() [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | cmpxchg-O0.ll | 11 ; CHECK: b.ne [[DONE:.LBB[0-9]+_[0-9]+]] 14 ; CHECK: [[DONE]]: 28 ; CHECK: b.ne [[DONE:.LBB[0-9]+_[0-9]+]] 31 ; CHECK: [[DONE]]: 45 ; CHECK: b.ne [[DONE:.LBB[0-9]+_[0-9]+]] 48 ; CHECK: [[DONE]]: 62 ; CHECK: b.ne [[DONE:.LBB[0-9]+_[0-9]+]] 65 ; CHECK: [[DONE]]: 82 ; CHECK: cbnz [[CMP]], [[DONE:.LBB[0-9]+_[0-9]+]] 85 ; CHECK: [[DONE]]: [all …]
|
/external/icu/icu4c/source/samples/citer/ |
D | citer.cpp | 40 } else if (ch == CharacterIterator::DONE) { in printUChar() 94 if (c == CharacterIterator::DONE && i != u_strlen(testText)) { in TestUChariter() 106 if (c != CharacterIterator::DONE) { in TestUChariter() 114 } while (c != CharacterIterator::DONE); in TestUChariter() 157 if (c == CharacterIterator::DONE) { in TestStringiter() 169 if (c != CharacterIterator::DONE) { in TestStringiter() 176 } while (c != CharacterIterator::DONE); in TestStringiter()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/ |
D | coverage.txt | 8 5 NOT DONE YET 9 6 NOT DONE YET 10 7 NOT DONE YET 13 10 NOT DONE YET
|
/external/llvm/test/CodeGen/ARM/ |
D | cmpxchg-O0.ll | 15 ; CHECK: bne [[DONE:.LBB[0-9]+_[0-9]+]] 19 ; CHECK: [[DONE]]: 34 ; CHECK: bne [[DONE:.LBB[0-9]+_[0-9]+]] 38 ; CHECK: [[DONE]]: 53 ; CHECK: bne [[DONE:.LBB[0-9]+_[0-9]+]] 57 ; CHECK: [[DONE]]: 73 ; CHECK: bne [[DONE:.LBB[0-9]+_[0-9]+]] 77 ; CHECK: [[DONE]]: 91 ; CHECK: bne [[DONE:.LBB[0-9]+_[0-9]+]] 95 ; CHECK: [[DONE]]:
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | RBBIPerf.java | 90 for (; n != BreakIterator.DONE; n=bi.next()) { in testRBBINext() 94 for (; n != BreakIterator.DONE; n=jdkbi.next()) { in testRBBINext() 104 for (n=bi.first(); n != BreakIterator.DONE; n=bi.next()) { in testRBBINext() 108 for (n=jdkbi.first(); n != BreakIterator.DONE; n=jdkbi.next()) { in testRBBINext() 124 for (n=bi.last(); n != BreakIterator.DONE; n=bi.previous()) { 132 for (n=bi.last(); n != BreakIterator.DONE; n=bi.previous()) {
|