Searched defs:log (Results 1 - 25 of 613) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/examples/
H A Dgzlog.c30 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
796 log_close(struct log *log) argument
813 log_open(struct log *log) argument
868 struct log *log; local
914 struct log *log = logd; local
998 struct log *log = logd; local
1044 struct log *log = logd; local
[all...]
/external/webp/src/utils/
H A Dutils.h99 int log = 0; local
108 log += shift;
111 return log;
/external/stlport/src/
H A Dcomplex.cpp198 // exp, log, pow for complex<float>, complex<double>, and complex<long double>
231 const float LN10_INVF = 1.f / ::log(10.f);
244 const long double LN10_INVL = 1.l / ::log(10.l);
250 // log
256 r._M_re = ::log(::hypot(z._M_re, z._M_im));
259 _STLP_DECLSPEC complex<float> _STLP_CALL log(const complex<float>& z) function
262 _STLP_DECLSPEC complex<double> _STLP_CALL log(const complex<double>& z) function
266 _STLP_DECLSPEC complex<long double> _STLP_CALL log(const complex<long double>& z) function
274 _Tp logr = ::log(a);
293 _Tp logr = ::log(
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3ext.h227 void (*log)(int,const char*,...); member in struct:sqlite3_api_routines
444 #define sqlite3_log sqlite3_api->log
/external/sqlite/dist/
H A Dsqlite3ext.h227 void (*log)(int,const char*,...); member in struct:sqlite3_api_routines
444 #define sqlite3_log sqlite3_api->log
/external/srec/srec/clib/
H A Dvoicing.c57 long voicing_analysis(voicing_info *chan, voicedata enval , int* log) argument
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp304 int log = get_float_exp(dsqd/(gSubdivTol*gSubdivTol)) + 1; local
305 log = SkTMin(SkTMax(0, log), kMaxSub);
306 return log;
/external/skia/tools/
H A DPictureResultsWriter.h108 PictureResultsLoggerWriter(BenchLogger* log) argument
109 : fLogger(log), currentLine() {}
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dlightsymbols.cc58 FILE* log = fopen("d:\\edisonn\\log.txt", "wt"); local
60 if (log) { fprintf(log, "build\n");fflush(log); }
93 if (log) { fprintf(log, "entries: %i\n", entries);fflush(log); }
105 if (log) { fprintf(log, "
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dcommons-logging-1.1.1.jar ... Object implements org.apache.commons.logging.Log { private static org.apache.avalon.framework. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDefaultRequestDirector.java35 protected Log log; field in class:ShadowDefaultRequestDirector
52 Log log,
65 this.log = log;
81 log,
156 return log;
51 __constructor__( Log log, HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java115 private final Log log; field in class:DefaultRequestDirector
167 final Log log,
181 if (log == null) {
233 this.log = log;
379 this.log.debug("Stale connection check");
381 this.log.debug("Stale connection detected");
402 if (this.log.isDebugEnabled()) {
403 this.log.debug(ex.getMessage());
447 this.log
166 DefaultRequestDirector( final Log log, final HttpRequestExecutor requestExec, final ClientConnectionManager conman, final ConnectionReuseStrategy reustrat, final ConnectionKeepAliveStrategy kastrat, final HttpRoutePlanner rouplan, final HttpProcessor httpProcessor, final HttpRequestRetryHandler retryHandler, final RedirectHandler redirectHandler, final AuthenticationHandler targetAuthHandler, final AuthenticationHandler proxyAuthHandler, final UserTokenHandler userTokenHandler, final HttpParams params) argument
[all...]
/external/qemu/android/build/
H A Dcommon.sh25 log () function
160 TMPL=/tmp/android-$$-test.log
190 log "Check32Bits: Forcing generation of 32-bit binaries (--try-64 to disable)"
201 log "Mingw : Checking for Linux host"
207 log "Mingw64 : Checking for mingw64 installation"
214 log "Mingw : Checking for mingw32 installation"
286 log "CC : compiler check ok ($CC)"
298 log "LD : linker check ok ($LD)"
303 log "AR : archiver ($AR)"
308 # stores the error log int
[all...]
/external/qemu/distrib/
H A Dpackage-release.sh37 log () { function
99 log "Copying git sources from $SRCDIR to $DSTDIR"
165 SHA1=$(cd $GIT_DIR && git log --oneline -1 .) || \
288 log "Auto-config: --package-prefix=$PKG_PREFIX"
295 log "Auto-config: --revision=$PKG_REVISION"
303 log "Auto-config: --package-dir=$PKG_DIR"
310 log "Auto-config: --system=$SYSTEMS"
316 log "Auto-config: --darwin-ssh=$DARWIN_SSH (from environment)."
325 log "Auto-config: --sources (remote Darwin build)."
356 log "Buildin
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_gamma.c35 #define log(x) __ieee754_log(x) macro
84 sum += (float) ( log(A) / log(B) );
/external/qemu-pc-bios/bochs/
H A Dbochs.h273 // default log actions for all devices, declared and initialized
316 class logfunctions *log; member in class:iofunctions
/external/protobuf/python/
H A Dez_setup.py136 from distutils import log namespace
138 log.warn("""
154 log.warn("Downloading %s", url)
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc3555 ScopedMemoryLog log; local
3557 errors = log.GetMessages(ERROR);
3808 ScopedMemoryLog log; local
3810 errors = log.GetMessages(ERROR);
H A Dmessage_unittest.cc185 ScopedMemoryLog log; local
187 errors = log.GetMessages(ERROR);

Completed in 274 milliseconds

1234567891011>>