HomeSort by relevance Sort by last modified time
    Searched full:breaks (Results 1 - 25 of 758) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/unsupported/
CMakeLists.txt 4 add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest
  /external/markdown/MarkdownTest/Tests_2007/
Links, reference style.text 65 breaks] across lines.
68 breaks] across lines, but with a line-ending space.
71 [link breaks]: /url/
Links, reference style.html 49 breaks</a> across lines.</p>
52 breaks</a> across lines, but with a line-ending space.</p>
  /frameworks/av/media/libstagefright/codecs/common/
Config.mk 9 # Using v7 breaks generic build
  /external/v8/test/mjsunit/
debug-liveedit-breakpoints.js 81 var breaks = Debug.scriptBreakPoints(); variable
84 assertTrue(breaks.length > 3 + 1);
88 for (var i = 0; i < breaks.length; i++) {
89 if (breaks[i].script_id() == script.id) {
90 break_position_map[breaks[i].line()] = true;
102 var breaks = Debug.scriptBreakPoints(); variable
105 for (var i = 0; i < breaks.length; i++) {
106 breaks_ids.push(breaks[i].number());
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stdinB.gdb 7 # also put breaks in code that only the child will execute.
8 # These breaks should not be encountered.
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-pause-on-else-statements.html 13 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select the (anonymous function) node
debugger-pause-on-for-in-statements.html 13 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select
debugger-pause-on-for-statements.html 11 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select the
  /external/clang/test/CodeGen/
2002-08-02-UnionTest.c 4 * which breaks stuff
  /external/icu4c/common/
dictbe.h 27 * dictionary to determine language-specific breaks.</p>
80 * <p>Find any breaks within a run in the supplied text.</p>
87 * @param reverse Whether the caller is looking for breaks in a reverse
90 * @param foundBreaks An allocated C array of the breaks found, if any
91 * @return The number of breaks found.
123 * @return The number of breaks found
138 * dictionary and heuristics to determine Thai-specific breaks.</p>
180 * @return The number of breaks found
204 * Viterbi decoding to determine CJK-specific breaks.</p>
243 * @return The number of breaks foun
    [all...]
brkeng.h 61 * <p>Find any breaks within a run in the supplied text.</p>
68 * @param reverse Whether the caller is looking for breaks in a reverse
71 * @param foundBreaks An allocated C array of the breaks found, if any
72 * @return The number of breaks found.
89 * that can determine breaks for characters in a specific set, if
186 * <p>Find any breaks within a run in the supplied text.</p>
193 * @param reverse Whether the caller is looking for breaks in a reverse
196 * @param foundBreaks An allocated C array of the breaks found, if any
197 * @return The number of breaks found.
  /external/chromium/chrome/browser/resources/options/
instant_confirm_overlay.html 3 <!-- The text has line breaks, so we must use a pre. -->
  /external/linux-tools-perf/util/ui/
libslang.h 4 * slang versions <= 2.0.6 have a "#if HAVE_LONG_LONG" that breaks
  /libcore/luni/src/main/java/java/text/spi/
BreakIteratorProvider.java 40 * Returns an instance of {@code BreakIterator} for word breaks in the
53 * Returns an instance of {@code BreakIterator} for line breaks in the
66 * Returns an instance of {@code BreakIterator} for character breaks in the
79 * Returns an instance of {@code BreakIterator} for sentence breaks in the
  /external/v8/test/mjsunit/regress/
regress-1639.js 31 var breaks = 0;
48 assertEquals('BREAK ' + breaks, line.substr(-7));
49 breaks++;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-047.js 40 "line breaks within a for expression" +
lexical-048.js 34 "line breaks within a for expression" +
lexical-049.js 39 "line breaks within a for expression" +
  /external/webkit/Source/WebCore/manual-tests/inspector/
debugger-pause-on-else-statements.html 15 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
debugger-pause-on-for-in-statements.html 15 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
debugger-pause-on-for-statements.html 13 Start a debugging session in the Web Inspector and open this file. When the debugger breaks, select the (program) node
  /external/chromium/chrome/browser/net/
net_log_logger.cc 33 // breaks (Line breaks in any text field will be escaped). Using strings
  /external/harfbuzz/tests/linebreaking/
main.cpp 86 struct Breaks {
88 uchar breaks[32]; member in struct:Breaks
90 Breaks brks[] = {
145 Breaks *b = brks;
153 QVERIFY(b->breaks[i] != 0xff);
154 if ( (attrs[i].lineBreakType != HB_NoBreak) != (bool)b->breaks[i] ) {
156 QCOMPARE( (attrs[i].lineBreakType != HB_NoBreak), (bool)b->breaks[i] );
160 QCOMPARE(b->breaks[i], (uchar)0xff);
  /external/icu4c/test/thaitest/
thaitest.cpp 23 * spaces inserted where the word breaks are. It computes a copy of
25 * to compute the word breaks. The program reports any differences in the
26 * breaks.
82 * This is the main class. It compares word breaks and reports the differences.
92 // verbose - report all breaks if true, otherwise just report differences
96 // returns the number of breaks that are in the spaces array
100 // returns the number of breaks which are found in the noSpaces
129 // returns - true if all breaks match, FALSE otherwise
141 // count of breaks in the spaces array that
145 // count of breaks found in the noSpaces arra
    [all...]

Completed in 659 milliseconds

1 2 3 4 5 6 7 8 91011>>