Home
last modified time | relevance | path

Searched defs:Log (Results 1 – 25 of 125) sorted by relevance

12345

/external/libchrome/ipc/
Dipc_message_utils.cc285 void ParamTraits<bool>::Log(const param_type& p, std::string* l) { in Log() function in IPC::ParamTraits
303 void ParamTraits<signed char>::Log(const param_type& p, std::string* l) { in Log() function in IPC::ParamTraits
321 void ParamTraits<unsigned char>::Log(const param_type& p, std::string* l) { in Log() function in IPC::ParamTraits
339 void ParamTraits<unsigned short>::Log(const param_type& p, std::string* l) { in Log() function in IPC::ParamTraits
343 void ParamTraits<int>::Log(const param_type& p, std::string* l) { in Log() function in IPC::ParamTraits
347 void ParamTraits<unsigned int>::Log(const param_type& p, std::string* l) { in Log() function in IPC::ParamTraits
353 void ParamTraits<long>::Log(const param_type& p, std::string* l) { in Log() function in IPC::ParamTraits
357 void ParamTraits<unsigned long>::Log(const param_type& p, std::string* l) { in Log() function in IPC::ParamTraits
362 void ParamTraits<long long>::Log(const param_type& p, std::string* l) { in Log() function in IPC::ParamTraits
366 void ParamTraits<unsigned long long>::Log(const param_type& p, std::string* l) { in Log() function in IPC::ParamTraits
[all …]
Dipc_mojo_param_traits.cc37 void ParamTraits<mojo::MessagePipeHandle>::Log(const param_type& p, in Log() function in IPC::ParamTraits::MessagePipeHandle
87 void ParamTraits<mojo::DataPipeConsumerHandle>::Log(const param_type& p, in Log() function in IPC::ParamTraits::DataPipeConsumerHandle
Dipc_message_templates_impl.h40 void MessageT<Meta, std::tuple<Ins...>, void>::Log(std::string* name, in Log() function
90 void MessageT<Meta, std::tuple<Ins...>, std::tuple<Outs...>>::Log( in Log() function
Dipc_message_protobuf_utils.h48 static void Log(const param_type& p, std::string* l) { in Log() function
/external/parameter-framework/upstream/test/functional-tests/include/
DStoreLogger.hpp49 struct Log struct in parameterFramework::StoreLogger
51 enum class Level
56 Level level;
57 std::string msg;
58 bool operator==(const Log &other) const in operator ==()
/external/angle/third_party/spirv-tools/src/test/
Dlog_test.cpp24 TEST(Log, Unimplemented) { in TEST() argument
38 TEST(Log, Unreachable) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Dlog_test.cpp24 TEST(Log, Unimplemented) { in TEST() argument
38 TEST(Log, Unreachable) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Dlog_test.cpp24 TEST(Log, Unimplemented) { in TEST() argument
38 TEST(Log, Unreachable) { in TEST() argument
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/
DProgram.cs196 private void Log(string s, params object[] args) in Log() method in Routeguide.Program.RouteGuideClient
201 private void Log(string s) in Log() method in Routeguide.Program.RouteGuideClient
/external/libchrome/mojo/public/cpp/bindings/tests/
Dtest_native_types.cc65 void ParamTraits<mojo::test::TestNativeStruct>::Log(const param_type& p, in Log() function in IPC::ParamTraits::test::TestNativeStruct
95 void ParamTraits<mojo::test::TestNativeStructWithAttachments>::Log( in Log() function in IPC::ParamTraits::test::TestNativeStructWithAttachments
/external/ltp/testcases/realtime/scripts/
Dparser.py32 class Log: class
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDiffConsumer.cpp160 void DiffConsumer::logf(const LogBuilder &Log) { in logf()
190 void DiffConsumer::logd(const DiffLogBuilder &Log) { in logd()
/external/llvm/tools/llvm-diff/
DDiffConsumer.cpp160 void DiffConsumer::logf(const LogBuilder &Log) { in logf()
190 void DiffConsumer::logd(const DiffLogBuilder &Log) { in logd()
/external/tensorflow/tensorflow/lite/
Dminimal_logging.cc23 void MinimalLogger::Log(LogSeverity severity, const char* format, ...) { in Log() function in tflite::logging_internal::MinimalLogger
/external/grpc-grpc/src/core/lib/gprpp/
Ddebug_location.h31 bool Log() const { return true; } in Log() function
/external/vogar/src/vogar/
DLog.java22 public interface Log { interface
/external/v8/src/torque/ls/
Dglobals.h32 static void Log(Args&&... args) { in Log() function
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DLog.java27 public final class Log { class
51 private Log() {} in Log() method in Log
/external/libgav1/libgav1/src/utils/
Dlogging.cc45 void Log(LogSeverity severity, const char* file, int line, const char* format, in Log() function
/external/tensorflow/third_party/toolchains/preconfig/centos6/gcc7-nvcc-cuda10.1/windows/
Dmsvc_wrapper_for_nvcc.py42 def Log(s): function
/external/tensorflow/third_party/toolchains/preconfig/centos6/gcc7-nvcc-cuda10.0/windows/
Dmsvc_wrapper_for_nvcc.py41 def Log(s): function
/external/clang/test/CXX/special/class.init/class.inhctor.init/
Dp1.cpp49 template <class T> struct Log : T { struct
51 ~Log() { /* ... */ } in ~Log()
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0/windows/
Dmsvc_wrapper_for_nvcc.py48 def Log(s): function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dbridge_logger.cc32 inline static void Log(BridgeLoggerConfig::PrintCallbackFn print_callback, in Log() function
/external/v8/src/logging/
Dlog-utils.h107 friend class Log; variable

12345