/external/libchrome/ipc/ |
D | ipc_message_utils.cc | 285 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 …]
|
D | ipc_mojo_param_traits.cc | 37 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
|
D | ipc_message_templates_impl.h | 40 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
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | StoreLogger.hpp | 49 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/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/ |
D | p5.cpp | 14 struct Log { struct 22 Log *log; argument
|
/external/okhttp/okhttp-android-util-log/src/main/java/android/util/ |
D | Log.java | 20 public final class Log { class 22 private Log() { throw new RuntimeException("Stub!"); } in Log() method in Log
|
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/util/ |
D | Log.java | 24 public class Log { class 26 private Log() {} in Log() method in Log
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | log_test.cpp | 24 TEST(Log, Unimplemented) { in TEST() argument 38 TEST(Log, Unreachable) { in TEST() argument
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | log_test.cpp | 24 TEST(Log, Unimplemented) { in TEST() argument 38 TEST(Log, Unreachable) { in TEST() argument
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | log_test.cpp | 24 TEST(Log, Unimplemented) { in TEST() argument 38 TEST(Log, Unreachable) { in TEST() argument
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/ |
D | Program.cs | 196 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/ |
D | test_native_types.cc | 65 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/webrtc/logging/rtc_event_log/mock/ |
D | mock_rtc_event_log.h | 34 void Log(std::unique_ptr<RtcEvent> event) override { in Log() function
|
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
D | TestClient.cpp | 56 Expected<std::unique_ptr<TestClient>> TestClient::launch(StringRef Log) { in launch() 60 Expected<std::unique_ptr<TestClient>> TestClient::launch(StringRef Log, ArrayRef<StringRef> Inferio… in launch() 64 Expected<std::unique_ptr<TestClient>> TestClient::launchCustom(StringRef Log, ArrayRef<StringRef> S… in launchCustom()
|
/external/llvm/tools/llvm-diff/ |
D | DiffConsumer.cpp | 160 void DiffConsumer::logf(const LogBuilder &Log) { in logf() 190 void DiffConsumer::logd(const DiffLogBuilder &Log) { in logd()
|
/external/llvm-project/llvm/tools/llvm-diff/ |
D | DiffConsumer.cpp | 159 void DiffConsumer::logf(const LogBuilder &Log) { in logf() 189 void DiffConsumer::logd(const DiffLogBuilder &Log) { in logd()
|
/external/ltp/testcases/realtime/scripts/ |
D | parser.py | 32 class Log: class
|
/external/tensorflow/tensorflow/lite/examples/label_image/ |
D | log.h | 29 explicit Log(const char* severity) { stream_ << severity << ": "; } in Log() function
|
/external/tensorflow/tensorflow/lite/ |
D | minimal_logging.cc | 23 void MinimalLogger::Log(LogSeverity severity, const char* format, ...) { in Log() function in tflite::logging_internal::MinimalLogger
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | debug_location.h | 31 bool Log() const { return true; } in Log() function
|
/external/webrtc/logging/rtc_event_log/ |
D | fake_rtc_event_log.cc | 34 void FakeRtcEventLog::Log(std::unique_ptr<RtcEvent> event) { in Log() function in webrtc::FakeRtcEventLog
|
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | Log.java | 27 public final class Log { class 51 private Log() {} in Log() method in Log
|
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
D | DwarfTransformer.h | 82 raw_ostream &Log; variable
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_profiler.cc | 49 void MicroProfiler::Log() const { in Log() function in tflite::MicroProfiler
|
/external/vogar/src/vogar/ |
D | Log.java | 22 public interface Log { interface
|