Home
last modified time | relevance | path

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

1234

/external/selinux/libsepol/src/
Dboolean_record.c76 int sepol_bool_compare(const sepol_bool_t * boolean, in sepol_bool_compare()
83 int sepol_bool_compare2(const sepol_bool_t * boolean, in sepol_bool_compare2()
91 const char *sepol_bool_get_name(const sepol_bool_t * boolean) in sepol_bool_get_name()
136 sepol_bool_t *boolean = (sepol_bool_t *) malloc(sizeof(sepol_bool_t)); in hidden_def() local
178 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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-implicit-bool-conversion.cpp19 bool boolean = true; in implicitConversionFromBoolSimpleCases() local
45 bool boolean = false; in implicitConversionFromBoolInReturnValue() local
52 bool boolean = true; in implicitConversionFromBoolInSingleBoolExpressions() local
74 bool boolean = true; in implicitConversionFromBoollInComplexBoolExpressions() local
117 bool boolean = true; in implicitConversionFromBoolInComparisons() local
130 bool boolean = true; in ignoreBoolComparisons() local
138 bool boolean = true; in ignoreExplicitCastsFromBool() local
146 bool boolean = true; in ignoreImplicitConversionFromBoolInMacroExpansions() local
159 bool boolean = true; in templateFunction() local
231 bool boolean = true; in implicitConversionToBoolInComplexExpressions() local
[all …]
/external/llvm-project/clang/test/Sema/
Dwarn-bitwise-negation-bool.c9 typedef bool boolean; typedef
11 typedef _Bool boolean; typedef
Dwarn-integer-constants-in-ternary.c12 typedef bool boolean; typedef
14 typedef _Bool boolean; typedef
Dwarn-int-in-bool-context.c14 typedef bool boolean; typedef
16 typedef _Bool boolean; typedef
/external/selinux/libsemanage/tests/
Dtest_bool.c118 semanage_bool_t *boolean; in get_bool_nth() local
141 semanage_bool_t *boolean; in get_bool_new() local
153 semanage_bool_t *boolean; in get_bool_key_nth() local
187 semanage_bool_t *boolean; in add_local_bool() local
249 semanage_bool_t *boolean = NULL; in helper_bool_key_extract() local
302 semanage_bool_t *boolean; in helper_bool_compare() local
378 semanage_bool_t *boolean; in helper_bool_get_set_name() local
414 semanage_bool_t *boolean; in helper_bool_get_set_value() local
441 semanage_bool_t *boolean; in helper_bool_create() local
463 semanage_bool_t *boolean; in helper_bool_clone() local
[all …]
/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.c36 const semanage_bool_t * boolean, in semanage_bool_key_extract()
78 const char *semanage_bool_get_name(const semanage_bool_t * boolean) in semanage_bool_get_name()
/external/selinux/secilc/docs/
Dcil_conditional_statements.md4 boolean section in Conditional Statements
/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/pigweed/pw_string/size_report/
Dstring_builder_size_report.cc62 bool boolean = get_boolean; in main() local
Dstring_builder_size_report_incremental.cc71 bool boolean = get_boolean; in main() local
/external/llvm-project/clang/test/PCH/
Dcxx_exprs.cpp13 bool boolean; variable
/external/flatbuffers/python/flatbuffers/
Dpacker.py25 boolean = struct.Struct(compat.struct_bool_decl) variable
/external/clang/test/PCH/
Dcxx_exprs.cpp13 bool boolean; variable
/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()
/external/adhd/cras/src/server/
Dcras_expr.c21 static void value_set_boolean(struct cras_expr_value *value, char boolean) in value_set_boolean()
287 const char *name, char boolean) in cras_expr_env_set_variable_boolean()
341 static struct cras_expr_expression *new_boolean_literal(char boolean) in new_boolean_literal()
639 struct cras_expr_env *env, char *boolean) in cras_expr_expression_eval_boolean()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DNonPrivateMemberVariablesInClassesCheck.cpp35 AST_POLYMORPHIC_MATCHER_P(boolean, AST_POLYMORPHIC_SUPPORTED_TYPES(Stmt, Decl), in AST_POLYMORPHIC_MATCHER_P() argument
/external/perfetto/ui/src/controller/
Dcontroller.ts77 const runners = new Array<(() => boolean)>(); constant
/external/selinux/python/sepolicy/sepolicy/
D__init__.py701 def get_boolean_rules(setype, boolean): argument
1193 def boolean_category(boolean): argument
1201 def boolean_desc(boolean): argument
/external/selinux/libselinux/src/
Daudit2why.c54 static int load_booleans(const sepol_bool_t * boolean, in load_booleans()
72 sepol_bool_t *boolean = NULL; in check_booleans() local
/external/selinux/policycoreutils/setsebool/
Dsetsebool.c124 semanage_bool_t *boolean = NULL; in semanage_set_boolean_list() local
/external/oss-fuzz/projects/yajl-ruby/
Djson_fuzzer.c35 static int yajl_found_boolean(void* ctx, int boolean) { in yajl_found_boolean()
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h80 typedef unsigned char boolean; typedef

1234