/packages/apps/Camera2/src/com/android/camera/settings/ |
SettingsUpgrader.java | 34 // SettingsManager, to represent string-based booleans via typed string 37 // based booleans.
|
/external/selinux/libsemanage/src/ |
pywrap-test.py | 19 -b for booleans \n\ 21 -c for aCtive booleans\n\ 58 self.booleans = False 68 return (self.all or self.users or self.modules or self.seusers or self.ports or self.fcontexts or self.interfaces or self.booleans or self.abooleans or self.writeuser or self.writeseuser or self.writeport or self.writefcontext or self.writeinterface or self.writeboolean or self.writeaboolean or self.nodes or self.writenode) 89 if (self.booleans or self.all): 268 print "Testing booleans..." 272 raise Error("Could not list booleans") 276 print "No booleans found!" 287 print "Testing active booleans..." 291 raise Error("Could not list active booleans") [all...] |
/external/javassist/src/test/test/javassist/convert/ |
ArrayAccessReplaceTest.java | 280 private boolean[] booleans; field in class:ArrayAccessReplaceTest.Simple 298 return booleans[pos]; 342 booleans[pos] = value;
|
/frameworks/base/core/java/android/util/ |
SparseBooleanArray.java | 25 * SparseBooleanArrays map integers to booleans. 26 * Unlike a normal array of booleans 28 * than using a HashMap to map Integers to Booleans, both because it avoids
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/ |
Test_new_array.java | 46 * @title Array of booleans
|
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/ |
README.md | 19 custom properties (booleans, strings, numbers, lists) can be set and
|
/development/gsi/gsi_util/gsi_util/utils/ |
sepolicy_utils.py | 53 -P, --preserve-tunables treat tunables as booleans
|
/external/deqp/doc/testspecs/GLES31/ |
functional.compute.shared_var.txt | 44 + buffer block containing an array of booleans, one for each item in work group
|
/external/libbrillo/brillo/ |
key_value_store.cc | 26 // Values used for booleans.
|
/external/selinux/libselinux/ |
Android.bp | 25 "src/booleans.c",
|
/external/selinux/secilc/ |
secil2conf.8.xml | 50 <listitem><para>Treat tunables as booleans.</para></listitem>
|
/external/skia/gm/ |
simpleaaclip.cpp | 40 * This GM tests anti aliased single operation booleans with SkAAClips,
|
/external/skqp/gm/ |
simpleaaclip.cpp | 40 * This GM tests anti aliased single operation booleans with SkAAClips,
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
select.ll | 11 ; booleans where at least one operand is true/false/undef.
|
/hardware/interfaces/health/2.0/ |
types.hal | 136 * - false (for booleans);
|
/hardware/ril/reference-ril/ |
at_tok.c | 161 // booleans should be 0 or 1
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
exception.py | 65 """Exception for invalid Booleans."""
|
/system/sepolicy/prebuilts/api/26.0/private/ |
genfs_contexts | 45 # selinuxfs booleans can be individually labeled.
|
/art/test/021-string2/src/junit/framework/ |
Assert.java | 143 * Asserts that two booleans are equal. If they are not 150 * Asserts that two booleans are equal.
|
/art/test/082-inline-execute/src/junit/framework/ |
Assert.java | 143 * Asserts that two booleans are equal. If they are not 150 * Asserts that two booleans are equal.
|
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/ |
DoubleMath.java | 24 import com.google.common.primitives.Booleans; 167 return Booleans.compare(Double.isNaN(a), Double.isNaN(b));
|
/external/selinux/libselinux/src/ |
selinux_config.c | 31 #define BOOLEANS 8 414 return get_path(BOOLEANS);
|
/frameworks/base/test-base/src/junit/framework/ |
Assert.java | 143 * Asserts that two booleans are equal. If they are not 150 * Asserts that two booleans are equal.
|
/libcore/ojluni/src/main/java/sun/security/util/ |
BitArray.java | 32 * A packed array of booleans. 104 * of Booleans.
|
/prebuilts/go/darwin-x86/src/ |
make.bash | 103 if [ -d $se_mount -a -f $se_mount/booleans/allow_execstack -a -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then 104 if ! cat $se_mount/booleans/allow_execstack | grep -c '^1 1$' >> /dev/null ; then
|