/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/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/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/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()
|
D | Trial.java | 46 this.id = Defaults.UUID; in Trial()
|
/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/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/slf4j/slf4j-simple/src/test/resources/ |
D | simplelogger.properties | 25 # Defaults to true. 29 # Defaults to true. 33 # Defaults to false.
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.h | 89 static const Options& Defaults() { in Defaults() function 100 ProtoStreamObjectWriter::Options::Defaults());
|
/external/toolchain-utils/binary_search_tool/ |
D | README.bisect | 66 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/ |
D | targz.py | 59 source_scanner = SCons.Defaults.DirScanner,
|
/external/python/cpython2/Lib/idlelib/ |
D | README.txt | 90 config-extensions.def # Defaults for extensions 91 config-highlight.def # Defaults for colorizing 92 config-keys.def # Defaults for key bindings
|
/external/iptables/extensions/ |
D | libxt_IDLETIMER.man | 24 time. Defaults to 0.
|
/external/mesa3d/scons/ |
D | crossmingw.py | 116 SCons.Tool.SourceFileScanner.add_scanner('.rc', SCons.Defaults.CScan)
|
/external/toolchain-utils/ |
D | update_telemetry_defaults.py | 22 Defaults = {} variable
|
/external/python/cpython2/Doc/library/ |
D | uu.rst | 42 bits if the file must be created. Defaults for *out_file* and *mode* are taken
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.h | 217 GLuint Defaults[I915_DEF_SETUP_SIZE]; member
|
/external/ltp/include/mk/ |
D | generic_leaf_target.inc | 38 # 1. Defaults to the basename of the targets
|
/external/ltp/ |
D | runltp | 120 (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/ |
D | http_request_unittest.cc | 68 TEST_F(HttpRequestTest, Defaults) { in TEST_F() argument
|
/external/bison/m4/ |
D | m4.m4 | 20 [AC_ARG_VAR([M4], [Location of GNU M4 1.4.6 or later. Defaults to the first
|
/external/libvpx/libvpx/build/make/ |
D | iosbuild.sh | 279 --targets <targets>: Override default target list. Defaults:
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | ArbitraryInstances.java | 24 import com.google.common.base.Defaults; 353 T jvmDefault = Defaults.defaultValue(Primitives.unwrap(type)); in get()
|