/external/swiftshader/include/GL/ |
D | wglext.h | 61 typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int… 62 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, … 66 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height); 67 BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSr… 131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 159 typedef BOOL (WINAPI * PFNWGLDESTROYPBUFFERARBPROC) (HPBUFFERARB hPbuffer); 160 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piVal… 165 BOOL WINAPI wglDestroyPbufferARB (HPBUFFERARB hPbuffer); 166 BOOL WINAPI wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue); [all …]
|
/external/angle/src/third_party/khronos/GL/ |
D | wglext.h | 63 typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int… 64 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, … 68 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height); 69 BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSr… 128 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 156 typedef BOOL (WINAPI * PFNWGLDESTROYPBUFFERARBPROC) (HPBUFFERARB hPbuffer); 157 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piVal… 162 BOOL WINAPI wglDestroyPbufferARB (HPBUFFERARB hPbuffer); 163 BOOL WINAPI wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue); [all …]
|
/external/mesa3d/include/GL/ |
D | wglext.h | 61 typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int… 62 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, … 66 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height); 67 BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSr… 131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 159 typedef BOOL (WINAPI * PFNWGLDESTROYPBUFFERARBPROC) (HPBUFFERARB hPbuffer); 160 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int *piVal… 165 BOOL WINAPI wglDestroyPbufferARB (HPBUFFERARB hPbuffer); 166 BOOL WINAPI wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue); [all …]
|
/external/angle/include/WGL/ |
D | wgl.h | 92 typedef BOOL (WINAPI * PFNSETPIXELFORMATPROC) (HDC hdc, int ipfd, const PIXELFORMATDESCRIPTOR *ppfd… 93 typedef BOOL (WINAPI * PFNSWAPBUFFERSPROC) (HDC hdc); 94 typedef BOOL (WINAPI * PFNWGLCOPYCONTEXTPROC) (HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask); 97 typedef BOOL (WINAPI * PFNWGLDELETECONTEXTPROC) (HGLRC oldContext); 98 typedef BOOL (WINAPI * PFNWGLDESCRIBELAYERPLANEPROC) (HDC hDc, int pixelFormat, int layerPlane, UIN… 103 typedef BOOL (WINAPI * PFNWGLMAKECURRENTPROC) (HDC hDc, HGLRC newContext); 104 typedef BOOL (WINAPI * PFNWGLREALIZELAYERPALETTEPROC) (HDC hdc, int iLayerPlane, BOOL bRealize); 106 typedef BOOL (WINAPI * PFNWGLSHARELISTSPROC) (HGLRC hrcSrvShare, HGLRC hrcSrvSource); 107 typedef BOOL (WINAPI * PFNWGLSWAPLAYERBUFFERSPROC) (HDC hdc, UINT fuFlags); 108 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase… [all …]
|
/external/deqp-deps/amber/third_party/ |
D | CMakeLists.txt | 24 set(SPIRV_SKIP_TESTS ON CACHE BOOL ON) 29 set(ENABLE_HLSL ON CACHE BOOL ON) 30 set(BUILD_TESTING FALSE CACHE BOOL ON) 31 set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL ON) 32 set(ENABLE_SPVREMAPPER OFF CACHE BOOL ON) 40 set(SHADERC_SKIP_TESTS ON CACHE BOOL ON) 59 set(BUILD_WSI_WAYLAND_SUPPORT OFF CACHE BOOL "" FORCE) 62 set(BUILD_WSI_XLIB_SUPPORT OFF CACHE BOOL "" FORCE) 69 set(BUILD_EGL FALSE CACHE BOOL FALSE) 70 set(BUILD_GLESv2 FALSE CACHE BOOL FALSE) [all …]
|
/external/protobuf/objectivec/ |
D | GPBDictionary.h | 101 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(uint32_t)key; 112 (void (NS_NOESCAPE ^)(uint32_t key, uint32_t value, BOOL *stop))block; 196 - (BOOL)getInt32:(nullable int32_t *)value forKey:(uint32_t)key; 207 (void (NS_NOESCAPE ^)(uint32_t key, int32_t value, BOOL *stop))block; 291 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(uint32_t)key; 302 (void (NS_NOESCAPE ^)(uint32_t key, uint64_t value, BOOL *stop))block; 386 - (BOOL)getInt64:(nullable int64_t *)value forKey:(uint32_t)key; 397 (void (NS_NOESCAPE ^)(uint32_t key, int64_t value, BOOL *stop))block; 451 - (instancetype)initWithBools:(const BOOL [__nullable])values 481 - (BOOL)getBool:(nullable BOOL *)value forKey:(uint32_t)key; [all …]
|
/external/python/cpython3/Mac/PythonLauncher/ |
D | FileSettings.h | 13 - (BOOL) honourhashbang; 14 - (BOOL) debug; 15 - (BOOL) verbose; 16 - (BOOL) inspect; 17 - (BOOL) optimize; 18 - (BOOL) nosite; 19 - (BOOL) tabs; 21 - (BOOL) with_terminal; 29 BOOL honourhashbang; // #! line overrides interpreter 30 BOOL debug; // -d option: debug parser [all …]
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | FileSettings.h | 13 - (BOOL) honourhashbang; 14 - (BOOL) debug; 15 - (BOOL) verbose; 16 - (BOOL) inspect; 17 - (BOOL) optimize; 18 - (BOOL) nosite; 19 - (BOOL) tabs; 21 - (BOOL) with_terminal; 29 BOOL honourhashbang; // #! line overrides interpreter 30 BOOL debug; // -d option: debug parser [all …]
|
/external/libusb/libusb/os/ |
D | wince_usb.h | 92 DLL_DECLARE_FUNC(WINAPI, BOOL, UkwGetDeviceList, (HANDLE, LPUKW_DEVICE, DWORD, LPDWORD)); 94 DLL_DECLARE_FUNC(WINAPI, BOOL, UkwGetDeviceAddress, (UKW_DEVICE, unsigned char*, unsigned char*, un… 95 DLL_DECLARE_FUNC(WINAPI, BOOL, UkwGetDeviceDescriptor, (UKW_DEVICE, LPUKW_DEVICE_DESCRIPTOR)); 96 DLL_DECLARE_FUNC(WINAPI, BOOL, UkwGetConfigDescriptor, (UKW_DEVICE, DWORD, LPVOID, DWORD, LPDWORD)); 98 DLL_DECLARE_FUNC(WINAPI, BOOL, UkwCancelTransfer, (UKW_DEVICE, LPOVERLAPPED, DWORD)); 99 DLL_DECLARE_FUNC(WINAPI, BOOL, UkwIssueControlTransfer, (UKW_DEVICE, DWORD, LPUKW_CONTROL_HEADER, L… 100 DLL_DECLARE_FUNC(WINAPI, BOOL, UkwClaimInterface, (UKW_DEVICE, DWORD)); 101 DLL_DECLARE_FUNC(WINAPI, BOOL, UkwReleaseInterface, (UKW_DEVICE, DWORD)); 102 DLL_DECLARE_FUNC(WINAPI, BOOL, UkwSetInterfaceAlternateSetting, (UKW_DEVICE, DWORD, DWORD)); 103 DLL_DECLARE_FUNC(WINAPI, BOOL, UkwClearHaltHost, (UKW_DEVICE, UCHAR)); [all …]
|
/external/libpcap/msdos/ |
D | pktdrvr.h | 57 BOOL quiet; /* (don't) print errors to stdout */ 123 extern BOOL PktInitDriver (PKT_RX_MODE mode); 124 extern BOOL PktExitDriver (void); 129 extern BOOL PktSearchDriver (void); 131 extern BOOL PktTransmit (const void *eth, int len); 133 extern BOOL PktReleaseHandle (WORD handle); 134 extern BOOL PktTerminHandle (WORD handle); 135 extern BOOL PktResetInterface (WORD handle); 136 extern BOOL PktSetReceiverMode(PKT_RX_MODE mode); 137 extern BOOL PktGetReceiverMode(PKT_RX_MODE *mode); [all …]
|
/external/clang/test/ARCMT/ |
D | objcmt-atomic-property.m | 11 typedef char BOOL; typedef 87 -(BOOL) isContinuous; 88 -(void) setContinuous:(BOOL)value; argument 93 - (BOOL) isinValid; 94 - (void) setInValid : (BOOL) arg; argument 101 - (BOOL)isIgnoringInteractionEvents; 104 - (BOOL)getCounterValue; 108 - (BOOL)is3bar; // watch out 111 - (BOOL) getM; 112 - (BOOL) getMA; [all …]
|
D | objcmt-property.m | 11 typedef char BOOL; typedef 90 -(BOOL) isContinuous; 91 -(void) setContinuous:(BOOL)value; argument 96 - (BOOL) isinValid; 97 - (void) setInValid : (BOOL) arg; argument 104 - (BOOL)isIgnoringInteractionEvents; 107 - (BOOL)getCounterValue; 111 - (BOOL)is3bar; // watch out 114 - (BOOL) getM; 115 - (BOOL) getMA; [all …]
|
D | objcmt-ns-nonatomic-iosonly.m | 18 typedef char BOOL; typedef 94 -(BOOL) isContinuous; 95 -(void) setContinuous:(BOOL)value; argument 100 - (BOOL) isinValid; 101 - (void) setInValid : (BOOL) arg; argument 108 - (BOOL)isIgnoringInteractionEvents; 111 - (BOOL)getCounterValue; 115 - (BOOL)is3bar; // watch out 118 - (BOOL) getM; 119 - (BOOL) getMA; [all …]
|
D | objcmt-atomic-property.m.result | 11 typedef char BOOL; 73 @property (getter=isContinuous) BOOL continuous; 78 @property (getter=isinValid, readonly) BOOL inValid; 79 - (void) setInValid : (BOOL) arg; 86 @property (getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInteractionEvents; 89 @property (getter=getCounterValue, readonly) BOOL counterValue; 92 - (BOOL)is3bar; // watch out 95 @property (getter=getM, readonly) BOOL m; 96 @property (getter=getMA, readonly) BOOL MA; 97 @property (getter=getALL, readonly) BOOL ALL; [all …]
|
D | objcmt-property.m.result | 11 typedef char BOOL; 76 @property (nonatomic, getter=isContinuous) BOOL continuous; 81 @property (nonatomic, getter=isinValid, readonly) BOOL inValid; 82 - (void) setInValid : (BOOL) arg; 89 @property (nonatomic, getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInteractionEvents; 92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue; 95 - (BOOL)is3bar; // watch out 98 @property (nonatomic, getter=getM, readonly) BOOL m; 99 @property (nonatomic, getter=getMA, readonly) BOOL MA; 100 @property (nonatomic, getter=getALL, readonly) BOOL ALL; [all …]
|
D | objcmt-ns-nonatomic-iosonly.m.result | 18 typedef char BOOL; 80 @property (NS_NONATOMIC_IOSONLY, getter=isContinuous) BOOL continuous; 85 @property (NS_NONATOMIC_IOSONLY, getter=isinValid, readonly) BOOL inValid; 86 - (void) setInValid : (BOOL) arg; 93 @property (NS_NONATOMIC_IOSONLY, getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInterac… 96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue; 99 - (BOOL)is3bar; // watch out 102 @property (NS_NONATOMIC_IOSONLY, getter=getM, readonly) BOOL m; 103 @property (NS_NONATOMIC_IOSONLY, getter=getMA, readonly) BOOL MA; 104 @property (NS_NONATOMIC_IOSONLY, getter=getALL, readonly) BOOL ALL; [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 47 …typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerDat… 48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context); 49 …typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 51 typedef BOOL (WINAPI *PSYMBOLSERVERPROC)(LPCSTR,LPCSTR,PVOID,DWORD,DWORD,LPSTR); 52 typedef BOOL (WINAPI *PSYMBOLSERVEROPENPROC)(VOID); 53 typedef BOOL (WINAPI *PSYMBOLSERVERCLOSEPROC)(VOID); 54 typedef BOOL (WINAPI *PSYMBOLSERVERSETOPTIONSPROC)(UINT_PTR,ULONG64); 55 …typedef BOOL (CALLBACK WINAPI *PSYMBOLSERVERCALLBACKPROC)(UINT_PTR action,ULONG64 data,ULONG64 con… 57 typedef BOOL (WINAPI *PSYMBOLSERVERPINGPROC)(LPCSTR); 61 …BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two… [all …]
|
/external/clang/cmake/caches/ |
D | Apple-stage1.cmake | 12 set(LLVM_INCLUDE_TESTS OFF CACHE BOOL "") 13 set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "") 14 set(LLVM_INCLUDE_UTILS OFF CACHE BOOL "") 15 set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "") 16 set(CLANG_INCLUDE_TESTS OFF CACHE BOOL "") 17 set(COMPILER_RT_INCLUDE_TESTS OFF CACHE BOOL "") 18 set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "") 19 set(CMAKE_MACOSX_RPATH ON CACHE BOOL "") 20 set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "") 21 set(LLVM_ENABLE_BACKTRACES OFF CACHE BOOL "") [all …]
|
D | Apple-stage2.cmake | 6 set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "") 7 set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "") 8 set(LLVM_TOOL_CLANG_TOOLS_EXTRA_BUILD OFF CACHE BOOL "") 9 set(CLANG_TOOL_SCAN_BUILD_BUILD OFF CACHE BOOL "") 10 set(CLANG_TOOL_SCAN_VIEW_BUILD OFF CACHE BOOL "") 12 set(CMAKE_MACOSX_RPATH ON CACHE BOOL "") 13 set(LLVM_ENABLE_ZLIB ON CACHE BOOL "") 14 set(LLVM_ENABLE_BACKTRACES OFF CACHE BOOL "") 15 set(LLVM_EXTERNALIZE_DEBUGINFO ON CACHE BOOL "") 16 set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "") [all …]
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | functionswgl_typedefs.h | 22 typedef BOOL(WINAPI *PFNWGLCOPYCONTEXTPROC)(HGLRC, HGLRC, UINT); 25 typedef BOOL(WINAPI *PFNWGLDELETECONTEXTPROC)(HGLRC); 29 typedef BOOL(WINAPI *PFNWGLMAKECURRENTPROC)(HDC, HGLRC); 30 typedef BOOL(WINAPI *PFNWGLSHARELISTSPROC)(HGLRC, HGLRC); 31 typedef BOOL(WINAPI *PFNWGLUSEFONTBITMAPSAPROC)(HDC, DWORD, DWORD, DWORD); 32 typedef BOOL(WINAPI *PFNWGLUSEFONTBITMAPSWPROC)(HDC, DWORD, DWORD, DWORD); 33 typedef BOOL(WINAPI *PFNSWAPBUFFERSPROC)(HDC); 34 typedef BOOL(WINAPI *PFNWGLUSEFONTOUTLINESAPROC)(HDC, 42 typedef BOOL(WINAPI *PFNWGLUSEFONTOUTLINESWPROC)(HDC, 50 typedef BOOL(WINAPI *PFNWGLDESCRIBELAYERPLANEPROC)(HDC, int, int, UINT, LPLAYERPLANEDESCRIPTOR); [all …]
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | win32.py | 3 from ctypes.wintypes import BOOL 41 CreateEventA.argtypes = [LPSECURITY_ATTRIBUTES, BOOL, BOOL, LPCSTR] 50 CreateEventW.argtypes = [LPSECURITY_ATTRIBUTES, BOOL, BOOL, LPCWSTR] 82 GetOverlappedResult.restype = BOOL 83 GetOverlappedResult.argtypes = [HANDLE, LPOVERLAPPED, LPDWORD, BOOL] 86 ResetEvent.restype = BOOL 92 WriteFile.restype = BOOL 98 ReadFile.restype = BOOL 102 CloseHandle.restype = BOOL 106 ClearCommBreak.restype = BOOL [all …]
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 110 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState); 137 typedef BOOL (WINAPI * PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC) (HGLRC hglrc); 142 typedef BOOL (WINAPI * PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC) (HGLRC hglrc); 170 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, … 171 typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int… 282 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 320 typedef BOOL (WINAPI * PFNWGLDESTROYPBUFFERARBPROC) (HPBUFFERARB hPbuffer); 322 typedef BOOL (WINAPI * PFNWGLQUERYPBUFFERARBPROC) (HPBUFFERARB hPbuffer, int iAttribute, int* piVal… 390 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int* piAttribIList, const FL… 391 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… [all …]
|
/external/antlr/runtime/ObjC/Framework/ |
D | ACNumber.h | 15 BOOL b; 21 BOOL fBOOL : 1; 22 BOOL fChar : 1; 23 BOOL fDouble : 1; 24 BOOL fNSInt : 1; 27 + (ACNumber *)numberWithBool:(BOOL)aBool; 33 - (ACNumber *)initWithBool:(BOOL)aBool; 38 - (BOOL)boolValue;
|
D | LinkedList.h | 38 - (BOOL) hasNext; 40 - (BOOL) hasPrevious; 59 - (BOOL) hasNext; 153 - (BOOL) contains:(id)o; 155 - (BOOL) add:(LLNode *)e; 156 - (BOOL) remove:(id)o; 157 - (BOOL) addAll:(NSArray *)c; 158 - (BOOL) addAll:(NSInteger)index c:(NSArray *)c; 173 - (BOOL) offer:(LLNode *)e; 174 - (BOOL) offerFirst:(LLNode *)e; [all …]
|
/external/clang/test/Analysis/ |
D | superclass.m | 12 typedef char BOOL; typedef 23 - (void)viewDidAppear:(BOOL)animated; argument 24 - (void)viewDidDisappear:(BOOL)animated; argument 28 - (void)viewWillAppear:(BOOL)animated; argument 29 - (void)viewWillDisappear:(BOOL)animated; argument 36 completion:(void (^)(BOOL finished))completion; 39 - (BOOL)resignFirstResponder; 58 - (void)viewDidAppear:(BOOL)animated {} argument 59 - (void)viewDidDisappear:(BOOL)animated {} argument 63 - (void)viewWillAppear:(BOOL)animated {} argument [all …]
|