Searched refs:bool_t (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Dbool.h42 typedef PRBool bool_t; typedef
H A Dinterpreter.h68 JRI_PUBLIC_API(bool_t)
72 FindClassFromClass(struct execenv *, char *, bool_t, ClassClass *);
80 JRI_PUBLIC_API(bool_t)
81 VerifyClassAccess(ClassClass *, ClassClass *, bool_t);
83 JRI_PUBLIC_API(bool_t)
84 VerifyFieldAccess(ClassClass *, ClassClass *, int, bool_t);
88 struct methodblock *, bool_t, ...);
92 struct methodblock *, bool_t, va_list,
93 long *, bool_t);
102 JRI_PUBLIC_API(bool_t)
[all...]
H A Dzip.h51 JRI_PUBLIC_API(bool_t)
57 JRI_PUBLIC_API(bool_t)
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport.h178 bool_t bSocketRecvPending;
179 bool_t bSocketSendPending;
180 bool_t bSocketListenPending;
181 bool_t bSocketDiscPending;
182 bool_t bSocketConnectPending;
183 bool_t bSocketAcceptPending;
184 bool_t bSocketRRPending;
185 bool_t bSocketRNRPending;
195 bool_t ReceiverBusyCondition;
196 bool_t RemoteBusyConditionInf
[all...]
H A DphLibNfc_Internal.h145 bool_t NdefContinueRead;
190 bool_t bIsLlcp;
H A DphFriNfc_LlcpUtils.h52 volatile bool_t bFull; /* TRUE if buffer is full */
H A DphFriNfc_Llcp.h355 bool_t bDiscPendingFlag;
358 bool_t bFrmrPendingFlag;
H A DphFriNfc_LlcpTransport_Connection.c1285 bool_t bWFlag = 0;
1286 bool_t bIFlag = 0;
1287 bool_t bRFlag = 0;
1288 bool_t bSFlag = 0;
2317 bool_t dataBufferized = FALSE;
H A DphFriNfc_Llcp.c94 static bool_t phFriNfc_Llcp_HandlePendingSend ( phFriNfc_Llcp_t *Llcp );
861 static bool_t phFriNfc_Llcp_HandlePendingSend ( phFriNfc_Llcp_t *Llcp )
H A DphDnldNfc.c1976 bool_t
1987 bool_t
1996 bool_t chunk_present = FALSE;
H A DphFriNfc_LlcpTransport.c531 bool_t testAndSetSendPending(phFriNfc_LlcpTransport_t* transport) {
532 bool_t currentValue;
/external/valgrind/main/none/tests/ppc32/
H A Dround.c27 typedef enum { FALSE=0, TRUE } bool_t; typedef in typeref:enum:__anon28694
84 bool_t debug = FALSE;
85 bool_t long_is_64_bits = sizeof(long) == 8;
389 bool_t two_args = TRUE;
/external/valgrind/main/none/tests/ppc64/
H A Dround.c27 typedef enum { FALSE=0, TRUE } bool_t; typedef in typeref:enum:__anon28737
84 bool_t debug = FALSE;
85 bool_t long_is_64_bits = sizeof(long) == 8;
389 bool_t two_args = TRUE;
/external/libnfc-nxp/inc/
H A DphNfcTypes.h116 typedef uint8_t bool_t; /**< \ingroup grp_nfc_common typedef

Completed in 306 milliseconds