HomeSort by relevance Sort by last modified time
    Searched refs:bools (Results 1 - 7 of 7) 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/chromium_org/third_party/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/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/tools/lua/
glyph-usage.lua 70 -- array is an array of bools (true), using glyphID as the index
78 -- take a table of bools, indexed by values, and return a sorted table of values
  /external/clang/test/SemaCXX/
lambda-expressions.cpp 158 template<typename...Ts> bool g(Fst<bool, Ts> ...bools);
  /external/chromium_org/third_party/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...]
  /external/libsepol/src/
conditional.c 61 static int bool_present(unsigned int target, unsigned int bools[],
70 while (i < num_bools && target != bools[i])
83 /* same number of bools? */
87 /* make sure all the bools in a are also in b */
342 * number of bools.
372 ("Found expr with no bools and only a ! - this should never happen.\n");
387 /* find all the bools in the expression */
408 /* save the default values for the bools so we can play with them */
414 /* loop through all possible combinations of values for bools in expression */
416 /* temporarily set the value for all the bools in th
    [all...]

Completed in 96 milliseconds