OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newinterfacescount
(Results
1 - 2
of
2
) sorted by null
/external/proguard/src/proguard/classfile/editor/
InterfaceSorter.java
49
int
newInterfacesCount
= 0;
58
interfaces[
newInterfacesCount
++] = interfaceIndex;
65
programClass.u2interfacesCount =
newInterfacesCount
;
/external/proguard/src/proguard/optimize/peephole/
TargetClassChanger.java
88
int
newInterfacesCount
= 0;
94
programClass.u2interfaces[
newInterfacesCount
++] =
98
programClass.u2interfacesCount =
newInterfacesCount
;
Completed in 125 milliseconds