Searched defs:stringValue (Results 1 – 4 of 4) sorted by relevance
/art/test/569-checker-pattern-replacement/src-multidex/ |
D | Derived.java | 26 public Derived(String stringValue) { in Derived() 41 Derived(int intValue, double doubleValue, Object objectValue, String stringValue) { in Derived()
|
D | Base.java | 28 Base(String stringValue) { in Base() 45 Base(int intValue, double doubleValue, Object objectValue, String stringValue) { in Base()
|
/art/test/569-checker-pattern-replacement/src/ |
D | Main.java | 401 public static String constructBase(String stringValue) { in constructBase() 420 String stringValue = null; in constructBaseWithNullString() local 531 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructBase() 692 public static String constructDerived(String stringValue) { in constructDerived() 782 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructDerived()
|
/art/tools/ahat/src/ |
D | Value.java | 60 String stringValue = InstanceUtils.asString(inst, kMaxChars); in renderInstance() local
|