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

1 2 3 4 5 6 7 8 9

  /external/swiftshader/src/Main/
libX11.cpp 19 #define Bool int
34 XSync = (int (*)(Display*, Bool))getProcAddress(libX11, "XSync");
40 XShmQueryExtension = (Bool (*)(Display*))getProcAddress(libXext, "XShmQueryExtension");
42 XShmAttach = (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "XShmAttach");
43 XShmDetach = (Bool (*)(Display*, XShmSegmentInfo*))getProcAddress(libXext, "XShmDetach");
44 XShmPutImage = (int (*)(Display*, Drawable, GC, XImage*, int, int, int, int, unsigned int, unsigned int, bool))getProcAddress(libXext, "XShmPutImage");
  /external/valgrind/tests/
arch_test.c 23 typedef int Bool;
39 static Bool go(char* arch)
libc_test.c 19 typedef int Bool;
22 static __attribute__((unused)) Bool matches_version(char *min_version) {
49 static Bool go(char* libc, char *min_version)
os_test.c 21 typedef int Bool;
31 static Bool matches_version(char *min_version)
58 static Bool go(char* OS, char *min_version)
  /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/google-breakpad/src/testing/gtest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /external/googletest/googletest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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/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...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /external/v8/testing/gtest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /hardware/intel/common/libva/va/
sysdeps.h 40 # define Bool int
  /prebuilts/go/darwin-x86/test/
named1.go 13 type Bool bool
23 func asBool(Bool) {}
30 b Bool = true
40 asBool(Bool(true))
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
  /prebuilts/go/linux-x86/test/
named1.go 13 type Bool bool
23 func asBool(Bool) {}
30 b Bool = true
40 asBool(Bool(true))
57 asBool(bb) // ERROR "cannot use.*type bool.*as type Bool"
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
gtest-param-test.h 92 // Bool() - Yields sequence {false, true}.
    [all...]
  /build/blueprint/proptools/
proptools.go 42 func HasTag(field reflect.StructField, name, value string) bool {
53 // BoolPtr returns a pointer to a new bool containing the given value.
54 func BoolPtr(b bool) *bool {
69 // BoolDefault takes a pointer to a bool and returns the value pointed to by the pointer if it is non-nil,
71 func BoolDefault(b *bool, def bool) bool {
78 // Bool takes a pointer to a bool and returns true iff the pointer is non-nil and points to a tru
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 47 typedef uint8_t Bool;
  /external/valgrind/none/tests/arm64/
crc32.c 20 typedef unsigned char Bool;
21 #define False ((Bool)0)
22 #define True ((Bool)1)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
visual_header.h 26 typedef uint Bool;
  /external/valgrind/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)

Completed in 1392 milliseconds

1 2 3 4 5 6 7 8 9