| /third_party/skia/third_party/externals/dawn/examples/ |
| H A D | SampleUtils.cpp | 35 void PrintDeviceError(WGPUErrorType errorType, const char* message, void*) { in PrintDeviceError() argument 54 dawn::ErrorLog() << errorTypeName << " error: " << message; in PrintDeviceError() local 57 void PrintGLFWError(int code, const char* message) { in PrintGLFWError() argument 58 dawn::ErrorLog() << "GLFW error: " << code << " - " << message; in PrintGLFWError() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | BackendGL.cpp | 109 << "\n Message: " << message; in OnGLDebugMessage() local 53 OnGLDebugMessage(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar* message, const void* userParam) OnGLDebugMessage() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | BackendVk.cpp | 92 bool ShouldReportDebugMessage(const char* messageId, const char* message) { in ShouldReportDebugMessage() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPUDevice.cpp | 44 DeviceLostInfo(interop::GPUDeviceLostReason reason, std::string message) in DeviceLostInfo() argument 62 ValidationError(std::string message) : message_(std::move(message)) { in ValidationError() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
| H A D | Device.cpp | 70 void Device::HandleError(WGPUErrorType errorType, const char* message) { in HandleError() argument 76 void Device::HandleLogging(WGPULoggingType loggingType, const char* message) { in HandleLogging() argument 83 void Device::HandleDeviceLost(WGPUDeviceLostReason reason, const char* message) { in HandleDeviceLost() argument 160 OnPopErrorScopeCallback(uint64_t requestSerial, WGPUErrorType type, const char* message) OnPopErrorScopeCallback() argument 183 InjectError(WGPUErrorType type, const char* message) InjectError() argument 252 OnCreateComputePipelineAsyncCallback(uint64_t requestSerial, WGPUCreatePipelineAsyncStatus status, const char* message) OnCreateComputePipelineAsyncCallback() argument 303 OnCreateRenderPipelineAsyncCallback(uint64_t requestSerial, WGPUCreatePipelineAsyncStatus status, const char* message) OnCreateRenderPipelineAsyncCallback() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/diagnostic/ |
| H A D | diagnostic.h | 62 std::string message; member in tint::diag::Diagnostic [all...] |
| /third_party/skia/tools/sk_app/android/ |
| H A D | surface_glue_android.cpp | 119 Message message; in message_callback() local [all...] |
| /third_party/skia/tools/sk_app/win/ |
| H A D | Window_win.cpp | 163 static skui::ModifierKey get_modifiers(UINT message, WPARAM wParam, LPARAM lParam) { in get_modifiers() argument 210 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument [all...] |
| /third_party/spirv-tools/source/fuzz/fact_manager/ |
| H A D | fact_manager.cpp | 101 auto message = "Invalid fact " + ToString(fact) + " ignored."; in AddInitialFacts() local
|
| /third_party/toybox/toys/pending/ |
| H A D | tftpd.c | 207 char *message = "DATA Check failure."; in do_action() local
|
| /third_party/unity/test/tests/ |
| H A D | test_unity_core.c | 41 const char* message = "Unexpected size for UNITY_STORAGE_T struct. Please check that " in testUnitySizeInitializationReminder() local 91 TEST_ASSERT_EQUAL_MESSAGE(sizeof(_Expected_Unity), sizeof(Unity), message); in testUnitySizeInitializationReminder() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_shared.cpp | 925 char message [256]; in ParseTag() local
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | importer.h | 205 AddWarning(const std::string& filename, int line, int column, const std::string& message) AddWarning() argument
|
| H A D | importer_unittest.cc | 75 AddError(const std::string& filename, int line, int column, const std::string& message) AddError() argument 81 AddWarning(const std::string& filename, int line, int column, const std::string& message) AddWarning() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_file.cc | 85 bool CollectExtensions(const Message& message, FieldDescriptorSet* extensions) { in CollectExtensions() argument [all...] |
| H A D | java_map_field.cc | 48 const Descriptor* message = descriptor->message_type(); in KeyField() local 55 const Descriptor* message = descriptor->message_type(); in ValueField() local
|
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | objectivec_helpers.h | 177 string message; in GetOptionalDeprecatedAttribute() local
|
| /third_party/protobuf/src/google/protobuf/compiler/ruby/ |
| H A D | ruby_generator.cc | 242 bool GenerateMessage(const Descriptor* message, io::Printer* printer, in GenerateMessage() argument 364 GenerateMessageAssignment(const std::string& prefix, const Descriptor* message, io::Printer* printer) GenerateMessageAssignment() argument 464 UsesTypeFromFile(const Descriptor* message, const FileDescriptor* file, string* error) UsesTypeFromFile() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | generated_message_util.h | 157 T* DuplicateIfNonNull(T* message) { in DuplicateIfNonNull() argument
|
| H A D | any.pb.h | 115 void PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message) { in PackFrom() argument 118 void PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message, in PackFrom() argument 130 void PackFrom(const T& message) { in PackFrom() argument 134 PackFrom(const T& message, const std::string& type_url_prefix) PackFrom() argument [all...] |
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | tokenizer.h | 317 void AddError(const std::string& message) { in AddError() argument 81 AddWarning(int line, ColumnNumber column, const std::string& message) AddWarning() argument
|
| H A D | tokenizer_unittest.cc | 165 void AddError(int line, int column, const std::string& message) { in AddError() argument
|
| /third_party/python/Modules/ |
| H A D | syslogmodule.c | 165 const char *message; in syslog_syslog() local
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | MapLiteTest.java | 95 private void assertMapValuesSet(TestMap message) { in assertMapValuesSet() argument 161 assertMapValuesUpdated(TestMap message) assertMapValuesUpdated() argument [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | extension_dict.cc | 295 const Message* message = self->parent->message; Contains() local [all...] |