Searched refs:numAttributes (Results 1 – 4 of 4) sorted by relevance
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/ |
D | ProcessMethodAdapters.java | 108 final int numAttributes = bindingAdapter.value().length; in addBindingAdapters() local 110 if (numAdditionalArgs == (2 * numAttributes)) { in addBindingAdapters() 114 for (int i = startIndex; i < numAttributes + startIndex; i++) { in addBindingAdapters() 116 parameters.get(i + numAttributes).asType())) { in addBindingAdapters() 119 "%d.", executableElement, i + 1, i + numAttributes + 1); in addBindingAdapters() 127 } else if (numAdditionalArgs != numAttributes) { in addBindingAdapters() 130 executableElement, numAttributes, numAdditionalArgs, numAttributes, in addBindingAdapters() 131 numAttributes * 2); in addBindingAdapters() 136 if (numAttributes == 1) { in addBindingAdapters()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1539 int numAttributes = 0; in eglChooseConfig() local 1543 numAttributes++; in eglChooseConfig() 1561 0, numAttributes-1, in eglChooseConfig()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/ |
D | SetterStore.java | 1143 public MethodDescription(ExecutableElement method, int numAttributes, in MethodDescription() argument 1149 this.requiresOldValue = method.getParameters().size() - argStart == numAttributes * 2; in MethodDescription()
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |