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

  /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...]
  /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...]
  /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...]
InfoBuilder.java 164 if (f.constantValue() != null) {
165 System.out.println(": " + f.constantValue());
186 if (f.constantValue() != null) {
187 System.out.println(": " + f.constantValue());
687 Object constantValue = null;
746 // get the constantValue
747 constantValue = parseExpression(tmp);
758 newType, commentAndPosition.getCommentText(), constantValue,
776 Object constantValue = null;
784 return constantValue;
    [all...]
Stubs.java 504 && field.constantValue() == null) {
610 return (field.isFinal() && field.constantValue() != null)
    [all...]
Converter.java 425 f.constantValue(), Converter.convertSourcePosition(f.position()),
Doclava.java     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 113 protected int constantValue = INVALID_PRED_VALUE;
115 public Predicate(int constantValue) {
117 this.constantValue=constantValue;
134 this.constantValue = p.constantValue;
148 if (this.constantValue != other.constantValue){
152 if (this.constantValue != INVALID_PRED_VALUE){
160 if (constantValue != INVALID_PRED_VALUE)
    [all...]
  /build/tools/droiddoc/templates-ds/
class.cs 508 <?cs if:subcount(field.constantValue) ?>
512 <?cs if:field.constantValue.isString ?>
513 <?cs var:field.constantValue.str ?>
515 <?cs var:field.constantValue.dec ?>
516 (<?cs var:field.constantValue.hex ?>)
  /build/tools/droiddoc/templates-sac/
class.cs 508 <?cs if:subcount(field.constantValue) ?>
512 <?cs if:field.constantValue.isString ?>
513 <?cs var:field.constantValue.str ?>
515 <?cs var:field.constantValue.dec ?>
516 (<?cs var:field.constantValue.hex ?>)
  /build/tools/droiddoc/templates-sdk/
class.cs 508 <?cs if:subcount(field.constantValue) ?>
512 <?cs if:field.constantValue.isString ?>
513 <?cs var:field.constantValue.str ?>
515 <?cs var:field.constantValue.dec ?>
516 (<?cs var:field.constantValue.hex ?>)
  /external/doclava/res/assets/templates/
class.cs 498 <?cs if:subcount(field.constantValue) ?>
502 <?cs if:field.constantValue.isString ?>
503 <?cs var:field.constantValue.str ?>
505 <?cs var:field.constantValue.dec ?>
506 (<?cs var:field.constantValue.hex ?>)
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 113 return constantValue(cf, offset, length, observer);
312 * Parses a {@code ConstantValue} attribute.
314 private Attribute constantValue(DirectClassFile cf, int offset, int length,
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 1046 milliseconds