/external/qemu-pc-bios/vgabios/ |
D | ChangeLog | 18 - requires latest Bochs VBE code (16 MB video memory, VBE_DISPI_ID5, VRAM size 84 - disable the generation of linemarkers by the preprocessor, since the latest 292 * VGABIOS-lgpl-latest.bin (1.61), VGABIOS-lgpl-latest.cirrus.bin 293 (1.13), VGABIOS-lgpl-latest.cirrus.debug.bin (1.13), 294 VGABIOS-lgpl-latest.debug.bin (1.61), clext.c (1.9): 301 * VGABIOS-lgpl-latest.bin (1.60), VGABIOS-lgpl-latest.cirrus.bin (1.12), 302 VGABIOS-lgpl-latest.cirrus.debug.bin (1.12), 303 VGABIOS-lgpl-latest.debug.bin (1.60), clext.c (1.8): 310 * VGABIOS-lgpl-latest.bin (1.59), VGABIOS-lgpl-latest.cirrus.bin (1.11), 311 VGABIOS-lgpl-latest.cirrus.debug.bin (1.11), [all …]
|
/external/chromium_org/ui/events/gesture_detection/ |
D | motion_event_buffer.cc | 178 virtual int GetId() const OVERRIDE { return latest().GetId(); } in GetId() 180 virtual Action GetAction() const OVERRIDE { return latest().GetAction(); } in GetAction() 183 return latest().GetActionIndex(); in GetActionIndex() 187 return latest().GetPointerCount(); in GetPointerCount() 191 return latest().GetPointerId(pointer_index); in GetPointerId() 195 return latest().GetX(pointer_index); in GetX() 199 return latest().GetY(pointer_index); in GetY() 203 return latest().GetRawX(pointer_index); in GetRawX() 207 return latest().GetRawY(pointer_index); in GetRawY() 211 return latest().GetTouchMajor(pointer_index); in GetTouchMajor() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | filetools.cpp | 72 int32_t latest = whichFileModTimeIsLater(filePath, newpath); in isFileModTimeLater() local 73 if (latest < 0 || latest == 2) { in isFileModTimeLater() 89 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local 90 if (latest < 0 || latest == 2) { in isFileModTimeLater()
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | filetools.cpp | 72 int32_t latest = whichFileModTimeIsLater(filePath, newpath); in isFileModTimeLater() local 73 if (latest < 0 || latest == 2) { in isFileModTimeLater() 89 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local 90 if (latest < 0 || latest == 2) { in isFileModTimeLater()
|
/external/lldb/test/functionalities/archives/ |
D | README | 4 [16:17:44] johnny:/Volumes/data/lldb/svn/latest/test/functionalities/archives $ dsymutil -s a.out 10 [ 0] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/… 12 [ 2] 00000046 66 (N_OSO ) 03 0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/… 18 [ 8] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/… 20 [ 10] 00000093 66 (N_OSO ) 03 0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/… 31 [ 21] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/… 33 [ 23] 000000f4 66 (N_OSO ) 03 0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/…
|
/external/chromium_org/tools/valgrind/ |
D | regrind.sh | 52 latest=`grep "<li><font .*" < regrind-builds.html | head -1 | sed 's/.*#//;s/<.*//'` 56 first=`expr $latest - $LAYOUT_COUNT` 57 i=$latest
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
D | popup.js | 49 var latest = {}; 51 if (!latest[tryJob.builder] || 52 latest[tryJob.builder].buildnumber < tryJob.buildnumber) 53 latest[tryJob.builder] = tryJob; 58 if (tryJob.buildnumber == latest[tryJob.builder].buildnumber)
|
/external/qemu-pc-bios/ |
D | README | 10 The file bios.bin is actually BIOS-bochs-latest, which is built from 25 The file vgabios-cirrus.bin is VGABIOS-lgpl-latest.cirrus.bin, which 49 The two binaries rombios16.bin and VGABIOS-lgpl-latest.cirrus.binare
|
D | Makefile | 33 $(CP) bochs/bios/BIOS-bochs-latest $@ 37 $(CP) vgabios/VGABIOS-lgpl-latest.cirrus.bin $@
|
/external/jsoncpp/doc/ |
D | jsoncpp.dox | 89 Permanent link to the latest revision of the file in subversion: 90 …ncpp.svn.sourceforge.net/viewvc/jsoncpp/trunk/jsoncpp/README.txt?view=markup">latest README.txt</a> 96 The latest version of the source is available in the project's subversion repository: 104 The description of latest changes can be found in 107 Permanent link to the latest revision of the file in subversion: 108 <a HREF="http://svn.sourceforge.net/viewcvs.cgi/jsoncpp/README.txt?view=markup">latest NEWS.txt</a>
|
/external/okhttp/ |
D | README.md | 13 Download [the latest JAR][2] or grab via Maven: 19 <version>(insert latest version)</version> 72 Download [the latest JAR][5] or grab via Maven: 78 <version>(insert latest version)</version>
|
/external/speex/libspeex/ |
D | jitter.c | 215 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/chromium_org/chrome/browser/component_updater/ |
D | swiftshader_component_installer.cc | 66 Version* latest, in GetLatestSwiftShaderDirectory() argument 77 if (version.CompareTo(*latest) > 0 && in GetLatestSwiftShaderDirectory() 82 *latest = version; in GetLatestSwiftShaderDirectory()
|
/external/stlport/doc/ |
D | README.windows | 30 consider that it can use latest Windows OS features like the new 50 Of course, targetting the latest Windows OS versions will give you the best 53 use the latest API functions. There is only one exception to this behavior,
|
/external/chromium_org/ash/system/chromeos/session/ |
D | logout_confirmation_controller_unittest.cc | 110 const base::TimeTicks latest = now_ + delta; in FastForwardBy() local 111 while (!tasks_.empty() && tasks_.top().first <= latest) { in FastForwardBy() 117 now_ = latest; in FastForwardBy()
|
/external/google-tv-pairing-protocol/cpp/ |
D | NEWS | 1 See http://code.google.com/p/google-tv-pairing-protocol/ for the latest news.
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | README | 31 This runtime is part of the ANTLR distribution. The latest version can be found 34 If you are interested in the latest, most bleeding edge version, have a look at 75 should fetch the latest ANTLR3 version from the perforce depot. See section
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | VERSION | 5 Release 11 is the latest version that works with JDK1.5
|
/external/qemu-pc-bios/bochs/bios/ |
D | Makefile.in | 61 bios: biossums BIOS-bochs-latest BIOS-bochs-legacy 117 BIOS-bochs-latest: rombios16.bin rombios32.bin
|
/external/chromium_org/third_party/google_appengine_cloudstorage/ |
D | README | 6 Check the site for up to date status, latest version, getting started & user
|
/external/opencv/ |
D | VERSION.txt | 3 Please note that due to platform and project constraints this is NOT the latest version of OpenCV!
|
/external/chromium_org/third_party/cython/src/ |
D | README.txt | 36 Alternatively, check out the latest developer repository from 61 The latest version of Pyrex can be found here:
|
/external/smack/ |
D | README | 4 To update to the latest smack source. Please run the following:
|
/external/antlr/antlr-3.4/runtime/ActionScript/ |
D | README | 19 This runtime is part of the ANTLR distribution. The latest version can be found 22 If you are interested in the latest, most bleeding edge version, have a look at
|
/external/fonttools/Windows/ |
D | README.TXT | 16 4. Download the latest released source code of TTX/FontTools at 37 6. Download the latest released source code of TTX/FontTools at
|