Searched defs:type (Results 276 - 300 of 7457) sorted by relevance

<<11121314151617181920>>

/external/libunwind/include/tdep-sh/
H A Ddwarf-config.h44 unw_word_t type; /* see DWARF_LOC_TYPE_* macros. */ member in struct:dwarf_loc
/external/libunwind/include/tdep-x86/
H A Ddwarf-config.h47 unw_word_t type; /* see X86_LOC_TYPE_* macros. */ member in struct:dwarf_loc
/external/libunwind/include/tdep-x86_64/
H A Ddwarf-config.h54 unw_word_t type; /* see X86_LOC_TYPE_* macros. */ member in struct:dwarf_loc
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsysfs.c30 char type[100]; local
53 sysfs_mountpoint, type) == 2) {
55 if (strcmp(type, "sysfs") == 0)
/external/mesa3d/src/gbm/main/
H A Dcommon_drm.h40 enum gbm_drm_driver_type type; member in struct:gbm_drm_device
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_draw.c46 GLenum type,
51 _swrast_DrawPixels(ctx, x, y, width, height, format, type,
56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
42 intelDrawPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid * pixels) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_draw.c46 GLenum type,
51 _swrast_DrawPixels(ctx, x, y, width, height, format, type,
56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
42 intelDrawPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid * pixels) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_draw.c46 GLenum type,
51 _swrast_DrawPixels(ctx, x, y, width, height, format, type,
56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
42 intelDrawPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *unpack, const GLvoid * pixels) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_queryobj.h42 unsigned type; /**< PIPE_QUERY_x */ member in struct:st_query_object
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DHandler.java55 * Internal name of the type of exceptions handled by this handler, or
61 * Constant pool index of the internal name of the type of exceptions
64 int type; field in class:Handler
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCustomizer.java21 void customize(CodeEmitter e, Type type); argument
H A DLocal.java22 private Type type; field in class:Local
25 public Local(int index, Type type) { argument
26 this.type = type;
35 return type;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DBoxParser.java28 Class<? extends Box> getClassForFourCc(String type, byte[] userType, String parent); argument
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DChunkOffsetBox.java10 public ChunkOffsetBox(String type) { argument
11 super(type);
/external/objenesis/main/src/org/objenesis/instantiator/android/
H A DAndroidSerializationInstantiator.java33 private final Class type; field in class:AndroidSerializationInstantiator
37 public AndroidSerializationInstantiator(Class type) { argument
38 this.type = type;
40 objectStreamClass = ObjectStreamClass.lookupAny(type);
45 return newInstanceMethod.invoke(objectStreamClass, new Object[] {type});
/external/objenesis/main/src/org/objenesis/instantiator/basic/
H A DConstructorInstantiator.java34 public ConstructorInstantiator(Class type) { argument
36 constructor = type.getDeclaredConstructor((Class[]) null);
H A DObjectStreamClassInstantiator.java56 public ObjectStreamClassInstantiator(Class type) { argument
58 objStreamClass = ObjectStreamClass.lookup(type);
/external/objenesis/main/src/org/objenesis/instantiator/gcj/
H A DGCJSerializationInstantiator.java32 public GCJSerializationInstantiator(Class type) { argument
33 super(type);
34 this.superType = SerializationInstantiatorHelper.getNonSerializableSuperClass(type);
39 return newObjectMethod.invoke(dummyStream, new Object[] {type, superType});
/external/objenesis/main/src/org/objenesis/instantiator/jrockit/
H A DJRockit131Instantiator.java56 public JRockit131Instantiator(Class type) { argument
72 new Object[] {javaLangObjectConstructor, type});
H A DJRockitLegacyInstantiator.java55 private final Class type; field in class:JRockitLegacyInstantiator
57 public JRockitLegacyInstantiator(Class type) { argument
59 this.type = type;
64 return safeAllocObjectMethod.invoke(null, new Object[] {type});
/external/objenesis/main/src/org/objenesis/instantiator/perc/
H A DPercInstantiator.java38 public PercInstantiator(Class type) { argument
40 typeArgs[0] = type;
H A DPercSerializationInstantiator.java41 public PercSerializationInstantiator(Class type) { argument
44 Class unserializableType = type;
67 typeArgs = new Object[] {unserializableType, type, percMethod};
/external/objenesis/main/src/org/objenesis/instantiator/sun/
H A DSun13InstantiatorBase.java49 protected final Class type; field in class:Sun13InstantiatorBase
51 public Sun13InstantiatorBase(Class type) { argument
52 this.type = type;
H A DSun13SerializationInstantiator.java32 public Sun13SerializationInstantiator(Class type) { argument
33 super(type);
34 this.superType = SerializationInstantiatorHelper.getNonSerializableSuperClass(type);
39 return allocateNewObjectMethod.invoke(null, new Object[] {type, superType});
H A DSunReflectionFactoryInstantiator.java36 public SunReflectionFactoryInstantiator(Class type) { argument
39 type, javaLangObjectConstructor);

Completed in 285 milliseconds

<<11121314151617181920>>