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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkAlphaRuns.cpp 35 void SkAlphaRuns::Break(int16_t runs[], uint8_t alpha[], int x, int count) {
38 // SkAlphaRuns::BreakAt(runs, alpha, x);
39 // SkAlphaRuns::BreakAt(&runs[x], &alpha[x], count);
41 int16_t* next_runs = runs + x;
45 int n = runs[0];
50 runs[0] = SkToS16(x);
51 runs[x] = SkToS16(n - x);
54 runs += n;
59 runs = next_runs;
64 int n = runs[0]
89 int16_t* runs = fRuns + offsetX; local
144 const int16_t* runs = fRuns; local
155 const int16_t* runs = fRuns; local
176 const int16_t* runs = fRuns; local
    [all...]
SkRegion.cpp 32 static SkRegion::RunType* skip_scanline(const SkRegion::RunType runs[])
34 while (runs[0] != SkRegion::kRunTypeSentinel)
36 SkASSERT(runs[0] < runs[1]); // valid span
37 runs += 2;
39 return (SkRegion::RunType*)(runs + 1); // return past the X-sentinel
42 // returns true if runs are just a rect
43 bool SkRegion::ComputeRunBounds(const SkRegion::RunType runs[], int count, SkIRect* bounds)
45 assert_sentinel(runs[0], false); // top
49 assert_sentinel(runs[1], false); // botto
    [all...]
SkAntiRun.h 46 static void Break(int16_t runs[], uint8_t alpha[], int x, int count);
48 static void BreakAt(int16_t runs[], uint8_t alpha[], int x) {
50 int n = runs[0];
55 runs[0] = SkToS16(x);
56 runs[x] = SkToS16(n - x);
59 runs += n;
  /dalvik/dx/tests/040-dex-constructor/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/118-find-usages/
info.txt 1 Creates a .dex file and runs find usages on it to find references and declarations.
  /external/valgrind/main/drd/tests/
supported_sem_init 3 # Exit with status 0 if the system this script runs on supports sem_init()
  /external/openssl/crypto/rand/
randtest.c 74 unsigned long runs[2][34]; local
88 for (i=0; i<34; i++) runs[0][i]=runs[1][i]=0;
110 runs[sign][nsign-1]++;
112 runs[sign][5]++;
123 if (nsign != 0) runs[sign][nsign-1]++;
159 if (!((2267 < runs[i][0]) && (runs[i][0] < 2733)))
162 i,1,runs[i][0]);
165 if (!((1079 < runs[i][1]) && (runs[i][1] < 1421))
    [all...]
  /external/srtp/crypto/math/
stat.c 76 * runs[i] holds the number of runs of size (i-1)
82 uint16_t runs[6] = { 0, 0, 0, 0, 0, 0 }; local
107 /* check for long runs */
109 debug_print(mod_stat, ">25 runs: %d", state);
118 return err_status_algo_fail; /* long-runs test failed */
137 debug_print(mod_stat, ">25 runs (2): %d", state);
138 return err_status_algo_fail; /* long-runs test failed */
141 state = 6; /* group together runs > 5 */
143 runs[state-1]++; /* increment run count *
207 uint16_t runs[6] = { 0, 0, 0, 0, 0, 0 }; local
    [all...]
  /external/icu4c/common/
ubidiln.c 46 * The implementation of the access to same-level-runs and of the reordering
52 * same-level-runs is created. Reordering then is done on this vector.
57 * This is inefficient if there are many very short runs. If the average run
153 pLineBiDi->runs=NULL;
316 /* this is done based on runs rather than on levels since levels have
320 iRun=pBiDi->runs[0];
323 iRun = pBiDi->runs[i];
347 /* runs API functions ------------------------------------------------------- */
373 start=pBiDi->runs[runIndex].logicalStart;
379 *pLength=pBiDi->runs[runIndex].visualLimit
436 Run *runs, tempRun; local
519 Run *runs=pBiDi->runs; local
598 Run *runs; local
894 Run *runs=pBiDi->runs; local
921 Run *runs=pBiDi->runs; local
941 Run *runs=pBiDi->runs; local
986 Run *runs; local
1122 Run *runs=pBiDi->runs; local
1221 Run *runs=pBiDi->runs, *runsLimit=runs+pBiDi->runCount; local
    [all...]
  /external/qemu/android/skin/
region.c 86 return r->runs == RUNS_EMPTY;
92 return r->runs == RUNS_RECT;
98 return r->runs != RUNS_EMPTY && r->runs != RUNS_RECT;
101 /** RunStore: ref-counted storage for runs
161 runstore_from_runs( Run* runs )
163 RASSERT(runs != RUNS_EMPTY);
164 RASSERT(runs != RUNS_RECT);
165 return (RunStore*)runs - 1;
182 s = runstore_from_runs(r->runs);
485 Run* runs; local
562 Run* runs = runs_find_y( r->runs, y ); local
763 Run* runs; member in struct:__anon9282
811 Run* runs = o->runs_base; local
    [all...]
  /external/valgrind/unittest/output_tests/
output_test1.cc 6 void Thread1() { // Runs in thread named 'test-thread-1'.
11 void Thread2() { // Runs in thread named 'test-thread-2'.
  /external/clang/www/timing-data/2009-03-02/
sketch.txt 28 runs = []
29 runs.append(( { 'cc':"ccc_clang",
42 runs.append(( { 'cc':"ccc_clang",
55 runs.append(( { 'cc':"ccc_gcc",
68 runs.append(( { 'cc':"ccc_gcc",
81 runs.append(( { 'cc':"gcc",
94 runs.append(( { 'cc':"gcc",
107 runs.append(( { 'cc':"ccc_clang",
120 runs.append(( { 'cc':"ccc_clang",
133 runs.append(( { 'cc':"ccc_gcc"
    [all...]
176.gcc.txt 28 runs = []
29 runs.append(( { 'cc':"ccc_clang",
42 runs.append(( { 'cc':"ccc_gcc",
55 runs.append(( { 'cc':"gcc",
68 runs.append(( { 'cc':"ccc_clang",
81 runs.append(( { 'cc':"ccc_gcc",
94 runs.append(( { 'cc':"gcc",
107 runs.append(( { 'cc':"ccc_clang",
120 runs.append(( { 'cc':"ccc_clang",
133 runs.append(( { 'cc':"ccc_clang"
    [all...]
  /dalvik/dx/src/junit/framework/
Test.java 14 * Runs a test and collects its result in a TestResult instance.
  /dalvik/dx/tests/035-dex-instance-var/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/036-dex-static-var/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/037-dex-static-final-var/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/038-dex-instance-method/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/039-dex-static-method/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/041-dex-abstract-method/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/042-dex-ignore-result/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/043-dex-two-classes/
info.txt 2 conversion runs without failure, though the contents of the converted
  /dalvik/dx/tests/089-dex-define-object/
info.txt 3 runs without failure, though the contents of the converted file are
  /dalvik/dx/tests/092-ssa-cfg-edge-cases/
info.txt 1 This test case runs a few odd control flow graphs through the optimizer.
  /external/junit/src/junit/framework/
Test.java 14 * Runs a test and collects its result in a TestResult instance.

Completed in 1682 milliseconds

1 2 3 4 5 6 7 8 91011>>