HomeSort by relevance Sort by last modified time
    Searched full:runs (Results 51 - 75 of 3292) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkBlitter.cpp 39 const int16_t runs[]) {
47 int16_t runs[2]; local
48 runs[0] = 1;
49 runs[1] = 0;
52 this->blitAntiH(x, y++, &alpha, runs);
161 int16_t* runs = runStorage.get(); local
164 sk_memset16((uint16_t*)runs, 1, width);
165 runs[width] = 0;
170 this->blitAntiH(clip.fLeft, y, aa, runs);
218 const int16_t runs[]) {}
    [all...]
SkBlitter_RGB16.cpp 66 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
91 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
105 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
117 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
137 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
149 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
238 const int16_t* SK_RESTRICT runs)
243 int count = runs[0];
248 runs += count;
301 const int16_t* SK_RESTRICT runs) SK_RESTRICT
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 287 // Split the text into visual runs. We do this first so that we don't need to
295 Runs runs; local
300 // HEBREW is text in the Hebrew language) has two runs: "Google in " which
305 // runs is different depending on the locale direction.
310 runs.push_back(RunData());
311 RunData* current_run = &runs.back();
352 DCHECK(!runs.empty());
355 std::sort(runs.begin(), runs.end(), &SortRunsLogically)
    [all...]
  /external/chromium/base/i18n/
bidi_line_iterator.cc 41 const int runs = ubidi_countRuns(bidi_, &error); local
42 return U_SUCCESS(error) ? runs : 0;
bidi_line_iterator.h 19 // bidirectional texts into visual runs in its display order.
29 // Returns the number of visual runs in the text, or zero on error.
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_sysevents.h 28 #ifdef __BEOS__ /* The Be event loop runs in a separate thread */
44 #ifdef __OS2__ /* The OS/2 event loop runs in a separate thread */
  /dalvik/dx/src/junit/extensions/
ActiveTestSuite.java 6 * A TestSuite for active Tests. It runs each
  /dalvik/dx/src/junit/textui/
TestRunner.java 54 * Runs a suite extracted from a TestCase subclass.
61 * Runs a single test and collects its results.
76 * Runs a single test and waits until the user
150 * and runs the given test suite.
  /development/scripts/app_engine_server/gae_shell/
README 1 An interactive, stateful AJAX shell that runs Python code on the server.
  /external/chromium/chrome/browser/debugger/manual_tests/
profiler-test-console-control.html 14 This test runs and profiles a simple looped computation.
  /external/chromium/chrome/browser/sync/glue/
theme_model_associator.h 34 // No implementation needed, this associator runs on the main
  /external/chromium/chrome/browser/ui/gtk/
process_singleton_dialog.h 17 // lock. This runs the message loop itself as the browser message loop has not
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/views/
background.html 19 //Runs if extension installation is done.
  /external/dhcpcd/dhcpcd-hooks/
95-configured 1 # This script runs last, after all network configuration
  /external/icu4c/test/intltest/
tchcfmt.h 51 * runs tests in local funtions:
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
OptimizerProvider.java 23 * need to be constructed each time it runs.
  /external/qemu/telephony/
modem_driver.h 26 /* must be called before the VM runs if there is a modem to emulate */
  /external/valgrind/main/cachegrind/tests/x86/
fpu-28-108.S 2 runs without any assertion failures from V.) */
  /external/valgrind/main/memcheck/tests/x86/
bug152022.c 12 program runs to completion without dying, the test is passed.
  /external/webkit/LayoutTests/fast/dom/getElementsByClassName/resources/
common.js 0 // runs a test and writes a log
  /external/webkit/Source/WebCore/manual-tests/
invalid-mouse-event.html 7 <li>As the test runs, move the mouse around.</li>
  /external/webkit/Source/WebKit/mac/WebView/
WebTextIterator.h 47 @abstract Moves the WebTextIterator to the next bit of text or boundary between runs of text.
48 The iterator can break up runs of text however it finds convenient, so clients need to handle
49 text runs that are broken up into arbitrary pieces.
62 such as an image, that separates runs of text.
  /external/webkit/Tools/Scripts/
compare-timing-files 50 print("average of fastest $count runs: $oldAverage\n");
51 printf("range of fastest $count runs: %.2f%% (%d)\n", $oldRangePercent, $oldRange);
58 print("average of fastest $count runs: $newAverage\n");
59 printf("range of fastest $count runs: %.2f%% (%d)\n", $newRangePercent, $newRange);
  /frameworks/base/core/java/android/accessibilityservice/
package.html 8 An {@link android.accessibilityservice.AccessibilityService} runs in the background and
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/src/com/android/framework/externallocallpermstestapp/
ExternalLocAllPermsTest.java 27 * we just need to verify the test runs without errors.

Completed in 399 milliseconds

1 23 4 5 6 7 8 91011>>