Searched defs:assert (Results 1 - 4 of 4) sorted by relevance

/system/sepolicy/tools/
H A Dcheckfc.c45 } assert; member in struct:__anon1900
166 uint32_t len = ebitmap_length(&global_state.assert.set);
169 &global_state.assert.set);
172 dump_char_array(stderr, global_state.assert.attrs);
218 ebitmap_destroy(&global_state.assert.set);
299 global_state.assert.attrs = filemode_to_assert_attrs(mode);
301 bool ret = ebitmap_attribute_assertion_init(&global_state.assert.set, global_state.assert.attrs);
H A Dcheck_seapp.c319 static bool match_regex(key_map *assert, const key_map *check) { argument
323 int ret = pcre_exec(assert->regex.compiled, assert->regex.extra, tomatch,
626 rule_map *assert; local
631 assert = e->r;
635 for (j = 0; j < assert->length; j++) {
636 nrule = &(assert->m[j]);
663 if (cnt == assert->length) {
664 list_append(&rm->violations, &assert->listify);
/system/extras/perfprofd/quipper/base/
H A Dlogging.h48 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
89 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
445 // Redefine the standard assert to use our nice log files
446 #undef assert macro
447 #define assert(x) DLOG_ASSERT(x) macro
/system/core/adb/
H A Dsysdeps_win32.cpp89 #define assert(cond) \ macro

Completed in 3295 milliseconds