/external/ltp/testcases/kernel/io/stress_floppy/datafiles/ |
D | dd_file | 1 alli_testr lib smit.log.old 2 austin liblpp.a smit.log.sav 19 inst_ptf smit.log 20 alli_testr lib smit.log.old 21 austin liblpp.a smit.log.sav 38 inst_ptf smit.log 39 alli_testr lib smit.log.old 40 austin liblpp.a smit.log.sav 57 inst_ptf smit.log 58 alli_testr lib smit.log.old [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLogTest.java | 10 import android.util.Log; 25 Log.d("tag", "msg"); in d_shouldLogAppropriately() 27 assertLogged(Log.DEBUG, "tag", "msg", null); in d_shouldLogAppropriately() 34 Log.d("tag", "msg", throwable); in d_shouldLogAppropriately_withThrowable() 36 assertLogged(Log.DEBUG, "tag", "msg", throwable); in d_shouldLogAppropriately_withThrowable() 41 Log.e("tag", "msg"); in e_shouldLogAppropriately() 43 assertLogged(Log.ERROR, "tag", "msg", null); in e_shouldLogAppropriately() 50 Log.e("tag", "msg", throwable); in e_shouldLogAppropriately_withThrowable() 52 assertLogged(Log.ERROR, "tag", "msg", throwable); in e_shouldLogAppropriately_withThrowable() 57 Log.i("tag", "msg"); in i_shouldLogAppropriately() [all …]
|
/external/zlib/src/examples/ |
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 223 - Log the repair with a date stamp in foo.repairs 287 /* internal structure for log information */ 289 struct log { struct 292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ argument 348 local int log_lock(struct log *log) in log_lock() argument 353 strcpy(log->end, ".lock"); in log_lock() [all …]
|
/external/libnl/lib/netfilter/ |
D | log_obj.c | 2 * lib/netfilter/log_obj.c Netfilter Log Object 17 #include <netlink/netfilter/log.h> 31 struct nfnl_log *log = (struct nfnl_log *) a; in nfnl_log_dump() local 36 if (log->ce_mask & LOG_ATTR_GROUP) in nfnl_log_dump() 37 nl_dump(p, "group=%u ", log->log_group); in nfnl_log_dump() 39 if (log->ce_mask & LOG_ATTR_COPY_MODE) in nfnl_log_dump() 41 nfnl_log_copy_mode2str(log->log_copy_mode, in nfnl_log_dump() 44 if (log->ce_mask & LOG_ATTR_COPY_RANGE) in nfnl_log_dump() 45 nl_dump(p, "copy_range=%u ", log->log_copy_range); in nfnl_log_dump() 47 if (log->ce_mask & LOG_ATTR_FLUSH_TIMEOUT) in nfnl_log_dump() [all …]
|
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/ |
D | JCLLoggerAdapter.java | 28 import org.apache.commons.logging.Log; 35 * A wrapper over {@link org.apache.commons.logging.Log 36 * org.apache.commons.logging.Log} in conformance with the {@link Logger} 44 final Log log; field in JCLLoggerAdapter 48 JCLLoggerAdapter(Log log, String name) { in JCLLoggerAdapter() argument 49 this.log = log; in JCLLoggerAdapter() 54 * Delegates to the {@link Log#isTraceEnabled} method of the underlying 55 * {@link Log} instance. 58 return log.isTraceEnabled(); in isTraceEnabled() 64 * Delegates to the {@link Log#trace(java.lang.Object)} method of the underlying [all …]
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 251 static void qpTestLog_flushFile (qpTestLog* log) in qpTestLog_flushFile() argument 253 DE_ASSERT(log && log->outputFile); in qpTestLog_flushFile() 254 fflush(log->outputFile); in qpTestLog_flushFile() 257 FlushFileBuffers((HANDLE)_get_osfhandle(_fileno(log->outputFile))); in qpTestLog_flushFile() 292 static deBool beginSession (qpTestLog* log) in beginSession() argument 294 DE_ASSERT(log && !log->isSessionOpen); in beginSession() 297 fprintf(log->outputFile, "#sessionInfo releaseName %s\n", qpGetReleaseName()); in beginSession() 298 fprintf(log->outputFile, "#sessionInfo releaseId 0x%08x\n", qpGetReleaseId()); in beginSession() 299 fprintf(log->outputFile, "#sessionInfo targetName \"%s\"\n", qpGetTargetName()); in beginSession() 302 fprintf(log->outputFile, "#beginSession\n"); in beginSession() [all …]
|
/external/iptables/extensions/ |
D | libipt_LOG.t | 2 -j LOG;-j LOG;OK 3 -j LOG --log-prefix "test: ";=;OK 4 -j LOG --log-prefix "test: " --log-level 1;=;OK 5 # iptables displays the log-level output using the number; not the string 6 -j LOG --log-prefix "test: " --log-level alert;-j LOG --log-prefix "test: " --log-level 1;OK 7 -j LOG --log-prefix "test: " --log-tcp-sequence;=;OK 8 -j LOG --log-prefix "test: " --log-tcp-options;=;OK 9 -j LOG --log-prefix "test: " --log-ip-options;=;OK 10 -j LOG --log-prefix "test: " --log-uid;=;OK 11 -j LOG --log-prefix "test: " --log-level bad;;FAIL [all …]
|
D | libip6t_LOG.t | 2 -j LOG;-j LOG;OK 3 -j LOG --log-prefix "test: ";=;OK 4 -j LOG --log-prefix "test: " --log-level 1;=;OK 5 # iptables displays the log-level output using the number; not the string 6 -j LOG --log-prefix "test: " --log-level alert;-j LOG --log-prefix "test: " --log-level 1;OK 7 -j LOG --log-prefix "test: " --log-tcp-sequence;=;OK 8 -j LOG --log-prefix "test: " --log-tcp-options;=;OK 9 -j LOG --log-prefix "test: " --log-ip-options;=;OK 10 -j LOG --log-prefix "test: " --log-uid;=;OK 11 -j LOG --log-prefix "test: " --log-level bad;;FAIL [all …]
|
/external/e2fsprogs/tests/scripts/ |
D | resize_test | 8 dd if=/dev/zero of=$1 bs=1 count=0 seek=$size >> $LOG 2>&1 14 echo $test_description starting > $LOG 21 echo "using $TMPFILE" >> $LOG 26 echo "using $TMPFILE" >> $LOG 27 if ! truncate -s $SIZE_2 $TMPFILE >> $LOG 2>&1; then 34 echo $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 >> $LOG 35 $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 >> $LOG 41 echo $CRCSUM $OUT_TMP >> $LOG 2>&1 43 echo Checksum is $CSUM_1 >> $LOG 45 echo Setting up file system >> $LOG [all …]
|
/external/libxml2/python/tests/ |
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 + "startElement %s %s:" % (tag, attrs) 24 global log 25 log = log + "endElement %s:" % (tag) 28 global log [all …]
|
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 + "startElement %s %s:" % (tag, attrs) 24 global log 25 log = log + "endElement %s:" % (tag) 28 global log [all …]
|
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 + "startElement %s %s:" % (tag, attrs) 24 global log 25 log = log + "endElement %s:" % (tag) 28 global log [all …]
|
/external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/ |
D | InvokeJCLTest.java | 34 Log log = LogFactory.getLog(InvokeJCLTest.class); in testIsEnabledAPI() local 35 assertFalse(log.isTraceEnabled()); in testIsEnabledAPI() 36 assertFalse(log.isDebugEnabled()); in testIsEnabledAPI() 37 assertTrue(log.isInfoEnabled()); in testIsEnabledAPI() 38 assertTrue(log.isWarnEnabled()); in testIsEnabledAPI() 39 assertTrue(log.isErrorEnabled()); in testIsEnabledAPI() 40 assertTrue(log.isFatalEnabled()); in testIsEnabledAPI() 44 Log log = LogFactory.getLog(InvokeJCLTest.class); in testPrintAPI() local 47 log.trace(null); in testPrintAPI() 48 log.trace("trace message"); in testPrintAPI() [all …]
|
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/ |
D | Log.java | 23 * parameter representing the "name" of this Log.</p> 25 * <p> The six logging levels used by <code>Log</code> are (in order): 34 * The mapping of these log levels to the concepts used by the underlying 46 * if (log.isDebugEnabled()) { 48 * log.debug(theResult); 61 * @version $Id: Log.java,v 1.19 2004/06/06 21:16:04 rdonkin Exp $ 63 public interface Log { interface 72 * when the log level is more than debug. </p> 81 * when the log level is more than error. </p> 90 * when the log level is more than fatal. </p> [all …]
|
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/ |
D | tFunction_Export_Import_Domains.py | 53 log=ACTLogging.Logger() variable 111 log.D(self.test_01_importDomainsWithSettingsXML_Nominal_Case.__doc__) 114 log.I("Import Domains with settings from %s"%(self.reference_xml)) 116 …assert err == None, log.E("Command [importDomainsWithSettingsXML %s] : %s"%(self.reference_xml,err… 117 …assert out == "Done", log.F("When using function importDomainsWithSettingsXML %s]"%(self.reference… 121 log.I("Current domains listing") 122 log.I("Command [listDomains]") 124 assert err == None, log.E("Command [listDomains] : %s"%(err)) 125 log.I("Command [listDomains] - correctly executed") 128 log.I("Actual domains: %s" % domainBackup) [all …]
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | Log.java | 16 * {@link android.util.Log}, allowing to standardize the output, to make it easy to identify 23 public class Log { class 24 /** Convenience property, same as {@link android.util.Log#ASSERT}. */ 25 public static final int ASSERT = android.util.Log.ASSERT; 27 /** Convenience property, same as {@link android.util.Log#DEBUG}. */ 28 public static final int DEBUG = android.util.Log.DEBUG; 30 /** Convenience property, same as {@link android.util.Log#ERROR}. */ 31 public static final int ERROR = android.util.Log.ERROR; 33 /** Convenience property, same as {@link android.util.Log#INFO}. */ 34 public static final int INFO = android.util.Log.INFO; [all …]
|
/external/apache-http/src/org/apache/commons/logging/ |
D | Log.java | 24 * parameter representing the "name" of this Log.</p> 26 * <p> The six logging levels used by <code>Log</code> are (in order): 35 * The mapping of these log levels to the concepts used by the underlying 47 * if (log.isDebugEnabled()) { 49 * log.debug(theResult); 60 * @version $Id: Log.java 381838 2006-02-28 23:57:11Z skitching $ 67 public interface Log { interface 78 * when the log level is more than debug. </p> 90 * when the log level is more than error. </p> 102 * when the log level is more than fatal. </p> [all …]
|
/external/libexif/libexif/ |
D | exif-log.c | 1 /* exif-log.c 23 #include <libexif/exif-log.h> 73 ExifLog *log; in exif_log_new_mem() local 75 log = exif_mem_alloc (mem, sizeof (ExifLog)); in exif_log_new_mem() 76 if (!log) return NULL; in exif_log_new_mem() 77 log->ref_count = 1; in exif_log_new_mem() 79 log->mem = mem; in exif_log_new_mem() 82 return log; in exif_log_new_mem() 89 ExifLog *log = exif_log_new_mem (mem); in exif_log_new() local 93 return log; in exif_log_new() [all …]
|
/external/adhd/cras/src/server/ |
D | audio_thread_log.h | 19 #define ATLOG(log,event,data1,data2,data3) \ argument 20 audio_thread_event_log_data(log,event,data1,data2,data3); 22 #define ATLOG(log,event,data1,data2,data3) argument 30 struct audio_thread_event_log *log; in audio_thread_event_log_init() local 31 log = (struct audio_thread_event_log *) in audio_thread_event_log_init() 33 log->len = AUDIO_THREAD_EVENT_LOG_SIZE; in audio_thread_event_log_init() 35 return log; in audio_thread_event_log_init() 39 void audio_thread_event_log_deinit(struct audio_thread_event_log *log) in audio_thread_event_log_deinit() argument 41 free(log); in audio_thread_event_log_deinit() 44 /* Log a tag and the current time, Uses two words, the first is split [all …]
|
/external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/ |
D | AndroidLoggerAdapter.java | 27 import android.util.Log; 33 * <p>A simple implementation that delegates all log requests to the Google Android 44 * <tr><td>TRACE</td><td>{@link android.util.Log#VERBOSE}</td></tr> 45 * <tr><td>DEBUG</td><td>{@link android.util.Log#DEBUG}</td></tr> 46 * <tr><td>INFO</td><td>{@link android.util.Log#INFO}</td></tr> 47 * <tr><td>WARN</td><td>{@link android.util.Log#WARN}</td></tr> 48 * <tr><td>ERROR</td><td>{@link android.util.Log#ERROR}</td></tr> 59 * <code>logger.debug("Some log message. Details: {}", someObject);</code><br/> 60 …* <code>logger.debug("Some log message with varargs. Details: {}, {}, {}", someObject1, so… 67 * Each logger name will be used as the log message tag on the Android platform. [all …]
|
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
D | tDomain_Rules.py | 49 log=ACTLogging.Logger() variable 92 log.D(self.test_ClearRule_Errors.__doc__) 94 log.I("New domain creation for testing purpose : %s" % (self.domain_name)) 95 log.I("command [createDomain]") 99 log.I("command [createDomain] correctly executed") 100 log.I("Domain %s created" % (self.domain_name)) 103 …log.I("New configuration %s creation for domain %s for testing purpose" % (self.conf_1,self.domain… 104 log.I("command [createConfiguration]") 108 log.I("command [createConfiguration] correctly executed") 109 log.I("Configuration %s created for domain %s" % (self.conf_1,self.domain_name)) [all …]
|
D | tDomain_Configuration.py | 51 log=ACTLogging.Logger() variable 87 log.D(self.test_Conf_Creation_Error.__doc__) 89 log.I("New domain creation for testing purpose : %s" % (self.domain_name)) 90 log.I("command [createDomain]") 94 log.I("command [createDomain] correctly executed") 95 log.I("Domain %s created" % (self.domain_name)) 100 log.I("New configuration %s creation for domain %s" % (new_conf_name,self.domain_name)) 101 log.I("command [createConfiguration]") 105 log.I("command [createConfiguration] correctly executed") 106 log.I("Configuration %s created for domain %s" % (new_conf_name,self.domain_name)) [all …]
|
D | tDomain_rename.py | 47 log=ACTLogging.Logger() variable 76 log.D(self.test_Nominal_Case.__doc__) 78 log.I("New domain creation : %s" % (self.domain_name)) 79 log.I("command [createDomain]" ) 83 log.I("command [createDomain] correctly executed") 84 log.I("Domain %s created" % (self.domain_name)) 87 log.I("Creating a domains listing backup") 88 log.I("command [listDomains]") 91 log.I("command [listDomains] correctly executed") 96 log.I("Domains listing backup created") [all …]
|
/external/clang/test/Driver/ |
D | darwin-ld.c | 3 // RUN: %clang -target i386-apple-darwin9 -arch i386 -arch x86_64 %s -### -o foo 2> %t.log 4 // RUN: grep '".*ld.*" .*"-arch_multiple" "-final_output" "foo"' %t.log 7 // RUN: %clang -target i386-apple-darwin9 -### -g %s -o BAR 2> %t.log 8 // RUN: grep '".*dsymutil" "-o" "BAR.dSYM" "BAR"' %t.log 9 // RUN: %clang -target i386-apple-darwin9 -### -g -filelist FOO %s -o BAR 2> %t.log 10 // RUN: grep '".*dsymutil" "-o" "BAR.dSYM" "BAR"' %t.log 14 // RUN: %clang -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 %t.o 2> %t.log 15 … -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 -dynamiclib %t.o 2>> %t.log 16 …lang -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 -bundle %t.o 2>> %t.log 17 // RUN: FileCheck -check-prefix=LINK_IPHONE_3_0 %s < %t.log [all …]
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslog07 | 45 # Adds some clarification of log message when syslog-ng is used 59 echo "user.debug /var/log/messages" >> $CONFIG_FILE 63 …echo "source src{ internal(); unix-dgram(\"/dev/log\"); udp(ip(\"0.0.0.0\") port(514)); };" > $CON… 68 echo "destination syslog-messages { file(\"/var/log/messages\");};" >> $CONFIG_FILE 69 …echo "log { source(src); filter(f_syslog_messages); destination(syslog-messages); };" >> $CONFIG_F… 75 if [ -e /var/log/messages ]; then 76 emerg_old=`grep -c "syslogtst: emergency log" /var/log/messages` 77 alert_old=`grep -c "syslogtst: alert log" /var/log/messages` 78 crit_old=`grep -c "syslogtst: critical log" /var/log/messages` 79 err_old=`grep -c "syslogtst: error log" /var/log/messages` [all …]
|