Home
last modified time | relevance | path

Searched defs:boolean (Results 1 – 25 of 61) sorted by relevance

123

/external/selinux/libsepol/src/
Dboolean_record.c68 int sepol_bool_compare(const sepol_bool_t * boolean, in sepol_bool_compare()
75 int sepol_bool_compare2(const sepol_bool_t * boolean, in sepol_bool_compare2()
83 const char *sepol_bool_get_name(const sepol_bool_t * boolean) in sepol_bool_get_name()
128 sepol_bool_t *boolean = (sepol_bool_t *) malloc(sizeof(sepol_bool_t)); in hidden_def() local
170 void sepol_bool_free(sepol_bool_t * boolean) in sepol_bool_free()
Dbooleans.c178 int sepol_bool_iterate(sepol_handle_t * handle, in sepol_bool_iterate()
186 sepol_bool_t *boolean = NULL; in sepol_bool_iterate() local
/external/selinux/libsemanage/src/
Dbooleans_file.c24 semanage_bool_t * boolean, FILE * str) in bool_print()
39 parse_info_t * info, semanage_bool_t * boolean) in bool_parse()
Dboolean_record.c34 const semanage_bool_t * boolean, in semanage_bool_key_extract()
76 const char *semanage_bool_get_name(const semanage_bool_t * boolean) in semanage_bool_get_name()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_option.hpp29 class boolean class
33 boolean() in boolean() function in asio::detail::socket_option::boolean
39 explicit boolean(bool v) in boolean() function in asio::detail::socket_option::boolean
/external/selinux/secilc/docs/
Dcil_conditional_statements.md4 boolean section in Conditional Statements
/external/libjpeg-turbo/win/
Djconfig.h.in35 typedef unsigned char boolean; typedef
/external/pdfium/third_party/libjpeg/
Djconfig.h26 typedef unsigned char boolean; typedef
Djmorecfg.h240 typedef int boolean; typedef
/external/google-breakpad/src/processor/
Dsimple_serializer-inl.h57 static size_t SizeOf(bool boolean) { return 1; } in SizeOf()
59 static char *Write(bool boolean, char *dest) { in Write()
Dfast_source_line_resolver.cc129 const char *boolean = reinterpret_cast<const char*>(para_uint32 + 6); in CopyWFI() local
/external/clang/test/PCH/
Dcxx_exprs.cpp13 bool boolean; variable
/external/opencv3/3rdparty/libjpeg/
Djconfig.h58 typedef unsigned char boolean; typedef
/external/autotest/client/site_tests/security_ptraceRestrictions/
Dsecurity_ptraceRestrictions.py36 def check(self, boolean, msg, fatal=False): argument
/external/selinux/policycoreutils/sepolicy/sepolicy/
D__init__.py359 def get_boolean_rules(setype, boolean): argument
904 def boolean_category(boolean): argument
912 def boolean_desc(boolean): argument
/external/selinux/libselinux/src/
Daudit2why.c53 static int load_booleans(const sepol_bool_t * boolean, in load_booleans()
71 sepol_bool_t *boolean = NULL; in check_booleans() local
/external/selinux/policycoreutils/setsebool/
Dsetsebool.c129 semanage_bool_t *boolean = NULL; in semanage_set_boolean_list() local
/external/autotest/client/site_tests/security_HardlinkRestrictions/
Dsecurity_HardlinkRestrictions.py41 def check(self, boolean, msg, fatal=False): argument
/external/autotest/client/site_tests/security_ModuleLocking/
Dsecurity_ModuleLocking.py27 def check(self, boolean, msg, fatal=False): argument
/external/autotest/client/site_tests/security_SymlinkRestrictions/
Dsecurity_SymlinkRestrictions.py42 def check(self, boolean, msg, fatal=False): argument
/external/autotest/client/site_tests/platform_EncryptedStateful/
Dplatform_EncryptedStateful.py30 def check(self, boolean, msg, fatal=False): argument
/external/skia/src/animator/
DSkDisplayPost.cpp141 bool boolean; in dump() local
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h77 typedef unsigned char boolean; typedef
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h238 nonloc::ConcreteInt makeBoolVal(const ObjCBoolLiteralExpr *boolean) { in makeBoolVal()
/external/deqp/modules/gles2/functional/
Des2fImplementationLimitTests.cpp79 std::ostream& operator<< (std::ostream& str, const Boolean& boolean) { return str << (boolean.value… in operator <<()

123