Searched refs:BOOL (Results 1 - 25 of 823) sorted by relevance

1234567891011>>

/external/tpm2/
H A DPlatformData.c14 BOOL s_isCanceled;
27 BOOL s_powerLost;
36 BOOL s_physicalPresence;
H A DPlatformData.h16 extern BOOL s_isCanceled;
30 extern BOOL s_physicalPresence;
34 extern BOOL s_powerLost;
H A DPower_fp.h10 BOOL TPMIsStarted(void);
H A DCommandCodeAttributes_fp.h18 BOOL CommandIsImplemented(TPM_CC commandCode // IN: command code
24 BOOL IsReadOperation(TPM_CC command // IN: Command to check
26 BOOL IsSessionAllowed(TPM_CC commandCode // IN: the command to be checked
28 BOOL IsWriteOperation(TPM_CC command // IN: Command to check
H A DPower.c52 BOOL
H A DCommandAudit_fp.h15 BOOL CommandAuditClear(TPM_CC commandCode // IN: command code
19 BOOL CommandAuditIsRequired(TPM_CC commandCode // IN: command code
22 BOOL CommandAuditSet(TPM_CC commandCode // IN: command code
H A DPowerPlat.c39 LIB_EXPORT BOOL
41 BOOL clear
44 BOOL retVal = s_powerLost;
H A DGlobal.c16 BOOL g_phEnable;
24 BOOL g_pcrReConfig;
26 BOOL g_DrtmPreStartup;
27 BOOL g_StartupLocality3;
28 BOOL g_clearOrderly;
30 BOOL g_updateNV;
31 BOOL g_nvOk;
58 BOOL s_DAPendingOnNV;
104 BOOL g_manufactured = FALSE;
109 BOOL s_initialize
[all...]
H A DCancel.c22 LIB_EXPORT BOOL
/external/tpm2/include/tpm2/
H A Dbool.h16 typedef int BOOL; typedef
17 #define FALSE ((BOOL)0)
18 #define TRUE ((BOOL)1)
H A DManufacture_fp.h14 BOOL firstTime // IN: indicates if this is the first call from main()
/external/mdnsresponder/mDNSWindows/SystemService/
H A DFirewall.h61 BOOL
62 mDNSIsFileAndPrintSharingEnabled( BOOL * retry );
/external/jemalloc/include/msvc_compat/C99/
H A Dstdbool.h6 /* MSVC doesn't define _Bool or bool in C, but does have BOOL */
11 typedef BOOL _Bool;
/external/python/cpython2/Mac/PythonLauncher/
H A DFileSettings.h13 - (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 debu
[all...]
H A DMyAppDelegate.h7 BOOL initial_action_done;
8 BOOL should_terminate;
12 - (BOOL)shouldShowUI;
13 - (BOOL)shouldTerminate;
/external/python/cpython3/Mac/PythonLauncher/
H A DFileSettings.h13 - (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 debu
[all...]
H A DMyAppDelegate.h7 BOOL initial_action_done;
8 BOOL should_terminate;
12 - (BOOL)shouldShowUI;
13 - (BOOL)shouldTerminate;
/external/mdnsresponder/mDNSWindows/DLLX/
H A DStringServices.h36 extern BOOL
52 extern BOOL
68 extern BOOL
86 extern BOOL
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
H A DARDVideoCallViewController.h16 isLoopback:(BOOL)isLoopback
17 isAudioOnly:(BOOL)isAudioOnly;
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_view.h21 - (BOOL)createContext;
22 - (BOOL)presentFramebuffer;
23 - (BOOL)renderFrame:(webrtc::VideoFrame*)frameToRender;
24 - (BOOL)setCoordinatesForZOrder:(const float)zOrder
/external/google-breakpad/src/client/mac/crash_generation/
H A DConfigFile.h38 BOOL EnsureDirectoryPathExists(NSString *dirPath);
67 BOOL WriteData(const void *data, size_t length);
69 BOOL AppendConfigData(const char *key,
73 BOOL AppendConfigString(const char *key,
76 BOOL AppendCrashTimeParameters(const char *processStartTimeString);
/external/libpcap/msdos/
H A Dpktdrvr.h57 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 PktGetReceiverMod
[all...]
/external/webrtc/webrtc/modules/video_capture/ios/
H A Drtc_video_capture_ios_objc.h33 - (BOOL)setCaptureDeviceByUniqueId:(NSString*)uniqueId;
34 - (BOOL)startCaptureWithCapability:
36 - (BOOL)stopCapture;
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dgenerator_unittest.py15 union.AddField('a', mojom.BOOL)
16 union.AddField('b', mojom.BOOL)
17 union.AddField('c', mojom.BOOL, ordinal=10)
18 union.AddField('d', mojom.BOOL)
/external/python/cpython3/PC/
H A Dpython3dll.c3 BOOL WINAPI

Completed in 703 milliseconds

1234567891011>>