/system/keymaster/km_openssl/ |
attestation_record.cpp | 213 /* Booleans */
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
nios2r1.h | 240 constant values and MASK_R1_OPX(A, B, C, N) where the arguments are booleans
|
/art/test/959-invoke-polymorphic-accessors/src/ |
Main.java | 567 boolean [] booleans = { false, true, false }; 568 for (boolean b : booleans) { [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/ |
Dispatcher.c | 161 The Discovered list is never free'ed and contains booleans that represent the
868 The Discovered list is never free'ed and contains booleans that represent the
[all...] |
/external/testng/src/main/java/org/testng/ |
Assert.java | 298 * Asserts that two booleans are equal. If they are not, 309 * Asserts that two booleans are equal. If they are not, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandlerTest.java | 90 * TODO: Test trying to change strings arguments (currently just varies enums and booleans) 544 // Next check all other parameters, cycling through booleans and enums. [all...] |
/external/google-styleguide/ |
jsoncstyleguide.xml | 215 Property values must be Unicode booleans, numbers, strings, objects, arrays, or <code>null</code>. 218 <p>The spec at <a href="http://www.json.org">JSON.org</a> specifies exactly what type of data is allowed in a property value. This includes Unicode booleans, numbers, strings, objects, arrays, and <code>null</code>. JavaScript expressions are not allowed. APIs should support that spec for all values, and should choose the data type most appropriate for a particular property (numbers to represent numbers, etc.).</p><p>Good:</p> 289 <p>As mentioned above, property value types must be booleans, numbers, strings, objects, arrays, or <code>null</code>. However, it is useful define a set of standard data types when dealing with certain values. These data types will always be strings, but they will be formatted in a specific manner so that they can be easily parsed.</p> [all...] |
/external/tensorflow/tensorflow/python/ops/ |
gradients_impl.py | 113 reached_ops: list of booleans, indexed by operation id. 130 reached_ops: list of booleans, indexed by operation id. [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest1.java | 598 boolean[] booleans = { true, false, false, true }; 599 objToSave = booleans; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xproto.h | 393 CARD8 flags; /* DoRed, DoGreen, DoBlue booleans */ 1017 BYTE flags; /* sameScreen and focus booleans, packed together */ [all...] |
/prebuilts/go/darwin-x86/src/encoding/json/ |
decode.go | 5 // Represents JSON data structure using native Go types: booleans, floats, 54 // bool, for JSON booleans [all...] |
encode.go | 44 // Boolean values encode as JSON booleans. 1128 // Only strings, floats, integers, and booleans can be quoted. [all...] |
/prebuilts/go/linux-x86/src/encoding/json/ |
decode.go | 5 // Represents JSON data structure using native Go types: booleans, floats, 54 // bool, for JSON booleans [all...] |
encode.go | 44 // Boolean values encode as JSON booleans. 1128 // Only strings, floats, integers, and booleans can be quoted. [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderOperatorTests.cpp | 191 PRECMASK_NA = 0, //!< Precision not applicable (booleans) 437 // \note Mediump interpolators are used for booleans and lowp ints. [all...] |
/external/eigen/Eigen/src/Core/ |
PermutationMatrix.h | 251 * This function is O(\c n) procedure allocating a buffer of \c n booleans.
|
/external/gflags/src/ |
gflags_completions.cc | 166 // are returned in the various booleans, which should all have intuitive
|
/external/google-breakpad/src/testing/include/gmock/internal/ |
gmock-internal-utils.h | 463 // Mapping from booleans to types. Similar to boost::bool_<kValue> and
|
/external/googletest/googlemock/include/gmock/internal/ |
gmock-internal-utils.h | 501 // Mapping from booleans to types. Similar to boost::bool_<kValue> and
|
/external/libchrome/base/metrics/ |
histogram.h | 435 // BooleanHistogram is a histogram for booleans.
|
/external/libchrome/base/numerics/ |
safe_conversions_impl.h | 139 // This class wraps the range constraints as separate booleans so the compiler
|
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
Decoder.java | 731 * array of booleans.
|
/external/mesa3d/src/compiler/nir/ |
nir_opt_algebraic.py | 198 # Emulating booleans
|
/external/nanopb-c/generator/proto/google/protobuf/ |
descriptor.proto | 161 // For booleans, "true" or "false".
|
/external/nist-sip/java/gov/nist/core/ |
GenericObject.java | 366 * Pretty printing accumulator function for booleans
|