Searched +full:- +full:- +full:disable +full:- +full:documentation (Results 1 – 25 of 1016) sorted by relevance
12345678910>>...41
/external/wayland/ |
D | configure.ac | 23 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz subdir-objects]) 35 # http://lists.gnu.org/archive/html/bug-autoconf/2010-05/msg00001.html 50 AC_ARG_ENABLE([fatal-warnings], 51 AC_HELP_STRING([--enable-fatal-warnings], 52 [Build with -Werror]), 56 WERROR_CFLAGS="-Werror" 60 …GCC_CFLAGS="$WERROR_CFLAGS -Wall -Wextra -Wno-unused-parameter -g -Wstrict-prototypes -Wmissing-pr… 67 [AC_HELP_STRING([--disable-libraries], 68 [Disable compilation of wayland libraries])], 72 AC_ARG_WITH([host-scanner], [all …]
|
/external/jemalloc/ |
D | INSTALL | 16 Note that documentation is not built by the default target because doing so 27 --help 30 --prefix=<install-root-dir> 33 ./configure --prefix=/usr/local 38 --with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid> 42 --with-rpath=<colon-separated-rpath> 44 it is linked to. This works only on ELF-based systems. 46 --with-mangling=<map> 47 Mangle public symbols specified in <map> which is a comma-separated list of 50 For example, to use ld's --wrap option as an alternative method for [all …]
|
/external/jemalloc_new/ |
D | INSTALL.md | 16 Note that documentation is not built by the default target because doing so 28 * `--help` 32 * `--prefix=<install-root-dir>` 36 ./configure --prefix=/usr/local 41 * `--with-version=(<major>.<minor>.<bugfix>-<nrev>-g<gid>|VERSION)` 45 1) If --with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid> is specified, 47 2) If --with-version is not specified in either form and the source 49 describe' invocations that pattern-match release tags. 51 0.0.0-0-g0000000000000000000000000000000000000000 53 Note that --with-version=VERSION bypasses (1) and (2), which simplifies [all …]
|
/external/tensorflow/tensorflow/contrib/batching/python/ops/ |
D | batch_ops.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 25 # go/tf-wildcard-import 26 # pylint: disable=wildcard-import 28 # pylint: enable=wildcard-import 32 def _BatchGrad(op, *out_grads): # pylint: disable=invalid-name 39 op.outputs[-2], 40 op.outputs[-1], 47 def _UnbatchGrad(op, grad): # pylint: disable=invalid-name 76 the values of `w` will be gathered, non-deterministically concatenated 78 documentation of the `Batch` op for more details. [all …]
|
/external/pcre/dist2/doc/ |
D | pcre2build.3 | 3 PCRE2 - Perl-compatible regular expressions (revised API) 10 the library in Unix-like environments using the applications known as 22 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 24 \fBNON-AUTOTOOLS-BUILD\fP. 31 file if you are building in a non-Unix-like environment. 34 .SH "PCRE2 BUILD-TIME OPTIONS" 41 same options can be selected in both Unix-like and non-Unix-like environments 47 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 49 \fBNON-AUTOTOOLS-BUILD\fP. 56 ./configure --help [all …]
|
/external/libpcap/ |
D | diag-control.h | 1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */ 13 * documentation and/or other materials provided with the distribution. 38 #include "pcap/compiler-tests.h" 44 * warning-suppressing pragmas differ between Clang and GCC, so we test 55 * This is Microsoft Visual Studio; we can use __pragma(warning(disable:XXXX)) 58 * Suppress signed-vs-unsigned comparison, narrowing, and unreachable 63 __pragma(warning(disable:4127)) \ 64 __pragma(warning(disable:4242)) \ 65 __pragma(warning(disable:4244)) \ 66 __pragma(warning(disable:4702)) [all …]
|
/external/brotli/ |
D | configure-cmake | 3 # Autotools-style (./configure) wrapper for CMake 4 # <https://github.com/nemequ/configure-cmake> 18 # <https://github.com/nemequ/configure-cmake/issues>. 35 if [ -e "${TOP_SRCDIR}/scripts/.configure-custom.sh" ]; then 36 . "${TOP_SRCDIR}/scripts/.configure-custom.sh" 40 echo "$1" | sed -e "s|'|'\\\\''|g; 1s/^/'/; \$s/\$/'/" 45 VAR_NAME=$(echo $1 | sed -e 's/[ \t]*$//') 55 … VAR_UC_NAME=$(echo "$1" | tr '[:lower:]' '[:upper:]' | tr -c '[:alnum:]' '_' | sed 's/_$//g') 62 "--enable-"*) 63 name="${1#--enable-}" [all …]
|
/external/curl/ |
D | androidconfigure | 3 set -e 8 echo "Run 'lunch aosp_arm-eng' and build the current version first." >&2 14 HOST="arm-linux-androideabi" 16 export CC="${T}/prebuilts/clang/host/linux-x86/clang-r353983/bin/clang" 17 export LD="${T}/prebuilts/clang/host/linux-x86/clang-r353983/bin/lld" 20 "-isystem ${T}/external/libcxx/include" 21 "-isystem ${T}/bionic/libc/include/" 22 "-isystem ${T}/bionic/libc/arch-arm/include" 23 "-isystem ${T}/bionic/libc/kernel/uapi/" 24 "-isystem ${T}/bionic/libc/kernel/android/uapi/" [all …]
|
/external/libmtp/ |
D | configure.ac | 3 AC_INIT([libmtp], [1.1.13], [libmtp-discuss@lists.sourceforge.net]) 20 AC_HELP_STRING([--with-udev=DIR], 26 # priority is 69, to appear before 70-acl.rules which handles 28 # libusb-based device handlers take precedence since libmtp may 32 UDEV_RULES=69-libmtp.rules 33 AC_ARG_WITH(udev-rules, 34 AC_HELP_STRING([--with-udev-rules=NAME], 35 [file name for udev rules [default=69-libmtp.rules]]), 41 AC_ARG_WITH(udev-group, 42 AC_HELP_STRING([--with-udev-group=GROUP], [all …]
|
/external/libdaemon/m4/ |
D | zp_lynx_doc.m4 | 1 dnl Macro for enabling LYNX-based documentation generation 5 AS_HELP_STRING([--disable-lynx], 6 [Turn off lynx usage for documentation generation]),, 20 AC_MSG_ERROR(bad value ${enableval} for --disable-lynx) ;;
|
/external/tensorflow/tensorflow/python/ops/ |
D | gradients_impl.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 23 from tensorflow.python.ops import array_grad # pylint: disable=unused-import 25 from tensorflow.python.ops import check_ops # pylint: disable=unused-import 26 from tensorflow.python.ops import control_flow_grad # pylint: disable=unused-import 29 from tensorflow.python.ops import image_grad # pylint: disable=unused-import 30 from tensorflow.python.ops import linalg_grad # pylint: disable=unused-import 31 from tensorflow.python.ops import linalg_ops # pylint: disable=unused-import 32 from tensorflow.python.ops import logging_ops # pylint: disable=unused-import 33 from tensorflow.python.ops import manip_grad # pylint: disable=unused-import 34 from tensorflow.python.ops import math_grad # pylint: disable=unused-import [all …]
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | mirrored_strategy.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 # pylint: disable=protected-access,invalid-name 32 # pylint: enable=protected-access,invalid-name 41 multi-GPU version. 44 mulit-worker version that works on multiple workers with in-graph replication. 45 Note: `configure` will be called by higher-level APIs if running in 49 `client`, `job`, `task`, `cluster`, `in-graph replication` and 51 [TensorFlow's documentation](https://www.tensorflow.org/deploy/distributed). 55 * **In-graph replication**: the `client` creates a single `tf.Graph` that 65 The multi-worker version of this class maps one replica to one device on a [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/ |
D | LLVM.Cpp.Common.targets | 5 <!-- Set the path to clang-cl executable based on the value of the project- 9 that the user may have overridden in the UI. --> 14 <PropertyPageSchema Include="$(VCTargetsPath)$(LangID)\llvm-general.xml"> 19 <!-- We hook up a target to run every time ClCompile is about to run, the 31 For any options that clang-cl discards, we would prefer to not even pass 35 then notice this and pass these through to clang-cl.exe. Clang would of 37 -Wunused-command-line-argument warnings, so it's better if we can just 41 --> 43 <!-- Warn on /Zi and /ZI, then map them both to /Z7. --> 46 …Text="clang-cl does not support /Zi (Program Database). The file will be compiled as if /Z7 (C7 C… [all …]
|
/external/libxkbcommon/xkbcommon/ |
D | configure.ac | 4 dnl documentation for any purpose is hereby granted without fee, provided that 7 dnl documentation, and that the name of Keith Packard not be used in 31 AC_CONFIG_AUX_DIR([build-aux]) 34 AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip subdir-objects color-tests parallel-tests check-news… 43 # Add xorg-macros stuff 45 [m4_fatal([must install xorg-macros 1.16 or later before running autoconf/autogen])]) 52 # Needed in older Automakes for subdir-objects 66 AS_IF([test ! -f "src/xkbcomp/parser.c" -a "x$YACC_INST" = x], [ 67 AC_MSG_ERROR([yacc not found - unable to compile src/xkbcomp/parser.y]) 72 AS_IF([test "x$ac_cv_func_strcasecmp" = xno -o \ [all …]
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 1 README file for PCRE2 (Perl-compatible regular expression library) 2 ------------------------------------------------------------------ 4 PCRE2 is a re-working of the original PCRE library to provide an entirely new 8 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.gz 9 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.bz2 10 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.zip 13 original and new APIs) at pcre-dev@exim.org. You can access the archives and 16 https://lists.exim.org/mailman/listinfo/pcre-dev 22 Documentation for PCRE2 24 Building PCRE2 on non-Unix-like systems [all …]
|
D | pcre2build.html | 11 This page is part of the PCRE2 HTML documentation. It was generated 17 <li><a name="TOC2" href="#SEC2">PCRE2 BUILD-TIME OPTIONS</a> 18 <li><a name="TOC3" href="#SEC3">BUILDING 8-BIT, 16-BIT AND 32-BIT LIBRARIES</a> 22 <li><a name="TOC7" href="#SEC7">JUST-IN-TIME COMPILER SUPPORT</a> 45 the library in Unix-like environments using the applications known as 54 <a href="NON-AUTOTOOLS-BUILD.txt"><b>NON-AUTOTOOLS-BUILD</b>.</a> 57 file if you are building in a non-Unix-like environment. 59 <br><a name="SEC2" href="#TOC1">PCRE2 BUILD-TIME OPTIONS</a><br> 65 same options can be selected in both Unix-like and non-Unix-like environments 72 <a href="NON-AUTOTOOLS-BUILD.txt"><b>NON-AUTOTOOLS-BUILD</b>.</a> [all …]
|
/external/pcre/dist2/ |
D | README | 1 README file for PCRE2 (Perl-compatible regular expression library) 2 ------------------------------------------------------------------ 4 PCRE2 is a re-working of the original PCRE library to provide an entirely new 8 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.gz 9 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.bz2 10 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.zip 13 original and new APIs) at pcre-dev@exim.org. You can access the archives and 16 https://lists.exim.org/mailman/listinfo/pcre-dev 22 Documentation for PCRE2 24 Building PCRE2 on non-Unix-like systems [all …]
|
/external/speex/symbian/ |
D | config.h | 9 - Redistributions of source code must retain the above copyright 12 - Redistributions in binary form must reproduce the above copyright 14 documentation and/or other materials provided with the distribution. 16 - Neither the name of CSIRO Australia nor the names of its 43 /* Disable some pointless/stupid warnings */ 45 #pragma warning(disable: 4100) /* unreferenced formal parameter */ 46 #pragma warning(disable: 4127) /* conditional expression is constant */ 47 #pragma warning(disable: 4305) /* truncation from '...' to '...' */ 48 #pragma warning(disable: 4244) /* conversion from '...' to '...', possible loss of data */ 49 #pragma warning(disable: 4701) /* local variable may be be used without having been initialized */
|
/external/libxcam/doc/ |
D | Doxyfile | 3 # This file describes the settings to be used by the documentation system 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 31 # project for which the documentation is generated. This name is used in the 38 # could be handy for archiving the generated documentation or if some version 50 # the documentation. The maximum height of the logo should not exceed 55 pixels [all …]
|
/external/llvm/docs/ |
D | doxygen.cfg.in | 3 # This file describes the settings to be used by the documentation system 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 31 # project for which the documentation is generated. This name is used in the 38 # could be handy for archiving the generated documentation or if some version 50 # the documentation. The maximum height of the logo should not exceed 55 pixels [all …]
|
/external/clang/docs/ |
D | doxygen.cfg.in | 3 # This file describes the settings to be used by the documentation system 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 31 # project for which the documentation is generated. This name is used in the 38 # could be handy for archiving the generated documentation or if some version 50 # the documentation. The maximum height of the logo should not exceed 55 pixels [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | doxygen.cfg.in | 3 # This file describes the settings to be used by the documentation system 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 31 # project for which the documentation is generated. This name is used in the 38 # could be handy for archiving the generated documentation or if some version 50 # the documentation. The maximum height of the logo should not exceed 55 pixels [all …]
|
/external/jsoncpp/doc/ |
D | doxyfile.in | 3 # This file describes the settings to be used by the documentation system 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 31 # project for which the documentation is generated. This name is used in the 38 # could be handy for archiving the generated documentation or if some version 50 # the documentation. The maximum height of the logo should not exceed 55 pixels [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-jstf-table.hh | 8 * software and its documentation for any purpose, provided that the 14 * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN 30 #include "hb-open-type.hh" 31 #include "hb-ot-layout-gpos-table.hh" 38 * JstfModList -- Justification Modification List Tables 45 * JstfMax -- Justification Maximum Table 52 * JstfPriority -- Justification Priority Table 60 return_trace (c->check_struct (this) && in sanitize() 76 * JstfModList table--from beginning of 77 * JstfPriority table--may be NULL */ [all …]
|
/external/libxkbcommon/xkbcommon/doc/ |
D | Doxyfile.in | 3 # This file describes the settings to be used by the documentation system 15 #--------------------------------------------------------------------------- 17 #--------------------------------------------------------------------------- 20 # that follow. The default is UTF-8 which is also the encoding used for all 25 DOXYFILE_ENCODING = UTF-8 34 # This could be handy for archiving the generated documentation or 46 # included in the documentation. The maximum height of the logo should not 53 # base path where the generated documentation will be put. 60 # 4096 sub-directories (in 2 levels) under the output directory of each output 69 # documentation generated by doxygen is written. Doxygen will use this [all …]
|
12345678910>>...41