HomeSort by relevance Sort by last modified time
    Searched defs:shrink (Results 1 - 25 of 37) sorted by null

1 2

  /external/proguard/src/proguard/shrink/
UsedClassFilter.java 21 package proguard.shrink;
InterfaceUsageMarker.java 21 package proguard.shrink;
ShortestUsageMark.java 21 package proguard.shrink;
UsagePrinter.java 21 package proguard.shrink;
UsedMemberFilter.java 21 package proguard.shrink;
InnerUsageMarker.java 21 package proguard.shrink;
ShortestUsagePrinter.java 21 package proguard.shrink;
Shrinker.java 21 package proguard.shrink;
AnnotationUsageMarker.java 21 package proguard.shrink;
ClassShrinker.java 21 package proguard.shrink;
71 // Shrink the arrays for constant pool, interfaces, fields, methods,
128 // Shrink the attributes array.
133 // Shrink any attributes.
145 // Shrink the array of InnerClassesInfo objects.
172 // Shrink the attributes array.
181 // Shrink the annotations array.
186 // Shrink the annotations themselves.
196 // Shrink the parameter annotations array.
202 // Shrink the annotations themselves
    [all...]
ShortestUsageMarker.java 21 package proguard.shrink;
  /external/webkit/WebCore/platform/text/
StringBuffer.h 50 void shrink(unsigned newLength) function in class:WebCore::StringBuffer
  /external/proguard/src/proguard/classfile/instruction/
LookUpSwitchInstruction.java 77 public Instruction shrink() method in class:LookUpSwitchInstruction
79 // There aren't any ways to shrink this instruction.
TableSwitchInstruction.java 81 public Instruction shrink() method in class:TableSwitchInstruction
83 // There aren't any ways to shrink this instruction.
BranchInstruction.java 80 public Instruction shrink() method in class:BranchInstruction
SimpleInstruction.java 137 public Instruction shrink() method in class:SimpleInstruction
VariableInstruction.java 219 public Instruction shrink() method in class:VariableInstruction
ConstantInstruction.java 105 public Instruction shrink() method in class:ConstantInstruction
Instruction.java 677 public abstract Instruction shrink(); method in class:Instruction
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
list_partition.h 56 shrink(os_starts, count_to_two, range_length);
70 shrink(std::vector<InputIterator>& os_starts, size_t& count_to_two, function in namespace:__gnu_parallel
  /dalvik/dx/src/com/android/dx/util/
IntList.java 324 public void shrink(int newSize) { method in class:IntList
  /external/proguard/src/proguard/
Configuration.java 109 public boolean shrink = true; field in class:Configuration
ProGuard.java 29 import proguard.shrink.Shrinker;
80 if (configuration.shrink ||
98 if (configuration.shrink)
100 shrink(); method
120 // Shrink again, if we may.
121 if (configuration.shrink)
127 shrink(); method
142 if (configuration.shrink ||
274 private void shrink() throws IOException method in class:ProGuard
  /external/webkit/JavaScriptCore/interpreter/
RegisterFile.h 131 void shrink(Register* newEnd);
224 inline void RegisterFile::shrink(Register* newEnd) function in class:JSC::RegisterFile
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
OpMap.java 149 void shrink() method in class:OpMap

Completed in 377 milliseconds

1 2