Home
last modified time | relevance | path

Searched defs:boolean (Results 26 - 50 of 138) sorted by relevance

123456

/kernel/linux/linux-5.10/security/apparmor/include/
H A Dapparmorfs.h32 bool boolean; member
/kernel/linux/linux-5.10/include/linux/
H A Dfs_parser.h56 bool boolean; /* For spec_bool */ member
/kernel/linux/linux-6.6/include/linux/
H A Dfs_parser.h56 bool boolean; /* For spec_bool */ member
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dapparmorfs.h32 bool boolean; member
/third_party/cJSON/
H A DcJSON.h217 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean); variable
/third_party/mbedtls/library/
H A Dasn1write.c186 int mbedtls_asn1_write_bool(unsigned char **p, const unsigned char *start, int boolean) in mbedtls_asn1_write_bool() argument
/third_party/json/tests/src/
H A Dunit-class_parser.cpp31 bool boolean(bool val) in boolean() function in __anon4149::SaxEventLogger
H A Dunit-cbor.cpp35 bool boolean(bool /*unused*/) in boolean() function in __anon4147::SaxCountdown
H A Dunit-bson.cpp660 bool boolean(bool /*unused*/) in boolean() function in __anon4146::SaxCountdown
H A Dunit-ubjson.cpp33 bool boolean(bool /*unused*/) in boolean() function in __anon4158::SaxCountdown
H A Dunit-bjdata.cpp37 bool boolean(bool /*unused*/) in boolean() function in __anon4145::SaxCountdown
/third_party/libinput/test/
H A Dtest-quirks.c1500 struct range boolean = {0, 2}; in TEST_COLLECTION() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dstress1.c218 int boolean; member
H A Dstress2.c192 int boolean; member
H A Dstress.c192 int boolean; member
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c209 int boolean; member
H A Dstress2.c183 int boolean; member
/third_party/skia/tests/
H A DCodecAnimTest.cpp71 SkString to_string(bool boolean) { return boolean ? SkString("true") : SkString("false"); } in to_string() argument
/third_party/typescript/tests/baselines/reference/
H A DconvertKeywordsYes.js6 var boolean = 0; variable
312 var boolean = 0; variable
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djmorecfg.h207 typedef int boolean; typedef
/third_party/selinux/libselinux/src/
H A Daudit2why.c54 static int load_booleans(const sepol_bool_t * boolean, in load_booleans() argument
72 sepol_bool_t *boolean = NULL; in check_booleans() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp96 std::ostream& operator<< (std::ostream& str, const Boolean& boolean) { return str << (boolean.value ? "GL_TRUE" : "GL_FALSE"); } in operator <<() argument
/third_party/ffmpeg/libavformat/
H A Dwebmdashenc.c312 static const char boolean[2][6] = { "false", "true" }; in write_adaptation_set() local
/third_party/json/include/nlohmann/
H A Djson.hpp434 boolean_t boolean; member
445 json_value(boolean_t v) noexcept : boolean(v) {} in boolean() function
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsusermap.c166 typedef enum { DENIED, AGREED } boolean; typedef
[all...]

Completed in 34 milliseconds

123456