Home
last modified time | relevance | path

Searched defs:constantValue (Results 1 – 25 of 200) sorted by relevance

12345678

/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DFieldInfo.java37 boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue, in FieldInfo()
58 static String chooseKind(boolean isFinal, boolean isStatic, Object constantValue) in chooseKind()
108 static boolean isConstant(boolean isFinal, boolean isStatic, Object constantValue) in isConstant()
133 public Object constantValue() { in constantValue() method in FieldInfo
H A DInfoBuilder.java688 Object constantValue = null; in buildFields() local
777 Object constantValue = null; in parseExpression() local
1266 Object constantValue = null; in buildEnumConstant() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttConstantValue.java34 private final TypedConstant constantValue; field in AttConstantValue
44 public AttConstantValue(TypedConstant constantValue) { in AttConstantValue()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/
H A DAttConstantValue.java34 private final TypedConstant constantValue; field in AttConstantValue
44 public AttConstantValue(TypedConstant constantValue) { in AttConstantValue()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
H A DSyntheticAccessorFSM.java234 long constantValue = 0; in test() local
513 … private static int getIncrementType(int mathOp, int mathType, long constantValue, int putRegister, in getIncrementType()
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java113 protected int constantValue = INVALID_PRED_VALUE; field in SemanticContext.Predicate
115 public Predicate(int constantValue) { in Predicate()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParser.java658 String constantValue = nextStringAdvance(reader); in parseIntValue() local
680 String constantValue = nextStringAdvance(reader); in parseFloatValue() local
/aosp_15_r20/external/doclava/doclet_adapter/src/main/java/com/sun/javadoc/
H A DFieldDoc.java76 Object constantValue(); in constantValue() method
/aosp_15_r20/external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/
H A DFieldDocImplTest.java99 public void constantValue() { in constantValue() method in FieldDocImplTest
/aosp_15_r20/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
H A DFieldDocImpl.java107 public Object constantValue() { in constantValue() method
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DFlagsConstantsTest.java212 String constantValue = deviceConfigConstant.second; in deviceConfigFlagValueToAconfig() local
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DFieldWriter.java126 final Object constantValue) { in FieldWriter()
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
H A DDerivedLongGaugeImplTest.java173 LabelValue constantValue = LabelValue.create("constant_value"); in withConstantLabels() local
H A DDerivedDoubleGaugeImplTest.java176 LabelValue constantValue = LabelValue.create("constant_value"); in withConstantLabels() local
H A DDerivedDoubleCumulativeImplTest.java215 LabelValue constantValue = LabelValue.create("constant_value"); in withConstantLabels() local
H A DDerivedLongCumulativeImplTest.java213 LabelValue constantValue = LabelValue.create("constant_value"); in withConstantLabels() local
H A DLongGaugeImplTest.java222 LabelValue constantValue = LabelValue.create("constant_value"); in withConstantLabels() local
H A DDoubleGaugeImplTest.java227 LabelValue constantValue = LabelValue.create("constant_value"); in withConstantLabels() local
H A DDoubleCumulativeImplTest.java223 LabelValue constantValue = LabelValue.create("constant_value"); in withConstantLabels() local
H A DLongCumulativeImplTest.java223 LabelValue constantValue = LabelValue.create("constant_value"); in withConstantLabels() local
/aosp_15_r20/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/
H A DKSAnnotationImpl.kt54 valueParameterSymbol.getDefaultValue()?.let { constantValue -> in <lambda>() method
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java349 private static String toDebugString(Class<?> clazz, int constantValue) { in toDebugString()
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineBuilder.cpp149 static BuilderOp convert_n_way_op_to_immediate(BuilderOp op, int slots, int32_t* constantValue) { in convert_n_way_op_to_immediate()
231 int32_t constantValue = lastInstruction->fImmB; in binary_op() local
907 void Builder::copy_constant(Slot slot, int constantValue) { in copy_constant()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/default_config/JsonConfigLoader/src/
H A DJsonConfigLoader.cpp391 int constantValue = constantParseResult.value(); in parseValue() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/default_config/JsonConfigLoader/src/
H A DJsonConfigLoader.cpp388 int constantValue = constantParseResult.value(); in parseValue() local

12345678