Searched refs:shrink (Results 1 - 25 of 114) sorted by relevance

12345

/external/proguard/src/proguard/shrink/
H A DUsedClassFilter.java21 package proguard.shrink;
H A DUsedMemberFilter.java21 package proguard.shrink;
H A DInterfaceUsageMarker.java21 package proguard.shrink;
H A DShortestUsageMark.java21 package proguard.shrink;
H A DInnerUsageMarker.java21 package proguard.shrink;
H A DUsagePrinter.java21 package proguard.shrink;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DOrderIterator.h71 m_iterator.m_orderValues.shrink(0);
H A DOrderIterator.cpp110 orderValues.shrink(uniqueItemIndex + 1);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuffer.h54 void shrink(unsigned newLength) function in class:WTF::StringBuffer
73 shrink(newLength);
/external/proguard/src/proguard/
H A DProGuard.java29 import proguard.shrink.Shrinker;
80 if (configuration.shrink ||
98 if (configuration.shrink)
100 shrink();
121 if (configuration.shrink)
127 shrink();
142 if (configuration.shrink ||
274 private void shrink() throws IOException method in class:ProGuard
H A DConfiguration.java109 public boolean shrink = true; field in class:Configuration
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DRoundedRect.h66 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); } function in class:WebCore::RoundedRect::Radii
67 void shrink(int size) { shrink(size, size, size, size); } function in class:WebCore::RoundedRect::Radii
95 void shrinkRadii(int size) { m_radii.shrink(size); }
/external/proguard/src/proguard/classfile/editor/
H A DInstructionAdder.java71 constantInstruction.constant).shrink();
H A DMethodInvocationFixer.java105 constantIndex).shrink();
126 constantIndex).shrink();
152 invokeinterfaceConstant).shrink();
176 constantIndex).shrink();
H A DInstructionWriter.java87 constantInstruction.constant).shrink();
112 variableInstruction.constant).shrink();
146 branchInstruction.branchOffset).shrink();
/external/proguard/src/proguard/ant/
H A DProGuardTask.java108 public void setShrink(boolean shrink) argument
110 configuration.shrink = shrink;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect1.asm7 ; shrink & relocate stack:
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketDeflater.cpp98 m_buffer.shrink(writePosition + maxLength - m_stream->avail_out);
120 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out);
185 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out);
217 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out);
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java148 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/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java281 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/chromium_org/printing/
H A Dprinted_document.h45 void SetPage(int page_number, Metafile* metafile, double shrink,
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DLabeledList.java72 labelToIndex.shrink(newSize);
/external/proguard/src/proguard/classfile/instruction/
H A DBranchInstruction.java80 public Instruction shrink() method in class:BranchInstruction
H A DLookUpSwitchInstruction.java77 public Instruction shrink() method in class:LookUpSwitchInstruction
79 // There aren't any ways to shrink this instruction.
H A DTableSwitchInstruction.java81 public Instruction shrink() method in class:TableSwitchInstruction
83 // There aren't any ways to shrink this instruction.

Completed in 1169 milliseconds

12345