HomeSort by relevance Sort by last modified time
    Searched defs:StringReference (Results 1 - 4 of 4) sorted by null

  /art/runtime/
string_reference.h 30 struct StringReference {
31 StringReference(const DexFile* file, dex::StringIndex index)
44 bool operator()(const StringReference& a, const StringReference& b) const {
54 bool operator()(StringReference sr1, StringReference sr2) const {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
StringReference.java 40 * 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> {
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 to another StringReference, or more generally to another CharSequence
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StringReference/
ValueTest.java 27 package org.apache.harmony.jpda.tests.jdwp.StringReference;
39 * JDWP Unit test for StringReference.Value command.
58 assertString("StringReference::Value command returned invalid string,",
63 * This testcase exercises StringReference.Value command.
67 * StringReference.Value command returns string which is
87 * This testcase exercises StringReference.Value command.
102 * This testcase exercises StringReference.Value command.
117 * This testcase exercises StringReference.Value command.
134 logWriter.println("Send StringReference.Value command with id " + stringID);
142 checkReplyPacket(reply, "StringReference::Value command", expectedError)
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 104 milliseconds