| /third_party/zlib/examples/ |
| D | gzlog.c | 289 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/ |
| D | gzlog.c | 289 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/ |
| D | gzlog.c | 289 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/ |
| D | require-parse.js | 20 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/ |
| D | actions.js | 35 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/libxml2/python/tests/ |
| D | sync.py | 8 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/ |
| D | README.md | 20 ### The Most Verbose Tracing Log 32 ### Debug Transport Protocol 39 ### Debug Connection Behavior
|
| /third_party/ninja/src/ |
| D | deps_log_test.cc | 129 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 …]
|
| D | build_log_test.cc | 77 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
|
| D | build_log_perftest.cc | 36 BuildLog log; in WriteTestData() local 112 BuildLog log; in main() local 121 BuildLog log; in main() local
|
| /third_party/grpc/src/csharp/Grpc.Tools/ |
| D | GeneratorServices.cs | 31 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()
|
| D | DepFileUtil.cs | 63 TaskLoggingHelper log) in ReadDependencyInputs() 114 TaskLoggingHelper log) in ReadDependencyOutputs() 280 TaskLoggingHelper log) in ReadDepFileLines()
|
| /third_party/musl/src/math/i386/ |
| D | log.s | 1 .global log symbol 3 log: label
|
| /third_party/node/deps/npm/node_modules/npm-lifecycle/lib/ |
| D | spawn.js | 11 function startRunning (log) { argument 17 function stopRunning (log) { argument 32 function spawn (cmd, args, options, log) { argument
|
| /third_party/json/benchmarks/thirdparty/benchmark/ |
| D | mingw.py | 55 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/node/deps/npm/lib/auth/ |
| D | legacy.js | 5 const log = require('npmlog') constant 16 const opts = { log: log } property 32 log: {default: () => log}, property
|
| /third_party/openssl/crypto/ct/ |
| D | ct_log.c | 263 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/ |
| D | basic_timers.cc | 55 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
|
| /third_party/ffmpeg/libavcodec/ |
| D | golomb.h | 68 int log = 2 * av_log2(buf) - 31; in get_ue_golomb() local 87 int log = 2 * av_log2(buf) - 31; in get_ue_golomb() local 107 unsigned buf, log; in get_ue_golomb_long() local 252 int log = 2 * av_log2(buf) - 31; in get_se_golomb() local 276 int log = av_log2(buf), sign; in get_se_golomb() local 314 int log; in get_interleaved_se_golomb() local 340 int log; in get_interleaved_se_golomb() local 378 int log; in get_ur_golomb() local 432 int log; in get_ur_golomb_jpegls() local
|
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| D | find-visualstudio.js | 3 const log = require('npmlog') constant 24 log: logWithPrefix(log, 'find VS'), property in VisualStudioFinder 150 this.log.silly('PS stderr = %j', stderr) function 246 this.log.silly('- version match = %j', match) property
|
| /third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
| D | sampling_par.c | 81 _vbi_sampling_par_valid_log (const vbi_sampling_par * sp, _vbi_log_hook * log) in _vbi_sampling_par_valid_log() 172 const _vbi_service_par * par, unsigned int strict, _vbi_log_hook * log) in _vbi_sampling_par_permit_service() 335 vbi_service_set services, unsigned int strict, _vbi_log_hook * log) { in _vbi_sampling_par_check_services_log() 362 vbi_service_set services, _vbi_log_hook * log) { in _vbi_sampling_par_from_services_log()
|
| /third_party/weex-loader/src/ |
| D | parser.js | 51 log: [] property 125 resolve({ parsed, log: obj.log }) property 139 resolve({ parsed, log: obj.log }) property
|
| /third_party/node/deps/npm/lib/config/ |
| D | lifecycle.js | 4 const log = require('npmlog') constant 20 log: log, property
|
| /third_party/node/deps/npm/lib/ |
| D | ci.js | 5 const log = require('npmlog') constant 23 log, property
|
| D | search.js | 10 const log = require('npmlog') constant 30 log: {}, property 41 log: log, property
|