HomeSort by relevance Sort by last modified time
    Searched full:booleans (Results 201 - 225 of 780) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 3 # Booleans
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 3 # Booleans
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 3 # Booleans
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
bool.py 50 # Criteria for modified booleans
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
boolcond.py 159 def booleans(self): member in class:ConditionalExpr
160 """The set of Booleans in the expression."""
181 bools = sorted(self.booleans)
229 bools = sorted(str(b) for b in self.booleans)
  /external/selinux/policycoreutils/man/man5/
selinux_config.5 14 How local users and booleans will be managed when the policy is loaded (note that this function was used by older releases of SELinux and is now deprecated).
95 If set to \fI1\fR, then \fBselinux_mkload_policy\fR(3) will read the local customization for booleans (see \fBbooleans\fR(5)) and users (see \fBlocal.users\fR(5)).
141 .BR selinux "(8), " sestatus "(8), " selinux_path "(3), " selinux_policy_root_path "(3), " selinux_binary_policy_path "(3), " getseuserbyname "(3), " PAM "(8), " fixfiles "(8), " selinux_mkload_policy "(3), " selinux_getpolicytype "(3), " security_policyvers "(3), " selinux_getenforcemode "(3), " seusers "(5), " booleans "(5), " local.users "(5) "
  /external/selinux/policycoreutils/sestatus/
sestatus.c 188 /* booleans */
215 printf(" -b Display current state of booleans.\n");
356 /* show booleans */
358 printf("\nPolicy booleans:\n");
395 /* free up the booleans */
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ParcelTest.java 380 final boolean[] booleans = {false, true, true};
381 parcel.writeBooleanArray(booleans);
383 final boolean[] booleans2 = new boolean[booleans.length];
385 assertTrue(Arrays.equals(booleans, booleans2));
400 final boolean[] booleans = {false, true, true};
401 parcel.writeBooleanArray(booleans);
404 assertTrue(Arrays.equals(booleans, booleans2));
  /external/selinux/python/sepolicy/
sepolicy.py 80 booleans = sepolicy.get_all_booleans()
87 if v not in booleans:
88 raise ValueError("%s must be an SELinux process domain:\nValid domains: %s" % (v, ", ".join(booleans)))
94 if v not in booleans:
95 raise ValueError("%s must be an SELinux boolean:\nValid boolean: %s" % (v, ", ".join(booleans)))
435 def booleans(args): function
438 rc, args.booleans = selinux.security_get_boolean_names()
439 args.booleans.sort()
441 for b in args.booleans:
446 bools = parser.add_parser("booleans",
    [all...]
sepolicy-bash-completion.sh 69 [BOOLEANS]='booleans'
81 [booleans]='-h --help -p --path -a -all -b --boolean'
107 elif [ "$verb" = "booleans" ]; then
  /build/blueprint/proptools/
extend.go 33 // values, replacing non-nil pointers to booleans or strings, and recursing into
51 // bool values, replacing non-nil pointers to booleans or strings, and recursing into
71 // values, replacing non-nil pointers to booleans or strings, and recursing into
92 // bool values, replacing non-nil pointers to booleans or strings, and recursing into
114 // values, replacing non-nil pointers to booleans or strings, and recursing into
139 // values, replacing non-nil pointers to booleans or strings, and recursing into
  /external/guava/guava/src/com/google/common/collect/
ComparisonChain.java 20 import com.google.common.primitives.Booleans;
95 return classify(Booleans.compare(right, left)); // reversed
98 return classify(Booleans.compare(left, right));
  /external/selinux/secilc/docs/
cil_conditional_statements.md 119 Tunables are similar to booleans, however they are used to manage areas of CIL statements that may or may not be in the final CIL policy that will be compiled (whereas booleans are embedded in the binary policy and can be enabled or disabled during run-time).
121 Note that tunables can be treated as booleans by the CIL compiler command line parameter `-P` or `--preserve-tunables` flags.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
terulequery.py 77 used on the booleans.
79 boolean_equal If true, the booleans in the conditional
233 rule.conditional.booleans,
  /developers/samples/android/admin/AppRestrictionEnforcer/
template-params.xml 70 custom properties (booleans, strings, numbers, lists) can be set and
  /external/clang/lib/Headers/
stdbool.h 1 /*===---- stdbool.h - Standard header for booleans -------------------------===
  /external/desugar/java/com/google/devtools/common/options/
BoolOrEnumConverter.java 20 * Converter that can also convert from booleans and enumerations.
  /external/guava/guava/src/com/google/common/primitives/
package-info.java 39 * <li>{@link com.google.common.primitives.Booleans}
  /external/selinux/libselinux/utils/
getsebool.c 39 printf("No booleans\n");
togglesebool.c 77 printf("Commit failed. (%s) No change to booleans.\n",
  /external/selinux/libsepol/
Android.bp 21 "src/booleans.c",
  /external/selinux/libsepol/tests/
test-expander-users.c 37 unsigned char *found; /* array of booleans of roles found */
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stdbool.h 1 /*===---- stdbool.h - Standard header for booleans -------------------------===
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stdbool.h 1 /*===---- stdbool.h - Standard header for booleans -------------------------===
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stdbool.h 1 /*===---- stdbool.h - Standard header for booleans -------------------------===

Completed in 1132 milliseconds

1 2 3 4 5 6 7 891011>>