/external/clang/bindings/python/tests/cindex/ |
test_cursor_kind.py | 22 assert CursorKind.TYPE_REF.is_reference() 28 assert not CursorKind.TYPE_REF.is_translation_unit() 31 assert not CursorKind.TYPE_REF.is_preprocessing() 34 assert not CursorKind.TYPE_REF.is_unexposed()
|
/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) { 51 if (!type_ref) { 63 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; 65 _env->GetIntArrayElements(type_ref, (jboolean *)0); 101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, 172 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) { 213 if (!type_ref) { 225 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; 227 _env->GetIntArrayElements(type_ref, (jboolean *)0); 241 _env->ReleaseIntArrayElements(type_ref, (jint*)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) { 51 if (!type_ref) { 63 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; 65 _env->GetIntArrayElements(type_ref, (jboolean *)0); 101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, 172 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) { 216 if (!type_ref) { 228 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; 230 _env->GetIntArrayElements(type_ref, (jboolean *)0); 245 _env->ReleaseIntArrayElements(type_ref, (jint*)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) { 51 if (!type_ref) { 63 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; 65 _env->GetIntArrayElements(type_ref, (jboolean *)0); 101 _env->ReleaseIntArrayElements(type_ref, (jint*)type_base, 192 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) { 233 if (!type_ref) { 245 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset; 247 _env->GetIntArrayElements(type_ref, (jboolean *)0); 261 _env->ReleaseIntArrayElements(type_ref, (jint*)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...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
message_registry.py | 369 type_ref = self.__names.ClassName(attrs.get('$ref')) 371 if not (type_ref or type_name): 374 if type_ref: 375 self.__AddIfUnknown(type_ref) 380 type_name=type_ref, variant=messages.Variant.MESSAGE)
|
/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 | 742 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 | |
/external/guice/extensions/struts2/lib/ |
core-3.1.1.jar | |