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

1 2 3 4 5 6 7 8 9

  /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;
SignatureUsageMarker.java 22 package proguard.shrink;
InnerUsageMarker.java 21 package proguard.shrink;
LocalVariableTypeUsageMarker.java 21 package proguard.shrink;
Shrinker.java 21 package proguard.shrink;
  /external/proguard/src/proguard/
ProGuard.java 30 import proguard.shrink.Shrinker;
83 if (configuration.shrink ||
92 configuration.shrink ||
110 if (configuration.shrink)
112 shrink(); method
132 // Shrink again, if we may.
133 if (configuration.shrink)
139 shrink(); method
154 if (configuration.shrink ||
266 private void shrink() throws IOExceptio method in class:ProGuard
    [all...]
Configuration.java 112 public boolean shrink = true; field in class:Configuration
  /external/skia/src/core/
SkAutoMalloc.h 49 void* reset(size_t size = 0, OnShrink shrink = kAlloc_OnShrink) {
50 if (size != fSize && (size > fSize || kReuse_OnShrink != shrink)) {
131 SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink,
134 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);
  /external/v8/tools/turbolizer/
constants.js 11 var SOURCE_COLLAPSE_ID = 'source-shrink';
19 var DISASSEMBLY_COLLAPSE_ID = 'disassembly-shrink';
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 89 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX;
91 fSkyline[i].fX += shrink;
92 fSkyline[i].fWidth -= shrink;
  /dalvik/dx/src/com/android/dx/cf/code/
SwitchList.java 187 values.shrink(at);
189 targets.shrink(at + 1);
  /toolchain/binutils/binutils-2.25/bfd/
coff-w65.c 111 unsigned int shrink,
119 the size of the shrink - but we don't change reloc->address here,
123 /* reloc->address -= shrink; conceptual */
125 bfd_vma address = reloc->address - shrink;
131 shrink+=2;
145 shrink += 2;
171 shrink += 2;
185 gap = value - (dot - shrink);
195 shrink += 2;
201 return shrink;
    [all...]
reloc16.c 151 unsigned shrink = 0; local
187 of the "shrink" at each reloc in the section. This allows us to
219 in this section and attempt to shrink it. */
220 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
225 if (shrink != shrinks[i])
229 shrinks[j] += shrink - shrinks[i];
235 shrink = shrinks[reloc_count];
240 input_section->size -= shrink;
bout.c 1063 unsigned int shrink,
1073 gap = value - (dot - shrink);
1084 shrink += 4 ;
1085 perform_slip (abfd, 4, input_section, r->address-shrink + 4);
1088 return shrink;
1095 unsigned int shrink)
1111 new_end = ((dot - shrink + size) & ~size);
1113 shrink_delta = (old_end - new_end) - shrink;
1125 perform_slip (abfd, shrink_delta, input_section, r->address - shrink);
1126 shrink += shrink_delta
1138 unsigned int shrink = 0 ; local
    [all...]
  /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/proguard/src/proguard/classfile/instruction/
BranchInstruction.java 80 public Instruction shrink() method in class:BranchInstruction
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.
  /frameworks/base/libs/hwui/tests/unit/
FatVectorTests.cpp 80 TEST(FatVector, shrink) {
  /external/proguard/src/proguard/ant/
ProGuardTask.java 113 public void setShrink(boolean shrink)
115 configuration.shrink = shrink;
  /external/harfbuzz_ng/src/
hb-ot-map.cc 186 feature_infos.shrink (j + 1);
261 feature_infos.shrink (0); /* Done with these */
312 m.lookups[table_index].shrink (j + 1);

Completed in 357 milliseconds

1 2 3 4 5 6 7 8 9