HomeSort by relevance Sort by last modified time
    Searched refs:BOOL (Results 51 - 75 of 1109) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
Application.h 54 virtual BOOL InitInstance();
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
Application.h 44 virtual BOOL InitInstance();
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_context.h 32 typedef BOOL (WINAPI *wglDeleteContext_t)(HGLRC hglrc);
  /external/tpm2/
Bits_fp.h 10 BOOL BitIsSet(unsigned int bitNum, // IN: number of the bit in 'bArray'
Hierarchy_fp.h 16 BOOL HierarchyIsEnabled(TPMI_RH_HIERARCHY hierarchy // IN: hierarchy
LocalityPlat.c 11 static BOOL s_RsaKeyCacheEnabled;
TpmTcpProtocol.h 59 void _rpc__Signal_PowerOn(BOOL isReset);
78 BOOL _rpc__InjectEPS(
86 BOOL TpmServer(SOCKET ServerSocket);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusinit.h 32 BOOL SuppressBackgroundThread;
33 BOOL SuppressExternalCodecs;
37 BOOL suppressBackgroundThread = FALSE,
38 BOOL suppressExternalCodecs = FALSE):
  /external/libpng/contrib/visupng/
PngFile.h 17 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) ;
18 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) ;
20 BOOL PngLoadImage (PTSTR pstrFileName, png_byte **ppbImageData,
22 BOOL PngSaveImage (PTSTR pstrFileName, png_byte *pDiData,
  /external/protobuf/objectivec/
GPBRootObject_PackagePrivate.h 46 BOOL GPBResolveExtensionClassMethod(Class self, SEL sel);
GPBDictionary.h 66 - (BOOL)valueForKey:(uint32_t)key value:(nullable uint32_t *)value;
69 (void (^)(uint32_t key, uint32_t value, BOOL *stop))block;
101 - (BOOL)valueForKey:(uint32_t)key value:(nullable int32_t *)value;
104 (void (^)(uint32_t key, int32_t value, BOOL *stop))block;
136 - (BOOL)valueForKey:(uint32_t)key value:(nullable uint64_t *)value;
139 (void (^)(uint32_t key, uint64_t value, BOOL *stop))block;
171 - (BOOL)valueForKey:(uint32_t)key value:(nullable int64_t *)value;
174 (void (^)(uint32_t key, int64_t value, BOOL *stop))block;
185 #pragma mark - UInt32 -> Bool
192 + (instancetype)dictionaryWithValue:(BOOL)valu
    [all...]
  /external/snakeyaml/src/test/java/examples/resolver/
CustomResolver.java 27 addImplicitResolver(Tag.BOOL, BOOL, "yYnNtTfFoO");
  /external/webrtc/talk/app/webrtc/objc/public/
RTCDataChannel.h 34 @property(nonatomic) BOOL isOrdered;
42 @property(nonatomic) BOOL isNegotiated;
54 @property(nonatomic, readonly) BOOL isBinary;
56 - (instancetype)initWithData:(NSData*)data isBinary:(BOOL)isBinary;
98 @property(nonatomic, readonly) BOOL isReliable;
99 @property(nonatomic, readonly) BOOL isOrdered;
103 @property(nonatomic, readonly) BOOL isNegotiated;
110 - (BOOL)sendData:(RTCDataBuffer*)data;
  /external/chromium-trace/catapult/third_party/pyserial/serial/
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
    [all...]
  /external/python/cpython2/PC/
dl_nt.c 33 typedef BOOL (WINAPI * PFN_GETCURRENTACTCTX)(HANDLE *);
34 typedef BOOL (WINAPI * PFN_ACTIVATEACTCTX)(HANDLE, ULONG_PTR *);
35 typedef BOOL (WINAPI * PFN_DEACTIVATEACTCTX)(DWORD, ULONG_PTR);
36 typedef BOOL (WINAPI * PFN_ADDREFACTCTX)(HANDLE);
37 typedef BOOL (WINAPI * PFN_RELEASEACTCTX)(HANDLE);
79 BOOL WINAPI DllMain (HANDLE hInst,
  /external/walt/ios/WALT/
WALTClient.h 69 @property (readonly, nonatomic, getter=isConnected) BOOL connected;
85 - (BOOL)sendCommand:(WALTCommand)command error:(NSError **)error;
98 - (BOOL)checkResponse:(NSData *)response forCommand:(WALTCommand)command;
101 - (BOOL)syncClocksWithError:(NSError **)error;
104 - (BOOL)updateSyncBoundsWithError:(NSError **)error;
115 - (BOOL)checkConnectionWithError:(NSError **)error;
  /external/skia/src/utils/win/
SkWGL.h 64 bool hasExtension(HDC dc, const char* ext) const;
67 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
68 BOOL getPixelFormatAttribiv(HDC, int, int, UINT, const int*, int*) const;
69 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const;
72 BOOL swapInterval(int interval) const;
77 BOOL destroyPbuffer(HPBUFFER) const;
98 typedef BOOL (WINAPI *ChoosePixelFormatProc)(HDC, const int *, const FLOAT *, UINT, int *, UINT *);
99 typedef BOOL (WINAPI *GetPixelFormatAttribivProc)(HDC, int, int, UINT, const int*, int*);
100 typedef BOOL (WINAPI *GetPixelFormatAttribfvProc)(HDC, int, int, UINT, const int*, FLOAT*);
102 typedef BOOL (WINAPI* SwapIntervalProc)(int)
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.h 48 bool GetScreenList(ScreenList* screens) override;
49 bool SelectScreen(ScreenId id) override;
53 typedef BOOL(WINAPI* MagImageScalingCallback)(HWND hwnd,
61 typedef BOOL(WINAPI* MagInitializeFunc)(void);
62 typedef BOOL(WINAPI* MagUninitializeFunc)(void);
63 typedef BOOL(WINAPI* MagSetWindowSourceFunc)(HWND hwnd, RECT rect);
64 typedef BOOL(WINAPI* MagSetWindowFilterListFunc)(HWND hwnd,
68 typedef BOOL(WINAPI* MagSetImageScalingCallbackFunc)(
72 static BOOL WINAPI OnMagImageScalingCallback(HWND hwnd,
87 bool CaptureImage(const DesktopRect& rect)
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 87 BOOL
95 BOOL
119 BOOL
155 BOOL
169 BOOL
177 BOOL
202 BOOL
211 BOOL
218 BOOL bInheritHandle,
235 BOOL
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
win_console_handler.py 17 # Function prototype for the handler function. Returns BOOL, takes a DWORD.
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 94 BOOL
102 BOOL
126 BOOL
162 BOOL
176 BOOL
184 BOOL
209 BOOL
218 BOOL
225 BOOL bInheritHandle,
242 BOOL
    [all...]
  /external/python/cpython2/Lib/test/
win_console_handler.py 17 # Function prototype for the handler function. Returns BOOL, takes a DWORD.
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.h 29 bool _capturing;
35 bool _captureInitialized;
50 - (BOOL)initializeVideoCapture;
51 - (BOOL)initializeVariables;
54 - (BOOL)setCaptureDeviceById:(char*)uniqueId;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
win_console_handler.py 17 # Function prototype for the handler function. Returns BOOL, takes a DWORD.
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
win_console_handler.py 17 # Function prototype for the handler function. Returns BOOL, takes a DWORD.
18 HandlerRoutine = WINFUNCTYPE(wintypes.BOOL, wintypes.DWORD)
34 SetConsoleCtrlHandler.argtypes = (HandlerRoutine, wintypes.BOOL)
35 SetConsoleCtrlHandler.restype = wintypes.BOOL

Completed in 419 milliseconds

1 23 4 5 6 7 8 91011>>