OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runs
(Results
201 - 225
of
2210
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/junit/src/junit/textui/
TestRunner.java
59
*
Runs
a suite extracted from a TestCase subclass.
66
*
Runs
a single test and collects its results.
81
*
Runs
a single test and waits until the user
154
* Starts a test run. Analyzes the command line arguments and
runs
the given
/external/netcat/scripts/
iscan
6
## advantages:
runs
slower than ident-scan, giving remote inetd less cause
/external/skia/include/core/
SkBlitter.h
33
virtual void blitAntiH(int x, int y, const SkAlpha[], const int16_t
runs
[]);
75
virtual void blitAntiH(int x, int y, const SkAlpha[], const int16_t
runs
[]);
96
virtual void blitAntiH(int x, int y, const SkAlpha[], const int16_t
runs
[]);
121
virtual void blitAntiH(int x, int y, const SkAlpha[], const int16_t
runs
[]);
/external/skia/src/core/
SkSpriteBlitter.h
37
virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t
runs
[]);
SkBlitter_4444.cpp
44
virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t
runs
[]);
246
void SkARGB4444_Blitter::blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t
runs
[])
261
int count =
runs
[0];
288
runs
+= count;
430
virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t
runs
[])
440
int count = *
runs
;
458
runs
+= count;
464
int count = *
runs
;
477
runs
+= count;
SkBlitter_A8.cpp
64
void SkA8_Blitter::blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t
runs
[])
74
int count =
runs
[0];
92
runs
+= count;
319
void SkA8_Shader_Blitter::blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t
runs
[])
330
int count = *
runs
;
354
runs
+= count;
/external/svox/pico/src/com/svox/pico/
LangPackUninstaller.java
24
* Is notified when the language pack installer is added to the system, and
runs
the installer.
/external/webkit/WebKitTools/Scripts/
run-sunspider
58
--
runs
Number of times to run tests (default: $testRuns)
60
--shark Sample with the Mac OS X "Shark" performance testing tool (implies --
runs
=1)
70
'
runs
=i' => \$testRuns,
117
my @args = ("--shell", jscPath($productDir), "--
runs
", $testRuns);
/frameworks/base/core/java/android/test/
FlakyTest.java
35
* as a failed test. If the tolerance factor is less than 1, the test
runs
/frameworks/base/core/java/android/widget/
FilterQueryProvider.java
30
*
Runs
a query with the specified constraint. This query is requested
/frameworks/base/test-runner/src/android/test/
NoExecTestResult.java
22
* A benign test result that does no actually test execution, just
runs
/packages/apps/Phone/res/anim/
touch_lock_fade_in.xml
19
so this animation (which
runs
from alpha=0 to alpha=1) will result in
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NamedTaskExecutor.java
20
*
Runs
tasks that have a name tag.
SQLiteTransaction.java
35
*
Runs
the transaction against the database. The results are committed if
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockNamedTaskExecutorFactory.java
30
*
Runs
one task in each executor.
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/rules/
Rule.java
34
*
Runs
the rule for the specified node. The rule must add any detected
/external/icu4c/layoutex/layout/
playout.h
52
* as
runs
of text all in the same font. An <code>LEFontInstance</code> object and a limit offset
56
* Clients can optionally specify directional
runs
and / or script
runs
. If these aren't specified
66
* @param fontRuns a pointer to a <code>pl_fontRuns</code> object representing the font
runs
.
72
* @param scriptRuns is a pointer to a <code>pl_valueRuns</code> object representing script
runs
.
73
* If this pointer in <code>NULL</code> the script
runs
will be determined using the
76
* @param localeRuns is a pointer to a <code>pl_localeRuns</code> object representing locale
runs
.
251
* Count the number of visual
runs
in the line.
255
* @return the number of visual
runs
.
/dalvik/libcore/luni/src/main/java/java/util/
ComparableTimSort.java
56
* When we get into galloping mode, we stay there until both
runs
win less
83
* A stack of pending
runs
yet to be merged. Run i starts at
92
private int stackSize = 0; // Number of pending
runs
on stack
119
* Allocate
runs
-to-be-merged stack (which cannot be expanded). The
159
* March over the array once, left to right, finding natural
runs
,
160
* extending short natural
runs
to minRun elements, and merging
runs
185
// Merge all remaining
runs
to complete sort
316
* length. Natural
runs
shorter than this will be extended with
354
* Examines the stack of
runs
waiting to be merged and merges adjacent run
[
all
...]
/bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S
35
#
runs
.
49
# by the dynamic linker before this code
runs
crtbegin_static.S
35
#
runs
.
49
# by the dynamic linker before this code
runs
/bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S
35
#
runs
.
49
# by the dynamic linker before this code
runs
crtbegin_static.S
35
#
runs
.
49
# by the dynamic linker before this code
runs
/bionic/libc/arch-x86/bionic/
crtbegin_dynamic.S
34
#
runs
.
48
# by the dynamic linker before this code
runs
crtbegin_static.S
34
#
runs
.
48
# by the dynamic linker before this code
runs
/dalvik/dx/src/junit/framework/
TestResult.java
100
*
Runs
a TestCase.
120
*
Runs
a TestCase.
Completed in 63 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>