OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objectResult
(Results
1 - 7
of
7
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
AbstractNewInstanceTestCase.java
134
TaggedObject
objectResult
= reply.getNextValueAsTaggedObject();
137
checker.check(
objectResult
, exceptionResult);
153
public void check(TaggedObject
objectResult
, TaggedObject exceptionResult) {
154
assertNotNull("
objectResult
is null",
objectResult
);
156
assertTrue(
objectResult
.objectID != JDWPTestConstants.NULL_OBJECT_ID);
159
assertTagEquals("Invalid tag", expectedTag,
objectResult
.tag);
NewInstanceStringTest.java
290
public void check(TaggedObject
objectResult
, TaggedObject exceptionResult) {
292
super.check(
objectResult
, exceptionResult);
295
String resultString = getStringValue(
objectResult
.objectID);
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar
Completed in 341 milliseconds