Home
last modified time | relevance | path

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

123456789

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h56 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/
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/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/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/caliper/caliper/src/main/java/com/google/caliper/model/
DDefaults.java27 final class Defaults { class
31 private Defaults() {} in Defaults() method in Defaults
DRun.java42 this.id = Defaults.UUID; in Run()
44 this.startTime = Defaults.INSTANT; in Run()
DTrial.java46 this.id = Defaults.UUID; in Trial()
/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/guava/guava/src/com/google/common/base/
DDefaults.java33 public final class Defaults { class
34 private Defaults() {} in Defaults() method in Defaults
/external/slf4j/slf4j-simple/src/test/resources/
Dsimplelogger.properties25 # Defaults to true.
29 # Defaults to true.
33 # Defaults to false.
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h89 static const Options& Defaults() { in Defaults() function
100 ProtoStreamObjectWriter::Options::Defaults());
/external/toolchain-utils/binary_search_tool/
DREADME.bisect66 dir: (Optional) the directory for your good/bad build trees. Defaults to
78 # Defaults to /tmp/sysroot_bisect
134 dir: (Optional) the directory for your good/bad build trees. Defaults to
147 # Defaults to ~/ANDROID_BISECT/
/external/jsoncpp/scons-tools/
Dtargz.py59 source_scanner = SCons.Defaults.DirScanner,
/external/python/cpython2/Lib/idlelib/
DREADME.txt90 config-extensions.def # Defaults for extensions
91 config-highlight.def # Defaults for colorizing
92 config-keys.def # Defaults for key bindings
/external/iptables/extensions/
Dlibxt_IDLETIMER.man24 time. Defaults to 0.
/external/mesa3d/scons/
Dcrossmingw.py116 SCons.Tool.SourceFileScanner.add_scanner('.rc', SCons.Defaults.CScan)
/external/toolchain-utils/
Dupdate_telemetry_defaults.py22 Defaults = {} variable
/external/python/cpython2/Doc/library/
Duu.rst42 bits if the file must be created. Defaults for *out_file* and *mode* are taken
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.h217 GLuint Defaults[I915_DEF_SETUP_SIZE]; member
/external/ltp/include/mk/
Dgeneric_leaf_target.inc38 # 1. Defaults to the basename of the targets
/external/ltp/
Drunltp120 (Defaults to 1 when value)]
127 … [NUM_FILES = Write() to these many files (Defaults to 1 when value 0 or undefined)]
/external/libbrillo/brillo/http/
Dhttp_request_unittest.cc68 TEST_F(HttpRequestTest, Defaults) { in TEST_F() argument
/external/bison/m4/
Dm4.m420 [AC_ARG_VAR([M4], [Location of GNU M4 1.4.6 or later. Defaults to the first
/external/libvpx/libvpx/build/make/
Diosbuild.sh279 --targets <targets>: Override default target list. Defaults:
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java24 import com.google.common.base.Defaults;
353 T jvmDefault = Defaults.defaultValue(Primitives.unwrap(type)); in get()

123456789