Home
last modified time | relevance | path

Searched defs:message (Results 1151 - 1175 of 1761) sorted by relevance

1...<<41424344454647484950>>...71

/third_party/skia/third_party/externals/dawn/examples/
H A DSampleUtils.cpp35 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 DBackendGL.cpp109 << "\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 DBackendVk.cpp92 bool ShouldReportDebugMessage(const char* messageId, const char* message) { in ShouldReportDebugMessage() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.cpp44 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 DDevice.cpp70 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 Ddiagnostic.h62 std::string message; member in tint::diag::Diagnostic
[all...]
/third_party/skia/tools/sk_app/android/
H A Dsurface_glue_android.cpp119 Message message; in message_callback() local
[all...]
/third_party/skia/tools/sk_app/win/
H A DWindow_win.cpp163 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 Dfact_manager.cpp101 auto message = "Invalid fact " + ToString(fact) + " ignored."; in AddInitialFacts() local
/third_party/toybox/toys/pending/
H A Dtftpd.c207 char *message = "DATA Check failure."; in do_action() local
/third_party/unity/test/tests/
H A Dtest_unity_core.c41 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 Ddng_shared.cpp925 char message [256]; in ParseTag() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.h205 AddWarning(const std::string& filename, int line, int column, const std::string& message) AddWarning() argument
H A Dimporter_unittest.cc75 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 Djava_file.cc85 bool CollectExtensions(const Message& message, FieldDescriptorSet* extensions) { in CollectExtensions() argument
[all...]
H A Djava_map_field.cc48 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 Dobjectivec_helpers.h177 string message; in GetOptionalDeprecatedAttribute() local
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc242 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 Dgenerated_message_util.h157 T* DuplicateIfNonNull(T* message) { in DuplicateIfNonNull() argument
H A Dany.pb.h115 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 Dtokenizer.h317 void AddError(const std::string& message) { in AddError() argument
81 AddWarning(int line, ColumnNumber column, const std::string& message) AddWarning() argument
H A Dtokenizer_unittest.cc165 void AddError(int line, int column, const std::string& message) { in AddError() argument
/third_party/python/Modules/
H A Dsyslogmodule.c165 const char *message; in syslog_syslog() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapLiteTest.java95 private void assertMapValuesSet(TestMap message) { in assertMapValuesSet() argument
161 assertMapValuesUpdated(TestMap message) assertMapValuesUpdated() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc295 const Message* message = self->parent->message; Contains() local
[all...]

Completed in 19 milliseconds

1...<<41424344454647484950>>...71