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

<<11121314151617181920>>

  /external/python/cpython2/Doc/library/
plistlib.rst 29 Values can be strings, integers, floats, booleans, tuples, lists, dictionaries
  /external/python/cpython3/Doc/library/
marshal.rst 41 this module. The following types are supported: booleans, integers, floating
  /external/selinux/libselinux/include/selinux/
selinux.h 306 /* save a list of booleans in a single transaction. */
311 Path may be NULL, in which case the booleans are loaded from
355 /* Commit the pending values for the booleans */
502 selinux_boolean_sub reads the /etc/selinux/TYPE/booleans.subs_dist file
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 472 # Booleans
base-notmetreq.conf 459 # Booleans
small-base.conf 460 # Booleans
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 450 # Booleans
role-base.conf 432 # Booleans
user-base.conf 435 # Booleans
  /external/selinux/secilc/
secil2conf.c 54 printf(" -P, --preserve-tunables treat tunables as booleans\n");
secilc.8.xml 75 <listitem><para>Treat tunables as booleans.</para></listitem>
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CameraFacade.java 86 @Rpc(description = "Take a picture and save it to the specified path.", returns = "A map of Booleans autoFocus and takePicture where True indicates success. cameraId also included.")
  /external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
2009-03-05-dbg.ll 1 ; RUN: opt < %s -globalopt -stats -disable-output |& grep "1 globalopt - Number of global vars shrunk to booleans"
  /external/tensorflow/tensorflow/contrib/tensor_forest/proto/
tensor_forest_params.proto 129 // Some booleans controlling execution
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h 42 #define LVM_TRUE 1 /* Booleans */
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h 202 // for the every time adding to the output. These booleans are initialized to
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SarManager.java 58 /* Booleans for Cell and wifi states */
  /frameworks/support/room/common/src/main/java/androidx/room/
ColumnInfo.java 95 * Column affinity constant for integers or booleans.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java 149 * @return a pair of booleans, the first indicating whether the tooltip should be
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 38 import com.google.common.primitives.Booleans;
382 return Booleans.compare(Double.isNaN(a), Double.isNaN(b));
  /external/junit/src/main/java/junit/framework/
TestCase.java 328 * Asserts that two booleans are equal. If they are not
337 * Asserts that two booleans are equal.
  /frameworks/base/core/java/android/os/
HwParcel.java 164 * Helper method to write a list of Booleans to val.
178 * Helper method to write a list of Booleans to the end of the parcel.
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsManager.java 588 * booleans.
599 * Package private conversion method to turn booleans into preferred
  /system/bt/doc/
style_guide.md 155 ### Booleans instead of bitfields
156 Use booleans to represent boolean state, instead of a set of masks into an
  /external/deqp/scripts/khr_util/
gen_str_util.py 64 # booleans can be stored in enums or in byte-sized arrays. For clarity add special case

Completed in 995 milliseconds

<<11121314151617181920>>