Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/third_party/libnl/lib/netfilter/
Dlog_obj.c32 struct nfnl_log *log = (struct nfnl_log *) a; in nfnl_log_dump() local
88 void nfnl_log_get(struct nfnl_log *log) in nfnl_log_get()
93 void nfnl_log_put(struct nfnl_log *log) in nfnl_log_put()
105 void nfnl_log_set_group(struct nfnl_log *log, uint16_t group) in nfnl_log_set_group()
111 int nfnl_log_test_group(const struct nfnl_log *log) in nfnl_log_test_group()
116 uint16_t nfnl_log_get_group(const struct nfnl_log *log) in nfnl_log_get_group()
121 void nfnl_log_set_copy_mode(struct nfnl_log *log, enum nfnl_log_copy_mode mode) in nfnl_log_set_copy_mode()
127 int nfnl_log_test_copy_mode(const struct nfnl_log *log) in nfnl_log_test_copy_mode()
132 enum nfnl_log_copy_mode nfnl_log_get_copy_mode(const struct nfnl_log *log) in nfnl_log_get_copy_mode()
137 void nfnl_log_set_copy_range(struct nfnl_log *log, uint32_t copy_range) in nfnl_log_set_copy_range()
[all …]
Dlog.c102 static int nfnl_log_build_request(const struct nfnl_log *log, in nfnl_log_build_request()
162 int nfnl_log_build_create_request(const struct nfnl_log *log, in nfnl_log_build_create_request()
183 int nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_create()
194 int nfnl_log_build_change_request(const struct nfnl_log *log, in nfnl_log_build_change_request()
200 int nfnl_log_change(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_change()
211 int nfnl_log_build_delete_request(const struct nfnl_log *log, in nfnl_log_build_delete_request()
221 int nfnl_log_delete(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_delete()
/third_party/zlib/examples/
Dgzlog.c289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ argument
305 /* gzip header for gzlog */ argument
348 local int log_lock(struct log *log) in log_lock()
372 local void log_touch(struct log *log) in log_touch()
384 local int log_check(struct log *log) in log_check()
396 local void log_unlock(struct log *log) in log_unlock()
410 local int log_head(struct log *log) in log_head()
437 local int log_mark(struct log *log, int op) in log_mark()
462 local int log_last(struct log *log, int last) in log_last()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dgzlog.c289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ argument
305 /* gzip header for gzlog */ argument
348 local int log_lock(struct log *log) in log_lock()
372 local void log_touch(struct log *log) in log_touch()
384 local int log_check(struct log *log) in log_check()
396 local void log_unlock(struct log *log) in log_unlock()
410 local int log_head(struct log *log) in log_head()
437 local int log_mark(struct log *log, int op) in log_mark()
462 local int log_last(struct log *log, int last) in log_last()
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dgzlog.c289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ argument
305 /* gzip header for gzlog */ argument
348 local int log_lock(struct log *log) in log_lock()
372 local void log_touch(struct log *log) in log_touch()
384 local int log_check(struct log *log) in log_check()
396 local void log_unlock(struct log *log) in log_unlock()
410 local int log_head(struct log *log) in log_head()
437 local int log_mark(struct log *log, int op) in log_mark()
462 local int log_last(struct log *log, int last) in log_last()
[all …]
/third_party/weex-loader/deps/weex-scripter/test/
Drequire-parse.js20 log: [] property
33 log: [] property
46 log: [] property
59 log: [] property
72 log: [] property
85 log: [] property
96 log: [] property
106 log: [] property
120 log: [] property
132 log: [{reason: 'ERROR: Cannot find required module "underscore"'}] property
/third_party/node/deps/npm/lib/install/
Dactions.js35 actions[actionName] = (staging, pkg, log) => { argument
73 function runAction (action, staging, pkg, log) { argument
104 function doOne (cmd, staging, pkg, log, next) { argument
113 function doParallel (type, staging, actionsToRun, log, next) { argument
136 function doSerial (type, staging, actionsToRun, log, next) { argument
143 function doReverseSerial (type, staging, actionsToRun, log, next) { argument
149 function runSerial (type, staging, actionsToRun, log, next) { argument
167 function time (log) { argument
170 function timeEnd (log) { argument
181 function prepareAction (action, staging, log) { argument
/third_party/libexif/libexif/
Dexif-log.c73 ExifLog *log; in exif_log_new_mem() local
89 ExifLog *log = exif_log_new_mem (mem); in exif_log_new() local
97 exif_log_ref (ExifLog *log) in exif_log_ref()
104 exif_log_unref (ExifLog *log) in exif_log_unref()
112 exif_log_free (ExifLog *log) in exif_log_free()
123 exif_log_set_func (ExifLog *log, ExifLogFunc func, void *data) in exif_log_set_func()
135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, in exif_log()
146 exif_logv (ExifLog *log, ExifLogCode code, const char *domain, in exif_logv()
/third_party/libxml2/python/tests/
Dsync.py8 log = "" variable
45 log="" variable
57 log="" variable
69 log="" variable
81 log="" variable
94 log="" variable
107 log="" variable
120 log="" variable
/third_party/grpc/examples/python/debug/
DREADME.md20 ### The Most Verbose Tracing Log
32 ### Debug Transport Protocol
39 ### Debug Connection Behavior
/third_party/ninja/src/
Ddeps_log_test.cc129 DepsLog log; in TEST_F() local
149 DepsLog log; in TEST_F() local
183 DepsLog log; in TEST_F() local
211 DepsLog log; in TEST_F() local
236 DepsLog log; in TEST_F() local
285 DepsLog log; in TEST_F() local
344 DepsLog log; in TEST_F() local
356 DepsLog log; in TEST_F() local
388 DepsLog log; in TEST_F() local
415 DepsLog log; in TEST_F() local
[all …]
Dbuild_log_test.cc77 BuildLog log; in TEST_F() local
111 BuildLog log; in TEST_F() local
165 BuildLog log; in TEST_F() local
177 BuildLog log; in TEST_F() local
201 BuildLog log; in TEST_F() local
248 BuildLog log; in TEST_F() local
281 BuildLog log; in TEST_F() local
300 BuildLog log; in TEST_F() local
Dbuild_log_perftest.cc36 BuildLog log; in WriteTestData() local
112 BuildLog log; in main() local
121 BuildLog log; in main() local
/third_party/grpc/src/csharp/Grpc.Tools/
DGeneratorServices.cs31 protected GeneratorServices(TaskLoggingHelper log) { Log = log; } in GeneratorServices()
34 public static GeneratorServices GetForLanguage(string lang, TaskLoggingHelper log) in GetForLanguage()
71 protected static string GetRelativeDir(string root, string proto, TaskLoggingHelper log) in GetRelativeDir()
118 public CSharpGeneratorServices(TaskLoggingHelper log) : base(log) { } in CSharpGeneratorServices()
209 public CppGeneratorServices(TaskLoggingHelper log) : base(log) { } in CppGeneratorServices()
DDepFileUtil.cs63 TaskLoggingHelper log) in ReadDependencyInputs()
114 TaskLoggingHelper log) in ReadDependencyOutputs()
280 TaskLoggingHelper log) in ReadDepFileLines()
/third_party/musl/src/math/i386/
Dlog.s1 .global log symbol
3 log: label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/
DRPCError.cpp33 void ConnectionClosed::log(raw_ostream &OS) const { in log() function in llvm::orc::rpc::ConnectionClosed
41 void ResponseAbandoned::log(raw_ostream &OS) const { in log() function in llvm::orc::rpc::ResponseAbandoned
52 void CouldNotNegotiate::log(raw_ostream &OS) const { in log() function in llvm::orc::rpc::CouldNotNegotiate
/third_party/node/deps/npm/node_modules/npm-lifecycle/lib/
Dspawn.js11 function startRunning (log) { argument
17 function stopRunning (log) { argument
32 function spawn (cmd, args, options, log) { argument
/third_party/json/benchmarks/thirdparty/benchmark/
Dmingw.py55 def repository(urls = urls, log = EmptyLogger()): argument
99 def find_7zip(log = EmptyLogger()): argument
114 def unpack(archive, location, log = EmptyLogger()): argument
125 def download(url, location, log = EmptyLogger()): argument
173 exceptions = None, revision = None, log = EmptyLogger()): argument
/third_party/typescript/tests/baselines/reference/
DtopLevelExports.js4 function log(n:number) { return n;} function
14 function log(n) { return n; } function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dlog_base.inl7 GLM_FUNC_QUALIFIER genType log(genType const & x, genType const & base) function
14 GLM_FUNC_QUALIFIER vecType<T, P> log(vecType<T, P> const & x, vecType<T, P> const & base) function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource1.ts45 log(s: string): void; method
54 public log(s: string): void { method in NullLogger
79 public log(s: string): void { method in LoggerAdapter
92 public log(s: string): void { method in BufferedLogger
/third_party/node/deps/npm/lib/auth/
Dlegacy.js5 const log = require('npmlog') constant
16 const opts = { log: log } property
32 log: {default: () => log}, property
/third_party/openssl/crypto/ct/
Dct_log.c263 void CTLOG_free(CTLOG *log) in CTLOG_free()
272 const char *CTLOG_get0_name(const CTLOG *log) in CTLOG_get0_name()
277 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, in CTLOG_get0_log_id()
284 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log) in CTLOG_get0_public_key()
300 const CTLOG *log = sk_CTLOG_value(store->logs, i); in CTLOG_STORE_get0_log_by_id() local
/third_party/grpc/src/core/lib/profiling/
Dbasic_timers.cc55 gpr_timer_entry log[MAX_COUNT]; member
94 static int timer_log_push_back(gpr_timer_log_list* list, gpr_timer_log* log) { in timer_log_push_back()
121 static void timer_log_remove(gpr_timer_log_list* list, gpr_timer_log* log) { in timer_log_remove()
140 static void write_log(gpr_timer_log* log) { in write_log()
160 gpr_timer_log* log; in writing_thread() local
180 gpr_timer_log* log; in flush_logs() local
222 gpr_timer_log* log = static_cast<gpr_timer_log*>(malloc(sizeof(*log))); in rotate_log() local

12345678910>>...22