/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 | 201 targets. Case-sensitive. Defaults to *all*. Example: 205 Build LLVM tools. Defaults to ON. Targets for building each tool are generated 211 Generate build targets for the LLVM tools. Defaults to ON. You can use that 215 Build LLVM examples. Defaults to OFF. Targets for building each example are 220 Generate build targets for the LLVM examples. Defaults to ON. You can use that 224 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test 232 Generate build targets for the LLVM unit tests. Defaults to ON. You can use 239 cmake must be invoked before the build. Defaults to OFF. 242 Build with threads support, if available. Defaults to ON. 245 Build in C++1y mode, if available. Defaults to OFF. [all …]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-symbolizer.rst | 71 Defaults to ``linkage``. 76 in debug info sections. Defaults to true. 80 Print demangled function names. Defaults to true. 85 inlnied frames. Defaults to true. 93 address will not be symbolized. Defaults to empty string.
|
D | lli.rst | 43 for this architecture. Defaults to false.
|
D | bugpoint.rst | 33 code is considered a test failure. Defaults to false.
|
/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/linux-tools-perf/src/tools/perf/Documentation/ |
D | perfconfig.example | 13 # Defaults if linked with libslang 25 # Defaults
|
/external/guava/guava/src/com/google/common/base/ |
D | Defaults.java | 31 public final class Defaults { class 32 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/mesa3d/src/mesa/main/ |
D | errors.c | 197 if (ctx->Debug.ClientIDs.Defaults[severity][source][type]) in get_message_state() 628 ClientIDs->Defaults[sev][s][t] = enabled; in control_app_messages_by_group() 755 memset(ClientIDs->Defaults[SEVERITY_HIGH], GL_TRUE, in _mesa_init_errors() 756 sizeof ClientIDs->Defaults[SEVERITY_HIGH]); in _mesa_init_errors() 757 memset(ClientIDs->Defaults[SEVERITY_MEDIUM], GL_TRUE, in _mesa_init_errors() 758 sizeof ClientIDs->Defaults[SEVERITY_MEDIUM]); in _mesa_init_errors() 759 memset(ClientIDs->Defaults[SEVERITY_LOW], GL_FALSE, in _mesa_init_errors() 760 sizeof ClientIDs->Defaults[SEVERITY_LOW]); in _mesa_init_errors()
|
/external/iptables/extensions/ |
D | libxt_IDLETIMER.man | 24 time. Defaults to 0.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/ |
D | buildAll.bat | 17 REM vm used to run the build. Defaults to java on system path
|
/external/libvpx/libvpx/build/make/ |
D | iosbuild.sh | 200 --targets <targets>: Override default target list. Defaults:
|
/external/mesa3d/scons/ |
D | crossmingw.py | 129 SCons.Tool.SourceFileScanner.add_scanner('.rc', SCons.Defaults.CScan)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 131 "Target directory for coverage dumps. Defaults to the current " 147 "Print inlined frames in stacktraces. Defaults to true.")
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message_unittest.cc | 122 TEST_F(DynamicMessageTest, Defaults) { in TEST_F() argument
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.h | 223 GLuint Defaults[I915_DEF_SETUP_SIZE]; member
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | ArbitraryInstances.java | 24 import com.google.common.base.Defaults; 329 T jvmDefault = Defaults.defaultValue(Primitives.unwrap(type)); in get()
|
/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/clang/include/clang/AST/ |
D | TypeNodes.def | 35 // is non-canonical unless it is dependent. Defaults to TYPE because
|
/external/zlib/src/qnx/ |
D | package.qpg | 4 <QPG:Defaults type="qnx_package"/>
|
/external/parameter-framework/tools/xmlGenerator/ |
D | domainGenerator.py | 162 Defaults to \"Schemas\"",
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 17 Generics.Defaults,
|
/external/icu/icu4c/source/config/ |
D | Makefile.inc.in | 241 # Defaults for pkgdata's mode and directories
|
/external/fio/ |
D | HOWTO | 508 bs=int The block size used for the io units. Defaults to 4k. Values 521 ba=int At what boundary to align random IO offsets. Defaults to 631 nrfiles=int Number of files to use for this job. Defaults to 1. 633 openfiles=int Number of files to keep open at the same time. Defaults to 804 the queue again. Defaults to the same as iodepth, meaning 820 of the 'direct' option. Defaults to true. 1091 to starting io. Defaults to true. 1145 to the system setting, see /proc/meminfo. Defaults to 4MB. 1189 to repeat the same workload a given number of times. Defaults 1200 verify is set. Defaults to 1. [all …]
|