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

12 3 4 5 6 7 8 9

  /external/proguard/src/proguard/shrink/
UsagePrinter.java 21 package proguard.shrink;
AnnotationUsageMarker.java 21 package proguard.shrink;
ShortestUsageMarker.java 21 package proguard.shrink;
ShortestUsagePrinter.java 21 package proguard.shrink;
  /toolchain/binutils/binutils-2.25/bfd/
coff-h8300.c 405 unsigned int shrink, struct bfd_link_info *link_info)
414 the size of the shrink - but we don't change reloc->address here,
417 bfd_vma address = reloc->address - shrink;
499 shrink += 4;
509 shrink += 2;
537 shrink += 2;
557 shrink += 2;
576 shrink += 4;
601 shrink += 2;
613 return shrink;
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/utils/
cmd_helper.py 73 """Constructs a shell snippet for a command using a variable to shrink it.
85 def shrink(value): function in function:ShrinkToSnippet
90 return ' '.join(shrink(part) for part in cmd_parts)
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 184 instruction.shrink() :
210 instruction.shrink() :
233 instruction.shrink() :
258 instruction.shrink() :
280 instruction.shrink() :
306 instruction.shrink() :
1186 public Instruction shrink() method in class:CodeAttributeEditor.CompositeInstruction
    [all...]
CodeAttributeComposer.java 195 instruction = instruction.shrink();
277 instruction = instruction.shrink();
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IntList.java 324 public void shrink(int newSize) { method in class:IntList
  /dalvik/dx/src/com/android/dx/util/
IntList.java 324 public void shrink(int newSize) { method in class:IntList
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMap.java 149 void shrink() method in class:OpMap
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 885 public abstract Instruction shrink(); method in class:Instruction
SimpleInstruction.java 137 public Instruction shrink() method in class:SimpleInstruction
ConstantInstruction.java 101 public Instruction shrink() method in class:ConstantInstruction
VariableInstruction.java 219 public Instruction shrink() method in class:VariableInstruction
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 136 new BranchInstruction(opcode, newBranchOffset).shrink();
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/autotest/site_utils/
balance_pools.py 28 -d COUNT, --shrink COUNT
43 or --shrink options), the command will maintain the current totals of
338 elif arguments.shrink:
339 target_total -= arguments.shrink
364 add_msg = 'shrink pool by %d DUTs' % -spares_needed
486 count_group.add_argument('-d', '--shrink', type=int,
  /external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py 71 """Constructs a shell snippet for a command using a variable to shrink it.
83 def shrink(value): function in function:ShrinkToSnippet
88 return ' '.join(shrink(part) for part in cmd_parts)
  /external/clang/test/Misc/
warning-flags.c 19 The list of warnings below should NEVER grow. It should gradually shrink to 0.
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 864 range_properties.shrink (0);
865 range_char_counts.shrink (0);
883 range_properties.shrink (0);
884 range_char_counts.shrink (0);
  /art/runtime/
thread.h 625 size_t shrink; local
628 shrink = 1;
631 shrink = 1;
635 shrink = static_cast<size_t>(kRuntimePointerSize) / static_cast<size_t>(pointer_size);
637 return ThreadOffset<pointer_size>(base + ((tls_ptr_offset * scale) / shrink));
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-gen.c 290 static void shrink (struct ia64_opcode *);
2738 shrink (struct ia64_opcode *table) function
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 149 mTargetLabelSize = 4; // May shrink later on in generate().
184 boolean shrink() throws IllegalInstructionException { method in class:ApfGenerator.Instruction
857 // Shrink the immediate value fields of instructions.
858 // As we shrink the instructions some branch offset
859 // fields may shrink also, thereby shrinking the
    [all...]

Completed in 433 milliseconds

12 3 4 5 6 7 8 9