HomeSort by relevance Sort by last modified time
    Searched full:attribute_type (Results 1 - 19 of 19) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndattrib.h 40 } ATTRIBUTE_TYPE;
121 ATTRIBUTE_TYPE type;
ndhelper.h 30 ATTRIBUTE_TYPE type;
  /cts/tests/signature/src/android/signature/cts/
ApiDocumentParser.java 19 import static android.signature.cts.CurrentApi.ATTRIBUTE_TYPE;
198 currentMethod.addParam(parser.getAttributeValue(null, ATTRIBUTE_TYPE));
200 currentMethod.addException(parser.getAttributeValue(null, ATTRIBUTE_TYPE));
CurrentApi.java 68 static final String ATTRIBUTE_TYPE = "type";
80 String fieldType = parser.getAttributeValue(null, ATTRIBUTE_TYPE);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CurrentApiHelper.java 68 private static final String ATTRIBUTE_TYPE = "type";
154 String typeName = ((Element) nodes.item(i)).getAttribute(ATTRIBUTE_TYPE);
  /external/tpm2/
CommandCodeAttributes.c 10 typedef UINT16 ATTRIBUTE_TYPE;
44 ATTRIBUTE_TYPE properties = s_commandAttributes[commandCode - TPM_CC_FIRST];
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
CloudPrintPlugin.java 49 private static final String ATTRIBUTE_TYPE = "type";
124 byte[] type = caseInsensitiveAttributes.get(ATTRIBUTE_TYPE);
  /frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
NavParser.kt 34 private const val ATTRIBUTE_TYPE = "type"
91 val typeString = parser.attrValue(NAMESPACE_RES_AUTO, ATTRIBUTE_TYPE)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 156 ATTRIBUTE_TYPE("Type"),
GLState.java 331 IGLProperty attributeType = new GLEnumProperty(GLStateType.ATTRIBUTE_TYPE,
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttrib64BitTest.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 246 static PyTypeObject *Attribute_type;
777 Attribute_type = make_type("Attribute", expr_type, Attribute_fields, 3);
778 if (!Attribute_type) return 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 246 static PyTypeObject *Attribute_type;
760 Attribute_type = make_type("Attribute", expr_type, Attribute_fields, 3);
761 if (!Attribute_type) return 0;
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 246 static PyTypeObject *Attribute_type;
777 Attribute_type = make_type("Attribute", expr_type, Attribute_fields, 3);
778 if (!Attribute_type) return 0;
    [all...]
  /external/python/cpython3/Python/
Python-ast.c 322 static PyTypeObject *Attribute_type;
976 Attribute_type = make_type("Attribute", expr_type, Attribute_fields, 3);
977 if (!Attribute_type) return 0;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 1934 milliseconds