/external/chromium_org/content/test/data/ |
D | gtk_key_bindings_test_gtkrc | 18 "move-cursor" (display-line-ends, -1, 0) 19 "move-cursor" (display-line-ends, 1, 0) 20 "move-cursor" (paragraph-ends, -1, 0) 21 "move-cursor" (paragraph-ends, 1, 0) 24 "move-cursor" (buffer-ends, -1, 0) 25 "move-cursor" (buffer-ends, 1, 0) 32 "delete-from-cursor" (word-ends, -1) 33 "delete-from-cursor" (word-ends, 1) 38 "delete-from-cursor" (display-line-ends, -1) 39 "delete-from-cursor" (display-line-ends, 1) [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | BlockAddresses.java | 42 private final CodeAddress[] ends; field in BlockAddresses 55 this.ends = new CodeAddress[maxLabel]; in BlockAddresses() 109 return ends[block.getLabel()]; in getEnd() 120 return ends[label]; in getEnd() 140 ends[label] = new CodeAddress(pos); in setupArrays()
|
/external/harfbuzz_ng/src/ |
D | gen-indic-table.py | 165 ends = [] variable 184 ends.append (last + 1) 185 offset += ends[-1] - starts[-1] 193 ends.append (last + 1) 194 offset += ends[-1] - starts[-1] 206 pages = set([u>>page_bits for u in starts+ends+singles.keys()]) 209 for (start,end) in zip (starts, ends):
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | QuadraticIntersection.cpp | 285 _Line ends; in hackToFixPartialCoincidence() local 288 xy_at_t(q1, t1, ends[0].x, ends[0].y); in hackToFixPartialCoincidence() 289 xy_at_t(q1, i.fCoincidentT[0][closest1], ends[1].x, ends[1].y); in hackToFixPartialCoincidence() 293 params.lineEndPoints(ends); in hackToFixPartialCoincidence() 302 xy_at_t(q2, t2, ends[0].x, ends[0].y); in hackToFixPartialCoincidence() 303 xy_at_t(q2, i.fCoincidentT[1][closest2], ends[1].x, ends[1].y); in hackToFixPartialCoincidence() 306 params.lineEndPoints(ends); in hackToFixPartialCoincidence()
|
/external/skia/experimental/Intersection/ |
D | QuadraticIntersection.cpp | 285 _Line ends; in hackToFixPartialCoincidence() local 288 xy_at_t(q1, t1, ends[0].x, ends[0].y); in hackToFixPartialCoincidence() 289 xy_at_t(q1, i.fCoincidentT[0][closest1], ends[1].x, ends[1].y); in hackToFixPartialCoincidence() 293 params.lineEndPoints(ends); in hackToFixPartialCoincidence() 302 xy_at_t(q2, t2, ends[0].x, ends[0].y); in hackToFixPartialCoincidence() 303 xy_at_t(q2, i.fCoincidentT[1][closest2], ends[1].x, ends[1].y); in hackToFixPartialCoincidence() 306 params.lineEndPoints(ends); in hackToFixPartialCoincidence()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/ |
D | segment.asm | 3 data ends 8 code ends
|
D | struc.asm | 4 s ends
|
/external/llvm/tools/lli/Unix/ |
D | RPCChannel.inc | 48 // Close the parent ends of the pipes 70 // Close the child ends of the pipes 74 // Store the parent ends of the pipes 82 // Store the parent ends of the pipes
|
/external/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/ |
D | cp_size_mode.pass.cpp | 28 out << i << ' ' << d << ' ' << s << std::ends; in main() 38 out << i << ' ' << d << ' ' << s << std::ends; in main()
|
D | default.pass.cpp | 25 out << i << ' ' << d << ' ' << s << std::ends; in main()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkTileGrid.cpp | 117 SkAutoSTArray<kStackAllocationTileCount, const Entry*> starts(tilesHit), ends(tilesHit); in search() local 122 ends[i] = fTiles[y * fXTiles + x].end(); in search() 134 if (starts[i] < ends[i]) { in search() 149 if (starts[i] < ends[i] && starts[i]->order == earliest->order) { in search()
|
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
D | Android.mk | 23 test_name := input.output/iostream.format/output.streams/ostream.manip/ends 24 test_src := ends.pass.cpp
|
D | ends.pass.cpp | 58 ends(os); in main() 66 ends(os); in main()
|
/external/skia/src/pathops/ |
D | SkPathOpsCommon.cpp | 550 const int ends = count * 2; // all starts and ends in Assemble() local 551 const int entries = (ends - 1) * count; // folded triangle : n * (n - 1) / 2 in Assemble() 554 for (rIndex = 0; rIndex < ends - 1; ++rIndex) { in Assemble() 558 const int row = rIndex < count - 1 ? rIndex * ends : (ends - rIndex - 2) in Assemble() 559 * ends - rIndex - 1; in Assemble() 560 for (iIndex = rIndex + 1; iIndex < ends; ++iIndex) { in Assemble() 579 int row = pair / ends; in Assemble() 580 int col = pair - row * ends; in Assemble() 581 int thingOne = row < col ? row : ends - row - 2; in Assemble() 588 int thingTwo = row < col ? col : ends - row + col - 1; in Assemble()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsCommon.cpp | 550 const int ends = count * 2; // all starts and ends in Assemble() local 551 const int entries = (ends - 1) * count; // folded triangle : n * (n - 1) / 2 in Assemble() 554 for (rIndex = 0; rIndex < ends - 1; ++rIndex) { in Assemble() 558 const int row = rIndex < count - 1 ? rIndex * ends : (ends - rIndex - 2) in Assemble() 559 * ends - rIndex - 1; in Assemble() 560 for (iIndex = rIndex + 1; iIndex < ends; ++iIndex) { in Assemble() 579 int row = pair / ends; in Assemble() 580 int col = pair - row * ends; in Assemble() 581 int thingOne = row < col ? row : ends - row - 2; in Assemble() 588 int thingTwo = row < col ? col : ends - row + col - 1; in Assemble()
|
/external/llvm/test/CodeGen/X86/ |
D | odr_comdat.ll | 10 ; Case 1: variable is not explicitly initialized, and ends up in a .bss section 14 ; Case 2: variable is explicitly initialized, and ends up in a .data section
|
/external/llvm/test/CodeGen/ARM/ |
D | odr_comdat.ll | 10 ; Case 1: variable is not explicitly initialized, and ends up in a .bss section 14 ; Case 2: variable is explicitly initialized, and ends up in a .data section
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 107 [pool release]; // expected-note {{scope ends here}} 118 [pool release]; // expected-note {{scope ends here}} 130 [pool release]; // expected-note {{scope ends here}} 141 [pool release]; // expected-note {{scope ends here}}
|
/external/llvm/docs/TableGen/ |
D | Deficiencies.rst | 18 the basic concepts via custom-made back-ends, which can pervert the original 22 back-ends adhere to strict rules. Others suggesting we should move to more
|
/external/chromium_org/build/ios/ |
D | chrome_ios.croc | 34 # Include any file that ends with _ios. 41 # Include any file that ends with _ios_unittest (and label it a test).
|
/external/stlport/stlport/using/h/ |
D | ostream.h | 3 using _STLP_OLD_IO_NAMESPACE::ends;
|
D | iostream.h | 19 using _STLP_OLD_IO_NAMESPACE::ends;
|
/external/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/ |
D | str.pass.cpp | 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends; in main()
|
/external/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/ |
D | str.pass.cpp | 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends; in main()
|
/external/stlport/stlport/using/ |
D | ostream | 9 using _STLP_NEW_IO_NAMESPACE::ends;
|