/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPU.cpp | 96 # error "Unsupported platform" in requestAdapter()
|
/third_party/openssl/test/ |
H A D | cmp_server_test.c | 99 || !TEST_ptr(errorContent = rsp->body->value.error) in execute_test_handle_request()
|
/third_party/optimized-routines/math/include/ |
H A D | mathlib.h | 49 #error Unsupported compiler
|
/third_party/optimized-routines/networking/ |
H A D | chksum_common.h | 12 #error Only little endian supported
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | ftdebug.h | 270 * If FT_DEBUG_LOGGING is enabled, error messages are sent to dlg's API. 271 * If FT_DEBUG_LOGGING is disabled, error messages are sent to `FT_Message` 354 /* report file name and line number of an error */ 356 FT_Throw( FT_Error error,
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | pshints.h | 72 FT_Error* error; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-math.h | 28 #error "Include <hb-ot.h> instead."
|
H A D | hb-set.h | 28 #error "Include <hb.h> instead."
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-shape.cc | 101 void error (const char *message) in error() function 104 format.serialize_message (line_no, "error", message, gs); in error()
|
/third_party/python/Modules/_io/ |
H A D | _iomodule.h | 73 clears the error indicator), 0 otherwise. 129 # error off_t does not match either size_t, long, or long long!
|
/third_party/python/Include/cpython/ |
H A D | dictobject.h | 2 # error "this header file must not be included directly"
|
/third_party/python/Include/internal/ |
H A D | pycore_asdl.h | 8 # error "this header requires Py_BUILD_CORE define"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFVerifier.h | 103 raw_ostream &error() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SwapByteOrder.h | 115 #error "Unknown long size!"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | SwapByteOrder.h | 89 #error "Unknown long size!"
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | osfiber_asm.h | 38 #error "Unsupported target"
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
H A D | fuzzer.cc | 74 << result.error << std::endl; in LLVMFuzzerCustomMutator() 121 std::cout << "Fuzzing " << target.name << " produced an error" in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | inspector.h | 45 /// @returns error messages from the Inspector 46 std::string error() { return diagnostics_.str(); } in error() function in tint::inspector::Inspector 47 /// @returns true if an error was encountered 149 /// nullptr and sets the error string. 210 /// Assumes that not being able to resolve the resources is an error, so will
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl_barrier_test.cc | 43 builder.Diagnostics().add_error(diag::System::Reader, p->error()); in ParseAndBuild()
|
H A D | parser_impl_named_types_test.cc | 55 EXPECT_TRUE(p->BuildAndParseInternalModule()) << p->error(); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | call_test.cc | 97 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | test_helper.h | 85 /// @returns the output program as a WGSL string, or an error string if the 98 return "WGSL writer failed:\n" + result.error; in str()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | text_generator.h | 106 /// @returns the error 107 std::string error() const { return diagnostics_.str(); } in error() function in tint::writer::TextGenerator
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_literal_test.cc | 62 ASSERT_TRUE(gen.EmitLiteral(out, v)) << gen.error(); in TEST_P()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/run-parallel/ |
H A D | main.go | 53 func run() error {
|