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

  /art/compiler/utils/
string_reference.h 30 struct StringReference {
31 StringReference(const DexFile* file, uint32_t index) : dex_file(file), string_index(index) { }
39 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;
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::Value command", expectedError)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 83 milliseconds