Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Djava_lang_reflect_Parameter.cc38 jint parameterIndex, in Parameter_getAnnotationNative() argument
52 if (UNLIKELY(parameterIndex < 0 || static_cast<uint32_t>(parameterIndex) >= parameter_count)) { in Parameter_getAnnotationNative()
55 parameterIndex, in Parameter_getAnnotationNative()
82 if (parameterIndex < static_cast<jint>(skip_count)) { in Parameter_getAnnotationNative()
85 parameterIndex -= skip_count; in Parameter_getAnnotationNative()
90 parameterIndex += static_cast<jint>(annotated_parameter_count - parameter_count); in Parameter_getAnnotationNative()
98 annotations::GetAnnotationForMethodParameter(method, parameterIndex, klass)); in Parameter_getAnnotationNative()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCarrierXmlParser.java217 int parameterIndex = 0; in getCommandStructure() local
218 while (parameterIndex < mapSize) { in getCommandStructure()
219 parameterIndex++; in getCommandStructure()
220 if (commandParameter.containsKey(parameterIndex)) { in getCommandStructure()
221 if (commandParameter.get(parameterIndex) != null) { in getCommandStructure()
222 result = result + STAR_SIGN + commandParameter.get(parameterIndex); in getCommandStructure()
240 int parameterIndex = 0; in makeCommand() local
243 while (parameterIndex < mapSize) { in makeCommand()
257 parameterIndex++; in makeCommand()
/aosp12/packages/apps/TV/libs/m2/
H A Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...