OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPECTED_INT
(Results
1 - 4
of
4
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java
48
public static final int
EXPECTED_INT
= 230;
83
return
EXPECTED_INT
;
MethodExitWithReturnValueTest.java
212
MethodExitWithReturnValueDebuggee.
EXPECTED_INT
, i);
/cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java
46
private static final int
EXPECTED_INT
= 365;
113
assertEquals(
EXPECTED_INT
, mTypedArray.getInt(R.styleable.style1_type11, DEFINT));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturnTest.java
42
static final int
EXPECTED_INT
= 5;
162
expectedValue = new Value(
EXPECTED_INT
);
Completed in 199 milliseconds