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

  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessMethodAdapters.java 101 final int numAttributes = bindingAdapter.value().length;
103 if (numAdditionalArgs == (2 * numAttributes)) {
107 for (int i = startIndex; i < numAttributes + startIndex; i++) {
109 parameters.get(i + numAttributes).asType())) {
112 executableElement, i + 1, i + numAttributes + 1);
120 } else if (numAdditionalArgs != numAttributes) {
122 "be %d or %d value parameters.", executableElement, numAttributes,
123 numAdditionalArgs, numAttributes, numAttributes * 2);
128 if (numAttributes == 1)
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
AttributeContainer.java 136 int numAttributes = getAttributeCount();
137 if (numAttributes != other.getAttributeCount()) {
141 for (int attribIndex = 0; attribIndex < numAttributes; attribIndex++) {
  /external/clang/tools/libclang/
IndexingContext.h 57 numAttributes = 0;
93 numAttributes = 0;
104 numAttributes = 0;
IndexingContext.cpp 336 DInfo.numAttributes = DInfo.EntInfo.numAttributes;
931 EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs();
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfoEntry.cpp 153 const uint32_t numAttributes = abbrevDecl->NumAttributes();
156 for (i=0; i<numAttributes; ++i)
312 const uint32_t numAttributes = abbrevDecl->NumAttributes();
316 for (i=0; i<numAttributes; ++i)
773 const uint32_t numAttributes = abbrevDecl->NumAttributes();
779 for (i=0; i<numAttributes; ++i)
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 610 milliseconds