Home
last modified time | relevance | path

Searched +full:log +full:- (Results 1 – 25 of 1241) sorted by relevance

12345678910>>...50

/external/zlib/src/examples/
Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
32 foo.add -- last message to append or last data to compress
33 foo.dict -- dictionary of the last 32K of data for next compression
34 foo.temp -- temporary dictionary file for compression after this one
35 foo.lock -- lock file for reading and writing the other files
36 foo.repairs -- log file for log file recovery operations (not compressed)
39 - fixed-length (no file name) header with extra field (see below)
40 - compressed data ending initially with empty stored block
41 - uncompressed data filling out originally empty stored block and
[all …]
/external/deqp/framework/qphelper/
DqpTestLog.c1 /*-------------------------------------------------------------------------
3 * ----------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
88 return stack->numElements == 0; in ContainerStack_isEmpty()
93 if (stack->numElements == MAX_CONTAINER_STACK_DEPTH) in ContainerStack_push()
96 if (stack->numElements > 0 && !childContainersOk(stack->elements[stack->numElements-1])) in ContainerStack_push()
99 stack->elements[stack->numElements] = type; in ContainerStack_push()
100 stack->numElements += 1; in ContainerStack_push()
107 DE_ASSERT(stack->numElements > 0); in ContainerStack_pop()
[all …]
/external/libnl/lib/netfilter/
Dlog_obj.c2 * lib/netfilter/log_obj.c Netfilter Log Object
9 * Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
15 #include <netlink-private/netlink.h>
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()
[all …]
/external/iptables/extensions/
Dlibip6t_LOG.t2 -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 …]
Dlibipt_LOG.t2 -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/
Dresize_test6 [ "$1" = "-s" ] && size=$2 && shift 2
8 dd if=/dev/zero of=$1 bs=1 count=0 seek=$size >> $LOG 2>&1
14 echo $test_description starting > $LOG
15 rm -f $TMPFILE
20 if truncate -s $SIZE_2 $TMPFILE 2> /dev/null; then
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
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/
DtFunction_Export_Import_Domains.py1 # -*-coding:utf-8 -*
3 # Copyright (c) 2011-2015, Intel Corporation
35 --------------------------
36 - [exportDomainsWithSettingsXML] function
37 - [importDomainsWithSettingsXML] function
38 - [exportDomainsXML] function
39 - [importDomainsXML] function
42 ------------
43 - Testing importDomainsWithSettingsXML nominal case
44 - Testing exportDomainsWithSettingsXML nominal case
[all …]
DtFunction_listingFunctions.py1 # -*-coding:utf-8 -*
3 # Copyright (c) 2011-2015, Intel Corporation
35 --------------------------
36 - [dumpDomains] function
37 - [dumpElement] function
40 ------------
41 - Testing dumpDomains function on nominal case
42 - Testing dumpElements function on nominal case
48 log=ACTLogging.Logger() variable
77 ----------------------------
[all …]
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
DLog.java2 * Copyright 2001-2004 The Apache Software Foundation.
8 * http://www.apache.org/licenses/LICENSE-2.0
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);
57 …* <p style="color: #E40; font-weight: bold;">Please note that this interface is identical to that …
61 * @version $Id: Log.java,v 1.19 2004/06/06 21:16:04 rdonkin Exp $
63 public interface Log { interface
[all …]
/external/apache-http/src/org/apache/commons/logging/
DLog.java2 * Copyright 2001-2004 The Apache Software Foundation.
8 * http://www.apache.org/licenses/LICENSE-2.0
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 $
63 …* Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.h…
67 public interface Log { interface
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
DtDomain_Rules.py1 # -*-coding:utf-8 -*
3 # Copyright (c) 2011-2015, Intel Corporation
35 --------------------------
36 - [setRule] function
37 - [clearRule] function
38 - [getRule] function
41 ------------
42 - Testing clearRule errors
43 - Testing setRule errors
44 - Testing getRule errors
[all …]
DtDomain_Configuration.py1 # -*-coding:utf-8 -*
3 # Copyright (c) 2011-2015, Intel Corporation
35 --------------------------
36 - [listConfigurations] function
37 - [createConfiguration] function
38 - [deleteConfiguration] function
39 - [renameConfiguration] function
42 ------------
43 - Testing configuration creation error
44 - Testing configuration renaming error
[all …]
DtDomain_rename.py1 # -*-coding:utf-8 -*
3 # Copyright (c) 2011-2015, Intel Corporation
35 --------------------------
36 - [renameDomain] function
39 ------------
40 - Nominal cases
41 - Renaming errors
42 - Special cases
47 log=ACTLogging.Logger() variable
49 # Test of Domains - Rename
[all …]
DtDomain_Split.py1 # -*-coding:utf-8 -*
3 # Copyright (c) 2011-2015, Intel Corporation
35 --------------------------
36 - [splitDomain] function
37 - [listBelongingDomains] function
38 - [listAssociatedDomains] function
39 - [listAssociatedElements] function
40 - [listConflictingElements] function
41 - [listRogueElements] function
43 ------------
[all …]
/external/clang/test/Driver/
Ddarwin-ld.c3 // 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 // RUN: %clang -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 -dynamiclib %…
16 // RUN: %clang -target i386-apple-darwin9 -### -arch armv6 -miphoneos-version-min=3.0 -bundle %t.o …
17 // RUN: FileCheck -check-prefix=LINK_IPHONE_3_0 %s < %t.log
[all …]
/external/libexif/libexif/
Dexif-log.c1 /* exif-log.c
18 * Boston, MA 02110-1301 USA.
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
[all …]
/external/adhd/cras/src/server/
Daudio_thread_log.h2 * Use of this source code is governed by a BSD-style license that can be
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()
[all …]
/external/python/cpython2/Modules/zlib/
Dconfigure5 # If you want to build just a static library, use: ./configure --static
8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
16 # start off configure.log
17 echo -------------------- >> configure.log
18 echo $0 $* >> configure.log
19 date >> configure.log
25 ZINCOUT="-I."
28 ZINC='-include zconf.h'
29 ZINCOUT='-I. -I$(SRCDIR)'
[all …]
/external/zlib/src/
Dconfigure5 # If you want to build just a static library, use: ./configure --static
8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
16 # start off configure.log
17 echo -------------------- >> configure.log
18 echo $0 $* >> configure.log
19 date >> configure.log
25 ZINCOUT="-I."
28 ZINC='-include zconf.h'
29 ZINCOUT='-I. -I$(SRCDIR)'
[all …]
/external/webrtc/webrtc/base/
Doptional_unittest.cc4 * Use of this source code is governed by a BSD-style license
31 Logger() : id_(next_id_++), origin_(id_) { Log("default constructor"); } in Logger()
33 Log("explicit constructor"); in Logger()
41 ~Logger() { Log("destructor"); } in ~Logger()
65 void Foo() { Log("Foo()"); } in Foo()
66 void Foo() const { Log("Foo() const"); } in Foo()
79 void Log(const char* msg) const { in Log() function in rtc::__anon12c6a9200111::Logger
82 log_->push_back(oss.str()); in Log()
88 log_->push_back(oss.str()); in LogFrom()
94 log_->push_back(oss.str()); in Log2()
[all …]
/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslog0717 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 # 12/05/02 Port to bash -Robbie Williamson <robbiew@us.ibm.com>
20 # 02/05/03 Modified - Manoj Iyer <manjo@mail.utexas.edu> use USCTEST macros
24 # with syslog-ng
31 # o For syslog-ng the priority is set to all #
32 # because of the format of syslog-ng.conf #
39 . syslog-lib.sh || exit 1
45 # Adds some clarification of log message when syslog-ng is used
59 echo "user.debug /var/log/messages" >> $CONFIG_FILE
62 /etc/syslog-ng/syslog-ng.conf)
[all …]
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp1 /*-------------------------------------------------------------------------
3 * ---------------------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
81 // \todo [2012-10-02 pyry] Add tests for EGL_NOT_INITIALIZED to all functions taking in EGLDisplay in init()
82 // \todo [2012-10-02 pyry] Implement negative cases for following non-trivial cases: in init()
84 // - EGL_BAD_ACCESS is generated if buffer is already bound to a texture in init()
85 …// - EGL_BAD_MATCH is generated if the surface attribute EGL_TEXTURE_FORMAT is set to EGL_NO_TE… in init()
86 …// - EGL_BAD_MATCH is generated if buffer is not a valid buffer (currently only EGL_BACK_BUFFER… in init()
87 // - EGL_BAD_SURFACE is generated if surface is not a pbuffer surface supporting texture binding in init()
[all …]
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/
DJCLLoggerAdapter.java2 * Copyright (c) 2004-2011 QOS.ch
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()
[all …]
/external/v8/src/
Dlog-utils.cc2 // Use of this source code is governed by a BSD-style license that can be
5 #include "src/log-utils.h"
7 #include "src/assert-scope.h"
9 #include "src/objects-inl.h"
10 #include "src/string-stream.h"
19 const char* const Log::kLogToTemporaryFile = "&";
20 const char* const Log::kLogToConsole = "-";
23 FILE* Log::CreateOutputHandle(const char* file_name) { in CreateOutputHandle()
24 // If we're logging anything, we need to open the log file. in CreateOutputHandle()
25 if (!Log::InitLogAtStart()) { in CreateOutputHandle()
[all …]
/external/google-breakpad/src/common/mac/
DGTMLogger.h4 // Copyright 2007-2008 Google Inc.
10 // http://www.apache.org/licenses/LICENSE-2.0
20 // ----------------
26 // * logger (GTMLogger) - The main logging class that users interact with. It
27 // has methods for logging at different levels and uses a log writer, a log
28 // formatter, and a log filter to get the job done.
30 // * log writer (GTMLogWriter) - Writes a given string to some log file, where
31 // a "log file" can be a physical file on disk, a POST over HTTP to some URL,
32 // or even some in-memory structure (e.g., a ring buffer).
34 // * log formatter (GTMLogFormatter) - Given a format string and arguments as
[all …]

12345678910>>...50