Searched defs:dry_run (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/cr/cr/base/
H A Dcontext.py211 return self.Find('CR_VERBOSE') or self.dry_run
214 def dry_run(self): member in class:Context
/external/chromium_org/ui/views/controls/
H A Dstyled_label.cc169 // doesn't actually make any changes to member variables when |dry_run| is
192 gfx::Size StyledLabel::CalculateAndDoLayout(int width, bool dry_run) { argument
193 if (!dry_run) {
284 if (style_info.is_link && !dry_run)
305 if (!dry_run) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c406 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, argument
417 if (!dry_run)
420 if (dry_run)
425 if (!dry_run) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c308 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, argument
319 if (!dry_run)
322 if (dry_run)
327 if (!dry_run) {
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_cups.cc107 bool* dry_run);
385 bool dry_run = false; variable
388 printer_name, job_title, tags, &dry_run);
391 base::Bind(&JobSpoolerCUPS::NotifyDelegate, delegate, job_id, dry_run));
396 int job_id, bool dry_run) {
397 if (dry_run || job_id)
776 bool* dry_run) {
797 *dry_run = IsDryRunJob(tags);
798 if (*dry_run) {
395 NotifyDelegate(JobSpooler::Delegate* delegate, int job_id, bool dry_run) argument
769 SpoolPrintJob( const std::string& print_ticket, const base::FilePath& print_data_file_path, const std::string& print_data_mime_type, const std::string& printer_name, const std::string& job_title, const std::vector<std::string>& tags, bool* dry_run) argument
/external/iptables/libiptc/
H A Dlibiptc.c1963 /* find the first rule in `chain' which matches `fw' and remove it unless dry_run is set */
1966 bool dry_run)
2011 if (dry_run){
1964 delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle, bool dry_run) argument

Completed in 2323 milliseconds