HomeSort by relevance Sort by last modified time
    Searched refs:Revision (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/media/tools/layout_tests/
test_expectations_history.py 18 # A map from earliest revision to path.
37 def GetTestExpectationsPathForRevision(revision):
39 if revision >= i:
47 Given the time period, this method first gets the revision number. Then,
48 it gets the diff for each revision. Finally, it keeps the diff relating to
50 revision.
71 # #pysvn_client_log) returns the log messages (including revision
74 revision_start=pysvn.Revision(
76 revision_end=pysvn.Revision(
86 revision_start=pysvn.Revision(
    [all...]
  /development/libraries/stereocamera/
source.properties 3 Pkg.Desc=Stereo Camera libraries, revision 1
6 Pkg.Revision=1
  /external/clang/lib/Basic/
Version.cpp 65 // Leave "llvm/" prefix to distinguish the following llvm revision from the
66 // clang revision.
94 std::string Revision = getClangRevision();
95 if (!Path.empty() || !Revision.empty()) {
99 if (!Revision.empty()) {
102 OS << Revision;
108 if (!LLVMRev.empty() && LLVMRev != Revision) {
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 122 Revision History
124 * Revision 1.0 - Initial specification
125 * Revision 1.1 - Minor clean-up (7 Jan 2000, Brian Paul)
MESA_resize_buffers.spec 79 Revision History
81 * Revision 1.0 - Initial specification
MESA_shader_debug.spec 21 Author Revision: 0.2
258 Revision History
MESA_swap_control.spec 19 Date: 5/1/2003 Revision: 1.1
124 Revision History
MESA_pixmap_colormap.spec 88 Revision History
MESA_set_3dfx_mode.spec 83 Revision History
MESA_ycbcr_texture.spec 197 Revision History
  /external/mesa3d/docs/
MESA_window_pos.spec 122 Revision History
124 * Revision 1.0 - Initial specification
125 * Revision 1.1 - Minor clean-up (7 Jan 2000, Brian Paul)
MESA_resize_buffers.spec 79 Revision History
81 * Revision 1.0 - Initial specification
MESA_shader_debug.spec 21 Author Revision: 0.2
258 Revision History
MESA_swap_control.spec 19 Date: 5/1/2003 Revision: 1.1
124 Revision History
MESA_pixmap_colormap.spec 88 Revision History
MESA_set_3dfx_mode.spec 83 Revision History
  /external/llvm/utils/crosstool/
create-snapshots.sh 4 # where $REV is an SVN revision of LLVM. This is used for creating stable
8 # $0 [REV] -- grabs the revision $REV from SVN; if not specified, grabs the
9 # latest SVN revision.
17 svn info ${LLVM_PROJECT_SVN} | egrep ^Revision | sed 's/^Revision: //'
29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs.
  /external/chromium_org/third_party/lcov/bin/
gendesc 71 $lcov_version =~ s/\$\s*Revision\s*:?\s*(\S+)\s*\$/$1/;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
UISourceCode.js 54 /** @type {!Array.<!WebInspector.Revision>} */
338 var revision = new WebInspector.Revision(this, this._content, new Date());
339 this.history.push(revision);
633 WebInspector.Revision = function(uiSourceCode, content, timestamp)
640 WebInspector.Revision.prototype = {
669 * @this {WebInspector.Revision}
  /external/lldb/examples/test/
usage-pre-post-flight 16 Revision: 154753
usage-lldb-loggings 17 Revision: 162231
78 Revision: 162231
  /external/llvm/utils/vim/
tablegen.vim 4 " Version: $Revision$
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 20 Author Revision: 1.0
298 Revision History
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 20 Author Revision: 1.0
298 Revision History
  /development/build/tools/
mk_sdk_repo_xml.sh 100 Pkg.Revision revision 1
110 Layoutlib.Revision layoutlib/revision 4
139 version revision 1
140 revision revision 1
161 # Starting with XSD repo-7 and addon-5, some revision elements are no longer just
165 # Note: addon extra revision can't take a preview number. We don't enforce
172 tool revision
    [all...]

Completed in 380 milliseconds

1 2 3