HomeSort by relevance Sort by last modified time
    Searched full:constantvalue (Results 1 - 25 of 1172) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/rop/
AttConstantValue.java 27 * Attribute class for standard {@code ConstantValue} attributes.
31 public static final String ATTRIBUTE_NAME = "ConstantValue";
34 private final TypedConstant constantValue;
39 * @param constantValue {@code non-null;} the constant value, which must
44 public AttConstantValue(TypedConstant constantValue) {
47 if (!((constantValue instanceof CstString) ||
48 (constantValue instanceof CstInteger) ||
49 (constantValue instanceof CstLong) ||
50 (constantValue instanceof CstFloat) ||
51 (constantValue instanceof CstDouble)))
    [all...]
Field.java 29 * includes a {@code ConstantValue} attribute.
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttConstantValue.java 27 * Attribute class for standard {@code ConstantValue} attributes.
31 public static final String ATTRIBUTE_NAME = "ConstantValue";
34 private final TypedConstant constantValue;
39 * @param constantValue {@code non-null;} the constant value, which must
44 public AttConstantValue(TypedConstant constantValue) {
47 if (!((constantValue instanceof CstString) ||
48 (constantValue instanceof CstInteger) ||
49 (constantValue instanceof CstLong) ||
50 (constantValue instanceof CstFloat) ||
51 (constantValue instanceof CstDouble)))
    [all...]
  /art/test/121-modifiers/classes/
Inf.class 
  /dalvik/dx/tests/014-field-attrib-ConstantValue/
expected.txt 13 0005: utf8{"ConstantValue"}
51 name: ConstantValue
64 name: ConstantValue
77 name: ConstantValue
90 name: ConstantValue
103 name: ConstantValue
116 name: ConstantValue
129 name: ConstantValue
142 name: ConstantValue
155 name: ConstantValue
    [all...]
info.txt 6 fields, each with a single ConstantValue attribute, which points at one
small-class.txt 17 01 000d "ConstantValue" # 0005: utf8["ConstantValue"]
  /external/javassist/src/main/javassist/bytecode/
ConstantAttribute.java 27 * The name of this attribute <code>"ConstantValue"</code>.
29 public static final String tag = "ConstantValue";
38 * Constructs a ConstantValue attribute.
  /external/smali/dexlib2/src/main/ragel/
SyntheticAccessorFSM.rl 78 long constantValue = 0;
101 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
107 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
174 accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
178 accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
203 private static int getIncrementType(int mathOp, int mathType, long constantValue, int putRegister,
212 if (constantValue == 1) {
214 } else if (constantValue == -1) {
222 float val = Float.intBitsToFloat((int)constantValue);
233 double val = Double.longBitsToDouble(constantValue);
    [all...]
  /art/test/022-interface/classes/
Iface1.class 
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$dimen.class 
R$drawable.class 
R$id.class 
R$layout.class 
R$menu.class 
R$string.class 
R$style.class 
BuildConfig.class 
  /external/chromium_org/base/android/jni_generator/
testMotionEvent.javap7 30 #16 = Utf8 ConstantValue
324 ConstantValue: int -1
330 ConstantValue: int 255
336 ConstantValue: int 0
342 ConstantValue: int 1
348 ConstantValue: int 2
354 ConstantValue: int 3
360 ConstantValue: int 4
366 ConstantValue: int 5
372 ConstantValue: int
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
ConstantValueAttribute_info.java 20 * The ConstantValue attribute is a fixed-length attribute used in the attributes
21 * table of the {@link com.vladium.jcd.cls.Field_info} structures. A ConstantValue
25 * can be no more than one ConstantValue attribute in the attributes table of a
27 * structure is assigned the value referenced by its ConstantValue attribute as
30 * The ConstantValue attribute has the format
  /external/doclava/src/com/google/doclava/
FieldInfo.java 34 boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue,
37 isPackagePrivate, isPrivate, isFinal, isStatic, isSynthetic, chooseKind(isFinal, isStatic, constantValue),
42 mConstantValue = constantValue;
52 static String chooseKind(boolean isFinal, boolean isStatic, Object constantValue)
54 return isConstant(isFinal, isStatic, constantValue) ? "constant" : "field";
67 static boolean isConstant(boolean isFinal, boolean isStatic, Object constantValue)
77 return isFinal && isStatic && (constantValue != null);
92 public Object constantValue() {
377 data.setValue(base + ".constantValue.dec", Doclava.escape(dec));
378 data.setValue(base + ".constantValue.hex", Doclava.escape(hex))
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
Field.java 29 * includes a {@code ConstantValue} attribute.
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
DrawMessage.class 
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 226 long constantValue = 0;
328 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
336 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
464 accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
470 accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
505 private static int getIncrementType(int mathOp, int mathType, long constantValue, int putRegister,
514 if (constantValue == 1) {
516 } else if (constantValue == -1) {
524 float val = Float.intBitsToFloat((int)constantValue);
535 double val = Double.longBitsToDouble(constantValue);
    [all...]
  /prebuilts/sdk/tools/lib/
androidprefs.jar 

Completed in 818 milliseconds

1 2 3 4 5 6 7 8 91011>>