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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuffer.h 54 void shrink(unsigned newLength) function in class:WTF::StringBuffer
73 shrink(newLength);
  /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/chromium_org/third_party/WebKit/Source/core/rendering/
OrderIterator.h 71 m_iterator.m_orderValues.shrink(0);
OrderIterator.cpp 110 orderValues.shrink(uniqueItemIndex + 1);
  /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/chromium_org/third_party/WebKit/Source/core/platform/graphics/
RoundedRect.h 66 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/
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();
  /packages/apps/Camera/src/com/android/camera/ui/
PreviewSurfaceView.java 34 public void shrink() { method in class:PreviewSurfaceView
  /dalvik/dx/src/com/android/dx/cf/code/
SwitchList.java 187 values.shrink(at);
189 targets.shrink(at + 1);
  /external/proguard/src/proguard/ant/
ProGuardTask.java 108 public void setShrink(boolean shrink)
110 configuration.shrink = shrink;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect1.asm 7 ; shrink & relocate stack:
  /prebuilts/gcc/linux-x86/host/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/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.cpp 98 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/
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/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());
  /dalvik/dexgen/src/com/android/dexgen/util/
LabeledList.java 73 labelToIndex.shrink(newSize);
  /dalvik/dx/src/com/android/dx/util/
LabeledList.java 72 labelToIndex.shrink(newSize);
  /external/chromium_org/printing/
printed_document.h 45 void SetPage(int page_number, Metafile* metafile, double shrink,
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 472 void* reset(size_t size, OnShrink shrink = kAlloc_OnShrink, bool* didChangeAlloc = NULL) {
473 if (size == fSize || (kReuse_OnShrink == shrink && size < fSize)) {
573 SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink,
576 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);

Completed in 1046 milliseconds

1 2 3 4 5 6