Home
last modified time | relevance | path

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

12345678

/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.rst201 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/
Dllvm-symbolizer.rst71 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.
Dlli.rst43 for this architecture. Defaults to false.
Dbugpoint.rst33 code is considered a test failure. Defaults to false.
/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/linux-tools-perf/src/tools/perf/Documentation/
Dperfconfig.example13 # Defaults if linked with libslang
25 # Defaults
/external/guava/guava/src/com/google/common/base/
DDefaults.java31 public final class Defaults { class
32 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/mesa3d/src/mesa/main/
Derrors.c197 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/
Dlibxt_IDLETIMER.man24 time. Defaults to 0.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
DbuildAll.bat17 REM vm used to run the build. Defaults to java on system path
/external/libvpx/libvpx/build/make/
Diosbuild.sh200 --targets <targets>: Override default target list. Defaults:
/external/mesa3d/scons/
Dcrossmingw.py129 SCons.Tool.SourceFileScanner.add_scanner('.rc', SCons.Defaults.CScan)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc131 "Target directory for coverage dumps. Defaults to the current "
147 "Print inlined frames in stacktraces. Defaults to true.")
/external/protobuf/src/google/protobuf/
Ddynamic_message_unittest.cc122 TEST_F(DynamicMessageTest, Defaults) { in TEST_F() argument
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.h223 GLuint Defaults[I915_DEF_SETUP_SIZE]; member
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java24 import com.google.common.base.Defaults;
329 T jvmDefault = Defaults.defaultValue(Primitives.unwrap(type)); in get()
/external/bison/m4/
Dm4.m420 [AC_ARG_VAR([M4], [Location of GNU M4 1.4.6 or later. Defaults to the first
/external/clang/include/clang/AST/
DTypeNodes.def35 // is non-canonical unless it is dependent. Defaults to TYPE because
/external/zlib/src/qnx/
Dpackage.qpg4 <QPG:Defaults type="qnx_package"/>
/external/parameter-framework/tools/xmlGenerator/
DdomainGenerator.py162 Defaults to \"Schemas\"",
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas17 Generics.Defaults,
/external/icu/icu4c/source/config/
DMakefile.inc.in241 # Defaults for pkgdata's mode and directories
/external/fio/
DHOWTO508 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 …]

12345678