/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_traits.h | 53 struct FormatTraits : ComponentTraits<SWR_TYPE_UNKNOWN, 0>, FormatSwizzle<0>, Defaults<0, 0, 0, 0> 80 Defaults<0, 0, 0, 0x3f800000> 103 Defaults<0, 0, 0, 0x1> 126 Defaults<0, 0, 0, 0x1> 148 Defaults<0, 0, 0, 0x3f800000> 177 Defaults<0, 0, 0, 0x3f800000> 206 Defaults<0, 0, 0, 0x3f800000> 235 Defaults<0, 0, 0, 0x3f800000> 264 Defaults<0, 0, 0, 0x3f800000> 287 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/guava/android/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 | 85 CHECK_EQ(&options, &::file::Defaults()); in ToOptions() 91 const auto status = ::file::Open(filename, "w", &f, ::file::Defaults()); in Writable() 93 QCHECK_OK(f->Close(::file::Defaults())); in Writable() 100 return ToStatus(::file::Readable(filename, ::file::Defaults())); in Readable() 105 auto status = ::file::Exists(filename, ::file::Defaults()); in Exists() 112 return ToStatus(::file::GetContents(filename, contents, ::file::Defaults())); in GetContents() 118 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() 109 output_file_contents, port::file::Defaults())); in Convert()
|
/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/llvm-project/llvm/docs/ |
D | CMake.rst | 225 targets. Case-sensitive. Defaults to *all*. Example: 229 Build LLVM tools. Defaults to ON. Targets for building each tool are generated 235 Generate build targets for the LLVM tools. Defaults to ON. You can use this 247 Build LLVM examples. Defaults to OFF. Targets for building each example are 252 Generate build targets for the LLVM examples. Defaults to ON. You can use this 256 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test 264 Generate build targets for the LLVM unit tests. Defaults to ON. You can use 269 Adds benchmarks to the list of default targets. Defaults to OFF. 272 Generate build targets for the LLVM benchmarks. Defaults to ON. 279 after a branch switch. Defaults to ON. [all …]
|
/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/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/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/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
|
/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/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | cppcoreguidelines-no-malloc.rst | 35 Defaults to ``::malloc;::calloc``. 40 Defaults to ``::free``. 45 Defaults to ``::realloc``.
|
/external/guava/android/guava/src/com/google/common/base/ |
D | Defaults.java | 29 public final class Defaults { class 30 private Defaults() {} in Defaults() method in Defaults
|
/external/guava/guava/src/com/google/common/base/ |
D | Defaults.java | 29 public final class Defaults { class 30 private Defaults() {} in Defaults() method in Defaults
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_flags.inc | 24 "effectiveness of the mitigation. Defaults to 64KB (32-bit) or " 31 "the contention on the global quarantine. Defaults to 16KB (32-bit) " 37 "or equal to). Defaults to 256 (32-bit) or 2048 (64-bit)")
|
/external/bc/manuals/ |
D | build.md | 135 Defaults to `c99`. 146 Defaults to `$CC`. 152 Defaults to empty. 158 Defaults to `$CFLAGS`. 165 Defaults to empty. 172 Defaults to empty. 180 Defaults to empty. 188 Defaults to `/usr/local`. 198 Defaults to empty. 206 Defaults to `$PREFIX/bin`. [all …]
|
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
D | TraceIntelPTOptions.td | 8 " multiple of 4. Defaults to 4.">; 15 " for more information. Defaults to 0.">;
|
/external/slf4j/slf4j-simple/src/test/resources/ |
D | simplelogger.properties | 25 # Defaults to true. 29 # Defaults to true. 33 # Defaults to false.
|
/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/llvm-project/llvm/utils/gn/secondary/clang/utils/TableGen/ |
D | clang_tablegen.gni | 10 # Defaults to target name with ".inc" appended. 14 # Defaults to target name with ".td" appended.
|
/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()
|
/external/toolchain-utils/afdo_tools/bisection/ |
D | README.md | 60 Defaults to `$(pwd)/afdo_analysis_state.json`. 62 previous state; instead, it will start from the beginning. Defaults to 68 as intermediate state. Defaults to False. 69 * `seed`: A float specifying the seed for randomness. Defaults to seconds
|