HomeSort by relevance Sort by last modified time
    Searched defs:Bool (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/chromium_org/ui/base/cursor/
cursor_loader_x11_unittest.cc 8 #undef Bool
  /external/valgrind/main/tests/
arch_test.c 23 typedef int Bool;
37 static Bool go(char* arch)
os_test.c 21 typedef int Bool;
30 static Bool matches_version(char *min_version)
57 static Bool go(char* OS, char *min_version)
x86_amd64_features.c 24 typedef int Bool;
39 static Bool vendorStringEquals ( char* str )
51 static Bool have_xgetbv ( void )
71 static Bool go(char* cpu)
74 Bool require_amd = False;
75 Bool require_xgetbv = False;
163 static Bool go(char* cpu)
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Bool.java 19 * $Id: Bool.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Bool extends UnaryOperation
50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
62 public boolean bool(XPathContext xctxt) method in class:Bool
65 return m_right.bool(xctxt);
  /external/chromium_org/testing/gtest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /external/chromium_org/third_party/libva/va/
sysdeps.h 40 # define Bool int
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_types.h 47 typedef uint8_t Bool;
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 47 typedef uint8_t Bool;
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 88 // Bool() - Yields sequence {false, true}.
    [all...]
  /hardware/intel/common/libva/va/
sysdeps.h 40 # define Bool int
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
visual_header.h 26 typedef uint Bool;
  /external/chromium_org/ash/host/
ash_window_tree_host_x11_unittest.cc 8 #undef Bool
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11_unittest.cc 9 #undef Bool
  /external/valgrind/main/none/tests/amd64/
pcmpxstrx64.c 14 typedef UChar Bool;
15 #define False ((Bool)0)
16 #define True ((Bool)1)
pcmpxstrx64w.c 15 typedef UChar Bool;
16 #define False ((Bool)0)
17 #define True ((Bool)1)
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 97 typedef int Bool;
  /external/chromium_org/ui/events/x/
events_x_unittest.cc 13 #undef Bool
29 bool is_press,
48 bool is_press,
64 bool HasFunctionKeyFlagSetIfSupported(Display* display, int x_keysym) {
280 bool is_numpad_key;
  /external/clang/include/clang/AST/
PrettyPrinter.h 30 virtual bool handledStmt(Stmt* E, raw_ostream& OS) = 0;
43 Bool(LO.Bool), TerseOutput(false), PolishForDeclaration(false),
67 bool SuppressSpecifiers : 1;
77 bool SuppressTagKeyword : 1;
87 bool SuppressTag : 1;
90 bool SuppressScope : 1;
94 bool SuppressUnwrittenScope : 1;
107 bool SuppressInitializers : 1;
125 bool ConstantArraySizeAsWritten : 1
    [all...]
  /external/clang/test/Index/
annotate-tokens-cxx0x.cpp 12 typedef bool Bool;
13 bool b2 = __is_trivially_constructible(Integer, Float, Bool);
78 // CHECK-TRAIT: Identifier: "Bool" [13:58 - 13:62] TypeRef=Bool:12:16

Completed in 1959 milliseconds

1 2 3 4 5