/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-command.c | 38 #include <pulse/error.h> 57 #include <pulsecore/core-error.h>
|
/third_party/pulseaudio/src/modules/ |
H A D | module-ladspa-sink.c | 230 goto error; in set_algorithm_parameters() 240 error: in set_algorithm_parameters() 242 pa_dbus_send_error(conn, msg, DBUS_ERROR_FAILED, "Internal error"); in set_algorithm_parameters()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_proactor_events.py | 103 'Fatal read error on pipe transport') 141 'Fatal read error on pipe transport') 180 'Fatal write error on pipe transport') 259 self.assertTrue(m_logging.error.called) 640 'Fatal write error on datagram transport') 710 'Fatal write error on datagram transport') 733 @mock.patch('asyncio.base_events.logger.error') 850 self.assertTrue(m_log.error.called)
|
/third_party/openssl/crypto/ |
H A D | provider_core.c | 164 * error upcalls are always direct calls to the outer provider. 569 /* provider_new() generates an error, so no need here */ in ossl_provider_new() 863 /* DSO_new() generates an error already */ in provider_init() 989 * Furthermore, ERR_load_strings() patches the array's error number in provider_init() 990 * with the error library number, so we need to make a copy of that in provider_init() 1010 prov->error_strings[0].error = ERR_PACK(prov->error_lib, 0, 0); in provider_init() 1017 prov->error_strings[cnt2].error = (int)reasonstrings[cnt2-1].id; in provider_init() 1445 * The pop_free call doesn't do what we want on an error condition. We in ossl_provider_doall_activated() 1954 * case of a coding error. in core_get_libctx() 1980 * These error function [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 321 catch (const vk::Error& error) in createImage() 323 if (error.getError() == VK_ERROR_FORMAT_NOT_SUPPORTED) in createImage() 1709 // Allow error of 4 times the minimum presentable difference in iterateInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSignalOrderTests.cpp | 195 catch (const vk::Error& error) in createTestDevice() 197 if (error.getError() == VK_ERROR_EXTENSION_NOT_PRESENT) in createTestDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 882 catch (const tcu::TestError& error) 884 result.fail(error.getMessage());
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reg.py | 1068 for error in errorExtends.split(','): 1070 value=error, 1086 self.gen.logMsg('error', name, 'is not a known name') 1263 # No such feature. This is an error, but reported earlier
|
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunner.java | 32 import com.android.tradefed.error.HarnessRuntimeException; 39 import com.android.tradefed.result.error.TestErrorIdentifier;
|
/third_party/openssl/ssl/statem/ |
H A D | statem_lib.c | 25 * Map error codes to TLS/SSL alart types. 968 * ignore the error return from this call. We're not actually verifying in ssl_add_cert_chain() 978 /* Dummy error calls so mkerr generates them */ in ssl_add_cert_chain() 1195 * We should ignore this, but return an error because we do in tls_get_message_header() 1432 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION. 1466 # error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION. 1492 * Returns 0 on success, or an SSL error reason on failure. 1746 * Returns 0 on success or an SSL error reason number on failure. 1894 * Returns 1 on success or 0 on error. 2022 * Returns 0 on success or an SSL error reaso [all...] |
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 125 APP_FAIL, /* continuable error - no need to longjmp */ 393 jmp_buf error_return; /* Where to go to on error */ 489 dp->operation = "internal error"; in display_init() 553 /* leave the filename for error detection */ in display_clean() 566 /* The display pointer is always stored in the png_struct error pointer */ in get_dp() 572 fprintf(stderr, "pngcp: internal error (no display)\n"); in get_dp() 579 /* error handling */ 606 case APP_FAIL: lp = "error(continuable)"; break; in display_log() 607 case LIBPNG_ERROR: lp = "error(libpng)"; break; in display_log() 609 case APP_ERROR: lp = "error(pngc in display_log() 1696 display_error(png_structp pp, png_const_charp error) display_error() argument [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngpriv.h | 120 * to compile with an appropriate #error if ALIGNED_MEMORY has been turned 470 * error and warning messages - this code will also be disabled here. 501 * pointer to a const object. C++ regards this as a type error and requires an 750 * 65535 - this has a maximum error of .502. Over the range 0..65535*65535 it 797 * arguments are unused by default but are there in case error 813 * error indicates a programming error, not a data error! 939 # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \ 940 "-I (include path) error [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | plurrule.cpp | 101 // the newly created object was not fully constructed properly (an error occurred). in clone() 256 // If an out-of-memory error occurred, then stop and report the failure. in internalForLocale() 262 // an error. in internalForLocale() 367 int32_t /* destCapacity */, UErrorCode& error) { in getAllKeywordValues() 368 error = U_UNSUPPORTED_ERROR; in getAllKeywordValues() 366 getAllKeywordValues(const UnicodeString & , double * , int32_t , UErrorCode& error) getAllKeywordValues() argument
|
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 360 auto error = std::function<ComparePixmapsErrorReporter>( in checkImage() local 367 return ComparePixels(expected.pixmap(), actual.pixmap(), tols, error); in checkImage()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ShaderModule.cpp | 623 inspector.error()); 1012 DAWN_INVALID_IF(!result.success, "Tint WGSL failure: Generator: %s", result.error);
|
/third_party/openssl/test/ |
H A D | destest.c | 209 # error "SCREW_THE_PARITY is not meant to be defined." 210 # error "Original vectors are preserved for reference only." 322 TEST_info("Encryption error %2d k=%s p=%s", i + 1, in test_des_ecb() 327 TEST_info("Decryption error %2d k=%s p=%s", i + 1, in test_des_ecb() 350 TEST_info("Encryption error %2d k=%s p=%s", i + 1, in test_des_ede_ecb() 355 TEST_info("Decryption error %2d k=%s p=%s ", i + 1, in test_des_ede_ecb() 842 /* Test that two key 3DES can generate a random key without error */
|
/third_party/python/Lib/test/ |
H A D | test_concurrent_futures.py | 88 raise ValueError('error in initializer') 251 with self._assert_logged('ValueError: error in initializer'): 330 print("runtime-error") 347 self.assertEqual(out.strip(), b"runtime-error") 1217 """Bad object that triggers an error at pickling time.""" 1224 """Bad object that triggers an error at unpickling time.""" 1252 def _check_crash(self, error, func, *args, ignore_stderr=False): 1266 with self.assertRaises(error):
|
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 146 an error, __del__ needs a properly initialized object. in _is_coroutine() 196 /* either an error has occurred or in is_coroutine() 252 goto error; in get_running_loop() 287 error: in get_running_loop() 437 /* If an error occurs in pure-Python implementation, in future_schedule_callbacks() 465 /* If an error occurs in pure-Python implementation, in future_schedule_callbacks() 2654 /* An error occurred, abort */ in task_step_impl() 2705 /* The error is StopIteration and that means that in task_step_impl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLTraits.h | 130 /// // return empty string on success, or error string 143 // StringRef on success or an error string if string is malformed: 162 /// // return empty string on success, or error string 174 // StringRef on success or an error string if string is malformed: 361 // has_FlowTraits<int> will cause an error with some compilers because 1060 // alternative error reporting. 1067 // Check if there was an syntax or semantic error during parsing. 1068 std::error_code error(); 1345 if ( yin.error() ) in operator >>() 1387 // Provide better error messag [all...] |
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/ |
H A D | on-transitive-references-in-different-folders-with-no-files-clause.js | 813 [[90m12:02:03 AM[0m] Found 1 error. Watching for file changes. 994 [[90m12:02:16 AM[0m] Found 1 error. Watching for file changes.
|
H A D | on-transitive-references-in-different-folders.js | 797 [[90m12:02:03 AM[0m] Found 1 error. Watching for file changes. 974 [[90m12:02:16 AM[0m] Found 1 error. Watching for file changes.
|
H A D | on-transitive-references.js | 778 [[90m12:01:57 AM[0m] Found 1 error. Watching for file changes. 952 [[90m12:02:10 AM[0m] Found 1 error. Watching for file changes.
|
/third_party/python/Parser/ |
H A D | asdl_c.py | 516 error = "expected some sort of %s, but got %%R" % name 518 self.emit(format % error, 1, reflow=False) 818 res = 0; /* if no error occurs, this stays 0 to the end */ 1358 # This cannot fail, so no need for error handling 1574 # error "this header requires Py_BUILD_CORE define" 1625 # error "this header requires Py_BUILD_CORE define"
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 107 """An error when parsing an XML document. 112 'position' - the line and column of the error 1435 assert self._last.tail is None, "internal error (tail)" 1438 assert self._last.text is None, "internal error (text)" 1532 self._error = expat.error 1664 err = expat.error(
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestUtil.cpp | 1046 const int error = int(deFloatCeil(255.0f * 2.0f / float(srcMaxValue))); in calculateU8ConversionError() local 1048 return de::clamp<int>(error, 0, 255); in calculateU8ConversionError()
|