Home
last modified time | relevance | path

Searched refs:revision (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/external/chromium-trace/catapult/experimental/heatmap/
Drenderer.js35 var revision = data[trace].data[t][0];
37 if (revision > 1000000)
42 if (!this.traces[revision])
43 this.traces[revision] = {};
44 this.traces[revision][trace] = value;
53 for (var revision in this.traces)
54 for (var trace in this.traces[revision])
55 values.push(this.traces[revision][trace]);
70 for (var revision in this.traces) {
71 for (var trace in this.traces[revision]) {
[all …]
Dcalculate.js46 for (var revision in this.traces)
47 for (var trace in this.traces[revision])
48 for (var value of this.traces[revision][trace])
64 for (var revision in this.traces) {
65 for (var trace in this.traces[revision]) {
66 for (var value of this.traces[revision][trace]) {
69 if (this.data[revision] == null)
70 this.data[revision] = {};
71 if (this.data[revision][bucket] == null)
72 this.data[revision][bucket] = [];
[all …]
Ddraw.js16 var revision = this.revisions[time];
17 for (var bucket in this.data[revision]) {
18 counts.push(this.data[revision][bucket].length);
27 var revision = this.revisions[time];
28 for (var bucket in this.data[revision]) {
29 var count = this.data[revision][bucket].length;
33 for (var i = 0; i < this.data[revision][bucket].length; ++i) {
34 var trace = this.data[revision][bucket][i];
Dinput.js57 var revision = this.revisions[time];
58 if (!this.data[revision])
60 if (!this.data[revision][bucket])
63 for (var i = 0; i < this.data[revision][bucket].length; ++i)
64 traces[this.data[revision][bucket][i]] = true;
/external/llvm/cmake/modules/
DGetSVN.cmake1 # CMake project that writes Subversion revision information to a header.
22 macro(get_source_info_svn path revision repository)
35 set(${revision} ${Project_WC_REVISION} PARENT_SCOPE)
43 macro(get_source_info_git_svn path revision repository)
54 set(${revision} ${git_svn_rev} PARENT_SCOPE)
62 macro(get_source_info_git path revision repository)
71 set(${revision} ${git_output} PARENT_SCOPE)
86 function(get_source_info path revision repository)
88 get_source_info_svn("${path}" revision repository)
90 get_source_info_git_svn("${path}" revision repository)
[all …]
/external/chromium-trace/catapult/dashboard/dashboard/
Ddebug_alert.py53 revision = self.request.get('rev')
54 if revision:
55 rows = _FetchRowsAroundRev(test, int(revision), num_before, num_after)
74 'rev': revision or '',
84 'graph_url': _GraphUrl(test, revision),
237 return [r.revision for r in rows]
255 q = q.order(-graph_data.Row.revision)
260 def _FetchRowsAroundRev(test, revision, num_before, num_after): argument
278 before_query = query.filter(graph_data.Row.revision < revision)
279 before_query = before_query.order(-graph_data.Row.revision)
[all …]
Dgraph_json.py209 if row.revision not in revision_map:
210 revision_map[row.revision] = {}
211 revision_map[row.revision][parent_test_key] = _PointInfoDict(
228 if anomaly_annotation_map.get(row.revision):
229 anomaly_entity = anomaly_annotation_map.get(row.revision)
261 graph_data.Row.revision >= start_rev,
262 graph_data.Row.revision <= end_rev)
275 graph_data.Row.revision <= rev)
276 query_up_to_rev = query_up_to_rev.order(-graph_data.Row.revision)
283 graph_data.Row.revision > rev)
[all …]
Dauto_triage_test.py55 def _AddAnomalyForTest(self, sheriff_key, test_key, revision, argument
63 start_revision=revision,
64 end_revision=revision,
80 sheriff_key, test_key, revision=11, median_before=50, median_after=55)
93 sheriff_key, test_key, revision=11, median_before=50, median_after=55)
106 sheriff_key, test_key, revision=11, median_before=50, median_after=55)
119 sheriff_key, test_key, revision=11, median_before=50, median_after=55)
132 sheriff_key, test_key, revision=11, median_before=50, median_after=55,
150 sheriff_key, test_key, revision=11, median_before=50, median_after=55,
190 sheriff_key, test_key, revision=362262,
[all …]
Dcan_bisect.py73 def IsValidRevisionForBisect(revision): argument
75 return _IsGitHash(revision) or re.match(r'^[0-9]{5,7}$', str(revision))
78 def _IsGitHash(revision): argument
80 return re.match(r'[a-fA-F0-9]{40}$', str(revision))
Dfind_anomalies.py105 query = query.filter(graph_data.Row.revision > test.last_alerted_revision)
106 query = query.order(-graph_data.Row.revision)
115 query = query.order(-graph_data.Row.revision)
217 if row.revision < later_revision:
218 return row.revision
266 data_series = [(row.revision, row.value) for row in rows]
/external/iptables/extensions/
Dlibxt_connlimit.c60 const unsigned int revision = (*cb->match)->u.user.revision; in connlimit_parse() local
73 if (revision < 1) in connlimit_parse()
80 if (revision < 1) in connlimit_parse()
153 const int revision = match->u.user.revision; in connlimit_save4() local
160 if (revision >= 1) { in connlimit_save4()
171 const int revision = match->u.user.revision; in connlimit_save6() local
178 if (revision >= 1) { in connlimit_save6()
189 .revision = 0,
204 .revision = 0,
219 .revision = 1,
[all …]
Dlibxt_string.c172 const unsigned int revision = (*cb->match)->u.user.revision; in string_parse() local
179 if (revision == 0) in string_parse()
188 if (revision == 0) in string_parse()
195 if (revision == 0) in string_parse()
257 const int revision = match->u.user.revision; in string_print() local
258 int invert = (revision == 0 ? info->u.v0.invert : in string_print()
273 if (revision > 0 && info->u.v1.flags & XT_STRING_FLAG_IGNORECASE) in string_print()
281 const int revision = match->u.user.revision; in string_save() local
282 int invert = (revision == 0 ? info->u.v0.invert : in string_save()
297 if (revision > 0 && info->u.v1.flags & XT_STRING_FLAG_IGNORECASE) in string_save()
[all …]
/external/deqp/scripts/khr_util/
Dregistry_cache.py32 def __init__(self, filename, revision, checksum): argument
34 self.revision = revision
38 return hash((self.filename, self.revision, self.checksum))
41 …return (self.filename, self.revision, self.checksum) == (other.filename, other.revision, other.che…
47 return "r%d-%s" % (self.revision, self.filename)
53 return self.revision
56 …s.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/%s?r=%d" % (self.filename, self.revision)
/external/llvm/utils/release/
Dbuild_llvm_package.bat7 REM Usage: build_llvm_package.bat <revision>
20 set revision=%1 variable
22 set package_version=3.8.0-r%revision%
23 set clang_format_vs_version=3.8.0.%revision%
24 set build_dir=llvm_package_%revision%
27 echo Revision: %revision%
37 echo Checking out %branch% at r%revision%...
38 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/llvm/%branch% llvm || exit /b
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit…
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools…
[all …]
Dtag.sh22 revision="HEAD"
48 ${dryrun} svn copy -m "Creating release_$branch_release branch off revision ${revision}" \
49 -r ${revision} \
87 -revision | --revision )
89 revision="$1"
120 if [ "$revision" != "HEAD" ]; then
/external/v8/tools/release/
Dreleases.py167 revision = self.GetCommitPositionNumber(git_hash)
170 "revision": revision,
194 % revision),
258 def GetReleaseFromRevision(self, revision): argument
261 if (VERSION_FILE not in self.GitChangedFiles(revision) or
262 not self.GitCheckoutFileSafe(VERSION_FILE, revision)):
263 print "Skipping revision %s" % revision
268 self.Git("branch -r --contains %s" % revision).strip().splitlines(),
279 print "Could not determine branch for %s" % revision
281 release, _ = self.GetRelease(revision, branch)
[all …]
Dmerge_to_branch.py74 for revision in self["full_revision_list"]:
77 grep="Port %s" % revision,
85 % (revision, git_hash, revision_title))
88 % (revision, git_hash, revision_title))
254 for revision in options.revisions:
255 if (IsSvnNumber(revision) or
256 (revision[0:1] == "r" and IsSvnNumber(revision[1:]))):
258 print "Got: %s" % revision
/external/chromium-trace/catapult/dashboard/dashboard/models/
Dstoppage_alert.py41 def revision(self): member in StoppageAlert
51 return ndb.Key('Row', self.revision, parent=test_container)
55 return self.revision
59 return self.revision
70 def GetStoppageAlert(test_path, revision): argument
81 'StoppageAlertParent', test_path, 'StoppageAlert', revision).get()
97 id=row.revision,
/external/autotest/server/
Dgit_kernel.py36 def checkout(self, revision, local=None): argument
43 logging.info('Checking out %s', revision)
44 super(GitKernel, self).checkout(revision)
78 def install(self, host, build=True, builddir=None, revision=None): argument
90 if revision:
91 self.checkout(revision)
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Dcollector.py230 revision = globals.get('__revision__', None)
231 if revision is None:
233 revision = globals.get('__version__', None)
235 if revision is not None:
237 revision = str(revision).strip()
239 revision = '???'
240 return revision
471 revision = None variable in ExceptionFrame
/external/google-benchmark/
Dmingw.py82 revision = exceptions.setdefault(int(value[4].strip()[3:]),
173 exceptions = None, revision = None, log = EmptyLogger()): argument
180 if not (arch and version and threading and exceptions and revision):
207 if revision == None:
208 revision = max(versions[version][arch][threading][exceptions].keys())
213 url = versions[version][arch][threading][exceptions][revision]
220 log.debug(' - revision: %s', revision)
230 revision = revision
304 exceptions = args.exceptions, revision = args.revision,
/external/v8/tools/
Dv8-info.sh49 Fetches V8 revision information from a git-svn checkout.
54 -i Print revision info for all branches matching the V8 version.
56 Output format: [Git hash] [SVN revision] [V8 version]
58 -v Print the V8 version tag for a trunk SVN revision.
64 Output format: [V8 version] [SVN revision] [SVN patch merged]*.
70 -u Print a link to all SVN revisions between two V8 revision tags.
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
Dcreate.py30 revision = self.request.get('revision')
31 if not revision:
32 revision = 'HEAD'
59 job.revision = revision
/external/webrtc/tools/autoroller/
Droll_chromium_revision.py71 def ParseRemoteCrDepsFile(revision): argument
72 deps_content = ReadRemoteCrFile('DEPS', revision)
146 def ReadRemoteCrFile(path_below_src, revision): argument
148 return _ReadGitilesContent(CHROMIUM_FILE_TEMPLATE % (revision,
152 def ReadRemoteCrCommit(revision): argument
154 return _ReadGitilesContent(CHROMIUM_COMMIT_TEMPLATE % revision)
199 url, revision = deps_url.split('@') if deps_url else (None, None)
200 result[path] = DepsEntry(path, url, revision)
224 result.append(ChangedDep(entry.path, entry.url, entry.revision, 'None'))
226 result.append(ChangedDep(entry.path, entry.url, entry.revision,
[all …]
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch3 --- src/dnsmasq.c (revision 696)
4 +++ src/dnsmasq.c (revision 821)
143 --- src/config.h (revision 696)
144 +++ src/config.h (revision 821)
156 --- src/dnsmasq.h (revision 696)
157 +++ src/dnsmasq.h (revision 821)
224 --- src/util.c (revision 696)
225 +++ src/util.c (revision 821)
267 --- src/dhcp.c (revision 696)
268 +++ src/dhcp.c (revision 821)
[all …]

12345678910>>...19