HomeSort by relevance Sort by last modified time
    Searched defs:INTERFACE (Results 1 - 25 of 43) sorted by null

1 2

  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmwin.h 22 * GUIDS used by Direct3DRM Windows interface
28 #undef INTERFACE
29 #define INTERFACE IDirect3DRMWinDevice
d3drm.h 31 #undef INTERFACE
32 #define INTERFACE IDirect3DRM
d3drmobj.h 46 typedef interface itype FAR *LP##ptype, FAR **LPLP##ptype
140 #undef INTERFACE
141 #define INTERFACE IDirect3DRMObject
152 #undef INTERFACE
153 #define INTERFACE IDirect3DRMVisual
161 #undef INTERFACE
162 #define INTERFACE IDirect3DRMDevice
201 #undef INTERFACE
202 #define INTERFACE IDirect3DRMViewport
248 #undef INTERFACE
    [all...]
d3d.h 29 * Interface IID's
83 #undef INTERFACE
84 #define INTERFACE IDirect3D
115 #undef INTERFACE
116 #define INTERFACE IDirect3DDevice
173 #undef INTERFACE
174 #define INTERFACE IDirect3DExecuteBuffer
212 #undef INTERFACE
213 #define INTERFACE IDirect3DLight
238 #undef INTERFACE
    [all...]
dplay.h 118 #undef INTERFACE
119 #define INTERFACE IDirectPlay
dsound.h 122 #undef INTERFACE
123 #define INTERFACE IDirectSound
162 #undef INTERFACE
163 #define INTERFACE IDirectSoundBuffer
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMWIN.H 22 * GUIDS used by Direct3DRM Windows interface
28 #undef INTERFACE
29 #define INTERFACE IDirect3DRMWinDevice
D3DRM.H 31 #undef INTERFACE
32 #define INTERFACE IDirect3DRM
D3DRMOBJ.H 46 typedef interface itype FAR *LP##ptype, FAR **LPLP##ptype
140 #undef INTERFACE
141 #define INTERFACE IDirect3DRMObject
152 #undef INTERFACE
153 #define INTERFACE IDirect3DRMVisual
161 #undef INTERFACE
162 #define INTERFACE IDirect3DRMDevice
201 #undef INTERFACE
202 #define INTERFACE IDirect3DRMViewport
248 #undef INTERFACE
    [all...]
D3D.H 29 * Interface IID's
83 #undef INTERFACE
84 #define INTERFACE IDirect3D
115 #undef INTERFACE
116 #define INTERFACE IDirect3DDevice
173 #undef INTERFACE
174 #define INTERFACE IDirect3DExecuteBuffer
212 #undef INTERFACE
213 #define INTERFACE IDirect3DLight
238 #undef INTERFACE
    [all...]
DPLAY.H 118 #undef INTERFACE
119 #define INTERFACE IDirectPlay
DSOUND.H 122 #undef INTERFACE
123 #define INTERFACE IDirectSound
162 #undef INTERFACE
163 #define INTERFACE IDirectSoundBuffer
  /external/bluetooth/glib/tests/gobject/
testcommon.h 95 #define INTERFACE(init_func, iface_type) \
  /cts/tools/signature-tools/src/signature/model/
Kind.java 23 CLASS("class"), INTERFACE("interface"), ANNOTATION("@interface"), ENUM(
  /external/javassist/src/main/javassist/
Modifier.java 41 public static final int INTERFACE = AccessFlag.INTERFACE;
128 * Returns true if the modifiers include the <tt>interface</tt>
132 return (mod & INTERFACE) != 0;
  /external/javassist/src/main/javassist/bytecode/
AccessFlag.java 34 public static final int INTERFACE = 0x0200;
  /frameworks/base/tools/aidl/
Type.h 17 INTERFACE,
AST.h 317 INTERFACE
322 int what; // CLASS or INTERFACE
  /libcore/luni/src/main/java/java/lang/reflect/
Modifier.java 80 * The {@code int} value representing the {@code interface}
83 public static final int INTERFACE = 0x200;
186 * interface} modifier.
191 * interface} modifier, {@code false} otherwise
194 return ((modifiers & INTERFACE) != 0);
319 * {@code public private protected abstract static final transient volatile native synchronized interface strict}
362 buf.append("interface ");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 67 UNKNOWN, INTERFACE, PARCELABLE;
75 // "^\\s*interface\\s+([a-zA-Z_][a-zA-Z0-9_]*)\\s*(?:\\{.*)?$");
400 // return AidlType.INTERFACE;
  /cts/tools/dasm/src/dasm/
sym.java 41 static final int INTERFACE = 41;
  /external/javassist/src/main/javassist/compiler/
TokenId.java 18 public interface TokenId {
44 int INTERFACE = 325;
  /cts/tests/SignatureTest/src/android/tests/sigtest/
JDiffClassDescription.java 51 INTERFACE, CLASS
109 * adds implemented interface name.
111 * @param iname name of interface
494 // this is because jdiff think a method in an interface is not abstract
495 if (JDiffType.INTERFACE.equals(mClassType)) {
794 reflectionModifier &= ~(Modifier.INTERFACE);
885 if (JDiffType.INTERFACE.equals(mClassType)) {
918 // check implements interface
946 if (!JDiffType.INTERFACE.equals(mClassType)) {
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.h 3 /* Skeleton interface for Bison's Yacc-like parsers in C
152 INTERFACE = 369,
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 540 ENUM, INTERFACE, ANNOTATION, ORDINARY
571 case INTERFACE:
    [all...]

Completed in 369 milliseconds

1 2