Home
last modified time | relevance | path

Searched refs:Defaults (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h53 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/
DDefaultsTest.java28 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/
DDefaultsTest.java28 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/
Dsize_test.go92 {"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/
Dtoco_port_test.cc34 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()
Dtoco_port.cc85 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()
Dtoco_convert.cc45 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/
DCMake.rst212 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/
DCMake.rst225 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/
Djacoco_legacy_default_method_companion_disassembled_golden.txt1 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/
Dllvm-symbolizer.rst79 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/
Dcmake-integration.md161 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/
DDefaults.java27 final class Defaults { class
31 private Defaults() {} in Defaults() method in Defaults
/external/markdown/docs/extensions/
DTables_of_Contents.txt42 * **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/
Dcppcoreguidelines-no-malloc.rst35 Defaults to ``::malloc;::calloc``.
40 Defaults to ``::free``.
45 Defaults to ``::realloc``.
/external/guava/android/guava/src/com/google/common/base/
DDefaults.java29 public final class Defaults { class
30 private Defaults() {} in Defaults() method in Defaults
/external/guava/guava/src/com/google/common/base/
DDefaults.java29 public final class Defaults { class
30 private Defaults() {} in Defaults() method in Defaults
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_flags.inc24 "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/
Dbuild.md135 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/
DTraceIntelPTOptions.td8 " multiple of 4. Defaults to 4.">;
15 " for more information. Defaults to 0.">;
/external/slf4j/slf4j-simple/src/test/resources/
Dsimplelogger.properties25 # Defaults to true.
29 # Defaults to true.
33 # Defaults to false.
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DAbstractHttp2HeadersTest.java22 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/
Dclang_tablegen.gni10 # 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/
DForwardingChannelBuilderTest.java23 import com.google.common.base.Defaults;
68 args[i] = Defaults.defaultValue(argTypes[i]); in allBuilderMethodsReturnThis()
/external/toolchain-utils/afdo_tools/bisection/
DREADME.md60 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

12345678910>>...17