HomeSort by relevance Sort by last modified time
    Searched refs:beginning (Results 1 - 25 of 74) sorted by null

1 2 3

  /cts/tests/tests/text/src/android/text/method/cts/
WordIteratorTest.java 29 private void checkIsWordWithSurrogate(int beginning, int end, int surrogateIndex) {
30 for (int i = beginning; i <= end; i++) {
32 assertEquals(beginning, wi.getBeginning(i));
41 private void checkIsWord(int beginning, int end) {
42 checkIsWordWithSurrogate(beginning, end, -1);
45 private void checkIsNotWord(int beginning, int end) {
46 for (int i = beginning; i <= end; i++) {
  /external/sfntly/cpp/src/test/
cmap_iterator_test.cc 105 beginning = bit_set->begin(), local
106 init_beginning = beginning,
107 current = std::find(beginning, end, true);
108 for (int32_t next_bit = current - beginning;
116 beginning = current + 1;
117 current = std::find(beginning, end, true);
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 225 * 1) at the beginning
228 * Since multiple spaces at the beginning or end will be covered by
347 boolean beginning = true;
353 beginning = false;
357 if (beginning || i > lastIndex) {
364 beginning = false;
  /external/chromium-libpac/test/js-unittest/
passthrough.js 25 // a dot at the beginning, or a dot at the end.
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 75 page of exactly 58 bytes at the very beginning of the logical stream.
79 This first page is marked 'beginning of stream' in the page flags.
84 headers) may span one or more pages beginning on the second page of
139 inference it may indicate that the PCM position of the beginning
173 for seeking operations at the very beginning of the stream.
05-comment.tex 217 Vendor string ([vendor string length] octets coded from beginning of string to end of string, not null terminated)
226 Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, not null terminated)
08-residue.tex 262 wholly beyond the maximum vector size. Before beginning residue
359 \item \varname{[offset]} is the beginning read offset in [v]
394 \item \varname{[offset]} is the beginning read offset in [v]
07-floor1.tex 57 way, beginning with the first line:
229 \varname{[nonzero]} flag had been unset at the beginning of decode.
  /external/llvm/test/MC/ARM/
eh-directive-section.s 34 @ TEST2 section (without the dot in the beginning)
109 @ Check the TEST2 section (without the dot in the beginning)
  /external/v8/test/mjsunit/
html-comments.js 1 --> must work at beginning of file!
switch-opt.js 96 // Test deopt at the beginning of the case label evaluation.
193 // Test deopt at the beginning of the case label evaluation.
assert-opt-and-deopt.js 59 * Always call this at the beginning of your test, once for each function
regexp.js 45 re = /^./gm; // any non-newline character at the beginning of a line
65 re = /^[^]/gm; // *any* character at the beginning of a line
235 // the \s at the beginning of the range.
244 // Test beginning and end of line assertions with or without the
  /external/v8/test/webkit/fast/js/
regexp-bol-with-multiline.js 25 'Test for beginning of line (BOL or ^) matching in a multiline string</a>'
regexp-bol.js 25 'Test for beginning of line (BOL or ^) matching</a>'
  /external/v8/test/webkit/
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /external/v8/test/mjsunit/harmony/
regexp-sticky.js 122 // matches only at the beginning of Input, or (if Multiline is true) at the
123 // beginning of a line.
  /external/v8/test/mjsunit/regress/
regress-1748.js 28 // Test that /^/ only matches at beginning of string.
  /external/v8/test/mjsunit/compiler/
simple-bailouts.js 73 // These tests should fail if we bailed out to the beginning of the full
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 411 debug_memory_end(unsigned long beginning);
  /external/valgrind/auxprogs/
nightly-build-summary 14 # block of information at the beginning of the mail. That information
15 # was added beginning October 4, 2011. Therefore, only regression runs
63 --from=INTEGER beginning of mail interval; > 14800
  /frameworks/base/tools/aapt2/
TableFlattener.cpp 285 const size_t beginning = out->size(); local
559 symbolEntryData[i].offset += out->size() - beginning;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 258 createLabel(compositeResultsDimensions, "Results dimensions: ", true/*beginning*/);
313 * @param beginning TODO
316 private Label createLabel(Composite parent, String text, boolean beginning) {
317 Label label = new Label(parent, SWT.BEGINNING|SWT.LEFT);
321 data.verticalAlignment = beginning ? GridData.BEGINNING : GridData.CENTER;
    [all...]

Completed in 2460 milliseconds

1 2 3