HomeSort by relevance Sort by last modified time
    Searched refs:constant (Results 151 - 175 of 438) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/proguard/src/proguard/obfuscate/
Utf8UsageMarker.java 29 import proguard.classfile.constant.*;
30 import proguard.classfile.constant.visitor.ConstantVisitor;
35 * This ClassVisitor marks all UTF-8 constant pool entries that are
54 // A visitor info flag to indicate the UTF-8 constant pool entry is being used.
62 // Mark the UTF-8 entries referenced by the other constant pool entries.
89 public void visitAnyConstant(Clazz clazz, Constant constant) {}
149 // These entries have already been marked in the constant pool.
308 // Only the string constant element value refers to a UTF-8 entry.
366 * Marks the given UTF-8 constant pool entry of the given class
    [all...]
ClassObfuscator.java 26 import proguard.classfile.constant.ClassConstant;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
590 public void visitAnyConstant(Clazz clazz, Constant constant) {}
TargetClassChanger.java 29 import proguard.classfile.constant.*;
30 import proguard.classfile.constant.visitor.ConstantVisitor;
61 // Change the references of the constant pool.
162 public void visitAnyConstant(Clazz clazz, Constant constant) {}
421 * Explicitly adds a new class constant for the given class in the given
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 570 foreach my $constant (@{$dataNode->constants}) {
571 my $name = $constant->name;
572 my $value = $constant->value;
  /dalvik/dx/src/com/android/dx/gen/
Code.java 393 RegisterSpecList.make(instance.spec()), catches, fieldId.constant));
399 RegisterSpecList.make(source.spec(), instance.spec()), catches, fieldId.constant));
404 RegisterSpecList.EMPTY, catches, fieldId.constant));
410 RegisterSpecList.make(source.spec()), catches, fieldId.constant));
420 RegisterSpecList.EMPTY, catches, constructor.declaringType.constant));
452 catches, method.constant));
462 RegisterSpecList.make(source.spec()), catches, type.constant));
468 RegisterSpecList.make(source.spec()), catches, target.type.constant));
482 RegisterSpecList.make(length.spec()), catches, target.type.constant));
Type.java 80 final CstType constant; field in class:Type
92 this.constant = CstType.intern(ropType);
  /external/emma/core/java12/com/vladium/jcd/cls/
Method_info.java 14 import com.vladium.jcd.cls.constant.CONSTANT_Utf8_info;
36 * The value of the name_index item must be a valid index into the constant pool
37 * table. The constant pool entry at that index must be a {@link CONSTANT_Utf8_info}
42 * The value of the descriptor_index item must be a valid index into the constant pool
43 * table. The constant pool entry at that index must be a {@link CONSTANT_Utf8_info}
ClassDef.java 21 import com.vladium.jcd.cls.constant.CONSTANT_Class_info;
22 import com.vladium.jcd.cls.constant.CONSTANT_Fieldref_info;
23 import com.vladium.jcd.cls.constant.CONSTANT_NameAndType_info;
24 import com.vladium.jcd.cls.constant.CONSTANT_String_info;
25 import com.vladium.jcd.cls.constant.CONSTANT_Utf8_info;
601 * @return constant pool index of the reference
616 * @return constant pool index of the reference
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
Attribute_info.java 15 import com.vladium.jcd.cls.constant.*;
38 * index into the constant pool of the class. The constant pool entry at
39 * attribute_name_index must be a {@link com.vladium.jcd.cls.constant.CONSTANT_Utf8_info}
64 * Constant pool index for {@link com.vladium.jcd.cls.constant.CONSTANT_Utf8_info}
70 * Returns the name for this attribute within the constant pool context of 'cls'
98 * @param constants constant pool for the parent class [may not be null; not validated]
  /external/kernel-headers/original/linux/
timex.h 49 * Added new constant NTP_PHASE_LIMIT
67 * MAXTC establishes the maximum time constant of the PLL. With the
68 * SHIFT_KG and SHIFT_KF values given and a time constant range from
75 #define MAXTC 6 /* maximum time constant (shift) */
113 long constant; /* pll time constant */ member in struct:timex
143 #define ADJ_TIMECONST 0x0020 /* pll time constant */
210 extern long time_constant; /* pll time constant */
  /external/proguard/src/proguard/classfile/editor/
VariableRemapper.java 137 variableInstruction.constant).shrink();
  /external/proguard/src/proguard/evaluation/
Processor.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
97 stack.push(valueFactory.createIntegerValue(simpleInstruction.constant));
102 stack.push(valueFactory.createLongValue(simpleInstruction.constant));
108 stack.push(valueFactory.createFloatValue((float)simpleInstruction.constant));
113 stack.push(valueFactory.createDoubleValue((double)simpleInstruction.constant));
527 stack.push(valueFactory.createArrayReferenceValue(String.valueOf(InstructionUtil.internalTypeFromArrayType((byte)simpleInstruction.constant)),
617 int dimensionCount = constantInstruction.constant;
629 throw new IllegalArgumentException("Unknown constant pool instruction ["+constantInstruction.opcode+"]");
726 valueFactory.createIntegerValue(variableInstruction.constant)));
    [all...]
BasicInvocationUnit.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
  /external/proguard/src/proguard/optimize/evaluation/
StoringInvocationUnit.java 24 import proguard.classfile.constant.RefConstant;
  /external/webkit/Tools/Scripts/
update-webkit-support-libs 42 use constant NOTAVERSION => "-1";
  /cts/tools/signature-tools/test/signature/converter/
ConvertEnumTest.java 67 for (IEnumConstant constant : constants) {
68 constantNames.add(constant.getName());
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 28 import com.vladium.jcd.cls.constant.CONSTANT_Class_info;
29 import com.vladium.jcd.cls.constant.CONSTANT_info;
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 126 Value * constant, Value * one, Value * zero,
179 factor = constant;
182 factor = builder.CreateSub(one, constant);
304 // Value * channels = Constant::getNullValue(instr->GetIntVectorType());
335 Value * constant = constIntVec(builder,gglCtx->blendState.color[0], local
340 Value * constant = NULL; local
346 Value * constantA = extractVector(builder,constant)[3];
349 constant, one, zero, srcA, dstA,
360 constant, one, zero, srcA, dstA,
370 // this is factor *= 256 / 255; factors have a chance of constant foldin
    [all...]
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 26 import proguard.classfile.constant.MethodrefConstant;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
129 // The code may expand, due to expanding constant and variable
  /external/v8/test/mjsunit/regress/
regress-1117.js 29 // constant 0 with a negative integer.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
c-pretty-print.h 82 c_pretty_print_fn constant; member in struct:c_pretty_print_info
133 pp_c_base (PP)->constant (pp_c_base (PP), E)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
c-pretty-print.h 82 c_pretty_print_fn constant; member in struct:c_pretty_print_info
133 pp_c_base (PP)->constant (pp_c_base (PP), E)
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
c-pretty-print.h 82 c_pretty_print_fn constant; member in struct:c_pretty_print_info
133 pp_c_base (PP)->constant (pp_c_base (PP), E)
  /external/proguard/src/proguard/classfile/io/
ProgramClassWriter.java 30 import proguard.classfile.constant.*;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
79 // Write the constant pool.
156 public void visitAnyConstant(Clazz clazz, Constant constant)
159 dataOutput.writeByte(constant.getTag());
162 constant.accept(clazz, constantBodyWriter);

Completed in 1113 milliseconds

1 2 3 4 5 67 8 91011>>