Home
last modified time | relevance | path

Searched refs:log (Results 1 - 25 of 2742) sorted by relevance

12345678910>>...110

/third_party/zlib/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) in log_lock() argument
372 log_touch(struct log *log) log_touch() argument
384 log_check(struct log *log) log_check() argument
396 log_unlock(struct log *log) log_unlock() argument
410 log_head(struct log *log) log_head() argument
437 log_mark(struct log *log, int op) log_mark() argument
462 log_last(struct log *log, int last) log_last() argument
501 log_append(struct log *log, unsigned char *data, size_t len) log_append() argument
571 log_replace(struct log *log) log_replace() argument
608 log_compress(struct log *log, unsigned char *data, size_t len) log_compress() argument
718 log_log(struct log *log, int op, char *record) log_log() argument
738 log_recover(struct log *log, int op) log_recover() argument
798 log_close(struct log *log) log_close() argument
815 log_open(struct log *log) log_open() argument
870 struct log *log; gzlog_open() local
916 struct log *log = logd; gzlog_compress() local
1000 struct log *log = logd; gzlog_write() local
1046 struct log *log = logd; gzlog_close() local
[all...]
/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.c266 static void qpTestLog_flushFile (qpTestLog* log) in qpTestLog_flushFile() argument
268 DE_ASSERT(log && log->outputFile); in qpTestLog_flushFile()
269 fflush(log->outputFile); in qpTestLog_flushFile()
272 FlushFileBuffers((HANDLE)_get_osfhandle(_fileno(log->outputFile))); in qpTestLog_flushFile()
308 static deBool endSession (qpTestLog* log) in endSession() argument
310 DE_ASSERT(log && log->isSessionOpen); in endSession()
313 qpXmlWriter_flush(log->writer); in endSession()
317 fprintf(log in endSession()
335 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog)); qpTestLog_createFileLog() local
385 qpTestLog_beginSession(qpTestLog* log, const char* additionalSessionInfo) qpTestLog_beginSession() argument
421 qpTestLog_destroy(qpTestLog* log) qpTestLog_destroy() argument
447 qpTestLog_startCase(qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) qpTestLog_startCase() argument
497 qpTestLog_endCase(qpTestLog* log, qpTestResult result, const char* resultDetails) qpTestLog_endCase() argument
536 qpTestLog_startTestsCasesTime(qpTestLog* log) qpTestLog_startTestsCasesTime() argument
559 qpTestLog_endTestsCasesTime(qpTestLog* log) qpTestLog_endTestsCasesTime() argument
591 qpTestLog_terminateCase(qpTestLog* log, qpTestResult result) qpTestLog_terminateCase() argument
621 qpTestLog_writeKeyValuePair(qpTestLog* log, const char* elementName, const char* name, const char* description, const char* unit, qpKeyValueTag tag, const char* text) qpTestLog_writeKeyValuePair() argument
658 qpTestLog_writeText(qpTestLog* log, const char* name, const char* description, qpKeyValueTag tag, const char* text) qpTestLog_writeText() argument
673 qpTestLog_writeInteger(qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value) qpTestLog_writeInteger() argument
691 qpTestLog_writeFloat(qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value) qpTestLog_writeFloat() argument
842 qpTestLog_startImageSet(qpTestLog* log, const char* name, const char* description) qpTestLog_startImageSet() argument
873 qpTestLog_endImageSet(qpTestLog* log) qpTestLog_endImageSet() argument
905 qpTestLog_writeImage( qpTestLog* log, const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat imageFormat, int width, int height, int stride, const void* data) qpTestLog_writeImage() argument
1044 qpTestLog_writeInfoLog(qpTestLog* log, const char* infoLog) qpTestLog_writeInfoLog() argument
1060 qpTestLog_startShaderProgram(qpTestLog* log, deBool linkOk, const char* linkInfoLog) qpTestLog_startShaderProgram() argument
1089 qpTestLog_endShaderProgram(qpTestLog* log) qpTestLog_endShaderProgram() argument
1115 qpTestLog_writeShader(qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* infoLog) qpTestLog_writeShader() argument
1146 qpTestLog_startEglConfigSet(qpTestLog* log, const char* name, const char* description) qpTestLog_startEglConfigSet() argument
1175 qpTestLog_endEglConfigSet(qpTestLog* log) qpTestLog_endEglConfigSet() argument
1198 qpTestLog_writeEglConfig(qpTestLog* log, const qpEglConfigInfo* config) qpTestLog_writeEglConfig() argument
1257 qpTestLog_startSection(qpTestLog* log, const char* name, const char* description) qpTestLog_startSection() argument
1288 qpTestLog_endSection(qpTestLog* log) qpTestLog_endSection() argument
1310 qpTestLog_writeKernelSource(qpTestLog* log, const char* source) qpTestLog_writeKernelSource() argument
1331 qpTestLog_writeSpirVAssemblySource(qpTestLog* log, const char* source) qpTestLog_writeSpirVAssemblySource() argument
1353 qpTestLog_writeCompileInfo(qpTestLog* log, const char* name, const char* description, deBool compileOk, const char* infoLog) qpTestLog_writeCompileInfo() argument
1378 qpTestLog_startSampleList(qpTestLog* log, const char* name, const char* description) qpTestLog_startSampleList() argument
1402 qpTestLog_startSampleInfo(qpTestLog* log) qpTestLog_startSampleInfo() argument
1420 qpTestLog_writeValueInfo(qpTestLog* log, const char* name, const char* description, const char* unit, qpSampleValueTag tag) qpTestLog_writeValueInfo() argument
1450 qpTestLog_endSampleInfo(qpTestLog* log) qpTestLog_endSampleInfo() argument
1468 qpTestLog_startSample(qpTestLog* log) qpTestLog_startSample() argument
1488 qpTestLog_writeValueFloat(qpTestLog* log, double value) qpTestLog_writeValueFloat() argument
1508 qpTestLog_writeValueInteger(qpTestLog* log, deInt64 value) qpTestLog_writeValueInteger() argument
1528 qpTestLog_endSample(qpTestLog* log) qpTestLog_endSample() argument
1546 qpTestLog_endSampleList(qpTestLog* log) qpTestLog_endSampleList() argument
1564 qpTestLog_writeRaw(qpTestLog* log, const char* rawContents) qpTestLog_writeRaw() argument
1576 qpTestLog_getLogFlags(const qpTestLog* log) qpTestLog_getLogFlags() argument
1587 qpTestLog_isCompact(qpTestLog *log) qpTestLog_isCompact() argument
[all...]
H A DqpTestLog.h26 * \brief Test log library
30 * Each function takes qpTestLog pointer. Operations are done on that log
40 * All functions writing to the log return a boolean value. False
41 * means that the current write operation failed and the current log
133 /* Test log flags. */
136 QP_TEST_LOG_EXCLUDE_IMAGES = (1<<0) /*!< Do not log images. This reduces log size considerably. */
137 ,QP_TEST_LOG_EXCLUDE_SHADER_SOURCES = (1<<1) /*!< Do not log shader sources. Helps to reduce log size further. */
138 ,QP_TEST_LOG_NO_FLUSH = (1<<2) /*!< Do not do a fflush after writing the log
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_log.c39 void ngtcp2_log_init(ngtcp2_log *log, const ngtcp2_cid *scid, in ngtcp2_log_init() argument
43 ngtcp2_encode_hex(log->scid, scid->data, scid->datalen); in ngtcp2_log_init()
45 log->scid[0] = '\0'; in ngtcp2_log_init()
47 log->log_printf = log_printf; in ngtcp2_log_init()
48 log->ts = log->last_ts = ts; in ngtcp2_log_init()
49 log->user_data = user_data; in ngtcp2_log_init()
99 timestamp_cast(log->last_ts - log->ts), (const char *)log
219 log_fr_stream(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_stream *fr, const char *dir) log_fr_stream() argument
230 log_fr_ack(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_ack *fr, const char *dir) log_fr_ack() argument
272 log_fr_padding(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_padding *fr, const char *dir) log_fr_padding() argument
278 log_fr_reset_stream(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_reset_stream *fr, const char *dir) log_fr_reset_stream() argument
289 log_fr_connection_close(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_connection_close *fr, const char *dir) log_fr_connection_close() argument
307 log_fr_max_data(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_max_data *fr, const char *dir) log_fr_max_data() argument
314 log_fr_max_stream_data(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_max_stream_data *fr, const char *dir) log_fr_max_stream_data() argument
324 log_fr_max_streams(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_max_streams *fr, const char *dir) log_fr_max_streams() argument
331 log_fr_ping(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_ping *fr, const char *dir) log_fr_ping() argument
337 log_fr_data_blocked(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_data_blocked *fr, const char *dir) log_fr_data_blocked() argument
345 log_fr_stream_data_blocked(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_stream_data_blocked *fr, const char *dir) log_fr_stream_data_blocked() argument
355 log_fr_streams_blocked(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_streams_blocked *fr, const char *dir) log_fr_streams_blocked() argument
364 log_fr_new_connection_id(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_new_connection_id *fr, const char *dir) log_fr_new_connection_id() argument
382 log_fr_stop_sending(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_stop_sending *fr, const char *dir) log_fr_stop_sending() argument
392 log_fr_path_challenge(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_path_challenge *fr, const char *dir) log_fr_path_challenge() argument
403 log_fr_path_response(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_path_response *fr, const char *dir) log_fr_path_response() argument
414 log_fr_crypto(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_crypto *fr, const char *dir) log_fr_crypto() argument
423 log_fr_new_token(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_new_token *fr, const char *dir) log_fr_new_token() argument
442 log_fr_retire_connection_id(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_retire_connection_id *fr, const char *dir) log_fr_retire_connection_id() argument
451 log_fr_handshake_done(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_handshake_done *fr, const char *dir) log_fr_handshake_done() argument
458 log_fr_datagram(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_datagram *fr, const char *dir) log_fr_datagram() argument
466 log_fr(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_frame *fr, const char *dir) log_fr() argument
542 ngtcp2_log_rx_fr(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_frame *fr) ngtcp2_log_rx_fr() argument
551 ngtcp2_log_tx_fr(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const ngtcp2_frame *fr) ngtcp2_log_tx_fr() argument
560 ngtcp2_log_rx_vn(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const uint32_t *sv, size_t nsv) ngtcp2_log_rx_vn() argument
574 ngtcp2_log_rx_sr(ngtcp2_log *log, const ngtcp2_pkt_stateless_reset *sr) ngtcp2_log_rx_sr() argument
595 ngtcp2_log_remote_tp(ngtcp2_log *log, uint8_t exttype, const ngtcp2_transport_params *params) ngtcp2_log_remote_tp() argument
734 ngtcp2_log_pkt_lost(ngtcp2_log *log, int64_t pkt_num, uint8_t type, uint8_t flags, ngtcp2_tstamp sent_ts) ngtcp2_log_pkt_lost() argument
745 log_pkt_hd(ngtcp2_log *log, const ngtcp2_pkt_hd *hd, const char *dir) log_pkt_hd() argument
771 ngtcp2_log_rx_pkt_hd(ngtcp2_log *log, const ngtcp2_pkt_hd *hd) ngtcp2_log_rx_pkt_hd() argument
775 ngtcp2_log_tx_pkt_hd(ngtcp2_log *log, const ngtcp2_pkt_hd *hd) ngtcp2_log_tx_pkt_hd() argument
779 ngtcp2_log_info(ngtcp2_log *log, ngtcp2_log_event ev, const char *fmt, ...) ngtcp2_log_info() argument
802 ngtcp2_log_tx_cancel(ngtcp2_log *log, const ngtcp2_pkt_hd *hd) ngtcp2_log_tx_cancel() argument
[all...]
/third_party/rust/crates/log/tests/
H A Dmacros.rs3 extern crate log;
17 for lvl in log::Level::iter() { in no_args()
18 log!(lvl, "hello"); in no_args()
19 log!(lvl, "hello",); in no_args()
21 log!(target: "my_target", lvl, "hello"); in no_args()
22 log!(target: "my_target", lvl, "hello",); in no_args()
24 log!(lvl, "hello"); in no_args()
25 log!(lvl, "hello",); in no_args()
37 for lvl in log::Level::iter() { in anonymous_args()
38 log!(lv in anonymous_args()
[all...]
/third_party/zlib/
H A Dconfigure16 # start off configure.log
17 echo -------------------- >> configure.log
18 echo $0 $* >> configure.log
19 date >> configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
56 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
61 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
67 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
103 echo "** $0 aborting." | tee -a configure.log
106 echo -------------------- >> configure.log
[all...]
/third_party/node/deps/npm/node_modules/npmlog/lib/
H A Dlog.js5 var log = exports = module.exports = new EE()
13 Object.defineProperty(log, 'stream', {
27 log.useColor = function () {
31 log.enableColor = function () {
35 log.disableColor = function () {
41 log.level = 'info'
43 log.gauge = new Gauge(stream, {
45 theme: { hasColor: log.useColor() },
55 log.tracker = new Progress.TrackerGroup()
59 log
75 log.setGaugeTemplate = function (template) { global() method
89 log.disableProgress = function () { global() method
155 log.showProgress = function (name, completed) { global() method
189 log.resume = function () { global() method
306 log._format = function (msg, style) { global() method
[all...]
/third_party/libexif/libexif/
H A Dexif-log.c1 /* exif-log.c
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
93 return log; in exif_log_new()
97 exif_log_ref(ExifLog *log) exif_log_ref() argument
104 exif_log_unref(ExifLog *log) exif_log_unref() argument
112 exif_log_free(ExifLog *log) exif_log_free() argument
123 exif_log_set_func(ExifLog *log, ExifLogFunc func, void *data) exif_log_set_func() argument
135 exif_log(ExifLog *log, ExifLogCode code, const char *domain, const char *format, ...) exif_log() argument
146 exif_logv(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args) exif_logv() argument
[all...]
/third_party/jerryscript/tests/jerry/
H A Dfor-in.js118 log = {};
123 log [i] = true;
127 assert (count == 1 && 'q' in log);
130 log = {};
135 log [i] = true;
140 && 'q' in log
141 && 'p' in log
142 && 'f' in log
143 && 't' in log
144 && 'c' in log);
[all...]
H A Dmath-log.js15 assert( isNaN (Math.log(NaN)) );
16 assert( isNaN (Math.log (-1)) );
17 assert( isNaN (Math.log (-Infinity)) );
19 assert( Math.log (0) === -Infinity );
20 assert( Math.log (1) === 0 );
21 assert( Math.log (Infinity) === Infinity );
22 assert( Math.log (2) >= Math.LN2 * 0.999999 );
23 assert( Math.log (2) <= Math.LN2 * 1.000001 );
28 assert( Math.log (very_close_to_1_but_greater) >= 0.0 );
29 assert( Math.log (very_close_to_1_but_greate
[all...]
/third_party/node/deps/npm/node_modules/@colors/colors/examples/
H A Dnormal-usage.js3 console.log('First some yellow text'.yellow);
5 console.log('Underline that text'.yellow.underline);
7 console.log('Make it bold and red'.red.bold);
9 console.log(('Double Raindows All Day Long').rainbow);
11 console.log('Drop the bass'.trap);
13 console.log('DROP THE RAINBOW BASS'.trap.rainbow);
16 console.log('Chains are also cool.'.bold.italic.underline.red);
19 console.log('So '.green + 'are'.underline + ' ' + 'inverse'.inverse
21 console.log('Zebras are so fun!'.zebra);
26 console.log('Thi
[all...]
H A Dsafe-string.js3 console.log(colors.yellow('First some yellow text'));
5 console.log(colors.yellow.underline('Underline that text'));
7 console.log(colors.red.bold('Make it bold and red'));
9 console.log(colors.rainbow('Double Raindows All Day Long'));
11 console.log(colors.trap('Drop the bass'));
13 console.log(colors.rainbow(colors.trap('DROP THE RAINBOW BASS')));
16 console.log(colors.bold.italic.underline.red('Chains are also cool.'));
19 console.log(colors.green('So ') + colors.underline('are') + ' '
22 console.log(colors.zebra('Zebras are so fun!'));
24 console.log('Thi
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglNegativeApiTests.cpp134 TestLog& log = m_testCtx.getLog(); in init()
135 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted tokens"); in init()
146 log << TestLog::EndSection; in init()
148 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is not supported by the EGL display, or no configuration is provided for the specified API."); in init()
164 log << TestLog::EndSection; in init()
169 TestLog& log = m_testCtx.getLog(); in init()
172 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection"); in init()
180 log << TestLog::EndSection; in init()
182 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); in init()
190 log << TestLo in init()
[all...]
/third_party/typescript/tests/baselines/reference/
H A Des2020IntlAPIs.js6 function log(locale: string) { function
7 console.log(
12 log("en-US");
15 log("de-DE");
21 console.log(rtf1.format(3, 'quarter'));
24 console.log(rtf1.format(-1, 'day'));
29 console.log(rtf2.format(2, 'day'));
36 console.log(regionNamesInEnglish.of('US'));
39 console.log(regionNamesInTraditionalChinese.of('US'));
44 console.log(Int
[all...]
H A DsourceMapValidationDestructuringForArrayBindingPattern.js3 log(msg: any): void;
20 console.log(nameA);
23 console.log(nameA);
26 console.log(nameA);
29 console.log(primarySkillA);
32 console.log(primarySkillA);
35 console.log(primarySkillA);
39 console.log(numberB);
42 console.log(numberB);
45 console.log(number
[all...]
H A DsourceMapValidationDestructuringForArrayBindingPattern2.js3 log(msg: any): void;
26 console.log(nameA);
29 console.log(nameA);
32 console.log(nameA);
35 console.log(primarySkillA);
38 console.log(primarySkillA);
41 console.log(primarySkillA);
45 console.log(numberB);
48 console.log(numberB);
51 console.log(number
[all...]
H A DsourceMapValidationDestructuringForOfArrayBindingPattern.js3 log(msg: any): void;
23 console.log(nameA);
26 console.log(nameA);
29 console.log(nameA);
32 console.log(primarySkillA);
35 console.log(primarySkillA);
38 console.log(primarySkillA);
42 console.log(numberB);
45 console.log(numberB);
48 console.log(number
[all...]
H A DsourceMapValidationDestructuringForArrayBindingPatternDefaultValues.js3 log(msg: any): void;
20 console.log(nameA);
23 console.log(nameA);
26 console.log(nameA);
32 console.log(primarySkillA);
38 console.log(primarySkillA);
44 console.log(primarySkillA);
48 console.log(numberB);
51 console.log(numberB);
54 console.log(number
[all...]
/third_party/protobuf/js/
H A Dgulpfile.js59 console.log(stdout);
60 console.log(stderr);
68 console.log(stdout);
69 console.log(stderr);
77 console.log(stdout);
78 console.log(stderr);
86 console.log(stdout);
87 console.log(stderr);
95 console.log(stdout);
96 console.log(stder
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/bin/
H A Dnode-gyp.js9 const log = require('../lib/log')
35 log.stdout('v%s', prog.version)
37 log.stdout('%s', prog.usage())
42 log.info('it worked if it ends with', 'ok')
43 log.verbose('cli', process.argv)
44 log.info('using', 'node-gyp@%s', prog.version)
45 log.info('using', 'node@%s | %s | %s', process.versions.node, process.platform, process.arch)
57 log.info('chdir', dir)
60 log
[all...]
/third_party/fsverity-utils/scripts/
H A Drun-tests.sh20 log() function
34 # Both stdout and stderr go to log file.
36 echo "Starting fsverity-utils tests. See run-tests.log for full output."
37 rm -f run-tests.log
38 exec >> run-tests.log
39 exec 2> >(tee -ia run-tests.log 1>&2)
47 log "Build and test with statically linking"
54 log "Check that all global symbols are prefixed with \"libfsverity_\""
63 log "Build and test with dynamic linking"
69 log "Chec
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug() argument
36 brw_shader_perf_log(c, log, " %s %d->%d\n", name, a, b); in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float() argument
47 brw_shader_perf_log(c, log, " %s %f->%f\n", name, a, b); in key_debug_float()
54 key_debug(c, log, name, old_key->field, key->field)
56 key_debug_float(c, log, name, old_key->field, key->field)
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile() argument
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile() argument
94 return debug_sampler_recompile(c, log, &old_key->tex, &key->tex); in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile() argument
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, const struct brw_tcs_prog_key *old_key, const struct brw_tcs_prog_key *key) debug_tcs_recompile() argument
137 debug_tes_recompile(const struct brw_compiler *c, void *log, const struct brw_tes_prog_key *old_key, const struct brw_tes_prog_key *key) debug_tes_recompile() argument
152 debug_gs_recompile(const struct brw_compiler *c, void *log, const struct brw_gs_prog_key *old_key, const struct brw_gs_prog_key *key) debug_gs_recompile() argument
164 debug_fs_recompile(const struct brw_compiler *c, void *log, const struct brw_wm_prog_key *old_key, const struct brw_wm_prog_key *key) debug_fs_recompile() argument
198 debug_cs_recompile(const struct brw_compiler *c, void *log, const struct brw_cs_prog_key *old_key, const struct brw_cs_prog_key *key) debug_cs_recompile() argument
210 brw_debug_key_recompile(const struct brw_compiler *c, void *log, gl_shader_stage stage, const struct brw_base_prog_key *old_key, const struct brw_base_prog_key *key) brw_debug_key_recompile() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTestSubcase.cpp112 void WriteField(tcu::TestLog& log, const char* title, std::string message) in WriteField() argument
120 log.startSection("Details", title); in WriteField()
123 log.writeMessage(line.c_str()); in WriteField()
125 log.endSection(); in WriteField()
131 TestLog& log = m_context.getTestContext().getLog(); in OutputNotSupported()
135 log.startSection("Not supported", "Reason"); in OutputNotSupported()
138 log.writeMessage(line.c_str()); in OutputNotSupported()
140 log.endSection(); in OutputNotSupported()
147 TestLog& log = m_context.getTestContext().getLog(); in Documentation()
149 WriteField(log, "Titl in Documentation()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dgolomb.h66 int log = 2 * av_log2(buf) - 31; in get_ue_golomb() local
68 skip_bits_long(gb, 32 - log); in get_ue_golomb()
69 if (log < 7) in get_ue_golomb()
71 buf >>= log; in get_ue_golomb()
88 int log = 2 * av_log2(buf) - 31; in get_ue_golomb() local
89 LAST_SKIP_BITS(re, gb, 32 - log); in get_ue_golomb()
91 if (log < 7) in get_ue_golomb()
93 buf >>= log; in get_ue_golomb()
106 unsigned buf, log; in get_ue_golomb_long() local
109 log in get_ue_golomb_long()
252 int log = 2 * av_log2(buf) - 31; get_se_golomb() local
253 buf >>= log; get_se_golomb() local
276 int log = av_log2(buf), sign; get_se_golomb() local
281 buf >>= log; get_se_golomb() local
314 int log; get_interleaved_se_golomb() local
340 int log; get_interleaved_se_golomb() local
378 int log; get_ur_golomb() local
432 int log; get_ur_golomb_jpegls() local
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
H A Drebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js15 declare const console: { log(msg: any): void; };
28 console.log(s);
32 console.log(f());
69 console.log('testing');
79 console.log("something got done");
171 console.log('testing');
179 console.log("something got done");
189 {"bundle":{"commonSourceDirectory":"../second","sourceFiles":["../second/second_part1.ts","../second/second_part2.ts"],"js":{"sections":[{"pos":0,"end":285,"kind":"text"}],"mapHash":"9890117190-{\"version\":3,\"file\":\"second-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;ACVD;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC\"}","hash":"-23059753096-var N;\r\n(function (N) {\r\n function f() {\r\n console.log('testing');\r\n }\r\n f();\r\n})(N || (N = {}));\r\nvar C = (function () {\r\n function C() {\r\n }\r\n C.prototype.doSomething = function () {\r\n console.log(\"something got done\");\r\n };\r\n return C;\r\n}());\r\n//# sourceMappingURL=second-output.js.map"},"dts":{"sections":[{"pos":0,"end":100,"kind":"text"}],"mapHash":"7640041563-{\"version\":3,\"file\":\"second-output.d.ts\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\"AAAA,kBAAU,CAAC,CAAC;CAEX;AAED,kBAAU,CAAC,CAAC;CAMX;ACVD,cAAM,CAAC;IACH,WAAW;CAGd\"}","hash":"7752788385-declare namespace N {\r\n}\r\ndeclare namespace N {\r\n}\r\ndeclare class C {\r\n doSomething(): void;\r\n}\r\n//# sourceMappingURL=second-output.d.ts.map"}},"program":{"fileNames":["../second/second_part1.ts","../second/second_part2.ts"],"fileInfos":["-21603042336-namespace N {\r\n // Comment text\r\n}\r\n\r\nnamespace N {\r\n function f() {\r\n console.log('testin
[all...]

Completed in 9 milliseconds

12345678910>>...110