/external/fio/tools/plot/samples/ |
D | fio-logs.tar.gz | ... k-sdb-randwrite-para.results_bw.log
m2sw1-128k-sdb-randwrite-para ... |
/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/v8/test/mjsunit/harmony/ |
D | proxies-integrity.js | 22 var log = []; variable 28 log.push([trap, ...arguments]); 37 log.length = 0; 44 assertEquals(6, log.length) 45 for (var i in log) assertSame(target, log[i][1]); 48 ["preventExtensions", target], log[0]); 50 ["ownKeys", target], log[1]); 52 ["defineProperty", target, toKey(0), noconf], log[2]); 54 ["defineProperty", target, toKey("length"), noconf], log[3]); 56 ["defineProperty", target, toKey("wurst"), noconf], log[4]); [all …]
|
D | proxies-json.js | 217 // (Proxy handler to log trap calls) 219 var log = []; variable 225 log.push([trap, ...arguments]); 233 log.length = 0; 239 assertEquals(1, log.length) 240 for (var i in log) assertSame(target, log[i][1]); 242 assertEquals(["get", target, "toJSON", proxy], log[0]); 247 log.length = 0; 253 assertEquals(4, log.length) 254 for (var i in log) assertSame(target, log[i][1]); [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/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/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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | LogTest.java | 3 import android.util.Log; 22 Log.d("tag", "msg"); in d_shouldLogAppropriately() 24 assertLogged(Log.DEBUG, "tag", "msg", null); in d_shouldLogAppropriately() 31 Log.d("tag", "msg", throwable); in d_shouldLogAppropriately_withThrowable() 33 assertLogged(Log.DEBUG, "tag", "msg", throwable); in d_shouldLogAppropriately_withThrowable() 38 Log.e("tag", "msg"); in e_shouldLogAppropriately() 40 assertLogged(Log.ERROR, "tag", "msg", null); in e_shouldLogAppropriately() 47 Log.e("tag", "msg", throwable); in e_shouldLogAppropriately_withThrowable() 49 assertLogged(Log.ERROR, "tag", "msg", throwable); in e_shouldLogAppropriately_withThrowable() 54 Log.i("tag", "msg"); in i_shouldLogAppropriately() [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/ |
D | logging_unittest.cc | 18 // Needs to be global since log assert handlers can't maintain state. 27 // Class to make sure any manipulations we do to the min log level are 52 MOCK_METHOD0(Log, const char*()); 57 EXPECT_CALL(mock_log_source, Log()).Times(DEBUG_MODE ? 16 : 8). in TEST_F() 58 WillRepeatedly(Return("log message")); in TEST_F() 69 LOG(INFO) << mock_log_source.Log(); in TEST_F() 70 LOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 71 PLOG(INFO) << mock_log_source.Log(); in TEST_F() 72 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 73 VLOG(0) << mock_log_source.Log(); in TEST_F() [all …]
|
/external/opencv3/modules/java/generator/src/java/ |
D | android+AsyncServiceHelper.java | 16 import android.util.Log; 75 Log.d(TAG, "Request new service installation"); in InstallService() 83 Log.d(TAG, "Trying to install OpenCV Manager via Google Play"); in InstallService() 89 Log.d(TAG, "Package installation started"); in InstallService() 93 Log.d(TAG, "OpenCV package was not installed!"); in InstallService() 95 Log.d(TAG, "Init finished with status " + Status); in InstallService() 96 Log.d(TAG, "Unbind from service"); in InstallService() 97 Log.d(TAG, "Calling using callback"); in InstallService() 104 Log.d(TAG, "OpenCV library installation was canceled"); in InstallService() 106 Log.d(TAG, "Init finished with status " + Status); in InstallService() [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 …]
|
/external/e2fsprogs/tests/scripts/ |
D | resize_test | 22 echo $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 > $LOG 23 $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 >> $LOG 29 echo $CRCSUM $OUT_TMP >> $LOG 2>&1 31 echo Checksum is $CSUM_1 >> $LOG 33 echo Setting up file system >> $LOG 34 $DEBUGFS -w $TMPFILE >> $LOG 2>&1 << EOF 42 echo " " >> $LOG 46 echo $FSCK -fy $TMPFILE >> $LOG 2>&1 47 $FSCK -fy $TMPFILE >> $LOG 2>&1 49 echo $RESIZE2FS $RESIZE2FS_OPTS -d 31 $TMPFILE $SIZE_2 >> $LOG 2>&1 [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/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/libchrome/sandbox/win/sandbox_poc/pocdll/ |
D | exports.h | 19 // "log" is the handle of the log file. 20 void POCDLL_API TestFileSystem(HANDLE log); 24 // "log" is the handle of the log file. 25 void POCDLL_API TestGetHandle(HANDLE log); 30 // "log" is the handle of the log file. 31 void POCDLL_API TestThreadBombing(HANDLE log); 36 // "log" is the handle of the log file. 39 void POCDLL_API TestTakeAllCpu(HANDLE log); 44 // "log" is the handle of the log file. 45 void POCDLL_API TestUseAllMemory(HANDLE log); [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/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/libweave/third_party/chromium/base/ |
D | logging_unittest.cc | 19 // Needs to be global since log assert handlers can't maintain state. 28 // Class to make sure any manipulations we do to the min log level are 53 MOCK_METHOD0(Log, const char*()); 58 EXPECT_CALL(mock_log_source, Log()). in TEST_F() 59 WillRepeatedly(Return("log message")); in TEST_F() 70 LOG(INFO) << mock_log_source.Log(); in TEST_F() 71 LOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 72 VLOG(0) << mock_log_source.Log(); in TEST_F() 73 VLOG_IF(0, true) << mock_log_source.Log(); in TEST_F() 75 DLOG(INFO) << mock_log_source.Log(); in TEST_F() [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/zlib/src/ |
D | configure | 16 # start off configure.log 17 echo -------------------- >> configure.log 18 echo $0 $* >> configure.log 19 date >> configure.log 39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log 47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log 53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 85 echo "** $0 aborting." | tee -a configure.log 88 echo -------------------- >> configure.log [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/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 …]
|