HomeSort by relevance Sort by last modified time
    Searched refs:bools (Results 1 - 12 of 12) 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...]
  /art/test/407-arrays/src/
Main.java 32 static void $opt$testReads(boolean[] bools, byte[] bytes, char[] chars, short[] shorts,
34 assertEquals(false, bools[0]);
35 assertEquals(false, bools[index]);
56 static void $opt$testWrites(boolean[] bools, byte[] bytes, char[] chars, short[] shorts,
58 bools[0] = true;
59 assertEquals(true, bools[0]);
60 bools[1] = true;
61 assertEquals(true, bools[index]);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
LedConfiguration.java 31 boolean[] bools = new boolean[2];
32 source.readBooleanArray(bools);
33 LedConfiguration config = new LedConfiguration(color0, color1, bools[0]);
34 config.isTransient = bools[1];
  /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/chromium_org/third_party/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/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/protobuf/java/src/test/java/com/google/protobuf/
NanoTest.java     [all...]
  /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...]
  /external/jsoncpp/src/test_lib_json/
main.cpp 315 JSONTEST_FIXTURE( ValueTest, bools )
    [all...]

Completed in 745 milliseconds