/external/selinux/libsepol/src/ |
D | boolean_record.c | 76 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()
|
D | booleans.c | 178 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/ |
D | readability-implicit-bool-conversion.cpp | 19 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/ |
D | warn-bitwise-negation-bool.c | 9 typedef bool boolean; typedef 11 typedef _Bool boolean; typedef
|
D | warn-integer-constants-in-ternary.c | 12 typedef bool boolean; typedef 14 typedef _Bool boolean; typedef
|
D | warn-int-in-bool-context.c | 14 typedef bool boolean; typedef 16 typedef _Bool boolean; typedef
|
/external/selinux/libsemanage/tests/ |
D | test_bool.c | 118 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/ |
D | booleans_file.c | 24 semanage_bool_t * boolean, FILE * str) in bool_print() 39 parse_info_t * info, semanage_bool_t * boolean) in bool_parse()
|
D | boolean_record.c | 36 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/ |
D | cil_conditional_statements.md | 4 boolean section in Conditional Statements
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_option.hpp | 29 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/ |
D | string_builder_size_report.cc | 62 bool boolean = get_boolean; in main() local
|
D | string_builder_size_report_incremental.cc | 71 bool boolean = get_boolean; in main() local
|
/external/llvm-project/clang/test/PCH/ |
D | cxx_exprs.cpp | 13 bool boolean; variable
|
/external/flatbuffers/python/flatbuffers/ |
D | packer.py | 25 boolean = struct.Struct(compat.struct_bool_decl) variable
|
/external/clang/test/PCH/ |
D | cxx_exprs.cpp | 13 bool boolean; variable
|
/external/google-breakpad/src/processor/ |
D | simple_serializer-inl.h | 57 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/ |
D | cras_expr.c | 21 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/ |
D | NonPrivateMemberVariablesInClassesCheck.cpp | 35 AST_POLYMORPHIC_MATCHER_P(boolean, AST_POLYMORPHIC_SUPPORTED_TYPES(Stmt, Decl), in AST_POLYMORPHIC_MATCHER_P() argument
|
/external/perfetto/ui/src/controller/ |
D | controller.ts | 77 const runners = new Array<(() => boolean)>(); constant
|
/external/selinux/python/sepolicy/sepolicy/ |
D | __init__.py | 701 def get_boolean_rules(setype, boolean): argument 1193 def boolean_category(boolean): argument 1201 def boolean_desc(boolean): argument
|
/external/selinux/libselinux/src/ |
D | audit2why.c | 54 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/ |
D | setsebool.c | 124 semanage_bool_t *boolean = NULL; in semanage_set_boolean_list() local
|
/external/oss-fuzz/projects/yajl-ruby/ |
D | json_fuzzer.c | 35 static int yajl_found_boolean(void* ctx, int boolean) { in yajl_found_boolean()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_compiler.h | 80 typedef unsigned char boolean; typedef
|