HomeSort by relevance Sort by last modified time
    Searched defs:BOOL (Results 26 - 50 of 203) sorted by null

12 3 4 5 6 7 8 9

  /external/libxaac/decoder/drc_src/
impd_type_def.h 96 typedef signed int BOOL; /* bool BOOL bool_true */
97 typedef unsigned int UBOOL; /* ubool BOOL ubool_true */
  /external/libxaac/decoder/
ixheaacd_type_def.h 75 typedef signed int BOOL; /* bool BOOL bool_true */
76 typedef unsigned int UBOOL; /* ubool BOOL ubool_true */
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
WireFormat.java 117 BOOL (JavaType.BOOLEAN , WIRETYPE_VARINT ),
231 case BOOL : return input.readBool ();
Descriptors.java     [all...]
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 42 # define BOOL int
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
Tag.java 42 public static final Tag BOOL = new Tag(PREFIX + "bool");
  /external/webrtc/webrtc/base/
flags.h 35 // Note: Because in C++ non-bool values are silently converted into
36 // bool values ('bool b = "false";' results in b == true!), we pass
38 // In particular, it prevents the (not uncommon!) bug where a bool
64 bool b;
74 enum Type { BOOL, INT, FLOAT, STRING };
89 bool* bool_variable() const {
90 assert(type_ == BOOL);
110 bool bool_default() const {
111 assert(type_ == BOOL);
    [all...]
  /external/python/cpython2/Lib/ctypes/
wintypes.py 16 BOOL = c_long
166 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTGlobal.h 107 #if !defined(BOOL) && !defined(OBJC_BOOL_DEFINED)
108 #define BOOL int
286 inline bool PVRTIsLittleEndian()
288 static bool bLittleEndian;
289 static bool bIsInit = false;
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 20 BOOL = c_long
170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 20 BOOL = c_long
170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 20 BOOL = c_long
170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 20 BOOL = c_long
170 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
  /external/deqp/framework/randomshaders/
rsgToken.hpp 70 BOOL,
132 Token (bool value);
137 inline bool operator== (Type type) const { return m_type == type; }
138 inline bool operator!= (Type type) const { return m_type != type; }
140 bool operator== (const Token& other) const;
141 bool operator!= (const Token& other) const;
150 bool getBool (void) const;
159 bool boolValue;
188 inline Token::Token (bool value)
194 inline bool Token::operator== (const Token& other) cons
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 166 BOOL = Kind('b')
193 BOOL,
301 native_only: {bool} Does the struct have a body (i.e. any fields) or is it
686 return kind.spec == BOOL.spec
698 return (kind.spec == BOOL.spec or
868 {bool}: True if the kind contains handles.
  /external/libpcap/
pcap-dos.h 15 typedef int BOOL;
  /external/python/cpython3/Lib/ctypes/
wintypes.py 18 BOOL = ctypes.c_long
170 LPBOOL = PBOOL = ctypes.POINTER(BOOL)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwindef.h 128 #pragma push_macro("BOOL")
129 #undef BOOL
131 typedef int BOOL;
133 #define BOOL WINBOOL
134 typedef BOOL *PBOOL;
135 typedef BOOL *LPBOOL;
136 #pragma pop_macro("BOOL")
ntdef.h 355 #pragma push_macro("BOOL")
356 #undef BOOL
358 typedef int BOOL;
360 #define BOOL WINBOOL
361 typedef BOOL *PBOOL;
362 typedef BOOL *LPBOOL;
363 #pragma pop_macro("BOOL")
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 390 typedef uint8_t BOOL;
494 BOOL consumedModRM;
498 BOOL consumedSIB;
502 BOOL consumedDisplacement;
511 BOOL consumedOpcodeModifier;
  /external/opencv/cxcore/include/
cxcore.h 56 typedef int BOOL;
    [all...]
  /external/pcre/dist2/src/
pcre2grep.c 88 typedef int BOOL;
189 static BOOL use_jit = TRUE;
191 static BOOL use_jit = FALSE;
206 static BOOL count_only = FALSE;
207 static BOOL do_colour = FALSE;
208 static BOOL file_offsets = FALSE;
209 static BOOL hyphenpending = FALSE;
210 static BOOL invert = FALSE;
211 static BOOL line_buffered = FALSE;
212 static BOOL line_offsets = FALSE
    [all...]
pcre2_internal.h 64 typedef int BOOL;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 51 BOOL = 261,
361 bool b;
glslang_tab.cpp 128 BOOL = 261,
438 bool b;
874 "$end", "error", "$undefined", "ATTRIBUTE", "VARYING", "CONST", "BOOL",
    [all...]

Completed in 1064 milliseconds

12 3 4 5 6 7 8 9