OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newSignature
(Results
1 - 5
of
5
) sorted by null
/external/proguard/src/proguard/classfile/editor/
ClassReferenceFixer.java
268
String
newSignature
= newDescriptor(signature,
271
if (!signature.equals(
newSignature
))
274
new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(
newSignature
);
344
String
newSignature
= newDescriptor(signature,
347
if (!signature.equals(
newSignature
))
350
new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(
newSignature
);
/dalvik/dx/src/com/android/dx/cf/code/
LocalVariableList.java
335
* @param
newSignature
{@code non-null;} the new signature
338
public Item withSignature(CstString
newSignature
) {
339
return new Item(startPc, length, name, descriptor,
newSignature
,
/external/proguard/src/proguard/optimize/
DuplicateInitializerFixer.java
170
String
newSignature
= signature.substring(0, signatureIndex) +
176
new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(
newSignature
);
MethodDescriptorShrinker.java
143
String
newSignature
= shrinkDescriptor(method, signature);
147
new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(
newSignature
);
/external/jdiff/src/jdiff/
HTMLReportGenerator.java
[
all
...]
Completed in 283 milliseconds