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

1 2 3 4

  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessMethodAdapters.java 108 final int numAttributes = bindingAdapter.value().length;
110 if (numAdditionalArgs == (2 * numAttributes)) {
114 for (int i = startIndex; i < numAttributes + startIndex; i++) {
116 parameters.get(i + numAttributes).asType())) {
119 "%d.", executableElement, i + 1, i + numAttributes + 1);
127 } else if (numAdditionalArgs != numAttributes) {
130 executableElement, numAttributes, numAdditionalArgs, numAttributes,
131 numAttributes * 2);
136 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/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 43 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
44 for (uint32_t i = 0; i != numAttributes; ++i) {
112 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
115 for (i=0; i<numAttributes; ++i) {
233 const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
234 for (uint32_t i = 0; i != numAttributes; ++i) {
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 58 numAttributes = 0;
94 numAttributes = 0;
105 numAttributes = 0;
CXIndexDataConsumer.cpp 557 DInfo.numAttributes = DInfo.EntInfo.numAttributes;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 765 const int numAttributes = NUM_TESS_LEVELS + 2 + 2;
766 static const float attributes[numAttributes] = { /* inner */ 3.0f, 4.0f, /* outer */ 5.0f, 6.0f, 7.0f, 8.0f, /* pos. scale */ 1.2f, 1.3f, /* pos. offset */ -0.3f, -0.4f };
774 const VkDeviceSize vertexDataSizeBytes = numAttributes * vertexStride;
837 .setPatchControlPoints (numAttributes)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
binner.cpp 171 for (uint32_t i = 0; i < backendState.numAttributes; ++i)
781 uint32_t linkageCount = state.backendState.numAttributes;
    [all...]
api.cpp 873 (pState->state.backendState.numAttributes == 0))
890 for (uint32_t i = 0; i < backendState.numAttributes; ++i)
897 pState->state.feNumAttributes = pState->state.backendState.numAttributes;
    [all...]
state.h     [all...]
clip.h 291 for (uint32_t slot = 0; slot < backendState.numAttributes; ++slot)
    [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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang-c/
Index.h     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 838 private synchronized void onTrackChanged(byte[] address, byte numAttributes, int[] attributes,
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java     [all...]

Completed in 1337 milliseconds

1 2 3 4