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
3292
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodehasattributes02.java
72
*
Runs
the test case.
92
*
Runs
this test from the command line.
nodehasattributes03.java
58
*
Runs
the test case.
81
*
Runs
this test from the command line.
nodeissupported03.java
74
*
Runs
the test case.
94
*
Runs
this test from the command line.
nodeissupported04.java
61
*
Runs
the test case.
82
*
Runs
this test from the command line.
nodeissupported05.java
74
*
Runs
the test case.
94
*
Runs
this test from the command line.
nodesetprefix08.java
60
*
Runs
the test case.
91
*
Runs
this test from the command line.
ownerDocument01.java
61
*
Runs
the test case.
79
*
Runs
this test from the command line.
ownerElement02.java
62
*
Runs
the test case.
82
*
Runs
this test from the command line.
prefix01.java
64
*
Runs
the test case.
84
*
Runs
this test from the command line.
prefix04.java
61
*
Runs
the test case.
83
*
Runs
this test from the command line.
publicId01.java
62
*
Runs
the test case.
82
*
Runs
this test from the command line.
systemId01.java
62
*
Runs
the test case.
83
*
Runs
this test from the command line.
/libcore/luni/src/main/java/java/text/
Bidi.java
33
* <p>If the text contains multiple
runs
, the information of each run can be
35
* direction of the text as well as the nesting level. Left-to-right
runs
have
36
* even levels while right-to-left
runs
have odd levels.
332
runs
= null;
334
runs
= null;
336
runs
= ubidi_getRuns(pBidi);
339
if (runCount == 1 &&
runs
[0].getLevel() == baseLevel) {
341
runs
= null;
354
private Run[]
runs
;
field in class:Bidi
417
result.
runs
= null
[
all
...]
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SyncProgressHelper.java
41
/**
Runs
the sync action */
48
*
Runs
a {@link SyncRunnable} in a {@link ProgressMonitorDialog}.
/frameworks/base/core/java/android/text/
TextLine.java
197
int[]
runs
= mDirections.mDirections;
local
200
int lastRunIndex =
runs
.length - 2;
201
for (int i = 0; i <
runs
.length; i += 2) {
202
int runStart =
runs
[i];
203
int runLimit = runStart + (
runs
[i+1] & Layout.RUN_LENGTH_MASK);
207
boolean runIsRtl = (
runs
[i+1] & Layout.RUN_RTL_FLAG) != 0;
295
int[]
runs
= mDirections.mDirections;
local
296
for (int i = 0; i <
runs
.length; i += 2) {
297
int runStart =
runs
[i];
298
int runLimit = runStart + (
runs
[i+1] & Layout.RUN_LENGTH_MASK)
[
all
...]
/cts/tests/src/android/theme/cts/
TestReset.java
21
* {@link ActivityInstrumentationTestCase2} that
runs
the activity
/cts/tests/tests/theme/src/android/theme/cts/
ActivitySnapshotTests.java
46
*
Runs
the activity snapshot tests.
/cts/tools/tradefed-host/res/config/
cts.xml
17
description="
Runs
a CTS plan from a pre-existing CTS installation">
/dalvik/dx/src/com/android/dx/ssa/
Optimizer.java
27
*
Runs
a method through the SSA form conversion, any optimization algorithms,
57
*
Runs
optimization algorthims over this method, and returns a new
78
*
Runs
optimization algorthims over this method, and returns a new
114
*
Runs
the optimizer with a strategy to minimize the number of rop-form
/dalvik/dx/src/junit/framework/
TestCase.java
11
* Each test
runs
in its own fixture so there
12
* can be no side effects among test
runs
.
115
*
Runs
the test case and collects the results in TestResult.
121
*
Runs
the bare test sequence.
/development/samples/CrossCompatibility/
_index.html
6
still create a single <code>.apk</code> that
runs
on all Android versions.</p>
/development/samples/SkeletonApp/res/values/
strings.xml
26
<!-- This is a complex string containing style
runs
. -->
/external/bluetooth/glib/
HACKING
30
Note that autogen.sh
runs
configure for you. If you wish to pass
/external/chromium/base/threading/
worker_pool.h
16
// This is a facility that
runs
tasks that don't require a specific thread or
/external/chromium/chrome/browser/
browser_process_sub_thread.h
34
// Note: We don't use scoped_ptr because the destructor
runs
on the wrong
Completed in 507 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>