Searched defs:booleans (Results 1 - 17 of 17) sorted by relevance

/external/selinux/libsemanage/src/
H A Dbooleans_activedb.c23 semanage_bool_t *** booleans, unsigned int *count)
71 *booleans = tmp_booleans;
91 semanage_bool_t ** booleans, unsigned int count)
107 name = semanage_bool_get_name(booleans[i]);
110 newvalue = semanage_bool_get_value(booleans[i]);
22 bool_read_list(semanage_handle_t * handle, semanage_bool_t *** booleans, unsigned int *count) argument
90 bool_commit_list(semanage_handle_t * handle, semanage_bool_t ** booleans, unsigned int count) argument
/external/caliper/examples/src/main/java/examples/
H A DCopyArrayBenchmark.java289 @Benchmark int booleans(int reps) { method in class:CopyArrayBenchmark
/external/selinux/libsepol/src/
H A Dgenbools.c149 int sepol_genbools(void *data, size_t len, char *booleans) argument
160 if (load_booleans(&policydb, booleans, &changes) < 0) {
161 WARN(NULL, "error while reading %s", booleans);
195 int hidden sepol_genbools_policydb(policydb_t * policydb, const char *booleans) argument
199 rc = load_booleans(policydb, booleans, &changes);
H A Dexpand.c2048 /* create a new temporary conditional node with the booleans
2059 ERR(state->handle, "Error mapping booleans");
2837 * "transformed" as booleans by having their TUNABLE flag cleared.
2850 int booleans, tunables, i; local
2854 booleans = tunables = 0;
2865 booleans++;
2869 * that no mixture of tunables and booleans in one
2873 assert(!(booleans && tunables));
2875 if (booleans || preserve_tunables) {
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java280 private boolean[] booleans; field in class:ArrayAccessReplaceTest.Simple
298 return booleans[pos];
342 booleans[pos] = value;
/external/selinux/policycoreutils/sepolicy/
H A Dsepolicy.py75 booleans = sepolicy.get_all_booleans()
82 if v not in booleans:
83 raise ValueError("%s must be an SELinux process domain:\nValid domains: %s" % (v, ", ".join(booleans)))
89 if v not in booleans:
90 raise ValueError("%s must be an SELinux boolean:\nValid boolean: %s" % (v, ", ".join(booleans)))
436 def booleans(args): function
439 rc, args.booleans = selinux.security_get_boolean_names()
440 args.booleans.sort()
442 for b in args.booleans:
447 bools = parser.add_parser("booleans",
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java1181 private String[] booleans = {"checked", "compact", "declare", "defer",
1195 for (int j = 0; j < booleans.length; j++) {
1196 if (name.equals(booleans[j])) return true;
1175 private String[] booleans = {"checked", "compact", "declare", "defer", field in class:XMLWriter
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A D__init__.py847 booleans = None variable
851 global booleans
852 if not booleans:
853 booleans = selinux.security_get_boolean_names()[1]
854 return booleans
946 global booleans
965 booleans = None
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1034 milliseconds