/vbox/src/libs/libxml2-2.6.31/python/tests/ |
H A D | pushSAX.py | 8 log = "" variable 12 global log 13 log = log + "startDocument:" 16 global log 17 log = log + "endDocument:" 20 global log 21 log = log [all...] |
H A D | pushSAXhtml.py | 8 log = "" variable 12 global log 13 log = log + "startDocument:" 16 global log 17 log = log + "endDocument:" 20 global log 21 log = log [all...] |
H A D | sync.py | 8 log = "" variable 12 global log 13 log = log + "startDocument:" 16 global log 17 log = log + "endDocument:" 20 global log 21 log = log 45 log="" variable 57 log="" variable 69 log="" variable 81 log="" variable 93 log="" variable 105 log="" variable 117 log="" variable [all...] |
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | gzlog.c | 30 Files (log name "foo"): 31 foo.gz -- gzip file with the complete log 36 foo.repairs -- log file for log file recovery operations (not compressed) 83 gain exclusive access to the log files, first a foo.lock file must be 287 /* internal structure for log information */ 289 struct log { struct 292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ 348 local int log_lock(struct log *log) argument 372 log_touch(struct log *log) argument 384 log_check(struct log *log) argument 396 log_unlock(struct log *log) argument 410 log_head(struct log *log) argument 437 log_mark(struct log *log, int op) argument 462 log_last(struct log *log, int last) argument 501 log_append(struct log *log, unsigned char *data, size_t len) argument 571 log_replace(struct log *log) argument 608 log_compress(struct log *log, unsigned char *data, size_t len) argument 718 log_log(struct log *log, int op, char *record) argument 738 log_recover(struct log *log, int op) argument 795 log_close(struct log *log) argument 812 log_open(struct log *log) argument 867 struct log *log; local 913 struct log *log = logd; local 997 struct log *log = logd; local 1043 struct log *log = logd; local [all...] |
H A D | gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 33 The gzlog object allows writing short messages to a gzipped log file, 34 opening the log file locked for small bursts, and then closing it. The log 37 replaces the uncompressed data in the file. The log file is truncated to 38 its new size at that time. After each write operation, the log file is a 42 system crash, and the log file will be recovered the next time the log is 52 /* Open a gzlog object, creating the log file if it does not exist. Return 57 this object. If path is "foo", then the log fil [all...] |
/vbox/src/VBox/Runtime/r0drv/haiku/ |
H A D | RTLogWriteDebugger-r0drv-haiku.c | 33 #include <iprt/log.h>
|
H A D | RTLogWriteStdOut-r0drv-haiku.c | 33 #include <iprt/log.h>
|
/vbox/src/VBox/Runtime/generic/ |
H A D | RTLogDefaultInit-generic.cpp | 31 #include <iprt/log.h>
|
H A D | RTLogWriteDebugger-generic.cpp | 31 #include <iprt/log.h>
|
H A D | RTLogWriteStdErr-stub-generic.cpp | 31 #include <iprt/log.h>
|
H A D | RTLogWriteStdOut-stub-generic.cpp | 31 #include <iprt/log.h>
|
H A D | RTLogWriteUser-generic.cpp | 31 #include <iprt/log.h>
|
H A D | RTLogWriteStdErr-generic.cpp | 31 #include <iprt/log.h>
|
/vbox/src/VBox/Runtime/r0drv/darwin/ |
H A D | RTLogWriteDebugger-r0drv-darwin.cpp | 33 #include <iprt/log.h>
|
H A D | RTLogWriteStdOut-r0drv-darwin.cpp | 33 #include <iprt/log.h>
|
/vbox/src/VBox/Runtime/r0drv/linux/ |
H A D | RTLogWriteDebugger-r0drv-linux.c | 33 #include <iprt/log.h>
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | configure | 16 echo -------------------- >> configure.log 17 echo $0 $* >> configure.log 18 date >> configure.log 32 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 35 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 40 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 46 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 75 echo 'usage:' | tee -a configure.log 76 echo ' configure [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log 77 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log [all...] |
/vbox/src/VBox/Main/include/ |
H A D | Logging.h | 24 * Define this macro to point to the desired log group before including 47 #include <VBox/log.h>
|
/vbox/src/VBox/Storage/testcase/ |
H A D | VDScriptChecker.cpp | 23 #include <VBox/log.h>
|
/vbox/src/VBox/Runtime/r0drv/nt/ |
H A D | RTLogWriteDebugger-r0drv-nt.cpp | 28 #include <iprt/log.h>
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | RTLogWriteDebugger-win.cpp | 33 #include <iprt/log.h>
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/ |
H A D | slang_simplify.h | 42 slang_atom_pool * atoms, slang_info_log *log); 47 slang_atom_pool * atoms, slang_info_log *log);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | check-xsddata-test-suite.py | 20 LOG="check-xsddata-test-suite.log" 22 log = open(LOG, "w") variable 35 global log 36 log.write("%s%s" % (ctx, str)) 49 log.write("Resolver failure: asked %s\n" % (URL)) 50 log.write("resources: %s\n" % (resources)) 57 global log 77 log.write("\nFailed to parse correct instance:\n-----\n") 78 log.write(instance) 79 log [all...] |
H A D | check-relaxng-test-suite.py | 20 LOG="check-relaxng-test-suite.log" 23 log = open(LOG, "w") variable 36 global log 37 log.write("%s%s" % (ctx, str)) 52 log.write("Resolver failure: asked %s\n" % (URL)) 53 log.write("resources: %s\n" % (resources)) 65 # log.write("Could not parse %s" % (RES)) 71 global log 88 log.write("\nFailed to parse correct instance:\n-----\n") 89 log [all...] |
/vbox/src/VBox/Installer/linux/ |
H A D | routines.sh | 29 # Creates an empty log file and remembers the name for future logging 42 abort "Error creating log file! Aborting..." 54 # Writes text to the log file 56 # Syntax: log text 58 log() { function 66 # Writes test to standard output and to the log file 72 log "$1" 81 log "module_loaded called without an argument. Aborting..." 116 log "Please install bzip2." 128 log "Pleas [all...] |