HomeSort by relevance Sort by last modified time
    Searched defs:bools (Results 1 - 4 of 4) sorted by null

  /external/libsepol/tests/
test-linker-cond-map.c 57 void test_cond_expr_mapping(policydb_t * p, avrule_decl_t * d, test_cond_expr_t * bools, int len)
70 CU_ASSERT(expr->expr_type == bools[i].expr_type);
71 if (bools[i].bool) {
72 CU_ASSERT(strcmp(p->sym_val_to_name[SYM_BOOLS][expr->bool - 1], bools[i].bool) == 0);
91 test_cond_expr_t bools[2]; local
102 bools[0].bool = "g_b_bool_1";
103 bools[0].expr_type = COND_BOOL;
104 test_cond_expr_mapping(base, d, bools, 1);
112 bools[0].bool = "o1_b_bool_1";
113 bools[0].expr_type = COND_BOOL
122 test_cond_expr_t bools[3]; local
    [all...]
  /external/skia/include/utils/
SkJSON.h 208 * Creates an array of bools, initialized by copying the specified
260 bool* bools() const { function in class:SkJSON::Array
  /external/skia/legacy/include/utils/
SkJSON.h 208 * Creates an array of bools, initialized by copying the specified
260 bool* bools() const { function in class:SkJSON::Array
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 1556 var bools = ['compact', 'nowrap', 'ismap', 'declare', 'noshade', 'checked', 'disabled', 'readonly', 'multiple', 'selected', 'noresize', 'defer']; variable
    [all...]

Completed in 250 milliseconds