Searched
full:booleans (Results
276 -
300 of
780) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-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
|
/external/selinux/python/sepolicy/sepolicy/ |
__init__.py | 116 booleans = None variable 1096 global booleans 1097 if not booleans: 1098 booleans = selinux.security_get_boolean_names()[1] 1099 return booleans [all...] |
/external/eigen/Eigen/src/Core/functors/ |
BinaryFunctors.h | 385 * \brief Template functor to compute the and of two booleans 401 * \brief Template functor to compute the or of two booleans 417 * \brief Template functor to compute the xor of two booleans
|
/external/libmojo/build/ |
gn_helpers.py | 82 will not handle GN escaping properly, nor GN booleans. You should use this 179 - GN booleans ('true', 'false') will be converted to Python booleans.
|
/external/skia/gn/ |
gn_helpers.py | 82 will not handle GN escaping properly, nor GN booleans. You should use this 179 - GN booleans ('true', 'false') will be converted to Python booleans.
|
/external/skqp/gn/ |
gn_helpers.py | 82 will not handle GN escaping properly, nor GN booleans. You should use this 179 - GN booleans ('true', 'false') will be converted to Python booleans.
|
/external/guava/guava/src/com/google/common/collect/ |
Cut.java | 20 import com.google.common.primitives.Booleans; 80 return Booleans.compare(
|
/external/junit/src/main/java/junit/framework/ |
Assert.java | 170 * Asserts that two booleans are equal. If they are not 178 * Asserts that two booleans are equal.
|
/external/selinux/libsepol/tests/ |
test-deps.c | 198 /* booleans */ 282 /* booleans */
|
/external/selinux/prebuilts/bin/ |
sesearch.py | 97 help="Comma separated list of Booleans in the conditional expression.") 120 help="Use regular expression matching for Booleans.")
|
/external/testng/src/main/java/org/testng/ |
AssertJUnit.java | 181 * Asserts that two booleans are equal. If they are not 189 * Asserts that two booleans are equal.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPConst.java | 141 * The canonical true string value for Booleans in serialized XMP. Code that converts from the 146 * The canonical false string value for Booleans in serialized XMP. Code that converts from the
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioRecordNative.java | 142 // Converted to Java booleans or exceptions at the public API layer.
|
AudioTrackNative.java | 149 // Converted to Java booleans or exceptions at the public API layer.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
BoolStack.java | 37 /** Index into the array of booleans */
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
BoolAssignmentChecker.cpp | 57 // We are only interested in stores into Booleans.
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
EngineJob.java | 37 // Either resource or exception (particularly exception) may be returned to us null, so use booleans to track if
|
/external/jsmn/ |
README.md | 49 Note: Unlike JSON data types, primitive tokens are not divided into numbers, booleans and null, because one can easily tell the type using the first character:
|
/external/libchrome/base/threading/ |
thread_local_storage.h | 28 // * ThreadLocalBoolean (from thread_local.h) for booleans.
|
/external/libvncserver/webclients/java-applet/ |
javaviewer.pseudo_proxy.patch | 69 // Make the booleans and encodings array correspond to the state of the GUI
|
/external/llvm/lib/IR/ |
IRBuilder.cpp | 207 /// \p Mask - vector of booleans which indicates what vector lanes should 230 /// \p Mask - vector of booleans which indicates what vector lanes should 257 /// \p Mask - vector of booleans which indicates what vector lanes should 286 /// \p Mask - vector of booleans which indicates what vector lanes should
|
/external/llvm/test/Transforms/GlobalOpt/ |
2009-03-05-dbg.ll | 3 ; CHECK: 1 globalopt - Number of global vars shrunk to booleans
|
/external/mesa3d/docs/ |
codingstyle.html | 129 <li>Booleans. Places that are not directly visible to the GL API
|
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/ |
TestSubsystem.xml.in | 6 <!-- Tested Booleans -->
|
/external/pdfium/core/fxcodec/jbig2/ |
JBig2_ArithDecoder.cpp | 48 // TODO(thestig): |D|, |MPS| and friends probably should be booleans.
|
Completed in 793 milliseconds
<<11121314151617181920>>