Searched refs:trace_write (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | trace.c | 37 static int trace_write(BIO *b, const char *buf, 46 trace_write, 64 static int trace_write(BIO *channel, in trace_write() function 79 if (trace_write(channel, str, strlen(str), &written)) in trace_puts()
|
/third_party/openssl/crypto/ |
H A D | trace.c | 37 static int trace_write(BIO *b, const char *buf, 46 trace_write, 64 static int trace_write(BIO *channel, in trace_write() function 79 if (trace_write(channel, str, strlen(str), &written)) in trace_puts()
|
/third_party/vixl/test/ |
H A D | test-runner.h | 97 static bool trace_write() { return trace_write_; } in trace_write() function in vixl::Test
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.h | 144 if (Test::trace_write()) trace_parameters |= LOG_WRITE; \
|
H A D | test-simulator-aarch64.cc | 83 if (Test::trace_write()) { \
|
/third_party/vixl/test/aarch64/examples/ |
H A D | test-examples.cc | 172 if (Test::trace_write()) trace_parameters |= LOG_WRITE; \
|
Completed in 10 milliseconds