Searched defs:StringReference (Results 1 - 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
H A DStringReference.java40 * When possible, elsewhere in the interface, a string is represented directly by its value. A StringReference is only
44 * calling toString() on a StringReference yields the referenced string value. This is the same value returned by
47 public interface StringReference extends Reference, CharSequence, Comparable<CharSequence> { interface in inherits:Reference,CharSequence,Comparable
56 * Returns a hashcode for this StringReference.
60 * @return The hash code value for this StringReference
65 * Compares this StringReference to another CharSequence for equality.
67 * String StringReference is equal to a CharSequence iff this.getString().equals(other.toString()).
69 * Equivalently, This StringReference is equal to another StringReference iff
78 * Compare this StringReference t
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StringReference/
H A DValueTest.java27 package org.apache.harmony.jpda.tests.jdwp.StringReference;
41 * JDWP Unit test for StringReference.Value command.
59 assertString("StringReference::Value command returned invalid string,",
64 * This testcase exercises StringReference.Value command.
68 * StringReference.Value command returns string which is
88 * This testcase exercises StringReference.Value command.
103 * This testcase exercises StringReference.Value command.
118 * This testcase exercises StringReference.Value command.
135 logWriter.println("Send StringReference.Value command with id " + stringID);
143 checkReplyPacket(reply, "StringReference
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 129 milliseconds