/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_traits.h | 56 Defaults<0, 0, 0, 0> 76 Defaults<0, 0, 0, 0x3f800000> 98 Defaults<0, 0, 0, 0x1> 120 Defaults<0, 0, 0, 0x1> 142 Defaults<0, 0, 0, 0x3f800000> 164 Defaults<0, 0, 0, 0x3f800000> 186 Defaults<0, 0, 0, 0x3f800000> 208 Defaults<0, 0, 0, 0x3f800000> 230 Defaults<0, 0, 0, 0x3f800000> 252 Defaults<0, 0, 0, 0x3f800000> [all …]
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | DefaultsTest.java | 28 assertEquals(false, Defaults.defaultValue(boolean.class).booleanValue()); in testGetDefaultValue() 29 assertEquals('\0', Defaults.defaultValue(char.class).charValue()); in testGetDefaultValue() 30 assertEquals(0, Defaults.defaultValue(byte.class).byteValue()); in testGetDefaultValue() 31 assertEquals(0, Defaults.defaultValue(short.class).shortValue()); in testGetDefaultValue() 32 assertEquals(0, Defaults.defaultValue(int.class).intValue()); in testGetDefaultValue() 33 assertEquals(0, Defaults.defaultValue(long.class).longValue()); in testGetDefaultValue() 34 assertEquals(0.0f, Defaults.defaultValue(float.class).floatValue()); in testGetDefaultValue() 35 assertEquals(0.0d, Defaults.defaultValue(double.class).doubleValue()); in testGetDefaultValue() 36 assertNull(Defaults.defaultValue(void.class)); in testGetDefaultValue() 37 assertNull(Defaults.defaultValue(String.class)); in testGetDefaultValue()
|
/external/golang-protobuf/proto/ |
D | size_test.go | 92 {"bool", &pb.Defaults{F_Bool: Bool(true)}}, 93 {"int32", &pb.Defaults{F_Int32: Int32(12)}}, 94 {"negative int32", &pb.Defaults{F_Int32: Int32(-1)}}, 95 {"small int64", &pb.Defaults{F_Int64: Int64(1)}}, 96 {"big int64", &pb.Defaults{F_Int64: Int64(1 << 20)}}, 97 {"negative int64", &pb.Defaults{F_Int64: Int64(-1)}}, 98 {"fixed32", &pb.Defaults{F_Fixed32: Uint32(71)}}, 99 {"fixed64", &pb.Defaults{F_Fixed64: Uint64(72)}}, 100 {"uint32", &pb.Defaults{F_Uint32: Uint32(123)}}, 101 {"uint64", &pb.Defaults{F_Uint64: Uint64(124)}}, [all …]
|
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_port_test.cc | 34 file::Exists(TFLITE_PREFIX "toco/toco_port_test.cc", file::Defaults()) in TEST() 38 file::Exists("non-existent_file_asldjflasdjf", file::Defaults()).ok()); in TEST() 43 file::Readable(TFLITE_PREFIX "toco/toco_port_test.cc", file::Defaults()) in TEST() 47 file::Readable("non-existent_file_asldjflasdjf", file::Defaults()).ok()); in TEST()
|
D | toco_port.cc | 83 CHECK_EQ(&options, &::file::Defaults()); in ToOptions() 89 const auto status = ::file::Open(filename, "w", &f, ::file::Defaults()); in Writable() 91 QCHECK_OK(f->Close(::file::Defaults())); in Writable() 98 return ToStatus(::file::Readable(filename, ::file::Defaults())); in Readable() 103 auto status = ::file::Exists(filename, ::file::Defaults()); in Exists() 109 return ToStatus(::file::GetContents(filename, contents, ::file::Defaults())); in GetContents() 114 return ToStatus(::file::SetContents(filename, contents, ::file::Defaults())); in SetContents()
|
D | toco_convert.cc | 45 QCHECK(port::file::Exists(input_file.value(), port::file::Defaults()).ok()) in CheckFrozenModelPermissions() 47 QCHECK(port::file::Readable(input_file.value(), port::file::Defaults()).ok()) in CheckFrozenModelPermissions() 69 graph_def_contents, port::file::Defaults()) in ReadInputData() 104 output_file_contents, port::file::Defaults())); in Convert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CMake.rst | 214 targets. Case-sensitive. Defaults to *all*. Example: 218 Build LLVM tools. Defaults to ON. Targets for building each tool are generated 224 Generate build targets for the LLVM tools. Defaults to ON. You can use this 232 Build LLVM examples. Defaults to OFF. Targets for building each example are 237 Generate build targets for the LLVM examples. Defaults to ON. You can use this 241 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test 249 Generate build targets for the LLVM unit tests. Defaults to ON. You can use 258 after a branch switch. Defaults to ON. 261 Build with threads support, if available. Defaults to ON. 264 Build in C++1y mode, if available. Defaults to OFF. [all …]
|
/external/llvm/docs/ |
D | CMake.rst | 212 targets. Case-sensitive. Defaults to *all*. Example: 216 Build LLVM tools. Defaults to ON. Targets for building each tool are generated 222 Generate build targets for the LLVM tools. Defaults to ON. You can use this 226 Build LLVM examples. Defaults to OFF. Targets for building each example are 231 Generate build targets for the LLVM examples. Defaults to ON. You can use this 235 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test 243 Generate build targets for the LLVM unit tests. Defaults to ON. You can use 250 cmake must be invoked before the build. Defaults to OFF. 253 Build with threads support, if available. Defaults to ON. 256 Build in C++1y mode, if available. Defaults to OFF. [all …]
|
/external/catch2/docs/ |
D | cmake-integration.md | 161 messages. Defaults to `OFF`. 164 Defaults to `OFF`. 166 class name to the test name in CTest. Defaults to `ON`. 168 name to the test name in CTest. Defaults to `ON`. 172 automatically discovered. Defaults to `OFF`. 191 built. Defaults to `ON`. Note that Catch2 also obeys `BUILD_TESTING` CMake 195 built. Defaults to `OFF`. 197 included in the installation. Defaults to `ON`. 199 included in the installation. Defaults to `ON`. 201 Catch2's test binary will be built. Defaults to `ON`.
|
/external/llvm/docs/CommandGuide/ |
D | llvm-symbolizer.rst | 79 Defaults to ``linkage``. 84 in debug info sections. Defaults to true. 88 Print demangled function names. Defaults to true. 93 inlnied frames. Defaults to true. 101 address will not be symbolized. Defaults to empty string. 111 Print address before the source code location. Defaults to false.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-symbolizer.rst | 79 Defaults to ``linkage``. 84 in debug info sections. Defaults to true. 88 Print demangled function names. Defaults to true. 93 inlnied frames. Defaults to true. 101 address will not be symbolized. Defaults to empty string. 111 Print address before the source code location. Defaults to false.
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/ |
D | jacoco_legacy_default_method_companion_disassembled_golden.txt | 1 public abstract class com.example.gavra.java8coverage.Defaults$$CC { 4 public static void foo(com.example.gavra.java8coverage.Defaults); 31 11: ldc #22 // String com/example/gavra/java8coverage/Defaults
|
/external/u-boot/doc/ |
D | README.video | 51 Defaults to monitor=dvi. 56 Defaults to hpd=1. 62 Defaults to hpd_delay=500. 68 Defaults to edid=1. 72 to deal with overscanning displays. Defaults to overscan_x=32 and
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
D | Defaults.java | 27 final class Defaults { class 31 private Defaults() {} in Defaults() method in Defaults
|
D | Run.java | 42 this.id = Defaults.UUID; in Run() 44 this.startTime = Defaults.INSTANT; in Run()
|
/external/markdown/docs/extensions/ |
D | Tables_of_Contents.txt | 42 * **marker**: Text to find and replace with the Table of Contents. Defaults 44 * **slugify**: Callable to generate anchors based on header text. Defaults to a 48 * **title**: Title to insert in TOC ``<div>``. Defaults to ``None``.
|
/external/tensorflow/tensorflow/contrib/tensor_forest/ |
D | README.md | 86 Defaults to False (classification). 90 * `num_trees`. The number of trees to create. Defaults to 100. There 93 * `max_nodes`. Defaults to 10,000. No tree is allowed to grow beyond 100 * `num_splits_to_consider`. Defaults to `sqrt(num_features)` capped to be 104 * `split_after_samples`. Defaults to 250. In our online version of 111 the training data. Defaults to 1.0 (no bagging) because it fails to give 116 input features. Defaults to 1.0 (no feature bagging).
|
/external/slf4j/slf4j-simple/src/test/resources/ |
D | simplelogger.properties | 25 # Defaults to true. 29 # Defaults to true. 33 # Defaults to false.
|
/external/guava/guava/src/com/google/common/base/ |
D | Defaults.java | 33 public final class Defaults { class 34 private Defaults() {} in Defaults() method in Defaults
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | AbstractHttp2HeadersTest.java | 22 import com.google.common.base.Defaults; 45 args[i] = Defaults.defaultValue(params[i]); in allMethodsAreUnsupported()
|
/external/nos/host/android/hals/ |
D | Android.bp | 32 // Defaults for the libnos HAL services 41 // Defaults for the libnos HAL implementation libraries
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | ForwardingChannelBuilderTest.java | 23 import com.google.common.base.Defaults; 68 args[i] = Defaults.defaultValue(argTypes[i]); in allBuilderMethodsReturnThis()
|
D | ForwardingTestUtil.java | 25 import com.google.common.base.Defaults; 64 args[i] = Defaults.defaultValue(argTypes[i]); in testMethodsForwarded()
|
/external/nos/host/android/ |
D | Android.bp | 35 // Defaults for components under the hw subdirectory 42 // Defaults for components shared between the host and device
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2440 type Defaults struct { struct 2470 func (m *Defaults) Reset() { *m = Defaults{} } argument 2471 func (m *Defaults) String() string { return proto.CompactTextString(m) } argument 2472 func (*Defaults) ProtoMessage() {} argument 2473 func (*Defaults) Descriptor() ([]byte, []int) { argument 2477 func (m *Defaults) XXX_Unmarshal(b []byte) error { argument 2480 func (m *Defaults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 2483 func (m *Defaults) XXX_Merge(src proto.Message) { argument 2486 func (m *Defaults) XXX_Size() int { argument 2489 func (m *Defaults) XXX_DiscardUnknown() { argument [all …]
|