Home
last modified time | relevance | path

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

12345678910>>...16

/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/skia/src/pathops/
DSkPathOpsCommon.cpp245 const int ends = count * 2; // all starts and ends in Assemble() local
246 const int entries = (ends - 1) * count; // folded triangle : n * (n - 1) / 2 in Assemble()
249 for (rIndex = 0; rIndex < ends - 1; ++rIndex) { in Assemble()
252 const int row = rIndex < count - 1 ? rIndex * ends : (ends - rIndex - 2) in Assemble()
253 * ends - rIndex - 1; in Assemble()
254 for (iIndex = rIndex + 1; iIndex < ends; ++iIndex) { in Assemble()
272 int row = pair / ends; in Assemble()
273 int col = pair - row * ends; in Assemble()
274 int thingOne = row < col ? row : ends - row - 2; in Assemble()
281 int thingTwo = row < col ? col : ends - row + col - 1; in Assemble()
/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/std/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/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
Dends.pass.cpp58 ends(os); in main()
66 ends(os); in main()
/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/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
Dstr.pass.cpp23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends; in main()
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
Dstr.pass.cpp23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends; in main()
/external/libhevc/common/arm/
Dihevc_itrans_recon_4x4.s178 @ first stage ends
209 @ second stage ends
211 @ second stage computation ends
Dihevc_itrans_recon_4x4_ttype1.s173 @ first stage computation ends
212 @ second stage computation ends
Dihevc_inter_pred_chroma_horz_w16out.s119 @******* added ends
150 @******* removal ends
615 @**** removal ends
618 @**** addn ends
639 @**** removal ends
645 @**** addn ends
701 @inner loop ends
/external/iptables/extensions/
Dlibxt_physdev.man13 chains). If the interface name ends in a "+", then any
24 chains). If the interface name ends in a "+", then any
/external/markdown/tests/extensions-x-footnotes/
Dfootnote.txt3 [^1]: Footnote that ends with a list:
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
Ddefault.pass.cpp25 inout << i << ' ' << d << ' ' << s << std::ends; in main()
/external/ipsec-tools/src/racoon/doc/
DFAQ15 on both ends. You must configure both ends exactly the same.
20 Configure both ends exactly the same. With just a tiny little
/external/llvm/test/CodeGen/X86/
Dstore-fp-constant.ll7 ; Check that no FP constants in this testcase ends up in the
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/main/
Datgroup_01.css9 + Any page whose URL's host is "mozilla.org" or ends with
Datgroup_02.css10 + Any page whose URL's host is "mozilla.org" or ends with
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DSQL_Results.java189 if (DB_Results.LOG) DB_Results.LOG_WRITER.ends(")"); //$NON-NLS-1$ in queryScenarioTimestampDataPoints()
205 if (DB_Results.LOG) DB_Results.LOG_WRITER.ends(")"); //$NON-NLS-1$ in queryScenarioBuildDataPoints()
/external/llvm/test/CodeGen/AArch64/
Dnzcv-save.ll6 ; DAG ends up with two uses for the flags from an ADCS node, which means they
/external/llvm/test/DebugInfo/X86/
Dpr13303.ll5 ; Check that the prologue ends with is_stmt here.
/external/icu/icu4c/source/test/testdata/
Dtestnorm.txt68 E111>1101 # mapping ends in Jamo L

12345678910>>...16