/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
|
/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/WebKit/Source/devtools/front_end/ |
UISourceCode.js | 59 /** @type {!Array.<WebInspector.Revision>} */ 345 var revision = new WebInspector.Revision(this, this._content, new Date()); 346 this.history.push(revision); 347 revision._persist(); 411 var registry = WebInspector.Revision._revisionHistoryRegistry(); 431 var revision = new WebInspector.Revision(this, content, timestamp); 432 this.history.push(revision); 444 var registry = WebInspector.Revision._revisionHistoryRegistry() [all...] |
WorkspaceController.js | 47 WebInspector.Revision.filterOutStaleRevisions();
|
/external/skia/tools/ |
roll_autogen.sh | 26 # Determine the latest revision. Note that any revisions committed while we 28 END=`svn info ${REPO_SVN} | grep Revision | cut -c11-` 37 svnadmin dump --revision ${START}:${END} ${LOCAL_CLONE} > ${DUMPFILE}
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 18 @ Revision Control:
19 @ $Revision: 496 $
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 18 @ Revision Control:
19 @ $Revision: 496 $
|
/external/chromium_org/third_party/lcov-1.9/bin/ |
gendesc | 71 $lcov_version =~ s/\$\s*Revision\s*:?\s*(\S+)\s*\$/$1/;
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
aggregate_results.js | 105 // Some bots don't properly record revision numbers. Handle that gracefully. 108 label = 'Blink Revision'; 111 label = 'Chrome Revision'; 204 html += htmlForTableRow('Blink Revision', resultsForBuilder[results.BLINK_REVISIONS].slice(0, numColumns)); 206 html += htmlForTableRow('Chrome Revision', resultsForBuilder[results.CHROME_REVISIONS].slice(0, numColumns));
|
aggregate_results_unittest.js | 88 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:qe..&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Blink Revision|&chxr=0,1233,1234|2,0,1445&chtt=Total failing">' + 89 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Blink Revision|&chxr=0,1233,1234|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' + 119 '<tr><td>Blink Revision</td><td>1234</td><td>1233</td></tr>' + 120 '<tr><td>Chrome Revision</td><td>4567</td><td>4566</td></tr>' +
|
/external/llvm/utils/vim/ |
tablegen.vim | 4 " Version: $Revision$
|