/aosp_15_r20/external/toybox/toys/pending/ |
H A D | syslogd.c | 47 struct logfile { struct 48 struct logfile *next; argument 60 char *logfile; argument
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | event_trace_consumer.h | 109 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 D | common.py | 163 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 D | cli.rs | 20 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 D | cli.rs | 20 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 D | cli.rs | 20 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 D | cli.rs | 20 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 D | cli.rs | 20 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 D | asan_symbolize.py | 25 logfile = sys.stdin variable 486 logfile = args.logfile variable 488 logfile = sys.stdin variable
|
/aosp_15_r20/external/pytorch/test/scripts/ |
H A D | run_cuda_memcheck.py | 140 logfile = open("result.log", "w") variable 143 logfile = sys.stdout variable
|
/aosp_15_r20/external/autotest/client/common_lib/cros/manual/ |
H A D | cfm_helper.py | 335 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 D | debug.c | 248 _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 D | debug-private.h | 45 # define DEBUG_set(logfile,level,filter) _cups_debug_set(logfile,level,filter,1) argument
|
/aosp_15_r20/external/ltp/pan/ |
H A D | ltp-pan.c | 166 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 D | tlbie_test.c | 262 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/ |
D | stones.py | 7 def main(logfile): argument
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | sysinfo.py | 10 logfile = base_sysinfo.logfile variable
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | pexpect.py | 153 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 D | pxssh.py | 81 …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 D | compare_videos.py | 132 def _RunVmaf(options, yuv_directory, logfile): argument
|
/aosp_15_r20/external/openscreen/tools/cddl/ |
H A D | cddl.py | 82 logfile = None, verbose = False): argument
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_common/ |
D | logging.py | 13 logfile=None, argument
|
/aosp_15_r20/external/flashrom/ |
H A D | cli_output.c | 27 static FILE *logfile = NULL; variable
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | utils.py | 8 logfile=os.environ['PYTHON_TEST_LOGFILE'] variable
|
/aosp_15_r20/external/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc4.c | 100 char *logfile = DEFAULT_LOGFILE; variable
|