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

  /external/caliper/examples/src/main/java/examples/
CopyArrayBenchmark.java 289 @Benchmark int booleans(int reps) { method in class:CopyArrayBenchmark
  /external/selinux/python/sepolicy/
sepolicy.py 78 booleans = sepolicy.get_all_booleans()
85 if v not in booleans:
86 raise ValueError("%s must be an SELinux process domain:\nValid domains: %s" % (v, ", ".join(booleans)))
92 if v not in booleans:
93 raise ValueError("%s must be an SELinux boolean:\nValid boolean: %s" % (v, ", ".join(booleans)))
426 def booleans(args): function
429 rc, args.booleans = selinux.security_get_boolean_names()
430 args.booleans.sort()
432 for b in args.booleans:
437 bools = parser.add_parser("booleans",
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 114 booleans = None variable
304 # Get state of all booleans in the conditional expression
306 for boolean in rule.conditional.booleans:
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 1175 private String[] booleans = {"checked", "compact", "declare", "defer", field in class:XMLWriter
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 783 class booleans(aetools.ComponentItem): class in inherits:aetools.ComponentItem
784 """booleans - """
787 boolean = booleans
    [all...]
  /external/selinux/libsepol/src/
expand.c 2905 int booleans, tunables, i; local
    [all...]
  /external/junit-params/lib/
assertj-core-1.7.1.jar 

Completed in 1436 milliseconds