/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | FileHandlerTest.java | 31 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 …]
|
D | XMLFormatterTest.java | 27 import java.util.logging.FileHandler; 187 logger.addHandler(new FileHandler(logFile));
|
/external/ComputeLibrary/arm_compute/core/utils/io/ |
D | FileHandler.h | 35 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/ |
D | FileHandler.cpp | 32 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/ |
D | LoggingConfigLoader.java | 33 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/ |
D | LoggingConfigLoaderTest.java | 42 import java.util.logging.FileHandler; 80 FileHandler fileHandler = (FileHandler) handlerCaptor.getValue(); in testLoadDefaultLogConfiguration()
|
/external/python/mobly/mobly/ |
D | logger.py | 194 fh_info = logging.FileHandler( 199 fh_debug = logging.FileHandler( 220 if isinstance(h, logging.FileHandler):
|
/external/pigweed/pw_cli/py/pw_cli/ |
D | log.py | 188 logging.FileHandler(log_file, encoding='utf-8'), 200 logging.FileHandler(debug_log, encoding='utf-8'),
|
/external/ComputeLibrary/arm_compute/core/utils/logging/ |
D | FilePrinter.h | 50 io::FileHandler _handler;
|
/external/autotest/client/common_lib/ |
D | logging_config.py | 124 handler = logging.FileHandler(file_path) 184 if isinstance(handler, logging.FileHandler):
|
/external/python/cpython3/Tools/c-analyzer/c_common/ |
D | logging.py | 24 handler = logging.FileHandler(logfile)
|
/external/python/cpython3/Lib/logging/ |
D | handlers.py | 51 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/ |
D | logging.py | 44 handler = logging.FileHandler(ns.log, encoding="utf-8", delay=True)
|
/external/executorch/exir/ |
D | common.py | 115 filehandler = logging.FileHandler(filename, mode="w")
|
/external/vogar/src/vogar/ |
D | OptionParser.java | 164 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/ |
D | python_logging.py | 63 logging.lastResort = logging.FileHandler(log_file)
|
/external/testng/src/main/java/org/testng/internal/ |
D | Utils.java | 23 import java.util.logging.FileHandler; 455 FileHandler fh = new FileHandler(outputLogPath); in initLogger()
|
/external/cronet/tot/build/fuchsia/test/ |
D | serial_boot_device.py | 231 logging.FileHandler('/home/swarming/dmc.%s.log' % node_id))
|
/external/angle/build/fuchsia/test/ |
D | serial_boot_device.py | 235 logging.FileHandler('/home/swarming/dmc.%s.log' % node_id))
|
/external/cronet/stable/build/fuchsia/test/ |
D | serial_boot_device.py | 231 logging.FileHandler('/home/swarming/dmc.%s.log' % node_id))
|
/external/chromium-crossbench/crossbench/probes/ |
D | internal.py | 75 self._log_handler = logging.FileHandler(self.result_path)
|
/external/mbedtls/tests/scripts/ |
D | check_files.py | 393 handler = logging.FileHandler(log_file)
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 551 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/ |
D | console.py | 395 json_filehandler = logging.FileHandler(json_logfile, encoding='utf-8')
|
/external/pigweed/pw_build/py/pw_build/ |
D | project_builder.py | 648 build_log_filehandler = logging.FileHandler( 712 new_log_filehandler = logging.FileHandler(
|