Home
last modified time | relevance | path

Searched refs:latest (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/external/guice/util/
Dgenerate-latest-docs.sh11 cp -R build/docs/javadoc $HOME/javadoc-latest
12 cp -R build/docs/latest-api-diffs $HOME/api-diffs-latest
13 cp lib/build/jdiff/*.gif $HOME/api-diffs-latest/
21 git rm -rf api-docs/latest/api-diffs api-docs/latest/javadoc
22 mkdir -p api-docs/latest
23 cp -rf $HOME/api-diffs-latest api-docs/latest/api-diffs
24 cp -rf $HOME/javadoc-latest api-docs/latest/javadoc
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D29-1.c90 sig_atomic_t latest = 0; variable
97 latest++; in handler()
99 if (latest != info->si_value.sival_int) { in handler()
101 info->si_value.sival_int, latest); in handler()
174 if (latest != 0) { in main()
189 if (latest != QUEUELENGTH) { in main()
190 output("Only %d signal delivered instead of %d\n", latest, in main()
193 if (latest == 1) { in main()
/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local
79 if (latest < 0 || latest == 2) { in isFileModTimeLater()
95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local
96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
/external/mesa3d/src/util/
Dralloc.c577 struct linear_header *latest; /* the only buffer that has free space */ member
627 node->latest = node; in create_linear_node()
635 linear_header *latest = first->latest; in linear_alloc_child() local
641 assert(!latest->next); in linear_alloc_child()
646 if (unlikely(latest->offset + full_size > latest->size)) { in linear_alloc_child()
648 new_node = create_linear_node(latest->ralloc_parent, size); in linear_alloc_child()
652 first->latest = new_node; in linear_alloc_child()
653 latest->latest = new_node; in linear_alloc_child()
654 latest->next = new_node; in linear_alloc_child()
655 latest = new_node; in linear_alloc_child()
[all …]
/external/wycheproof/
DBUILD23 # plus a BouncyCastleAllTests alias for latest stable.
25 # To test latest stable:
53 # plus a SpongyCastleAllTests alias for latest stable.
55 # To test latest stable:
76 # plus a BouncyCastleTest alias for latest stable.
78 # To test latest stable:
105 # plus a SpongyCastleTest alias for latest stable.
107 # To test latest stable:
/external/dagger2/util/
Dgenerate-latest-docs.sh17 git rm -rf api/latest
19 mv ${TARGET}/site/apidocs api/latest
20 git add -f api/latest
/external/tensorflow/tensorflow/tools/docker/
DREADME.md21 * `gcr.io/tensorflow/tensorflow:latest-gpu` - TensorFlow with all dependencies
34 For GPU support install NVidia drivers (ideally latest) and
37 $ nvidia-docker run -it -p 8888:8888 gcr.io/tensorflow/tensorflow:latest-gpu
47 $ docker run -it -p 8888:8888 $CUDA_SO $DEVICES gcr.io/tensorflow/tensorflow:latest-gpu
64 from a binary docker image such as for example `tensorflow/tensorflow:latest` will
96 If successful, the image will be tagged as `${USER}/tensorflow:latest` by default.
/external/toolchain-utils/binary_search_tool/common/
Dtest_setup.sh40 …OARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
72 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
138 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
/external/toolchain-utils/binary_search_tool/cros_pkg/
Dtest_setup.sh40 …OARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
72 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
138 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
Dtest_setup.sh40 …OARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
72 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
138 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
/external/speex/libspeex/
Djitter.c215 int latest = 32767; in compute_opt_delay() local
219 if (pos[j] < tb[j].filled && tb[j].timing[pos[j]] < latest) in compute_opt_delay()
222 latest = tb[j].timing[pos[j]]; in compute_opt_delay()
230 worst = latest; in compute_opt_delay()
231 best = latest; in compute_opt_delay()
232 latest = ROUND_DOWN(latest, jitter->delay_step); in compute_opt_delay()
236 cost = -latest + late_factor*late; in compute_opt_delay()
241 opt = latest; in compute_opt_delay()
250 if (latest >= 0 && !penalty_taken) in compute_opt_delay()
/external/python/cpython2/Doc/installing/
Dindex.rst46 <https://www.pypa.io/en/latest/>`__ are the group of
67 The following command will install the latest version of a module and its
104 <https://packaging.python.org/en/latest/installing/>`__
122 <https://packaging.python.org/en/latest/installing/#requirements-for-installing-packages>`__
141 <https://packaging.python.org/en/latest/science/>`__
147 <https://packaging.python.org/en/latest/science/>`__
177 https://packaging.python.org/en/latest/mirrors/)
210 <https://packaging.python.org/en/latest/science/>`__
217 <https://packaging.python.org/en/latest/extensions/>`__
/external/python/cpython2/Doc/distributing/
Dindex.rst64 .. _setuptools: https://setuptools.readthedocs.io/en/latest/
114 .. _currently recommended tools: https://packaging.python.org/en/latest/current/#packaging-tool-rec…
127 https://packaging.python.org/en/latest/distributing/
129 https://packaging.python.org/en/latest/distributing/#packaging-your-project
131 https://packaging.python.org/en/latest/distributing/#uploading-your-project-to-pypi
163 <https://packaging.python.org/en/latest/extensions>`__
170 https://packaging.python.org/en/latest/mirrors/)
/external/python/cpython3/Doc/distributing/
Dindex.rst64 .. _setuptools: https://setuptools.readthedocs.io/en/latest/
114 .. _currently recommended tools: https://packaging.python.org/en/latest/current/#packaging-tool-rec…
127 https://packaging.python.org/en/latest/distributing/
129 https://packaging.python.org/en/latest/distributing/#packaging-your-project
131 https://packaging.python.org/en/latest/distributing/#uploading-your-project-to-pypi
163 <https://packaging.python.org/en/latest/extensions>`__
170 https://packaging.python.org/en/latest/mirrors/)
/external/scapy/
DREADME82 tutorial](http://scapy.readthedocs.io/en/latest/usage.html#interactive-tutorial).
84 session](http://scapy.readthedocs.io/en/latest/introduction.html#quick-demo)
89 The [documentation](http://scapy.readthedocs.io/en/latest/) contains more
97 documentation](http://scapy.readthedocs.io/en/latest/installation.html#windows).
109 [documentation](http://scapy.readthedocs.io/en/latest/installation.html) and
DREADME.md82 tutorial](http://scapy.readthedocs.io/en/latest/usage.html#interactive-tutorial).
84 session](http://scapy.readthedocs.io/en/latest/introduction.html#quick-demo)
89 The [documentation](http://scapy.readthedocs.io/en/latest/) contains more
97 documentation](http://scapy.readthedocs.io/en/latest/installation.html#windows).
109 [documentation](http://scapy.readthedocs.io/en/latest/installation.html) and
/external/boringssl/src/util/bot/
DUPDATING8 go/bootstrap.py: Set TOOLSET_VERSION to the latest release of Go, found at
25 cmake-linux64.tar.gz: Download the latest CMake source tarball, found at
38 cmake-win32.zip: Update to the latest prebuilt release of CMake, found at
44 perl-win32.zip: Update to the latest 32-bit prebuilt "Portable" edition of
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dnada.cc116 PacketIdentifierNode* latest = *(received_packets_.begin()); in GetFeedback() local
118 latest->send_time_ms + now_ms - latest->arrival_time_ms; in GetFeedback()
/external/okhttp/okhttp-logging-interceptor/
DREADME.md38 <version>(insert latest version)</version>
44 compile 'com.squareup.okhttp:logging-interceptor:(insert latest version)'
/external/oj-libjdwp/
DREADME12 2. Either download and install the latest JDK7 from
16 this latest JDK7 or OpenJDK7 build.
/external/tensorflow/tensorflow/docs_src/install/
Dinstall_linux.md256 following command, which will either install or upgrade to the latest
279 2. (Optional.) If Step 1 failed, install the latest version of TensorFlow
364 * <tt>gcr.io/tensorflow/tensorflow:latest-devel</tt>, which is the latest
376 For example, the following command launches the latest TensorFlow CPU binary image
383 The following command also launches the latest TensorFlow CPU binary image in a
412 * <tt>gcr.io/tensorflow/tensorflow:latest-gpu</tt>, which is the latest
414 * <tt>gcr.io/tensorflow/tensorflow:latest-devel-gpu</tt>, which is
415 the latest TensorFlow GPU Binary image plus source code.
423 We recommend installing one of the `latest` versions. For example, the
424 following command launches the latest TensorFlow GPU binary image in a
[all …]
/external/autotest/client/site_tests/touch_UpdateErrors/
Dtouch_UpdateErrors.py52 latest = dates[-1]
59 if dates[i] != latest:
/external/tensorflow/tensorflow/contrib/eager/python/examples/gan/
DREADME.md21 - Make sure you have installed TensorFlow 1.5+ or the latest `tf-nightly`
35 The script will load the latest saved checkpoint from this directory if
/external/dnsmasq/src/
Ddnsmasq.c809 struct resolvc *res, *latest; in poll_resolv() local
815 for (latest = NULL, res = daemon->resolv_files; res; res = res->next) in poll_resolv()
831 latest = res; in poll_resolv()
836 if (latest) in poll_resolv()
839 if (reload_servers(latest->name)) in poll_resolv()
841 my_syslog(LOG_INFO, _("reading %s"), latest->name); in poll_resolv()
849 latest->mtime = 0; in poll_resolv()
852 my_syslog(LOG_WARNING, _("no servers found in %s, will retry"), latest->name); in poll_resolv()
/external/clang/
DRenderScriptPrebuilts.md4 For the latest version of this doc, please make sure to visit:
49 1. Set RS_LLVM_PREBUILTS_VERSION in build/core/clang/config.mk to the latest
50 prebuilts generated for this rebase, or to the latest platform version if no

12345678910>>...18