Home
last modified time | relevance | path

Searched refs:ends (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/external/chromium_org/content/test/data/
Dgtk_key_bindings_test_gtkrc18 "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/
DBlockAddresses.java42 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/
Dgen-indic-table.py165 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/
DQuadraticIntersection.cpp285 _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/
DQuadraticIntersection.cpp285 _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/
Dsegment.asm3 data ends
8 code ends
Dstruc.asm4 s ends
/external/llvm/tools/lli/Unix/
DRPCChannel.inc48 // 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/
Dcp_size_mode.pass.cpp28 out << i << ' ' << d << ' ' << s << std::ends; in main()
38 out << i << ' ' << d << ' ' << s << std::ends; in main()
Ddefault.pass.cpp25 out << i << ' ' << d << ' ' << s << std::ends; in main()
/external/chromium_org/third_party/skia/src/core/
DSkTileGrid.cpp117 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/
DAndroid.mk23 test_name := input.output/iostream.format/output.streams/ostream.manip/ends
24 test_src := ends.pass.cpp
Dends.pass.cpp58 ends(os); in main()
66 ends(os); in main()
/external/skia/src/pathops/
DSkPathOpsCommon.cpp550 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/
DSkPathOpsCommon.cpp550 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/
Dodr_comdat.ll10 ; 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/
Dodr_comdat.ll10 ; 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/
Datautorelease-check.m107 [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/
DDeficiencies.rst18 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/
Dchrome_ios.croc34 # 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/
Dostream.h3 using _STLP_OLD_IO_NAMESPACE::ends;
Diostream.h19 using _STLP_OLD_IO_NAMESPACE::ends;
/external/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
Dstr.pass.cpp23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends; in main()
/external/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
Dstr.pass.cpp23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends; in main()
/external/stlport/stlport/using/
Dostream9 using _STLP_NEW_IO_NAMESPACE::ends;

12345678910>>...14