Home
last modified time | relevance | path

Searched defs:logfile (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/external/toybox/toys/pending/
H A Dsyslogd.c47 struct logfile { struct
48 struct logfile *next; argument
60 char *logfile; argument
/aosp_15_r20/external/cronet/base/win/
H A Devent_trace_consumer.h109 EVENT_TRACE_LOGFILE logfile = { in OpenRealtimeSession() local
119 EVENT_TRACE_LOGFILE logfile = {.LogFileName = in OpenFileSession() local
126 EVENT_TRACE_LOGFILE& logfile) { in OpenSessionImpl()
/aosp_15_r20/art/tools/common/
H A Dcommon.py163 def _LogCmdOutput(logfile, cmd, output, retcode): argument
266 def logfile(self): member in ITestEnv
348 def logfile(self): member in HostTestEnv
477 def logfile(self): member in DeviceTestEnv
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dcli.rs20 pub logfile: Option<PathBuf>, field
274 let logfile = get_log_file(&matches)?; in parse_opts_impl() localVariable
492 let logfile = matches.opt_str("logfile").map(|s| PathBuf::from(&s)); in get_log_file() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dcli.rs20 pub logfile: Option<PathBuf>, field
274 let logfile = get_log_file(&matches)?; in parse_opts_impl() localVariable
492 let logfile = matches.opt_str("logfile").map(|s| PathBuf::from(&s)); in get_log_file() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/
H A Dcli.rs20 pub logfile: Option<PathBuf>, field
274 let logfile = get_log_file(&matches)?; in parse_opts_impl() localVariable
492 let logfile = matches.opt_str("logfile").map(|s| PathBuf::from(&s)); in get_log_file() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dcli.rs20 pub logfile: Option<PathBuf>, field
274 let logfile = get_log_file(&matches)?; in parse_opts_impl() localVariable
492 let logfile = matches.opt_str("logfile").map(|s| PathBuf::from(&s)); in get_log_file() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dcli.rs20 pub logfile: Option<PathBuf>, field
274 let logfile = get_log_file(&matches)?; in parse_opts_impl() localVariable
492 let logfile = matches.opt_str("logfile").map(|s| PathBuf::from(&s)); in get_log_file() localVariable
/aosp_15_r20/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py25 logfile = sys.stdin variable
486 logfile = args.logfile variable
488 logfile = sys.stdin variable
/aosp_15_r20/external/pytorch/test/scripts/
H A Drun_cuda_memcheck.py140 logfile = open("result.log", "w") variable
143 logfile = sys.stdout variable
/aosp_15_r20/external/autotest/client/common_lib/cros/manual/
H A Dcfm_helper.py335 def collect_log_since_last_check(dut, lastlines, logfile): argument
368 def check_log(dut, timestamp, error_list, checkitem, logfile): argument
/aosp_15_r20/external/libcups/cups/
H A Ddebug.c248 _cups_debug_set(const char *logfile, /* I - Log file or NULL */ in _cups_debug_set()
325 _cups_debug_set(const char *logfile, /* I - Log file or NULL */ in _cups_debug_set()
H A Ddebug-private.h45 # define DEBUG_set(logfile,level,filter) _cups_debug_set(logfile,level,filter,1) argument
/aosp_15_r20/external/ltp/pan/
H A Dltp-pan.c166 FILE *logfile = NULL; in main() local
714 FILE *logfile, FILE *failcmdfile, FILE *tconfcmdfile, in check_pids()
905 int *failcnt, int fmt_print, FILE * logfile, int no_kmsg) in run_child()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c262 char logfile[30]; in start_verification_log() local
310 char logfile[30]; in end_verification_log() local
/aosp_15_r20/external/python/cpython2/Lib/hotshot/
Dstones.py7 def main(logfile): argument
/aosp_15_r20/external/autotest/client/bin/
H A Dsysinfo.py10 logfile = base_sysinfo.logfile variable
/aosp_15_r20/external/autotest/client/common_lib/
H A Dpexpect.py153 def run (command, timeout=-1, withexitstatus=False, events=None, extra_args=None, logfile=None, cwd… argument
276 …def __init__(self, command, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None… argument
H A Dpxssh.py81 …def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=N… argument
/aosp_15_r20/external/webrtc/rtc_tools/
H A Dcompare_videos.py132 def _RunVmaf(options, yuv_directory, logfile): argument
/aosp_15_r20/external/openscreen/tools/cddl/
H A Dcddl.py82 logfile = None, verbose = False): argument
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_common/
Dlogging.py13 logfile=None, argument
/aosp_15_r20/external/flashrom/
H A Dcli_output.c27 static FILE *logfile = NULL; variable
/aosp_15_r20/external/bcc/tests/python/
H A Dutils.py8 logfile=os.environ['PYTHON_TEST_LOGFILE'] variable
/aosp_15_r20/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc4.c100 char *logfile = DEFAULT_LOGFILE; variable

1234