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

  /external/clang/bindings/python/tests/cindex/
test_cursor_kind.py 21 assert CursorKind.TYPE_REF.is_reference()
27 assert not CursorKind.TYPE_REF.is_translation_unit()
30 assert not CursorKind.TYPE_REF.is_preprocessing()
33 assert not CursorKind.TYPE_REF.is_unexposed()
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 84 LLVMTypeRef type_ref; local
91 type_ref = LLVMTypeOf(value);
92 type_kind = LLVMGetTypeKind(type_ref);
95 length = LLVMGetVectorSize(type_ref);
97 type_ref = LLVMGetElementType(type_ref);
98 type_kind = LLVMGetTypeKind(type_ref);
109 if (LLVMGetIntTypeWidth(type_ref) == 8) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 84 LLVMTypeRef type_ref; local
91 type_ref = LLVMTypeOf(value);
92 type_kind = LLVMGetTypeKind(type_ref);
95 length = LLVMGetVectorSize(type_ref);
97 type_ref = LLVMGetElementType(type_ref);
98 type_kind = LLVMGetTypeKind(type_ref);
109 if (LLVMGetIntTypeWidth(type_ref) == 8) {
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.cpp 4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
55 if (!type_ref) {
67 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset;
69 _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0);
105 _env->ReleasePrimitiveArrayCritical(type_ref, type_base,
176 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) {
217 if (!type_ref) {
229 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset;
231 _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0);
245 _env->ReleasePrimitiveArrayCritical(type_ref, type_base
    [all...]
glGetActiveUniform.cpp 4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
55 if (!type_ref) {
67 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset;
69 _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0);
105 _env->ReleasePrimitiveArrayCritical(type_ref, type_base,
176 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) {
220 if (!type_ref) {
232 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset;
234 _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0);
249 _env->ReleasePrimitiveArrayCritical(type_ref, type_base
    [all...]
glGetTransformFeedbackVarying.cpp 4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
55 if (!type_ref) {
67 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset;
69 _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0);
105 _env->ReleasePrimitiveArrayCritical(type_ref, type_base,
176 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) {
217 if (!type_ref) {
229 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset;
231 _env->GetPrimitiveArrayCritical(type_ref, (jboolean *)0);
245 _env->ReleasePrimitiveArrayCritical(type_ref, type_base
    [all...]
  /dalvik/dx/src/com/android/dx/io/
IndexType.java 33 TYPE_REF,
CodeReader.java 104 case TYPE_REF: visitor = typeVisitor; break;
OpcodeInfo.java 176 InstructionCodec.FORMAT_21C, IndexType.TYPE_REF);
188 InstructionCodec.FORMAT_21C, IndexType.TYPE_REF);
192 InstructionCodec.FORMAT_22C, IndexType.TYPE_REF);
200 InstructionCodec.FORMAT_21C, IndexType.TYPE_REF);
204 InstructionCodec.FORMAT_22C, IndexType.TYPE_REF);
208 InstructionCodec.FORMAT_35C, IndexType.TYPE_REF);
212 InstructionCodec.FORMAT_3RC, IndexType.TYPE_REF);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
IndexType.java 33 TYPE_REF,
CodeReader.java 104 case TYPE_REF: visitor = typeVisitor; break;
OpcodeInfo.java 176 InstructionCodec.FORMAT_21C, IndexType.TYPE_REF);
188 InstructionCodec.FORMAT_21C, IndexType.TYPE_REF);
192 InstructionCodec.FORMAT_22C, IndexType.TYPE_REF);
200 InstructionCodec.FORMAT_21C, IndexType.TYPE_REF);
204 InstructionCodec.FORMAT_22C, IndexType.TYPE_REF);
208 InstructionCodec.FORMAT_35C, IndexType.TYPE_REF);
212 InstructionCodec.FORMAT_3RC, IndexType.TYPE_REF);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp     [all...]
android_opengl_GLES30.cpp     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/clang/bindings/python/clang/
cindex.py 730 CursorKind.TYPE_REF = CursorKind(43)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 620 milliseconds