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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/gfx/
break_list_unittest.cc 30 BreakList<bool> breaks(false);
32 breaks.SetMax(max);
35 breaks.ApplyValue(true, ui::Range::InvalidRange());
36 EXPECT_TRUE(breaks.EqualsValueForTesting(false));
38 breaks.ApplyValue(true, ui::Range(i, i));
39 EXPECT_TRUE(breaks.EqualsValueForTesting(false));
42 // Apply a value to a valid range, check breaks; repeating should be no-op.
48 breaks.ApplyValue(true, ui::Range(2, 3));
49 EXPECT_TRUE(breaks.EqualsForTesting(expected));
53 breaks.SetValue(true)
    [all...]
break_list.h 25 // The value of other breaks apply to the range [break.first, (break+1).first).
37 const std::vector<Break>& breaks() const { return breaks_; } function in class:gfx::BreakList
39 // Clear the breaks and set a break at position 0 with the supplied |value|.
42 // Adjust the breaks to apply |value| over the supplied |range|.
45 // Set the max position and trim any breaks at or beyond that position.
58 bool EqualsForTesting(const std::vector<Break>& breaks) const;
62 // Check for ordered breaks [0, |max_|) with no adjacent equivalent values.
92 // Erase any breaks in |range|, then add start and end breaks as needed.
150 bool BreakList<T>::EqualsForTesting(const std::vector<Break>& breaks) const
    [all...]
  /external/eigen/unsupported/
CMakeLists.txt 4 add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest
  /external/chromium_org/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>
  /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/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string.h 16 // TokenizedString takes a string and breaks it down into token words. It
17 // first breaks using BreakIterator to get all the words. Then it breaks
  /external/chromium_org/third_party/icu/source/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 * TrieWordDictionary and heuristics to determine Thai-specific breaks.</p>
180 * @return The number of breaks found
202 * Viterbi decoding to determine CJK-specific breaks.</p>
241 * @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/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/chromium_org/v8/test/mjsunit/regress/
regress-1639.js 31 var breaks = 0;
49 assertEquals('BREAK ' + breaks, line.substr(-7));
50 breaks++;
51 if (breaks < 4) {
  /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
  /prebuilts/ndk/9/sources/cxx-stl/
README 4 Unfortunatley by adding EH the new stlport breaks the compatibility with the
  /external/chromium_org/v8/tools/blink_tests/
TestExpectations 7 [ Linux Release x86 ] fast/text/international/thai-line-breaks.html [ Pass Failure Slow ]
13 [ Linux Release x86_64 ] fast/text/international/thai-line-breaks.html [ Pass Failure Slow ]
19 [ Linux Debug ] fast/text/international/thai-line-breaks.html [ Pass Failure Slow ]

Completed in 1252 milliseconds

1 2 3 4 5 6 7 8 91011>>