/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 19 LOGFILE=/var/log/dhcp.log 25 # log what's going on.
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
SloppyTearDown.java | 46 logger.log(Level.INFO,
|
/external/icu/icu4c/source/test/intltest/ |
winnmtst.cpp | 229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log) 248 log->errln("Double format error for locale " + locale + 256 log->errln("int32_t format error for locale " + locale + 264 log->errln("int64_t format error for locale " + locale + 270 void Win32NumberTest::testLocales(TestLog *log) 298 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log); 299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); 306 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log); 307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
|
/external/jemalloc/test/include/test/ |
math.h | 11 * Compute the natural log of Gamma(x), accurate to 10 decimal places. 33 f = -log(f); 39 return (f + (x-0.5) * log(x) - x + 0.918938533204673 + 69 factor = exp(p * log(x) - x - ln_gamma_p); 162 r = sqrt(-log(r)); 236 if (df < -1.24 * log(p)) { 252 ch = -2.0 * (log(1.0 - p) - c * log(0.5 * ch) + 257 a = log(1.0 - p); 279 t = p2 * exp(xx * aa + ln_gamma_df_2 + p1 - c * log(ch)) [all...] |
/external/libexif/libexif/ |
exif-mnote-data.h | 30 #include <libexif/exif-log.h>
|
/external/libexif/libexif/pentax/ |
exif-mnote-data-pentax.c | 99 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataPentax", *buf_size); 112 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataPentax", *buf_size); 128 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataPentax", *buf_size); 144 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataPentax", *buf_size); 185 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataPentax", ts); 205 exif_log (ne->log, EXIF_LOG_CODE_CORRUPT_DATA, "ExifMnoteDataPentax", 222 exif_log (en->log, EXIF_LOG_CODE_CORRUPT_DATA, 228 exif_log (en->log, EXIF_LOG_CODE_CORRUPT_DATA, 245 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataPentax", 250 exif_log (en->log, EXIF_LOG_CODE_DEBUG, "ExifMnoteDataPentax" [all...] |
/external/lldb/source/Core/ |
Debugger.cpp | [all...] |
Broadcaster.cpp | 16 #include "lldb/Core/Log.h" 19 #include "lldb/lldb-private-log.h" 32 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT)); 33 if (log) 34 log->Printf ("%p Broadcaster::Broadcaster(\"%s\")", this, m_broadcaster_name.AsCString()); 40 Log *log (lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_OBJECT)); 41 if (log) 42 log->Printf ("%p Broadcaster::~Broadcaster(\"%s\")", this, m_broadcaster_name.AsCString()) [all...] |
/external/lldb/source/Target/ |
SectionLoadList.cpp | 16 #include "lldb/Core/Log.h" 62 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER | LIBLLDB_LOG_VERBOSE)); 64 if (log) 67 log->Printf ("SectionLoadList::%s (section = %p (%s.%s), load_addr = 0x%16.16" PRIx64 ")", 137 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER | LIBLLDB_LOG_VERBOSE)); 139 if (log) 142 log->Printf ("SectionLoadList::%s (section = %p (%s.%s))", 169 Log *log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_DYNAMIC_LOADER | LIBLLDB_LOG_VERBOSE)) [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
ObjectDescriptorFactory.java | 123 protected static Logger log = Logger.getLogger(ObjectDescriptorFactory.class.getName());
field in class:ObjectDescriptorFactory 168 // log.warning("Found illegal tag 0x00! objectTypeIndication " + Integer.toHexString(objectTypeIndication) +
175 log.warning("No ObjectDescriptor found for objectTypeIndication " + Integer.toHexString(objectTypeIndication) +
182 log.log(Level.SEVERE, "Couldn't instantiate BaseDescriptor class " + aClass + " for objectTypeIndication " + objectTypeIndication + " and tag " + tag, e);
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
monsoon.py | 34 #Set to True if you want log output to go to screen: 70 self.log("device %s is in use" % dev) 131 self._logfilename = "/tmp/monsoon_%s_%s.%s.log" % (os.uname()[0], os.path.basename(device), 139 self.log( "error opening device %s: %s" % (dev, e)) 153 self.log( "no response from device %s" % device) 164 "Power Monitor log file can be found at '%s'"%self._logfilename + 176 def log(self, msg , debug = False): member in class:Power_Monitor 188 self.log("Got signal %d"%signum) 225 monsoon.log("... no response from device %s, skipping") 241 self.log("Getting status...", debug = True [all...] |
/external/emma/core/java12/com/vladium/emma/data/ |
DataFactory.java | 396 final Logger log = Logger.getLogger (); local 397 final boolean trace1 = log.atTRACE1 (); 398 final boolean trace2 = log.atTRACE2 (); 420 if (trace1) log.trace1 (method, "[" + file + "]: file length = " + length); 445 if (trace2) log.trace2 (method, "[" + file + "]: position " + raf.getFilePointer ()); 458 if (trace2) log.trace2 (method, "[" + file + "]: found valid entry of size " + entryLength + " and type " + type); 462 if (trace2) log.trace2 (method, "entry read in " + (System.currentTimeMillis () - entrystart) + " ms"); 492 log.trace1 (method, "[" + file + "]: file processed in " + (end - start) + " ms"); 505 final Logger log = Logger.getLogger (); local 506 final boolean trace1 = log.atTRACE1 () [all...] |
/external/deqp/modules/gles2/functional/ |
es2fMultisampleTests.cpp | 364 // Query and log number of samples per pixel. 422 TestLog& log = m_testCtx.getLog(); local 432 // Read and log rendered image. 436 log << TestLog::Image("RenderedImage", "Rendered image", renderedImg, QP_IMAGE_COMPRESSION_MODE_PNG); 458 // Log results. 460 log << TestLog::Message 474 log << TestLog::Message << "Failure: Number of distinct colors detected is lower than GL_SAMPLES+1" << TestLog::EndMessage; 480 log << TestLog::Message << "The number of distinct colors detected is lower than GL_SAMPLES+1 - trying again with a slightly altered pattern" << TestLog::EndMessage; 486 log << TestLog::Message << "Success: The number of distinct colors detected is at least GL_SAMPLES+1" << TestLog::EndMessage; 636 TestLog& log = m_testCtx.getLog() local 902 TestLog& log = m_testCtx.getLog(); local 962 TestLog& log = m_testCtx.getLog(); local 1098 TestLog& log = m_testCtx.getLog(); local 1122 TestLog& log = m_testCtx.getLog(); local 1274 TestLog& log = m_testCtx.getLog(); local 1411 TestLog& log = m_testCtx.getLog(); local [all...] |
/external/lldb/source/Expression/ |
Materializer.cpp | 10 #include "lldb/Core/Log.h" 79 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS)); 97 if (log) 98 log->Printf("Allocated %s (0x%" PRIx64 ") sucessfully", m_persistent_variable_sp->GetName().GetCString(), mem); 151 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS)); 155 if (log) 157 log->Printf("EntityPersistentVariable::Materialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]", 201 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS)) [all...] |
/external/chromium_org/remoting/webapp/ |
video_frame_recorder.js | 71 console.log("Received frame but have no writer"); 75 console.log("Finished receiving frames"); 80 console.log("Received frame"); 84 console.log("Converted from Base64 - length:" + videoPacketString.length); 97 console.log("Writing frame"); 118 console.log("Unrecognized message: " + messageType); 125 console.log("Cancelled save of video frames."); 129 console.log("Saving video frames to:" + path); 137 console.log("Obtained FileWriter for video frame write"); 144 console.log("Video frame write complete") [all...] |
/external/deqp/modules/egl/ |
teglMakeCurrentPerfTests.cpp | 386 TestLog& log = m_testCtx.getLog(); local 389 tcu::ScopedLogSection section(log, "Test Info", "Test case information."); 391 log << TestLog::Message << "Context count: " << m_contexts.size() << TestLog::EndMessage; 392 log << TestLog::Message << "Surfaces count: " << m_surfaces.size() << TestLog::EndMessage; 393 log << TestLog::Message << "Sample count: " << m_spec.sampleCount << TestLog::EndMessage; 394 log << TestLog::Message << "Iteration count: " << m_spec.iterationCount << TestLog::EndMessage; 395 log << TestLog::Message << "Window count: " << m_windows.size() << TestLog::EndMessage; 396 log << TestLog::Message << "Pixmap count: " << m_pixmaps.size() << TestLog::EndMessage; 397 log << TestLog::Message << "PBuffer count: " << (m_surfaces.size() - m_windows.size() - m_pixmaps.size()) << TestLog::EndMessage; 400 log << TestLog::Message << "Context is released after each use. Both binding and releasing context are (…) 406 TestLog& log = m_testCtx.getLog(); local [all...] |
/external/chromium_org/build/android/ |
adb_gdb | 34 log "Killing background gdbserver process: $GDBSERVER_PID" 38 log "Removing target gdbserver binary: $TARGET_GDBSERVER." 41 log "Cleaning up: $TMPDIR" 61 log () { function 381 log "Auto-config: --arch=$TARGET_ARCH (equivalent to ia32)" 545 log "Auto-config: --toolchain=$ANDROID_TOOLCHAIN" 566 log "Host gdb client: $GDB" 579 log "Auto-config: --gdbserver=$GDBSERVER" 591 log "Auto-config: --adb=$ADB" 640 # Get last line in log, which contains the exit code from the comman [all...] |
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
NaClAM.js | 34 console.log(msg); 45 console.log(e); 46 console.log(event.data); 49 // Special case our log print command 55 console.log('Header message requestId is not a number.'); 59 console.log('Header message frames is not a number.'); 78 console.log('NaClAM: Message header does not contain cmd.'); 82 console.log('NaClAm: Message cmd is not a string.'); 86 console.log('NaClAM: Message header does not contain frames.'); 90 console.log('NaClAm: Message frames is not a number.') [all...] |
/external/chromium_org/v8/tools/profviz/ |
profviz.js | 85 "log" : log, 103 var other_elements = ["log", 138 this.log.value = ""; 173 function log(text) { function 174 ui.log.value += text; 175 ui.log.scrollTop = ui.log.scrollHeight; 180 if (ui.log.value.length > 0 && 181 ui.log.value[ui.log.value.length-1] != "\n") [all...] |
/external/flac/libFLAC/ |
fixed.c | 61 * rbps = log (-----------) 122 * of the base-2 log of a 32 bit number must fit in 5 bits, and fracbits 201 * of the base-2 log of a 32 bit number must fit in 5 bits, and fracbits 265 residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_error_0 / (FLAC__double)data_len) / M_LN2 : 0.0); 266 residual_bits_per_sample[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)total_error_1 / (FLAC__double)data_len) / M_LN2 : 0.0); 267 residual_bits_per_sample[2] = (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)total_error_2 / (FLAC__double)data_len) / M_LN2 : 0.0); 268 residual_bits_per_sample[3] = (FLAC__float)((total_error_3 > 0) ? log(M_LN2 * (FLAC__double)total_error_3 / (FLAC__double)data_len) / M_LN2 : 0.0); 269 residual_bits_per_sample[4] = (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_error_4 / (FLAC__double)data_len) / M_LN2 : 0.0); 329 residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)(FLAC__int64)total_error_0 / (FLAC__double)data_len) / M_LN2 : 0.0); 330 residual_bits_per_sample[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)(FLAC__int64)total_error_1 / (FLAC__double)data_len) / M_LN2 : 0.0) [all...] |
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
SessionManager.java | 23 import android.util.Log; 40 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); 81 log("updateStatus"); 112 log("add: uri=" + uri + ", receiver=" + receiver); 134 log("remove: iid=" + iid); 142 log("seek: iid=" + iid +", pos=" + pos); 182 log("pause"); 190 log("resume"); 198 log("stop") 296 private void log(String message) { method in class:SessionManager [all...] |
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
SessionManager.java | 23 import android.util.Log; 40 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); 81 log("updateStatus"); 112 log("add: uri=" + uri + ", receiver=" + receiver); 134 log("remove: iid=" + iid); 142 log("seek: iid=" + iid +", pos=" + pos); 182 log("pause"); 190 log("resume"); 198 log("stop") 296 private void log(String message) { method in class:SessionManager [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
SessionManager.java | 23 import android.util.Log; 38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); 77 log("updateStatus"); 108 log("add: uri=" + uri + ", receiver=" + receiver); 130 log("remove: iid=" + iid); 138 log("seek: iid=" + iid +", pos=" + pos); 178 log("pause"); 190 log("resume"); 202 log("stop") 304 private void log(String message) { method in class:SessionManager [all...] |
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
SessionManager.java | 23 import android.util.Log; 40 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); 81 log("updateStatus"); 112 log("add: uri=" + uri + ", receiver=" + receiver); 134 log("remove: iid=" + iid); 142 log("seek: iid=" + iid +", pos=" + pos); 182 log("pause"); 190 log("resume"); 198 log("stop") 296 private void log(String message) { method in class:SessionManager [all...] |
/external/deqp/modules/gles31/functional/ |
es31fAtomicCounterTests.cpp | 119 bool checkAndLogCounterValues (TestLog& log, const vector<deUint32>& counters) const; 120 bool checkAndLogCallValues (TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const; 126 static bool checkRange (TestLog& log, const vector<deUint32>& values, const vector<deUint32>& min, const vector<deUint32>& max); 127 static bool checkUniquenessAndLinearity (TestLog& log, const vector<deUint32>& values); 524 bool AtomicCounterTest::checkAndLogCounterValues (TestLog& log, const vector<deUint32>& counters) const 526 tcu::ScopedLogSection counterSection (log, "Counter info", "Show initial value, current value and expected value of each counter."); 548 log << TestLog::Message << "atomic_uint counter" << counterNdx << " initial value: " << initialValue << ", value: " << value << ", expected: " << expectedValue << (value == expectedValue ? "" : ", failed!") << TestLog::EndMessage; 643 bool AtomicCounterTest::checkRange (TestLog& log, const vector<deUint32>& values, const vector<deUint32>& min, const vector<deUint32>& max) 657 log << TestLog::Message << "Value " << values[valueNdx] << " not in range [" << min[valueNdx] << ", " << max[valueNdx] << "]." << TestLog::EndMessage; 664 log << TestLog::Message << "Number of values not in range: " << failedCount << ", displaying first 20 (…) 918 TestLog& log = m_testCtx.getLog(); local [all...] |