HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 976 - 1000 of 1490) sorted by null

<<31323334353637383940>>

  /external/ipsec-tools/
main.c 41 #include <android/log.h>
  /external/ipsec-tools/src/racoon/
plog.c 79 static struct log *logp = NULL;
252 errx(1, "ERROR: failed to open log file %s.", logfile);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 30 #include <cutils/log.h>
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 149 void DiffConsumer::log(StringRef text) { function in class:DiffConsumer
155 void DiffConsumer::logf(const LogBuilder &Log) {
161 StringRef format = Log.getFormat();
174 case 'l': printValue(Log.getArgument(arg++), true); break;
175 case 'r': printValue(Log.getArgument(arg++), false); break;
185 void DiffConsumer::logd(const DiffLogBuilder &Log) {
188 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) {
190 switch (Log.getLineKind(I)) {
193 Log.getLeft(I)->dump();
194 //printValue(Log.getLeft(I), true)
    [all...]
  /external/opencv/cvaux/src/
cvcorrespond.cpp 92 Occlusion = (float) log( Pd * Fi / ((1 - Pd) * sqrt( fabs( (CV_PI * 2) * (1. / S) ))));
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 993 ScopedMemoryLog log; local
1010 ScopedMemoryLog log; local
    [all...]
  /external/quake/quake/src/QW/server/
server.h 79 // the master buffer is used for building log packets
241 // log messages are used so that fraglog processes can get stats
244 sizebuf_t log[2]; member in struct:__anon10429
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 181 // Log semiring: (log(e^-x + e^y), +, inf, 0)
197 static const string type = "log";
217 inline double LogExp(double x) { return log(1.0F + exp(-x)); }
  /external/srtp/
Makefile 207 rm -rf crypto/include/config.h config.log config.cache config.status \
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 54 printf("a=%f log(a)=%f\n", a, log(a));
more_x87_fp.stdout.exp 9 a=2.000000 log(a)=0.693147
23 a=1.400000 log(a)=0.336472
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 44 printf("a=%f log(a)=%f\n", a, log(a));
more_x86_fp.stdout.exp 10 a=2.000000 log(a)=0.693147
25 a=1.400000 log(a)=0.336472
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 201 &js_print( $log, "output:<br><pre>", "</pre>" );
304 die "Can't open log file $js_output\n";
382 die "Can't open log file $js_output\n";
  /external/webkit/Source/JavaScriptCore/wtf/
MathExtras.h 154 return log(num) / 0.693147180559945309417232121458176568;
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseLayerAndroid.cpp 39 #include <cutils/log.h>
BaseTileTexture.cpp 35 #include <cutils/log.h>
GLExtras.cpp 35 #include <cutils/log.h>
GaneshContext.cpp 37 #include <cutils/log.h>
MediaTexture.cpp 36 #include <cutils/log.h>
VideoLayerAndroid.cpp 37 #include <cutils/log.h>
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.cpp 34 #include <cutils/log.h>
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.h 81 void log(const char* format, ...);
  /external/webkit/Tools/Scripts/
validate-committer-lists 40 from webkitpy.common.system.deprecated_logging import log, error namespace
159 git_log_args = ['git', 'log', '--reverse', '--pretty=format:%ae %at']
189 # No known email mapping, likely not an active committer. We could log here.
192 # log("%s -> %s" % (author, author_email)) # For sanity checking.
  /external/webrtc/src/modules/audio_processing/main/test/android/apmtest/jni/
main.c 26 #include <android/log.h>

Completed in 645 milliseconds

<<31323334353637383940>>