/art/test/569-checker-pattern-replacement/src-multidex/ |
D | Base.java | 28 Base(String stringValue) { in Base() argument 29 objectField = stringValue; // Unnecessary IPUT. in Base() 30 stringField = stringValue; in Base() 45 Base(int intValue, double doubleValue, Object objectValue, String stringValue) { in Base() argument 50 stringField = stringValue; in Base()
|
D | Derived.java | 26 public Derived(String stringValue) { in Derived() argument 27 super(stringValue); in Derived() 41 Derived(int intValue, double doubleValue, Object objectValue, String stringValue) { in Derived() argument 42 super(intValue, doubleValue, objectValue, stringValue); in Derived()
|
/art/test/569-checker-pattern-replacement/src/ |
D | Main.java | 409 public static String constructBase(String stringValue) { in constructBase() argument 410 Base b = new Base(stringValue); in constructBase() 429 String stringValue = null; in constructBaseWithNullString() local 430 Base b = new Base(stringValue); in constructBaseWithNullString() 543 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructBase() argument 544 Base b = new Base(intValue, doubleValue, objectValue, stringValue); in constructBase() 711 public static String constructDerived(String stringValue) { in constructDerived() argument 712 Derived d = new Derived(stringValue); in constructDerived() 804 int intValue, double doubleValue, Object objectValue, String stringValue) { in constructDerived() argument 805 Derived d = new Derived(intValue, doubleValue, objectValue, stringValue); in constructDerived()
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | Summarizer.java | 76 String stringValue = inst.asString(kMaxChars); in summarize() local 77 if (stringValue != null) { in summarize() 78 formatted.appendFormat(" \"%s", stringValue); in summarize() 79 formatted.append(kMaxChars == stringValue.length() ? "..." : "\""); in summarize()
|
/art/test/952-invoke-custom/src/ |
D | TestVariableArityLinkerMethod.java | 80 @Constant(stringValue = "Aachen"), 81 @Constant(stringValue = "Aalborg"), 82 @Constant(stringValue = "Aalto") 102 constantArgumentsForBootstrapMethod = {@Constant(stringValue = "barium")} 160 @Constant(stringValue = "zoo"), 161 @Constant(stringValue = "zoogene"), 162 @Constant(stringValue = "zoogenic") 185 @Constant(stringValue = "zonic") 432 @Constant(stringValue = "A"), 433 @Constant(stringValue = "B"),
|
D | TestBadBootstrapArguments.java | 66 @Constant(stringValue = "very") 94 @Constant(stringValue = "very") 149 @Constant(stringValue = "2"), 177 @Constant(stringValue = "1"), 206 @Constant(stringValue = "pie")
|
D | TestDynamicBootstrapArguments.java | 61 @Constant(stringValue = "A"),
|
D | TestLinkerMethodMultipleArgumentTypes.java | 62 @Constant(stringValue = "Hello"),
|
D | TestLinkerMethodWithRange.java | 60 @Constant(stringValue = "Hello"),
|
/art/test/952-invoke-custom/util-src/annotations/ |
D | Constant.java | 46 String[] stringValue() default {}; in stringValue() method
|
/art/test/952-invoke-custom/util-src/transformer/ |
D | IndyTransformer.java | 146 } else if (constant.stringValue().length == 1) { in visitMethod() 147 return constant.stringValue()[0]; in visitMethod()
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 552 String stringValue = value instanceof String ? ((String) value) : "No Spock, no"; in tryAccessor() local 553 setString(methodHandle, valueHolder, stringValue, in tryAccessor() 555 setString(methodHandle, stringValue, in tryAccessor() 557 getString(methodHandle, valueHolder, stringValue, in tryAccessor() 559 getString(methodHandle, stringValue, in tryAccessor()
|
/art/test/dexdump/ |
D | invoke-custom.txt | 1030 …pMethod={ Lannotations/Constant; intValue={ 1 } Lannotations/Constant; stringValue={ "2" } Lannota… 1032 …Method={ Lannotations/Constant; intValue={ -1 } Lannotations/Constant; stringValue={ "very" } } fi… 1051 …ring; } } constantArgumentsForBootstrapMethod={ Lannotations/Constant; stringValue={ "1" } Lannota… 1053 … Lannotations/Constant; doubleValue={ 3.14159 } Lannotations/Constant; stringValue={ "pie" } } fie… 1055 …Method={ Lannotations/Constant; intValue={ -1 } Lannotations/Constant; stringValue={ "very" } } fi… 2337 …ng; J } } constantArgumentsForBootstrapMethod={ Lannotations/Constant; stringValue={ "A" } Lannota… 3975 ….1 } Lannotations/Constant; doubleValue={ 2.2 } Lannotations/Constant; stringValue={ "Hello" } Lan… 4420 …annotations/Constant; stringValue={ "Aachen" } Lannotations/Constant; stringValue={ "Aalborg" } La… 4422 …ring; } } constantArgumentsForBootstrapMethod={ Lannotations/Constant; stringValue={ "barium" } } … 4426 … Lannotations/Constant; stringValue={ "zoo" } Lannotations/Constant; stringValue={ "zoogene" } Lan… [all …]
|
D | all-dex-files.txt | 9854 …pMethod={ Lannotations/Constant; intValue={ 1 } Lannotations/Constant; stringValue={ "2" } Lannota… 9856 …Method={ Lannotations/Constant; intValue={ -1 } Lannotations/Constant; stringValue={ "very" } } fi… 9875 …ring; } } constantArgumentsForBootstrapMethod={ Lannotations/Constant; stringValue={ "1" } Lannota… 9877 … Lannotations/Constant; doubleValue={ 3.14159 } Lannotations/Constant; stringValue={ "pie" } } fie… 9879 …Method={ Lannotations/Constant; intValue={ -1 } Lannotations/Constant; stringValue={ "very" } } fi… 11161 …ng; J } } constantArgumentsForBootstrapMethod={ Lannotations/Constant; stringValue={ "A" } Lannota… 12799 ….1 } Lannotations/Constant; doubleValue={ 2.2 } Lannotations/Constant; stringValue={ "Hello" } Lan… 13244 …annotations/Constant; stringValue={ "Aachen" } Lannotations/Constant; stringValue={ "Aalborg" } La… 13246 …ring; } } constantArgumentsForBootstrapMethod={ Lannotations/Constant; stringValue={ "barium" } } … 13250 … Lannotations/Constant; stringValue={ "zoo" } Lannotations/Constant; stringValue={ "zoogene" } Lan… [all …]
|