HomeSort by relevance Sort by last modified time
    Searched full:runs (Results 151 - 175 of 2210) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
hasAttribute03.java 60 * Runs the test case.
82 * Runs this test from the command line.
hasAttributes01.java 60 * Runs the test case.
82 * Runs this test from the command line.
hasAttributes02.java 60 * Runs the test case.
82 * Runs this test from the command line.
internalSubset01.java 63 * Runs the test case.
83 * Runs this test from the command line.
isSupported13.java 57 * Runs the test case.
77 * Runs this test from the command line.
isSupported14.java 57 * Runs the test case.
79 * Runs this test from the command line.
localName02.java 64 * Runs the test case.
84 * Runs this test from the command line.
namespaceURI04.java 61 * Runs the test case.
83 * Runs this test from the command line.
nodehasattributes01.java 59 * Runs the test case.
85 * Runs this test from the command line.
nodehasattributes02.java 72 * Runs the test case.
92 * Runs this test from the command line.
nodehasattributes03.java 58 * Runs the test case.
81 * Runs this test from the command line.
nodeissupported03.java 74 * Runs the test case.
94 * Runs this test from the command line.
nodeissupported04.java 61 * Runs the test case.
82 * Runs this test from the command line.
nodeissupported05.java 74 * Runs the test case.
94 * Runs this test from the command line.
nodesetprefix08.java 60 * Runs the test case.
91 * Runs this test from the command line.
ownerDocument01.java 61 * Runs the test case.
79 * Runs this test from the command line.
ownerElement02.java 62 * Runs the test case.
82 * Runs this test from the command line.
prefix01.java 64 * Runs the test case.
84 * Runs this test from the command line.
prefix04.java 61 * Runs the test case.
83 * Runs this test from the command line.
publicId01.java 62 * Runs the test case.
82 * Runs this test from the command line.
systemId01.java 62 * Runs the test case.
83 * Runs this test from the command line.
  /external/icu4c/tools/genrb/
rle.h 32 * Since an encoded run occupies 3 bytes, we only encode runs of 4 or
49 * Since an encoded run occupies 3 characters, we only encode runs of 4 or
  /external/webkit/SunSpider/tests/sunspider-0.9/
math-cordic.js 83 function cordic( runs ) {
86 for ( var i = 0 ; i < runs ; i++ ) {
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
math-cordic.js 83 function cordic( runs ) {
86 for ( var i = 0 ; i < runs ; i++ ) {
  /dalvik/libcore/text/src/main/java/java/text/
Bidi.java 45 * If the text contains multiple runs, the information of each run can be
47 * direction of the text as well as the nesting level. Left-to-right runs have
48 * even levels while right-to-left runs have odd levels.
342 runs = null;
344 runs = null;
346 runs = BidiWrapper.ubidi_getRuns(pBidi);
349 if (runCount == 1 && runs[0].getLevel() == baseLevel) {
351 runs = null;
364 private BidiRun[] runs; field in class:Bidi
469 * Returns the number of runs in the bidirectional text
    [all...]

Completed in 110 milliseconds

1 2 3 4 5 67 8 91011>>