Home
last modified time | relevance | path

Searched refs:mappingValue (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java908 ReferenceValue mappingValue) in replaceSimpleEnumSwitchInstruction() argument
914 int[] newJumpOffsets = new int[mappingValue.arrayLength(valueFactory).value()]; in replaceSimpleEnumSwitchInstruction()
919 mappingValue.integerArrayLoad(valueFactory.createIntegerValue( in replaceSimpleEnumSwitchInstruction()
995 ReferenceValue mappingValue) in replaceSimpleEnumSwitchInstruction() argument
1002 int[] newJumpOffsets = new int[mappingValue.arrayLength(valueFactory).value()]; in replaceSimpleEnumSwitchInstruction()
1007 mappingValue.integerArrayLoad(valueFactory.createIntegerValue(index), in replaceSimpleEnumSwitchInstruction()
/external/parameter-framework/upstream/test/introspection-subsystem/
DIntrospectionSubsystemObject.h50 SubsystemObject(const std::string &mappingValue,
/external/python/pyasn1/pyasn1/type/
Duniv.py2108 def update(self, *iterValue, **mappingValue): argument
2111 for k in mappingValue:
2112 self[k] = mappingValue[k]