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

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
BooleanArr.java 21 private boolean[] bools; field in class:BooleanArr
26 public BooleanArr(boolean[] bools) {
27 this.bools = bools;
31 return Arrays.toString(bools);
35 return bools;
38 public void setBools(boolean[] bools) {
39 this.bools = bools;
PrimitiveArrayTest.java 39 private final boolean[] bools = new boolean[] { true, false }; field in class:PrimitiveArrayTest
49 + Arrays.toString(bools) + " ]\n";
61 assertArrayEquals(bools, ((BooleanArr) wrappers.get(7)).getBools());
180 BooleanArr boolArr = new BooleanArr(bools);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestResources.java 39 public SparseBooleanArray bools; field in class:TestResources
49 res.bools = new SparseBooleanArray();
67 bools.put(R.bool.show_documents_root, enabled);
72 return bools.get(id);
  /external/selinux/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/selinux/policycoreutils/sestatus/
sestatus.c 189 char **bools; local
343 if (security_get_boolean_names(&bools, &nbool) >= 0) {
347 if (strlen(bools[i]) + 1 > COL)
348 COL = strlen(bools[i]) + 1;
351 printf_tab(bools[i]);
353 rc = security_get_boolean_active(bools[i]);
365 c = security_get_boolean_pending(bools[i]);
382 free(bools[i]);
384 free(bools);
  /external/selinux/libselinux/src/
audit2why.c 64 static int check_booleans(struct boolean_t **bools)
151 *bools = calloc(sizeof(struct boolean_t), fcnt + 1);
152 struct boolean_t *b = *bools;
318 struct boolean_t *bools; local
389 if (check_booleans(&bools) == 0) {
397 struct boolean_t *b = bools;
402 b = bools;
410 free(bools);
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 112 bools = None variable
132 global bools
141 bools = None
880 global bools
881 if not bools:
882 bools = list(info(BOOLEAN))
883 return bools
1017 bools = []
1032 if (b[0], enabled) not in bools and (b[0], not enabled) not in bools
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector.cc 613 const BoolForAdd bools[] = { local
618 for (const auto& b : bools)
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
ActionHandlerTest.java 95 mActivity.resources.bools.put(R.bool.show_documents_root, false);
105 mActivity.resources.bools.put(R.bool.show_documents_root, true);
169 mActivity.resources.bools.put(R.bool.show_documents_root, false);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 459 def bools(self): member in class:SELinuxPolicy
  /external/selinux/libsemanage/src/
direct_api.c 1115 dbase_config_t *bools = semanage_bool_dbase_local(sh); local
1189 bools_modified = bools->dtable->is_modified(bools->dbase);
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
ActionHandlerTest.java 346 mActivity.resources.bools.put(R.bool.show_documents_root, false);
354 mActivity.resources.bools.put(R.bool.show_documents_root, true);
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 1383 milliseconds