HomeSort by relevance Sort by last modified time
    Searched full:latest (Results 226 - 250 of 2405) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/
maven-metadata.xml 6 <latest>1.1.6</latest>
  /prebuilts/tools/common/m2/repository/org/sonatype/forge/forge-parent/
maven-metadata.xml 7 <latest>38</latest>
  /prebuilts/tools/common/m2/repository/org/sonatype/spice/spice-parent/
maven-metadata.xml 7 <latest>26</latest>
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/
maven-metadata.xml 6 <latest>2.11.0</latest>
  /external/autotest/site_utils/
clean_dir.sh 21 local latest=$2
22 latest=${latest:=2}
24 for ((i=${latest}; i<${#dirs[@]}; i++)); do
  /external/chromium-trace/catapult/third_party/WebOb/
README.rst 6 :alt: Latest Version
11 .. image:: https://readthedocs.org/projects/webob/badge/?version=latest
12 :target: http://docs.pylonsproject.org/projects/webob/en/latest/
  /external/dagger2/util/
generate-latest-docs.sh 17 git rm -rf api/latest
19 mv ${TARGET}/site/apidocs api/latest
20 git add -f api/latest
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
FloatCounter.java 36 /** The latest raw value */
37 public float latest; field in class:FloatCounter
53 latest = value;
62 this.value = latest;
77 latest = 0f;
  /external/valgrind/memcheck/tests/
origin6-fp.stderr.exp-glibc212-tilegx 2 at 0x........: __divdf3 (in /u/zliu/WS1/valgrind/valgrind-latest/memcheck/tests/origin6-fp)
10 at 0x........: __divdf3 (in /u/zliu/WS1/valgrind/valgrind-latest/memcheck/tests/origin6-fp)
18 at 0x........: __divdf3 (in /u/zliu/WS1/valgrind/valgrind-latest/memcheck/tests/origin6-fp)
26 at 0x........: __float_estimateDiv128To64 (in /u/zliu/WS1/valgrind/valgrind-latest/memcheck/tests/origin6-fp)
27 by 0x........: __divdf3 (in /u/zliu/WS1/valgrind/valgrind-latest/memcheck/tests/origin6-fp)
35 at 0x........: __float_estimateDiv128To64 (in /u/zliu/WS1/valgrind/valgrind-latest/memcheck/tests/origin6-fp)
36 by 0x........: __divdf3 (in /u/zliu/WS1/valgrind/valgrind-latest/memcheck/tests/origin6-fp)
44 at 0x........: __float_estimateDiv128To64 (in /u/zliu/WS1/valgrind/valgrind-latest/memcheck/tests/origin6-fp)
45 by 0x........: __divdf3 (in /u/zliu/WS1/valgrind/valgrind-latest/memcheck/tests/origin6-fp)
53 at 0x........: __float_estimateDiv128To64 (in /u/zliu/WS1/valgrind/valgrind-latest/memcheck/tests/origin6-fp
    [all...]
  /build/kati/
exec.cc 77 double latest = kProcessing; local
83 if (latest < ts)
84 latest = ts;
89 if (latest < ts)
90 latest = ts;
93 if (output_ts >= latest && !n->is_phony) {
  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 72 int32_t latest = whichFileModTimeIsLater(filePath, newpath); local
73 if (latest < 0 || latest == 2) {
89 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); local
90 if (latest < 0 || latest == 2) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiverApp.java 45 /** Latest area info cell broadcast received. */
59 /** Saves the latest area info broadcast received. */
64 /** Returns the latest area info broadcast received. */
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
README.txt 10 The latest ant integration from Peter Martin can be found on his blog:
  /external/autotest/server/site_tests/network_WiFi_UpdateRouter/
control 14 This test updates the router in a WiFi cell to the latest stable version.
  /external/chromium-trace/
README 10 The update.py script should be used to pull the latest upstream code, update
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
package.html 14 UCharacter supports all characters and properties defined in the latest version of Unicode, including properties of surrogate characters. It provides new API for querying surrogate characters (represented as int) and also supports the java.lang.Character API. UScript and UScriptRun provide information about scripts, which is not available through the Java APIs.</p>
  /external/littlemock/
README 3 The latest version of littlemock can be found at this url:
  /external/mesa3d/docs/
precompiled.html 17 Mesa and often have the latest Mesa release available as an update.
  /external/okhttp/
README.md 9 Download [the latest JAR][3] or grab via Maven:
34 Download [the latest JAR][4] or grab via Maven:
68 [3]: https://search.maven.org/remote_content?g=com.squareup.okhttp&a=okhttp&v=LATEST
69 [4]: https://search.maven.org/remote_content?g=com.squareup.okhttp&a=mockwebserver&v=LATEST
  /external/rmi4utils/
README 8 Install the latest verison of the Android NDK.
  /external/skia/bin/
fetch-skps 15 # Copies the latest bot-generated SKP set to ./skps.
  /external/strace/
README 13 You can get the latest version of strace from its homepage at
  /external/testng/src/test/resources/
create-serviceloader-jar.sh 1 # This script will update serviceloader.jar with the latest version of TmpSuiteListener.class,
  /frameworks/base/docs/html/distribute/stories/
index.jd 19 <section class="dac-section dac-small" id="latest-apps"><div class="wrap">
20 <h2 class="norule">Latest from apps</h2>
41 <section class="dac-section dac-small" id="latest-games"><div class="wrap">
42 <h2 class="norule">Latest from games</h2>
  /packages/apps/Camera2/src/com/android/camera/async/
ConcurrentState.java 29 * polling for the latest value and listening for updates.
63 * Updates the state to the latest value, notifying all listeners.
88 * Polls for the latest value.
90 * @return The latest state.

Completed in 1561 milliseconds

1 2 3 4 5 6 7 8 91011>>