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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/es6/
debug-stepin-collections-foreach.js 14 if (breaks == 0) {
16 breaks = 1;
17 } else if (breaks <= 3) {
18 breaks++;
54 var breaks = 0; variable
58 assertEquals(4, breaks);
60 breaks = 0;
64 assertEquals(4, breaks);
76 if (breaks == 0) {
78 breaks = 1
    [all...]
  /external/eigen/unsupported/
CMakeLists.txt 4 add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest
  /external/v8/test/mjsunit/
debug-stepin-builtin-callback.js 39 if (breaks == 0) {
41 breaks = 1;
42 } else if (breaks <= 3) {
43 breaks++;
74 var breaks = 0; variable
78 assertEquals(4, breaks);
80 breaks = 0;
84 assertEquals(4, breaks);
86 breaks = 0;
89 assertEquals(4, breaks);
    [all...]
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/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>
  /external/valgrind/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/clang/test/CodeGen/
2002-08-02-UnionTest.c 4 * which breaks stuff
  /frameworks/av/media/libstagefright/codecs/common/
Config.mk 9 # Using v7 breaks generic build
  /external/icu/icu4c/source/common/
dictbe.h 28 * dictionary to determine language-specific breaks.</p>
81 * <p>Find any breaks within a run in the supplied text.</p>
88 * @param reverse Whether the caller is looking for breaks in a reverse
91 * @param foundBreaks An allocated C array of the breaks found, if any
92 * @return The number of breaks found.
124 * @return The number of breaks found
139 * dictionary and heuristics to determine Thai-specific breaks.</p>
181 * @return The number of breaks found
196 * dictionary and heuristics to determine Lao-specific breaks.</p>
237 * @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/linux-tools-perf/src/tools/perf/ui/
libslang.h 4 * slang versions <= 2.0.6 have a "#if HAVE_LONG_LONG" that breaks
  /external/v8/test/mjsunit/regress/
regress-1639.js 31 var breaks = 0;
49 assertEquals('BREAK ' + breaks, line.substr(-7));
50 breaks++;
51 if (breaks < 4) {
  /prebuilts/ndk/9/sources/cxx-stl/
README 4 Unfortunatley by adding EH the new stlport breaks the compatibility with the
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 109 int[] breaks = new int[staticLayout.getLineCount() - 1]; local
110 for (int line = 0; line < breaks.length; line++) {
111 breaks[line] = staticLayout.getLineEnd(line);
113 return breaks;
130 private static void layout(CharSequence source, int[] breaks) {
131 layout(source, breaks, WIDTH);
134 private static void layout(CharSequence source, int[] breaks, int width) {
139 int lineCount = breaks.length + 1;
149 assertEquals("Line start for line " + line, breaks[line - 1], lineStart);
155 assertEquals("Line end for line " + line, breaks[line], lineEnd)
345 int[] breaks = getBreaks(text); local
370 int[] breaks = getBreaks(text); local
427 int[] breaks = getBreaks(text, 15); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
SimpleBITest.java 27 // 4) change the test text by inserting '|' at word breaks, and '||' at line breaks.
174 int breaks = doTest(wordBreak); local
175 logln(String.valueOf(breaks));
180 int breaks = doTest(lineBreak); local
181 logln(String.valueOf(breaks));
186 int breaks = doTest(sentenceBreak); local
187 logln(String.valueOf(breaks));
196 int breaks = 0; local
206 ++breaks;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
OptimizingLineBreaker.java 51 breakInfo.breaks = new int[]{0};
75 // we can't really pre-compute this stuff and just deal with breaks
129 breakInfo.breaks[count] = mPrimitives.get(idx).location;
137 if (lineBreaks.breaks.length == size) {
140 int[] breaks = new int[size]; local
144 int toCopy = Math.min(size, lineBreaks.breaks.length);
145 System.arraycopy(lineBreaks.breaks, 0, breaks, 0, toCopy);
149 lineBreaks.breaks = breaks;
    [all...]
StaticLayout_Delegate.java 141 // average word length in english is 5. So, initialize the possible breaks with a guess.
142 List<Integer> breaks = new ArrayList<Integer>((int) Math.ceil(length / 5d)); local
146 breaks.add(loc);
150 computePrimitives(builder.mText, builder.mWidths, length, breaks);
167 return recycle.breaks.length;
176 int length, @NonNull List<Integer> breaks) {
180 int breaksSize = breaks.size();
189 while (breakIndex < breaksSize && breaks.get(breakIndex) < i) {
194 if (breakIndex < breaksSize && breaks.get(breakIndex) == i) {
  /external/v8/tools/blink_tests/
TestExpectations 6 [ Linux Release x86 ] fast/text/international/thai-line-breaks.html [ Pass Failure Slow ]
12 [ Linux Release x86_64 ] fast/text/international/thai-line-breaks.html [ Pass Failure Slow ]
18 [ Linux Debug ] fast/text/international/thai-line-breaks.html [ Pass Failure Slow ]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 25 self.breaks = {}
128 if not filename in self.breaks:
131 if not lineno in self.breaks[filename]:
135 if not lineno in self.breaks[filename]:
152 return self.canonic(frame.f_code.co_filename) in self.breaks
230 if not self.breaks:
259 if not filename in self.breaks:
260 self.breaks[filename] = []
261 list = self.breaks[filename]
268 self.breaks[filename].remove(lineno
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 25 self.breaks = {}
128 if not filename in self.breaks:
131 if not lineno in self.breaks[filename]:
135 if not lineno in self.breaks[filename]:
152 return self.canonic(frame.f_code.co_filename) in self.breaks
230 if not self.breaks:
259 if not filename in self.breaks:
260 self.breaks[filename] = []
261 list = self.breaks[filename]
268 self.breaks[filename].remove(lineno
    [all...]
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_breaks_6.opt_test 5 # If a loop contains conditional breaks and continues, and
  /external/openssh/openbsd-compat/
kludge-fd_set.c 5 * where n > FD_SETSIZE. This breaks OpenSSH and other programs that
  /frameworks/base/core/jni/
android_text_StaticLayout.cpp 43 jfieldID breaks; member in struct:android::JLineBreaksID
73 jint recycleLength, size_t nBreaks, const jint* breaks,
81 env->SetObjectField(recycle, gLineBreaks_fieldID.breaks, recycleBreaks);
86 env->SetIntArrayRegion(recycleBreaks, 0, nBreaks, breaks);
197 gLineBreaks_fieldID.breaks = GetFieldIDOrDie(env, gLineBreaks_class, "breaks", "[I");
  /external/icu/icu4c/source/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 1681 milliseconds

1 2 3 4 5 6 7 8 91011>>