Searched refs:setFormatter (Results 1 - 25 of 59) sorted by relevance

123

/external/pdfium/tools/drmemory/scripts/
H A Dlogging_utils.py36 def setFormatter(self, formatter): member in class:StdoutStderrHandler
37 logging.Handler.setFormatter(self, formatter)
38 self._err.setFormatter(formatter)
39 self._out.setFormatter(formatter)
81 handler.setFormatter(formatter)
/external/autotest/client/cros/cellular/pseudomodem/
H A Dlogging_setup.py59 stdout_handler.setFormatter(stdout_formatter)
67 syslog_handler.setFormatter(syslog_formatter)
/external/autotest/client/cros/cellular/
H A Dcellular_logging.py25 ch.setFormatter(formatter)
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DRenderBundle.java44 public void setFormatter(SeriesFormatterType formatter) { method in class:RenderBundle
H A DSeriesAndFormatterList.java88 public FormatterType setFormatter(SeriesType series, FormatterType formatter) { method in class:SeriesAndFormatterList
/external/autotest/client/common_lib/cros/
H A Ddark_resume_xmlrpc_server.py50 handler.setFormatter(formatter)
H A Dinteractive_xmlrpc_server.py229 handler.setFormatter(formatter)
/external/autotest/client/cros/
H A Ddark_resume_xmlrpc_server.py50 handler.setFormatter(formatter)
/external/autotest/site_utils/deploy_autotest/
H A Dcommon_util.py19 screen_handler.setFormatter(logging.Formatter('%(message)s'))
/external/chromium-trace/catapult/devil/devil/utils/
H A Drun_tests_helper.py43 custom_handler.setFormatter(CustomFormatter())
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DHandlerTest.java219 * Test getFormatter & setFormatter methods with non-null value.
224 h.setFormatter(f);
229 * Test getFormatter & setFormatter methods with null.
235 h.setFormatter(null);
242 h.setFormatter(new SimpleFormatter());
243 h.setFormatter(null);
/external/autotest/client/cros/networking/
H A Dapmanager_xmlrpc_server.py65 handler.setFormatter(formatter)
/external/autotest/client/common_lib/
H A Dlogging_config.py66 handler.setFormatter(formatter)
89 handler.setFormatter(formatter)
H A Dlogging_manager.py401 handler.setFormatter(tagging_formatter)
477 handler.setFormatter(tagging_formatter.base_formatter)
572 new_handler.setFormatter(handler.formatter)
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
H A DDurationPicker.java58 // mHourPicker.setFormatter(NumberPicker.TWO_DIGIT_FORMATTER);
68 // mHourPicker.setFormatter(NumberPicker.TWO_DIGIT_FORMATTER);
78 mMinutePicker.setFormatter(NumberPicker.TWO_DIGIT_FORMATTER);
88 mSecondPicker.setFormatter(NumberPicker.TWO_DIGIT_FORMATTER);
/external/autotest/client/common_lib/cros/fake_device_server/
H A Dserver.py113 handler.setFormatter(formatter)
/external/autotest/site_utils/
H A Drpc_logserver.py112 handler.setFormatter(formatter)
H A Dbrillo_common.py131 log_handler.setFormatter(logging.Formatter(fmt=_LOGGING_FORMAT))
/external/autotest/client/cros/tendo/n_faced_peerd/
H A Dn_faced_peerd_main.py103 handler.setFormatter(formatter)
/external/autotest/site_utils/rpm_control_system/
H A Drpm_logging_config.py107 email_handler.setFormatter(logging.Formatter(LOGGING_FORMAT))
/external/caliper/caliper/src/main/java/com/google/caliper/config/
H A DLoggingConfigLoader.java99 fileHandler.setFormatter(new SimpleFormatter());
/external/testng/src/test/java/test/
H A DTest1.java132 handler.setFormatter(new org.testng.log.TextFormatter());
/external/autotest/server/
H A Dsite_log_time_diff.py20 handler.setFormatter(formatter)
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dtranslogger.py44 console.setFormatter(logging.Formatter('%(message)s'))
/external/google-breakpad/src/common/mac/
H A DGTMLogger.h297 - (void)setFormatter:(id<GTMLogFormatter>)formatter;

Completed in 1021 milliseconds

123