OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testLine
(Results
1 - 11
of
11
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/draft/
StateMachineTest.java
92
String
testLine
= testLinePair[0];
93
if (
testLine
.startsWith("@")) {
94
if (
testLine
.equals("@show")) {
97
} else if (
testLine
.equals("@hide")) {
100
} else if (
testLine
.equals("@showerror")) {
104
throw new IllegalArgumentException("Illegal test command: " +
testLine
);
112
System.out.println("Test: " +
testLine
);
119
result = machine.parse(
testLine
, parsePosition);
125
showFailure(
testLine
, expectedString, "<no failure>");
131
System.out.println("ERROR: " +
testLine
.substring(0, parsePosition.getErrorIndex()
[
all
...]
UnicodeSetBuilder.java
255
public UnicodeSet parse(String
testLine
, ParsePosition parsePosition) {
256
return machine.parse(
testLine
, parsePosition);
/cts/tests/tests/text/src/android/text/method/cts/
BaseMovementMethodTest.java
75
final String
testLine
= "some text some text";
76
final String testString =
testLine
+ "\n" +
testLine
;
85
setContentView(mTextView, (int) mTextView.getPaint().measureText(
testLine
) / 3);
140
final String
testLine
= "some text some text";
141
final String testString =
testLine
+ "\n" +
testLine
;
/external/icu/icu4c/source/test/intltest/
dcfmtest.cpp
247
UnicodeString
testLine
= lineMat.group(1, status);
248
// printf("%s\n", UnicodeStringPiece(
testLine
).data());
249
if (
testLine
.length() == 0) {
258
commentMat.reset(
testLine
);
268
parseLineMat.reset(
testLine
);
282
formatLineMat.reset(
testLine
);
306
lineNum, UnicodeStringPiece(
testLine
).data());
dtfmttst.cpp
[
all
...]
regextst.cpp
[
all
...]
/external/skia/src/pathops/
SkOpAngle.cpp
272
SkDVector
testLine
= testCurve[index] - origin;
273
double xy1 = line.fX *
testLine
.fY;
274
double xy2 = line.fY *
testLine
.fX;
275
dots[index] = line.fX *
testLine
.fX + line.fY *
testLine
.fY;
[
all
...]
/external/skqp/src/pathops/
SkOpAngle.cpp
272
SkDVector
testLine
= testCurve[index] - origin;
273
double xy1 = line.fX *
testLine
.fY;
274
double xy2 = line.fY *
testLine
.fX;
275
dots[index] = line.fX *
testLine
.fX + line.fY *
testLine
.fY;
[
all
...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
LimitTest.java
124
public void
testLine
() {
/external/skia/src/core/
SkGeometry.cpp
890
SkVector
testLine
= src[testIndex + index] - origin;
891
crosses[index] = line.cross(
testLine
);
[
all
...]
/external/skqp/src/core/
SkGeometry.cpp
890
SkVector
testLine
= src[testIndex + index] - origin;
891
crosses[index] = line.cross(
testLine
);
[
all
...]
Completed in 677 milliseconds