Home
last modified time | relevance | path

Searched refs:_options (Results 1 – 21 of 21) sorted by relevance

/external/v8/tools/push-to-trunk/
Dchromium_roll.py25 self["last_push"] = self._options.last_push or self.FindLastTrunkPush(
37 cwd = self._options.chromium
52 self.GitCheckout("master", cwd=self._options.chromium)
53 self.Command("gclient", "sync --nohooks", cwd=self._options.chromium)
54 self.GitPull(cwd=self._options.chromium)
60 cwd=self._options.chromium)
70 cwd=self._options.chromium) is None:
79 (commit_title, sheriff, self._options.reviewer),
80 author=self._options.author,
81 cwd=self._options.chromium)
[all …]
Dmerge_to_branch.py40 if self._options.force:
42 elif self._options.step == 0: # pragma: no cover
47 if self._options.revert_bleeding_edge:
49 elif self._options.branch:
50 self["merge_to_branch"] = self._options.branch
71 self._options.revisions))
146 self.ApplyPatch(self.Config("TEMPORARY_PATCH_FILE"), self._options.revert)
147 if self._options.patch:
148 self.ApplyPatch(self._options.patch, self._options.revert)
155 if self._options.revert_bleeding_edge:
[all …]
Dreleases.py127 return (self._options.max_releases > 0
128 and len(releases) > self._options.max_releases)
240 if self._options.branch == 'recent':
242 if self._options.max_releases == 0: # pragma: no cover
243 self._options.max_releases = 10
249 elif self._options.branch == 'all': # pragma: no cover
257 assert self._options.branch in branches + ["trunk", "bleeding_edge"]
258 releases += self.GetReleasesFromBranch(self._options.branch)
269 cwd = self._options.chromium
282 cwd = self._options.chromium
[all …]
Dauto_roll.py29 "owner": self._options.author,
58 exec(FileToText(os.path.join(self._options.chromium, "DEPS")))
90 if self._options.roll:
92 "--author", self._options.author,
93 "--reviewer", self._options.reviewer,
94 "--chromium", self._options.chromium,
97 if self._options.sheriff:
99 "--sheriff", "--googlers-mapping", self._options.googlers_mapping])
100 if self._options.dry_run:
Dcommon_includes.py264 self._options = options
338 if self._options.force_readline_defaults and default is not None:
363 if self._options.requires_editor:
385 if not self._options.manual: # pragma: no cover
411 if (self._options.requires_editor and (not os.environ.get("EDITOR") or
464 answer = self.ReadLine(None if self._options.wait_for_lgtm else "LGTM")
523 self.Command("svn", "update", cwd=self._options.svn)
524 if self.Command("svn", "status", cwd=self._options.svn) != "":
528 cwd=self._options.svn):
533 (self._options.author, self._options.svn_config, commit_message),
[all …]
Dbump_up_version.py168 if self._options.dry_run: # pragma: no cover
195 self.GitCommit("%s\n\nTBR=%s" % (msg, self._options.author),
196 author=self._options.author)
197 if self._options.svn:
200 self.GitUpload(author=self._options.author,
201 force=self._options.force_upload,
Dauto_push.py112 if self._options.push:
115 ["--author", self._options.author,
116 "--reviewer", self._options.reviewer,
Dpush_to_trunk.py66 if self._options.revision:
67 self["push_hash"] = self.GitSVNFindGitHash(self._options.revision)
78 last_push = self._options.last_push or self.FindLastTrunkPush()
86 if self._options.last_bleeding_edge:
89 last_push_bleeding_edge = self._options.last_bleeding_edge
Dauto_tag.py154 if not self._options.dry_run:
/external/chromium-trace/agents/
Datrace_agent.py96 LIST_CATEGORIES_ARGS, self._options.device_serial)
100 if self._options.app_name is not None:
101 extra_args.extend(['-a', self._options.app_name])
103 if self._options.kfuncs is not None:
104 extra_args.extend(['-k', self._options.kfuncs])
107 self._categories = get_default_categories(self._options.device_serial)
119 if self._options.list_categories:
122 elif self._options.from_file is not None:
123 tracer_args = ['cat', self._options.from_file]
128 if self._options.compress_trace_data:
[all …]
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp59 for (int i = 0; i < _options.Methods.Size(); i++) in CreateMixerCoder()
61 const CMethodFull &methodFull = _options.Methods[i]; in CreateMixerCoder()
84 RINOK(setCoderMt->SetNumberOfThreads(_options.NumThreads)); in CreateMixerCoder()
116 const UInt32 sizeInBytes = _options.Password.Length() * 2; in CreateMixerCoder()
118 for (int i = 0; i < _options.Password.Length(); i++) in CreateMixerCoder()
120 wchar_t c = _options.Password[i]; in CreateMixerCoder()
284 _options = options; in CEncoder()
292 if (_options.Methods.IsEmpty()) in EncoderConstr()
295 if (!_options.PasswordIsDefined) in EncoderConstr()
297 if (!_options.Binds.IsEmpty()) in EncoderConstr()
[all …]
D7zEncode.h29 CCompressionMethodMode _options; variable
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
Dcloudstorage_api.py292 self._options = options.copy()
294 self._path + '?' + urllib.urlencode(self._options))
296 self._new_max_keys = self._options.get('max-keys')
299 options = self._options
319 max_keys = self._options.get('max-keys')
324 body=content, extras=self._options)
328 self._path + '?' + urllib.urlencode(self._options))
412 if ('max-keys' in self._options and
413 self._options['max-keys'] <= common._MAX_GET_BUCKET_RESULT):
424 self._options.pop('marker', None)
[all …]
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py76 self._options = options
88 self._options = options
100 if self._options:
101 return self._options
108 self._options = options_class()
109 return self._options
/external/protobuf/python/google/protobuf/
Ddescriptor.py83 self._options = options
95 self._options = options
107 if self._options:
108 return self._options
115 self._options = options_class()
116 return self._options
/external/chromium-trace/
Dsystrace_agent.py19 self._options = options
/external/jetty/src/java/org/eclipse/jetty/servlet/
DServletContextHandler.java90 protected int _options; field in ServletContextHandler
117 _options=options; in ServletContextHandler()
275 if (_securityHandler==null && (_options&SECURITY)!=0 && !isStarted()) in getSecurityHandler()
298 if (_sessionHandler==null && (_options&SESSIONS)!=0 && !isStarted()) in getSessionHandler()
/external/nanopb-c/generator/google/protobuf/compiler/
Dplugin_pb2.py165 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), '\n\034com.google.pro…
/external/okhttp/website/static/
Dbootstrap.min.js6_options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:func…
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Dbootstrap.js943 (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
961 var self = $(e.currentTarget)[this.type](this._options).data(this.type)
973 var self = $(e.currentTarget)[this.type](this._options).data(this.type)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...