/external/jemalloc/test/unit/ |
D | util.c | 76 #define ERR(e) e, #e in TEST_BEGIN() macro 79 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 80 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 81 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 83 {"", "", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 84 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 85 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 86 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX}, in TEST_BEGIN() 88 {"42", "", 0, ERR(0), KUMAX(42)}, in TEST_BEGIN() 89 {"+42", "", 0, ERR(0), KUMAX(42)}, in TEST_BEGIN() [all …]
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb2-preloads.txt | 6 …assemble < %s 2>&1 >/dev/null | FileCheck %s --check-prefix=MP-ERR --check-prefix=V7-ERR 7 …umbv7a-none-eabi -disassemble -mattr=-mp < %s 2>&1 >/dev/null | FileCheck %s --check-prefix=MP-ERR 9 …umbv7m-none-eabi -disassemble < %s 2>&1 >/dev/null | FileCheck %s --check-prefix=MP-ERR 18 # MP-ERR: invalid instruction encoding 19 # MP-ERR-NEXT: [0xb3,0xf8,0x04,0xf0] 23 # MP-ERR: invalid instruction encoding 24 # MP-ERR-NEXT: [0x34,0xf8,0x06,0xfc] 40 # MP-ERR: invalid instruction encoding 41 # MP-ERR-NEXT: [0x39,0xf8,0x0a,0xf0] 45 # MP-ERR: invalid instruction encoding [all …]
|
/external/selinux/libsemanage/src/ |
D | modules.c | 64 ERR(sh, "Out of memory!"); in parse_module_headers() 73 ERR(sh, "Could not parse module data."); in parse_module_headers() 78 …ERR(sh, "Data did not represent a pp module. Please upgrade to the latest version of libsemanage t… in parse_module_headers() 111 ERR(sh, in semanage_module_install_hll() 115 ERR(sh, "Not connected."); in semanage_module_install_hll() 130 ERR(sh, in semanage_module_install_file() 134 ERR(sh, "Not connected."); in semanage_module_install_file() 152 ERR(sh, in semanage_module_extract() 156 ERR(sh, "Not connected."); in semanage_module_extract() 202 ERR(sh, "No remove function defined for this connection type."); in semanage_module_remove() [all …]
|
D | semanage_store.c | 282 ERR(sh, "Unable to allocate space for policy top level path."); in semanage_init_final_suffix() 290 ERR(sh, "Unable to allocate space for file context path."); in semanage_init_final_suffix() 298 ERR(sh, "Unable to allocate space for file context home directory path."); in semanage_init_final_suffix() 306 ERR(sh, "Unable to allocate space for local file context path."); in semanage_init_final_suffix() 314 ERR(sh, "Unable to allocate space for netfilter context path."); in semanage_init_final_suffix() 322 ERR(sh, "Unable to allocate space for userconf path."); in semanage_init_final_suffix() 333 ERR(sh, "Unable to compose policy binary path."); in semanage_init_final_suffix() 340 ERR(sh, "Unable to allocate space for policy binary path."); in semanage_init_final_suffix() 371 ERR(sh, "Unable to allocate space for policy final path."); in semanage_init_final_paths() 522 ERR(sh, "Could not create module store at %s.", in semanage_create_store() [all …]
|
D | parse_utils.c | 20 ERR(handle, in parse_init() 50 ERR(handle, "could not open file %s: %s", in parse_open() 136 ERR(handle, "out of memory, could not allocate buffer"); in parse_skip_space() 145 ERR(handle, "unexpected end of file (%s: %u)", in parse_assert_noeof() 160 ERR(handle, "missing whitespace (%s: %u):\n%s", in parse_assert_space() 179 ERR(handle, "expected character \'%c\', but found \'%c\' " in parse_assert_ch() 200 ERR(handle, "experted string \"%s\", but found \"%s\" " in parse_assert_str() 246 ERR(handle, "expected a numeric value: (%s: %u)\n%s", in parse_fetch_int() 253 ERR(handle, "could not parse numeric value \"%s\": " in parse_fetch_int() 264 ERR(handle, "could not fetch numeric value"); in parse_fetch_int() [all …]
|
D | direct_api.c | 132 ERR(sh, "could not check whether policy is managed"); in semanage_direct_is_managed() 286 ERR(sh, "could not establish direct connection"); in semanage_direct_connect() 304 ERR(sh, "Could not cleanly remove sandbox %s.", in semanage_direct_disconnect() 311 ERR(sh, "Could not cleanly remove tmp %s.", in semanage_direct_disconnect() 445 ERR(sh, "Failure allocating memory."); in bunzip() 458 ERR(sh, "Failure opening bz2 archive."); in bunzip() 464 ERR(sh, "Failure allocating memory."); in bunzip() 475 ERR(sh, "Failure allocating memory."); in bunzip() 485 ERR(sh, "Failure reading bz2 archive."); in bunzip() 516 ERR(sh, "Unable to open %s\n", path); in map_file() [all …]
|
D | database_policydb.c | 60 ERR(handle, "could not update cache serial"); in dbase_policydb_set_serial() 108 ERR(handle, "could not create policydb object"); in dbase_policydb_cache() 116 ERR(handle, "could not open %s for reading: %s", in dbase_policydb_cache() 125 ERR(handle, "could not create policy file object"); in dbase_policydb_cache() 149 ERR(handle, "could not cache policy database"); in dbase_policydb_cache() 206 ERR(handle, "out of memory, could not initialize policy database"); in dbase_policydb_init() 254 ERR(handle, "could not add record to the database"); in dbase_policydb_add() 270 ERR(handle, "could not set record value"); in dbase_policydb_set() 288 ERR(handle, "could not modify record value"); in dbase_policydb_modify() 331 ERR(handle, "could not query record value"); in dbase_policydb_query() [all …]
|
D | database_llist.c | 62 ERR(handle, "out of memory"); in dbase_llist_cache_prepend() 65 ERR(handle, "could not cache record"); in dbase_llist_cache_prepend() 93 ERR(handle, "could not update cache serial"); in dbase_llist_set_serial() 124 ERR(handle, "could not complete cache lookup"); in dbase_llist_cache_locate() 144 ERR(handle, "could not check if record exists"); in dbase_llist_exists() 162 ERR(handle, "could not add record to the database"); in dbase_llist_add() 178 ERR(handle, "record not found in the database"); in dbase_llist_set() 190 ERR(handle, "could not set record value"); in dbase_llist_set() 218 ERR(handle, "could not modify record value"); in dbase_llist_modify() 249 ERR(handle, "could not query record value"); in dbase_llist_query() [all …]
|
D | booleans_activedb.c | 35 ERR(handle, "could not get list of boolean names"); in bool_read_list() 59 ERR(handle, "could not get the value " in bool_read_list() 77 ERR(handle, "out of memory"); in bool_read_list() 80 ERR(handle, "could not read boolean list"); in bool_read_list() 123 ERR(handle, "libselinux commit failed"); in bool_commit_list() 133 ERR(handle, "out of memory"); in bool_commit_list() 136 ERR(handle, "could not commit boolean list"); in bool_commit_list()
|
/external/selinux/libsepol/src/ |
D | module.c | 315 ERR(handle, "Out of memory!"); in sepol_link_packages() 332 ERR(handle, "Out of memory!"); in sepol_link_packages() 337 ERR(handle, "Out of memory!"); in sepol_link_packages() 383 ERR(file->handle, "out of memory"); in module_package_read_offsets() 389 ERR(file->handle, "module package header truncated"); in module_package_read_offsets() 393 ERR(file->handle, in module_package_read_offsets() 403 ERR(file->handle, "too many sections (%u) in module package", in module_package_read_offsets() 410 ERR(file->handle, "out of memory"); in module_package_read_offsets() 417 ERR(file->handle, "out of memory"); in module_package_read_offsets() 422 ERR(file->handle, "module package offset array truncated"); in module_package_read_offsets() [all …]
|
D | node_record.c | 55 ERR(handle, "could not parse IPv4 address " in node_parse_addr() 68 ERR(handle, "could not parse IPv6 address " in node_parse_addr() 81 ERR(handle, "unsupported protocol %u, could not " in node_parse_addr() 116 ERR(handle, "unsupported protocol %u", proto); in node_alloc_addr() 125 ERR(handle, "out of memory"); in node_alloc_addr() 129 ERR(handle, "could not allocate address of protocol %s", in node_alloc_addr() 153 ERR(handle, in node_expand_addr() 173 ERR(handle, in node_expand_addr() 182 ERR(handle, "unsupported protocol %u, could not" in node_expand_addr() 214 ERR(handle, "unsupported protocol %u", proto); in node_alloc_addr_string() [all …]
|
D | expand.c | 101 ERR(state->handle, "Out of memory!"); in type_copy_callback() 107 ERR(state->handle, "Out of memory!"); in type_copy_callback() 119 ERR(state->handle, "type space overflow"); in type_copy_callback() 131 ERR(state->handle, "hashtab overflow"); in type_copy_callback() 137 ERR(state->handle, "Out of memory!\n"); in type_copy_callback() 169 ERR(state->handle, "attribute %s vanished!", id); in attr_convert_callback() 173 ERR(state->handle, "out of memory"); in attr_convert_callback() 179 ERR(state->handle, "Out of memory!"); in attr_convert_callback() 241 ERR(state->handle, "Out of memory!"); in common_copy_callback() 246 ERR(state->handle, "Out of memory!"); in common_copy_callback() [all …]
|
D | context_record.c | 39 ERR(handle, "out of memory, could not set " in hidden_def() 66 ERR(handle, "out of memory, could not set " in hidden_def() 92 ERR(handle, "out of memory, could not set " in hidden_def() 118 ERR(handle, "out of memory, could not set " in hidden_def() 137 ERR(handle, "out of memory, could not " "create context\n"); in hidden_def() 182 ERR(handle, "out of memory"); in hidden_def() 185 ERR(handle, "could not clone context record"); in hidden_def() 226 ERR(handle, "out of memory"); in hidden_def() 271 ERR(handle, "malformed context \"%s\"", str); in hidden_def() 274 ERR(handle, "could not construct context from string"); in hidden_def() [all …]
|
D | booleans.c | 33 ERR(handle, "boolean %s no longer in policy", name); in bool_update() 37 ERR(handle, "illegal value %d for boolean %s", value, name); in bool_update() 46 ERR(handle, "out of memory"); in bool_update() 50 ERR(handle, "could not update boolean %s", cname); in bool_update() 77 ERR(handle, "could not convert boolean %s to record", name); in bool_to_record() 95 ERR(handle, "error while re-evaluating conditionals"); in sepol_bool_set() 102 ERR(handle, "could not set boolean %s", name); in sepol_bool_set() 130 ERR(handle, "out of memory, could not check " in sepol_bool_exists() 170 ERR(handle, "out of memory"); in sepol_bool_query() 173 ERR(handle, "could not query boolean %s", cname); in sepol_bool_query() [all …]
|
D | policydb_convert.c | 24 ERR(handle, "policy image is invalid"); in policydb_from_image() 48 ERR(handle, "could not compute policy length"); in policydb_to_image() 57 ERR(handle, "out of memory"); in policydb_to_image() 67 ERR(handle, "could not write policy"); in policydb_to_image() 77 ERR(handle, "Out of memory"); in policydb_to_image() 82 ERR(handle, "new policy image is invalid"); in policydb_to_image() 96 ERR(handle, "could not create policy image"); in policydb_to_image()
|
D | genusers.c | 30 ERR(NULL, "invalid entry %s (%s:%u)", \ 52 ERR(NULL, "out of memory"); 96 ERR(NULL, "out of memory"); 105 ERR(NULL, "out of memory"); 116 ERR(NULL, "out of memory"); 166 ERR(NULL, "undefined role %s (%s:%u)", 175 ERR(NULL, "out of memory"); 212 ERR(NULL, "out of memory"); 230 ERR(NULL, "invalid level %s (%s:%u)", scontext, 258 ERR(NULL, "out of memory"); [all …]
|
D | link.c | 151 ERR(state->handle, "Memory error"); in permission_copy_callback() 158 ERR(state->handle, "Memory error"); in permission_copy_callback() 166 ERR(state->handle, in permission_copy_callback() 174 ERR(state->handle, in permission_copy_callback() 190 ERR(state->handle, "Out of memory!"); in permission_copy_callback() 214 ERR(state->handle, "Found conflicting default user definitions"); in class_copy_default_new_object() 221 ERR(state->handle, "Found conflicting default role definitions"); in class_copy_default_new_object() 228 ERR(state->handle, "Found conflicting default type definitions"); in class_copy_default_new_object() 235 ERR(state->handle, "Found conflicting default range definitions"); in class_copy_default_new_object() 271 ERR(state->handle, in class_copy_callback() [all …]
|
D | context.c | 135 ERR(handle, "out of memory, could not convert " "context to string"); in context_to_string() 162 ERR(handle, "out of memory"); in context_from_record() 171 ERR(handle, "user %s is not defined", user); in context_from_record() 180 ERR(handle, "role %s is not defined", role); in context_from_record() 189 ERR(handle, "type %s is not defined", type); in context_from_record() 196 ERR(handle, "MLS is disabled, but MLS context \"%s\" found", in context_from_record() 200 ERR(handle, "MLS is enabled, but no MLS context found"); in context_from_record() 209 ERR(handle, in context_from_record() 213 ERR(handle, in context_from_record() 235 ERR(handle, "could not create context structure"); in context_from_record() [all …]
|
D | users.c | 51 ERR(handle, "could not copy MLS level"); in user_to_record() 57 ERR(handle, "could not copy MLS level"); in user_to_record() 75 ERR(handle, "could not copy MLS range"); in user_to_record() 164 ERR(handle, "undefined role %s for user %s", in sepol_user_modify() 184 ERR(handle, "MLS is enabled, but no MLS " in sepol_user_modify() 196 ERR(handle, "could not copy MLS level %s", cmls_level); in sepol_user_modify() 204 ERR(handle, "MLS is enabled, but no MLS" in sepol_user_modify() 215 ERR(handle, "could not copy MLS range %s", cmls_range); in sepol_user_modify() 221 ERR(handle, "MLS is disabled, but MLS level/range " in sepol_user_modify() 264 ERR(handle, "unable to expand role set"); in sepol_user_modify() [all …]
|
D | avtab.c | 454 ERR(fp->handle, "truncated entry"); in avtab_read_item() 460 ERR(fp->handle, "invalid item count"); in avtab_read_item() 466 ERR(fp->handle, "truncated entry"); in avtab_read_item() 474 ERR(fp->handle, "truncated source type"); in avtab_read_item() 480 ERR(fp->handle, "truncated target type"); in avtab_read_item() 486 ERR(fp->handle, "truncated target class"); in avtab_read_item() 494 ERR(fp->handle, "null entry"); in avtab_read_item() 498 ERR(fp->handle, "entry has both access " in avtab_read_item() 514 ERR(fp->handle, "entry only had %d items, " in avtab_read_item() 523 ERR(fp->handle, "truncated entry"); in avtab_read_item() [all …]
|
D | genbools.c | 56 ERR(NULL, "illegal value for boolean " in process_boolean() 84 ERR(NULL, "out of memory"); 98 ERR(NULL, "unknown boolean %s", name); 130 ERR(NULL, "unknown boolean %s", name); 168 ERR(NULL, "error while re-evaluating conditionals"); 179 ERR(NULL, "unable to write new binary policy image"); 226 ERR(NULL, "boolean %s no longer in policy", names[i]); 231 ERR(NULL, "illegal value %d for boolean %s", 240 ERR(NULL, "error while re-evaluating conditionals"); 251 ERR(NULL, "unable to write binary policy");
|
/external/vogar/test/vogar/testing/ |
D | InterceptOutputStreamsTest.java | 40 public InterceptOutputStreams iosRule = new InterceptOutputStreams(Stream.OUT, Stream.ERR); 53 assertTrue(iosRule.contents(Stream.ERR).endsWith("\nAfter Tests ERR\n")); in tearDown() 59 final InterceptOutputStreams ios = new InterceptOutputStreams(Stream.OUT, Stream.ERR); in testApply() 67 assertEquals("World\n", ios.contents(Stream.ERR)); in testApply() 71 assertEquals("Before Tests ERR\n", iosRule.contents(Stream.ERR)); in testApply() 86 ios.contents(Stream.ERR); in testApply() 101 ios.contents(Stream.ERR); in testApply_NotIntercepting() 117 InterceptOutputStreams ios = new InterceptOutputStreams(Stream.OUT, Stream.ERR); in testApply_Nesting() 146 + "Outer after ERR\n", iosRule.contents(Stream.ERR)); in testApply_Nesting()
|
/external/llvm/test/FileCheck/ |
D | check-empty.txt | 1 // RUN: not FileCheck -check-prefix=FOO %s </dev/null 2>&1 | FileCheck -check-prefix=EMPTY-ERR %s 2 // RUN: not FileCheck -check-prefix=NOFOO %s </dev/null 2>&1 | FileCheck -check-prefix=EMPTY-ERR %s 3 …fix=FOO -allow-empty %s </dev/null 2>&1 | FileCheck -check-prefix=NO-EMPTY-ERR -check-prefix=NOT-F… 4 …prefix=NOFOO -allow-empty %s </dev/null 2>&1 | FileCheck -allow-empty -check-prefix=NO-EMPTY-ERR %s 9 ; EMPTY-ERR: FileCheck error: '-' is empty. 10 ; NO-EMPTY-ERR-NOT: FileCheck error: '-' is empty.
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 617 #define check_noerr( ERR ) \ argument 622 localErr = (int_least32_t)( ERR ); \ 630 #define check_noerr( ERR ) argument 652 #define check_noerr_string( ERR, STR ) \ argument 657 localErr = (int_least32_t)( ERR ); \ 665 #define check_noerr_string( ERR, STR ) argument 813 #define require_noerr( ERR, LABEL ) \ argument 818 localErr = (int_least32_t)( ERR ); \ 844 #define require_noerr_string( ERR, LABEL, STR ) \ argument 849 localErr = (int_least32_t)( ERR ); \ [all …]
|
/external/deqp/framework/opengl/ |
D | gluDefs.hpp | 29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__) argument 30 #define GLU_CHECK_ERROR(ERR) GLU_EXPECT_NO_ERROR(ERR, DE_NULL) argument 33 #define GLU_CHECK_CALL_ERROR(CALL, ERR) do { CALL; GLU_EXPECT_NO_ERROR(ERR, #CALL); } while (deGetF… argument
|