Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:install +full:- +full:suggests (Results 1 – 25 of 39) sorted by relevance

12

/external/google-benchmark/
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/external/libcxx/utils/google-benchmark/
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/external/e2fsprogs/debian/
Dcontrol5-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fu…
6 Standards-Version: 4.2.0
8 Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
9 Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master
12 Build-Profiles: <!pkg.e2fsprogs.no-fuse2fs>
15 Architecture: linux-any kfreebsd-any
21 Package: e2fsck-static
22 Build-Profiles: <!pkg.e2fsprogs.no-static-e2fsck>
25 Recommends: sash | bash-static | zsh-static | busybox-static
27 Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
[all …]
Dchangelog1 e2fsprogs (1.44.4-2) unstable; urgency=medium
7 * Improve version dependency for libcom-err and ss2 for e2fsprogs
9 -- Theodore Y. Ts'o <tytso@mit.edu> Wed, 22 Aug 2018 19:30:17 -0400
11 e2fsprogs (1.44.4-1) unstable; urgency=medium
23 -- Theodore Y. Ts'o <tytso@mit.edu> Sat, 18 Aug 2018 20:46:29 -0400
25 e2fsprogs (1.44.3-1) unstable; urgency=medium
31 -- Theodore Y. Ts'o <tytso@mit.edu> Tue, 10 Jul 2018 01:23:17 -0400
33 e2fsprogs (1.44.3~rc2-1) unstable; urgency=low
37 display the low-level contents of an inode's i_blocks and extra
39 * The dumpe2fs command now will show information about the Multi-Mount
[all …]
/external/tensorflow/tensorflow/lite/models/smartreply/g3doc/
DREADME.md3 ## What is On-Device Smart Reply Model?
5 Smart Replies are contextually relevant, one-touch responses that help the user
9 [Gmail](https://www.blog.google/products/gmail/save-time-with-smart-reply-in-gmail/),
10 [Inbox](https://www.blog.google/products/gmail/computer-respond-to-this-email/)
12 [Allo](https://blog.google/products/allo/google-allo-smarter-messaging-app/).
14 The On-device Smart Reply model is targeted towards text chat use cases. It has
15 a completely different architecture from its cloud-based counterparts, and is
18 Wear](https://research.googleblog.com/2017/02/on-device-machine-intelligence.html)
19 to all first- & third-party apps.
21 The on-device model comes with several benefits. It is:
[all …]
/external/toybox/scripts/
Dmake.sh7 set -o pipefail
10 [ -z "$KCONFIG_CONFIG" ] && KCONFIG_CONFIG=.config
11 [ -z "$OUTNAME" ] && OUTNAME=toybox
15 [ -z "$CPUS" ] && CPUS=$(($(nproc 2>/dev/null)+1))
21 [ ! -z "$V" ] && echo "$@" || echo -n "$DOTPROG"
30 [ ! -z "$(find "$@" -newer "$CHECK" 2>/dev/null || echo yes)" ]
35 mkdir -p generated/unstripped
50 echo -n "generated/newtoys.h "
53 $SED -n -e 's/^USE_[A-Z0-9_]*(/&/p' toys/*/*.c \
54 | $SED 's/\(.*TOY(\)\([^,]*\),\(.*\)/\2 \1\2,\3/' | sort -s -k 1,1 \
[all …]
/external/python/cpython2/
DREADME11 Copyright (c) 1995-2001 Corporation for National Research Initiatives.
14 Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
19 -------------------
25 This Python distribution contains no GNU General Public Licensed
35 ---------------------------
41 ------------------------------
43 Congratulations on getting this far. :-)
47 executable "./python"; to install in /usr/local, first do "su root"
48 and then "make install".
54 ----------------------
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.7.2rc1.rst2 .. date: 2018-11-23-15-00-23
4 .. release date: 2018-12-11
7 The :option:`-I` command line option (run Python in isolated mode) is now
9 spawning child processes. Previously, only :option:`-E` and :option:`-s`
10 options (enabled by :option:`-I`) were copied.
15 .. date: 2018-09-24-18-49-25
19 The xml.sax and xml.dom.domreg no longer use environment variables to
21 -E or -I arguments.
26 .. date: 2018-12-09-13-09-39
36 .. date: 2018-12-07-02-38-01
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGettingStarted.rst46 * ``cd where-you-want-llvm-to-live``
47 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
51 * ``cd where-you-want-llvm-to-live``
53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
57 * ``cd where-you-want-llvm-to-live``
59 * ``svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra``
63 * ``cd where-you-want-llvm-to-live``
65 * ``svn co http://llvm.org/svn/llvm-project/lld/trunk lld``
69 * ``cd where-you-want-llvm-to-live``
71 * ``svn co http://llvm.org/svn/llvm-project/polly/trunk polly``
[all …]
/external/llvm/docs/
DGettingStarted.rst46 * ``cd where-you-want-llvm-to-live``
47 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
51 * ``cd where-you-want-llvm-to-live``
53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
55 #. Checkout Compiler-RT (required to build the sanitizers) **[Optional]**:
57 * ``cd where-you-want-llvm-to-live``
59 * ``svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt``
63 * ``cd where-you-want-llvm-to-live``
65 * ``svn co http://llvm.org/svn/llvm-project/openmp/trunk openmp``
69 * ``cd where-you-want-llvm-to-live``
[all …]
/external/icu/icu4c/source/data/unidata/
Dchanges.txt3 * Copyright (C) 2004-2016, International Business Machines
7 * encoding: US-ASCII
25 ---------------------------------------------------------------------------- ***
44 and look for "alias" on http://unicode.org/iso15924/iso15924-codes.html
50 ---------------------------------------------------------------------------- ***
54 * Command-line environment setup
67 https://unicode-org.atlassian.net/browse/ICU-8966 InPC & InSC
68 https://unicode-org.atlassian.net/browse/ICU-12850 vo
73 - for each of the three new enumerated properties
84 - $ICU_SRC/tools/unicode$ py/preparseucd.py $UNICODE_DATA $ICU_SRC
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt5 libext2fs. (CVE-2015-1572, Addresses Debian Bug: #778948)
36 Fixed some use-after-free bug in resize2fs and e2fsck.
49 ------------------
51 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits.
88 Fix a 32/64-bit overflow bug that could cause resize2fs to loop
89 forever. (Addresses-Launchpad-Bug: #1321958)
97 format, but which no longer needs to use the meta_bg file system
101 The e4defrag program will now defrag backwards-allocated files.
120 Fixed a double close(2) bug in "rdump" and "rdump -p".
124 Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
[all …]
/external/python/cpython2/Doc/extending/
Dnewtypes.rst4 .. _defining-new-types:
31 .. _dnt-basics:
37 :c:type:`PyObject\*`. A :c:type:`PyObject` is not a very magnificent object - it
61 This is what a Noddy object will contain---in this case, nothing more than every
65 builds. Note that there is no semicolon after the ``PyObject_HEAD`` macro; one
79 Moving on, we come to the crunch --- the type object. ::
193 All the other type methods are *NULL*, so we'll go over them later --- that's
222 .. code-block:: shell-session
227 that directory and fire up Python --- you should be able to ``import noddy`` and
232 Of course, the current Noddy type is pretty uninteresting. It has no data and
[all …]
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DContext.java8 * http://www.apache.org/licenses/LICENSE-2.0
33 * A context propagation mechanism which can carry scoped-values across API boundaries and between
93 * <li>Do not mock this class. Use {@link #ROOT} for a non-null instance.
96 /* @DoNotMock("Use ROOT for a non-null Context") // commented out to avoid dependencies */
119 // Lazy-loaded storage. Delaying storage initialization until after class initialization makes it
152 // Re-retreive from storage since compareAndSet may have failed (returned false) in case of in createStorage()
373 * <p>Instead of using {@code attach()} and {@link #detach(Context)} most use-cases are better
404 * that this context is not {@link #current current}, either you or some code in-between are not
407 * compromise this error-detecting mechanism.
448 * @return A {@link io.grpc.Deadline} or {@code null} if no deadline is set.
[all …]
/external/toybox/www/
Dindex.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="08-02-2019" /><a href="#08-02-2019"><hr><h2><b>February 8, 2019</b></h2></a>
17 <p>- The Hitchhiker's Guide to the Galaxy</p>
20 <p><a href=downloads/toybox-0.8.0.tar.gz>Toybox 0.8.0</a>
33 <p><u>New options</u>: <b>grep</b> now has --color, supports embedded NUL bytes in its input,
35 needed the middle numerical field of -bB, etc).
37 Volodymyr Medvid reported that install -d doesn't honor -o or -g.
39 <b>mkdir</b> accepts both --parent and --parents as synonyms for -p, <b>touch</b> ignores -f,
[all …]
Dnews.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="08-02-2019" /><a href="#08-02-2019"><hr><h2><b>February 8, 2019</b></h2></a>
17 <p>- The Hitchhiker's Guide to the Galaxy</p>
20 <p><a href=downloads/toybox-0.8.0.tar.gz>Toybox 0.8.0</a>
33 <p><u>New options</u>: <b>grep</b> now has --color, supports embedded NUL bytes in its input,
35 needed the middle numerical field of -bB, etc).
37 Volodymyr Medvid reported that install -d doesn't honor -o or -g.
39 <b>mkdir</b> accepts both --parent and --parents as synonyms for -p, <b>touch</b> ignores -f,
[all …]
/external/curl/
DCHANGES12 - RELEASE: 7.64.1
14 - Revert "ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set"
20 - [Christian Schmitz brought this change]
27 - tool_cb_wrt: fix writing to Windows null device NUL
29 - Improve console detection.
36 Bug: https://github.com/curl/curl/issues/3175#issuecomment-439068724
37 Reported-by: Gisle Vanem
39 - CURLMOPT_PIPELINING.3: fix typo
42 - TODO: config file parsing
47 - os400: Disable Alt-Svc by default since it's experimental
[all …]
/external/python/cpython2/Misc/
DHISTORY2 --------------
7 file of the release25-maint branch.)
16 *Release date: 17-AUG-2006*
19 -----------------
21 - Unicode objects will no longer raise an exception when being
34 - Fix segfault when doing string formatting on subclasses of long.
36 - Fix bug related to __len__ functions using values > 2**32 on 64-bit machines
37 with new-style classes.
39 - Fix bug related to __len__ functions returning negative values with
42 - Patch #1538606, Fix __index__() clipping. There were some problems
[all …]
/external/python/cpython3/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
15 There were no changes between 3.4.6rc1 and 3.4.6 final.
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
[all …]
/external/proguard/docs/manual/
Dtroubleshooting.html1 <!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
5 <meta http-equiv="content-style-type" content="text/css">
12 <!--
15 //-->
54 <li><a href="#keep">Error: You have to specify '-keep' options</a></li>
56 <li><a href="#macosx">Error: Can't read [.../lib/rt.jar] (No such file or directory) (in MacOS X)</…
86 <h3><a href="#runtime">Problems at run-time</a></h3>
98 <li><a href="#nosuchfieldormethod">Error: No Such Field or Method, Error verifying method (in a Jav…
115 ProGuard may print out some notes and non-fatal warnings:
[all …]
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst5 ------------
9 PNaCl toolchain to compile their application to architecture-neutral PNaCl
10 bitcode (a ``.pexe`` file), using as much architecture-neutral optimization as
14 <https://developer.chrome.com/native-client/reference/sandbox_internals/index>`_
15 native code. The translator uses architecture-specific optimizations as much as
19 future page loads. However, first-time user experience is hampered by long
20 translation times. The LLVM-based PNaCl translator is pretty slow, even when
21 using ``-O0`` to minimize optimizations, so delays are especially noticeable on
22 slow browser platforms such as ARM-based Chromebooks.
26 - Parallel translation. However, slow machines where this matters most, e.g.
[all …]
/external/swiftshader/third_party/subzero/
DDESIGN.rst5 ------------
9 PNaCl toolchain to compile their application to architecture-neutral PNaCl
10 bitcode (a ``.pexe`` file), using as much architecture-neutral optimization as
14 <https://developer.chrome.com/native-client/reference/sandbox_internals/index>`_
15 native code. The translator uses architecture-specific optimizations as much as
19 future page loads. However, first-time user experience is hampered by long
20 translation times. The LLVM-based PNaCl translator is pretty slow, even when
21 using ``-O0`` to minimize optimizations, so delays are especially noticeable on
22 slow browser platforms such as ARM-based Chromebooks.
26 - Parallel translation. However, slow machines where this matters most, e.g.
[all …]
/external/boringssl/src/ssl/test/runner/
Drunner.go9 // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
57 …mallocTest = flag.Int64("malloc-test", -1, "If non-negative, run each test with each mallo…
58 …ol("malloc-test-debug", false, "If true, ask bssl_shim to abort rather than fail a malloc. This ca…
59 jsonOutput = flag.String("json-output", "", "The file to output JSON results to.")
62 …numWorkers = flag.Int("num-workers", runtime.NumCPU(), "The number of workers to run in pa…
63 …shimPath = flag.String("shim-path", "../../../build/ssl/test/bssl_shim", "The location o…
64 …handshakerPath = flag.String("handshaker-path", "../../../build/ssl/test/handshaker", "The loc…
65 …resourceDir = flag.String("resource-dir", ".", "The directory in which to find certificate …
67 …transcriptDir = flag.String("transcript-dir", "", "The directory in which to write transcript…
68 …idleTimeout = flag.Duration("idle-timeout", 15*time.Second, "The number of seconds to wait …
[all …]
/external/python/cpython3/Doc/faq/
Dprogramming.rst14 Is there a source code level debugger with breakpoints, single-stepping, etc.?
15 ------------------------------------------------------------------------------
19 The pdb module is a simple but adequate console-mode debugger for Python. It is
30 debugging non-Pythonwin programs. Pythonwin is available as part of the `Python
35 `Boa Constructor <http://boa-constructor.sourceforge.net/>`_ is an IDE and GUI
41 `Eric <http://eric-ide.python-projects.org/>`_ is an IDE built on PyQt
58 -------------------------------------------------------------
68 plug-ins to add a custom feature. In addition to the bug checking that
70 length, whether variable names are well-formed according to your coding
74 Static type checkers such as `Mypy <http://mypy-lang.org/>`_,
[all …]
/external/python/cpython2/Doc/faq/
Dprogramming.rst14 Is there a source code level debugger with breakpoints, single-stepping, etc.?
15 ------------------------------------------------------------------------------
19 The pdb module is a simple but adequate console-mode debugger for Python. It is
30 debugging non-Pythonwin programs. Pythonwin is available as part of the `Python
35 `Boa Constructor <http://boa-constructor.sourceforge.net/>`_ is an IDE and GUI
41 `Eric <http://eric-ide.python-projects.org/>`_ is an IDE built on PyQt
58 -------------------------------------------------------------
68 plug-ins to add a custom feature. In addition to the bug checking that
70 length, whether variable names are well-formed according to your coding
75 How can I create a stand-alone binary from a Python script?
[all …]

12