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

1 2 3 4 5

  /external/proguard/src/proguard/shrink/
UsedClassFilter.java 21 package proguard.shrink;
UsedMemberFilter.java 21 package proguard.shrink;
InterfaceUsageMarker.java 21 package proguard.shrink;
ShortestUsageMark.java 21 package proguard.shrink;
  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 65 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); } function in class:WebCore::RoundedIntRect::Radii
66 void shrink(int size) { shrink(size, size, size, size); } function in class:WebCore::RoundedIntRect::Radii
91 void shrinkRadii(int size) { m_radii.shrink(size); }
  /external/proguard/src/proguard/
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
Configuration.java 109 public boolean shrink = true; field in class:Configuration
  /external/webkit/Source/JavaScriptCore/wtf/
BlockStack.h 43 void shrink(T*);
79 template <typename T> void BlockStack<T>::shrink(T* newEnd) function in class:WTF::BlockStack
BumpPointerAllocator.h 128 void shrink()
239 m_head->shrink();
  /external/proguard/src/proguard/classfile/editor/
InstructionAdder.java 71 constantInstruction.constant).shrink();
MethodInvocationFixer.java 105 constantIndex).shrink();
126 constantIndex).shrink();
152 invokeinterfaceConstant).shrink();
176 constantIndex).shrink();
InstructionWriter.java 87 constantInstruction.constant).shrink();
112 variableInstruction.constant).shrink();
146 branchInstruction.branchOffset).shrink();
  /dalvik/dx/src/com/android/dx/cf/code/
SwitchList.java 187 values.shrink(at);
189 targets.shrink(at + 1);
  /packages/apps/DeskClock/src/com/android/deskclock/
Screensaver.java 123 AnimatorSet shrink = new AnimatorSet(); shrink.play(xShrink).with(yShrink);
134 s.play(shrink.setDuration(SLIDE_TIME/2));
135 s.play(grow.setDuration(SLIDE_TIME/2)).after(shrink);
141 shrink.setDuration(FADE_TIME).setInterpolator(accel);
145 s.play(shrink);
  /external/proguard/src/proguard/ant/
ProGuardTask.java 108 public void setShrink(boolean shrink)
110 configuration.shrink = shrink;
  /external/webkit/Source/WebCore/platform/mac/
FileSystemMac.mm 52 // Shrink the vector.
53 temporaryFilePath.shrink(strlen(temporaryFilePath.data()));
  /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
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 148 codeAttributeComposer.appendInstruction(offset, instruction.shrink());
226 codeAttributeComposer.appendInstruction(offset, constantInstruction.shrink());
318 new VariableInstruction(opcode, parameterOffset + parameterIndex).shrink());
326 new VariableInstruction(InstructionConstants.OP_ASTORE, 0).shrink());
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringBuffer.h 54 void shrink(unsigned newLength) function in class:WTF::StringBuffer
  /external/webkit/Source/WebCore/platform/network/win/
CookieJarWin.cpp 62 buffer.shrink(count - 1); // Ignore the null terminator.
  /external/webkit/Source/WebCore/platform/text/
String.cpp 48 buffer.shrink(p - buffer.data());
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 281 new VariableInstruction(opcode, variableOffset + parameterOffset + parameterIndex).shrink());
289 new VariableInstruction(InstructionConstants.OP_ASTORE, variableOffset).shrink());
322 codeAttributeComposer.appendInstruction(offset, instruction.shrink());
349 branchInstruction.shrink());
362 codeAttributeComposer.appendInstruction(offset, simpleInstruction.shrink());
375 codeAttributeComposer.appendInstruction(offset, variableInstruction.shrink());
433 codeAttributeComposer.appendInstruction(offset, constantInstruction.shrink());
  /external/webkit/Source/JavaScriptCore/heap/
MarkedSpace.cpp 49 shrink();
90 void MarkedSpace::shrink() function in class:JSC::MarkedSpace
  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.h 127 void shrink(Register* newEnd);
187 inline void RegisterFile::shrink(Register* newEnd) function in class:JSC::RegisterFile
  /external/webkit/Source/WebCore/css/
CSSSelectorList.cpp 62 selectorVector.shrink(0);
82 selectorVector.shrink(0);

Completed in 1268 milliseconds

1 2 3 4 5