Home
last modified time | relevance | path

Searched refs:FileHandler (Results 1 – 25 of 56) sorted by relevance

123

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DFileHandlerTest.java31 import java.util.logging.FileHandler;
59 FileHandler handler;
73 handler = new FileHandler(); in setUp()
109 new FileHandler("%h/log_NoUsrHome.log"); in testConstructor_NoUsrHome()
124 new FileHandler("%t/log_NoTmpDir.log"); in testConstructor_NoTmpDir()
140 new FileHandler("%t/log_NoTmpDir_NoUsrHome.log"); in testConstructor_NoTmpDir_NoUsrHome()
157 FileHandler h = new FileHandler(); in testLock()
179 handler = new FileHandler(); in testFileHandler()
194 handler = new FileHandler(); in testDefaultValue()
205 handler = new FileHandler(); in testDefaultValue()
[all …]
DXMLFormatterTest.java27 import java.util.logging.FileHandler;
187 logger.addHandler(new FileHandler(logFile));
/external/ComputeLibrary/arm_compute/core/utils/io/
DFileHandler.h35 class FileHandler
39 FileHandler();
41 ~FileHandler();
43 FileHandler(FileHandler &&) = default;
45 FileHandler(const FileHandler &) = delete;
47 FileHandler &operator=(const FileHandler &) = delete;
49 FileHandler &operator=(FileHandler &&) = default;
/external/ComputeLibrary/src/core/utils/io/
DFileHandler.cpp32 FileHandler::FileHandler() in FileHandler() function in FileHandler
37 FileHandler::~FileHandler() in ~FileHandler()
42 void FileHandler::open(const std::string &filename, std::ios_base::openmode mode) in open()
51 void FileHandler::close() in close()
56 std::fstream &FileHandler::stream() in stream()
61 std::string FileHandler::filename() const in filename()
/external/caliper/caliper/src/main/java/com/google/caliper/config/
DLoggingConfigLoader.java33 import java.util.logging.FileHandler;
95 FileHandler fileHandler = new FileHandler(String.format("%s%c%s.%s.log", in maybeLoadDefaultLogConfiguration()
/external/caliper/caliper/src/test/java/com/google/caliper/config/
DLoggingConfigLoaderTest.java42 import java.util.logging.FileHandler;
80 FileHandler fileHandler = (FileHandler) handlerCaptor.getValue(); in testLoadDefaultLogConfiguration()
/external/python/mobly/mobly/
Dlogger.py194 fh_info = logging.FileHandler(
199 fh_debug = logging.FileHandler(
220 if isinstance(h, logging.FileHandler):
/external/pigweed/pw_cli/py/pw_cli/
Dlog.py188 logging.FileHandler(log_file, encoding='utf-8'),
200 logging.FileHandler(debug_log, encoding='utf-8'),
/external/ComputeLibrary/arm_compute/core/utils/logging/
DFilePrinter.h50 io::FileHandler _handler;
/external/autotest/client/common_lib/
Dlogging_config.py124 handler = logging.FileHandler(file_path)
184 if isinstance(handler, logging.FileHandler):
/external/python/cpython3/Tools/c-analyzer/c_common/
Dlogging.py24 handler = logging.FileHandler(logfile)
/external/python/cpython3/Lib/logging/
Dhandlers.py51 class BaseRotatingHandler(logging.FileHandler):
64 logging.FileHandler.__init__(self, filename, mode=mode,
81 logging.FileHandler.emit(self, record)
460 class WatchedFileHandler(logging.FileHandler):
483 logging.FileHandler.__init__(self, filename, mode=mode,
540 logging.FileHandler.emit(self, record)
/external/python/cpython3/PC/layout/support/
Dlogging.py44 handler = logging.FileHandler(ns.log, encoding="utf-8", delay=True)
/external/executorch/exir/
Dcommon.py115 filehandler = logging.FileHandler(filename, mode="w")
/external/vogar/src/vogar/
DOptionParser.java164 handlers.put(File.class, new FileHandler()); in handlers.put() argument
518 static class FileHandler extends Handler { class in OptionParser
/external/pigweed/pw_console/py/pw_console/
Dpython_logging.py63 logging.lastResort = logging.FileHandler(log_file)
/external/testng/src/main/java/org/testng/internal/
DUtils.java23 import java.util.logging.FileHandler;
455 FileHandler fh = new FileHandler(outputLogPath); in initLogger()
/external/cronet/tot/build/fuchsia/test/
Dserial_boot_device.py231 logging.FileHandler('/home/swarming/dmc.%s.log' % node_id))
/external/angle/build/fuchsia/test/
Dserial_boot_device.py235 logging.FileHandler('/home/swarming/dmc.%s.log' % node_id))
/external/cronet/stable/build/fuchsia/test/
Dserial_boot_device.py231 logging.FileHandler('/home/swarming/dmc.%s.log' % node_id))
/external/chromium-crossbench/crossbench/probes/
Dinternal.py75 self._log_handler = logging.FileHandler(self.result_path)
/external/mbedtls/tests/scripts/
Dcheck_files.py393 handler = logging.FileHandler(log_file)
/external/python/cpython3/Lib/urllib/
Drequest.py551 FTPHandler, FileHandler, HTTPErrorProcessor,
1450 class FileHandler(BaseHandler): class
1464 if FileHandler.names is None:
1466 FileHandler.names = tuple(
1470 FileHandler.names = (socket.gethostbyname('localhost'),)
1471 return FileHandler.names
/external/pigweed/pw_system/py/pw_system/
Dconsole.py395 json_filehandler = logging.FileHandler(json_logfile, encoding='utf-8')
/external/pigweed/pw_build/py/pw_build/
Dproject_builder.py648 build_log_filehandler = logging.FileHandler(
712 new_log_filehandler = logging.FileHandler(

123