Searched refs:constant (Results 176 - 200 of 546) sorted by relevance

1234567891011>>

/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Float_info.java9 package com.vladium.jcd.cls.constant;
22 * the float constant in IEEE 754 floating-point "single format" bit layout.
H A DCONSTANT_Integer_info.java9 package com.vladium.jcd.cls.constant;
22 * the int constant. The bytes of the value are stored in big-endian (high byte
H A DCONSTANT_Long_info.java9 package com.vladium.jcd.cls.constant;
22 * together contain the value of the long constant
H A DCONSTANT_Utf8_info.java9 package com.vladium.jcd.cls.constant;
18 * The CONSTANT_Utf8_info structure is used to represent constant string values.<P>
/external/proguard/src/proguard/classfile/attribute/
H A DBootstrapMethodsAttribute.java25 import proguard.classfile.constant.visitor.ConstantVisitor;
69 * Applies the given constant pool visitor to all bootstrap method info
84 * Applies the given constant pool visitor to the specified bootstrap method
H A DInnerClassesInfo.java24 import proguard.classfile.constant.visitor.ConstantVisitor;
70 * Applies the given constant pool visitor to the class constant of the
83 * Applies the given constant pool visitor to the class constant of the
96 * Applies the given constant pool visitor to the Utf8 constant of the
/external/proguard/src/proguard/classfile/constant/
H A DRefConstant.java21 package proguard.classfile.constant;
27 * This Constant represents a ref constant in the constant pool.
/external/proguard/src/proguard/classfile/editor/
H A DConstantAdder.java24 import proguard.classfile.constant.*;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
29 * This ConstantVisitor adds all constants that it visits to the constant pool
53 * Adds a copy of the specified constant in the given class and returns
65 * Adds a copy of the given constant in the given class and returns
68 public int addConstant(Clazz clazz, Constant constant) argument
70 constant.accept(clazz, this);
77 * Returns the index of the most recently created constant in the constant
134 // First add the name and type constant
[all...]
H A DInstructionAdder.java71 constantInstruction.constant);
H A DMethodInvocationFixer.java26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
144 constantInstruction.constant != invokeinterfaceConstant)
191 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
H A DBridgeMethodFixer.java26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
H A DInterfaceSorter.java26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
H A DUtf8Shrinker.java29 import proguard.classfile.constant.*;
30 import proguard.classfile.constant.visitor.ConstantVisitor;
39 * This ClassVisitor removes UTF-8 constant pool entries that are not used.
55 // A visitor info flag to indicate the UTF-8 constant pool entry is being used.
66 // Mark the UTF-8 entries referenced by the other constant pool entries.
76 // Shift the used constant pool entries together, filling out the
82 // Remap the references to the constant pool if it has shrunk.
87 // Remap all constant pool references.
109 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
169 // These entries have already been marked in the constant poo
[all...]
/external/proguard/src/proguard/shrink/
H A DAnnotationUsageMarker.java28 import proguard.classfile.constant.*;
29 import proguard.classfile.constant.visitor.ConstantVisitor;
236 public void visitAnyConstant(Clazz clazz, Constant constant) argument
238 usageMarker.markAsUsed(constant);
244 // Is the class constant marked as being used?
254 // Mark the class constant and its Utf8 constant.
318 * Marks the specified constant pool entry.
H A DInnerUsageMarker.java26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
125 // Is the class constant marked as being used?
135 // Mark the class constant and its Utf8 constant.
167 * Marks the given constant pool entry of the given class. This includes
168 * visiting any other referenced constant pool entries.
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dinterface_dependency_resolver.py205 # for Blink class name and function name (or constant name), respectively.
216 for constant in dependency_interface.constants:
217 constant.extended_attributes.update(merged_extended_attributes)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Dcurpos-err.asm18 dd foo+4-$ ; with constant
H A Dcurpos.asm18 dd foo+4-$ ; with constant
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_curpos.asm18 .4byte foo+4-. # with constant
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-curpos.asm18 dd foo+4-$ ; with constant
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-curpos.asm18 dd foo+4-$ ; with constant
/external/proguard/src/proguard/classfile/util/
H A DClassSuperHierarchyInitializer.java24 import proguard.classfile.constant.ClassConstant;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
/external/proguard/src/proguard/evaluation/
H A DConstantValueFactory.java24 import proguard.classfile.constant.*;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
30 * This class creates Value instance that correspond to specified constant pool
52 * Returns the Value of the constant pool element at the given index.
57 // Visit the constant pool entry to get its return value.
/external/proguard/src/proguard/obfuscate/
H A DNameMarker.java25 import proguard.classfile.constant.ClassConstant;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DKeyFactory.java124 private int constant; field in class:KeyFactory.Generator
148 public void setHashConstant(int constant) { argument
149 this.constant = constant;
204 int hc = (constant != 0) ? constant : PRIMES[(int)(Math.abs(seed) % PRIMES.length)];

Completed in 282 milliseconds

1234567891011>>