Home
last modified time | relevance | path

Searched +defs:error +defs:c (Results 526 – 550 of 2573) sorted by relevance

1...<<21222324252627282930>>...103

/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/
H A Dbdk-sata.c82 uint8_t c:1; /**< 1: Command, 0: Control */ member
143 uint8_t error; /**< Error register */ member
228 uint8_t error; /**< Error register */ member
377 uint8_t c:1; /**< Clear busy upon R_OK */ member
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp44 for (int c = 0; c < 4; c++) { in ToLibyuvColorMatrix() local
483 HWC3::Error error = mDrmClient.init(); in init() local
507 HWC3::Error error = display->getActiveConfig(&displayConfigId); in onDisplayCreate() local
834 HWC3::Error error = composeLayerInto(displayInfo.compositionIntermediateStorage, // in presentDisplay() local
850 HWC3::Error error = applyColorTransformToRGBA(display->getColorTransform(), // in presentDisplay() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/local/
H A Dlocal_security_connector.cc131 grpc_error_handle error; in local_check_peer() local
195 int c = channel_security_connector_cmp(other); in cmp() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_server.go29 c *Conn member
463 error anonMember
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/
H A Dopenssl-client.c725 unsigned long error; local
731 char c; local
/aosp_15_r20/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc177 char c = arg[pos]; in main() local
306 unsigned error; in main() local
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Derror_intrin_avx2.c19 __m256i *c) { in read_coeff()
40 const __m256i error = _mm256_madd_epi16(diff, diff); in av1_block_error_block_size16_avx2() local
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dh2_ssl_cert_test.cc198 grpc_call* c; in simple_request_body() local
204 grpc_call_error error; in simple_request_body() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc131 grpc_error_handle error; in local_check_peer() local
195 int c = channel_security_connector_cmp(other); in cmp() local
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dhandshake_server.go29 c *Conn member
463 error anonMember
/aosp_15_r20/bionic/tests/
H A Dthread_local_test.cpp49 int error = pthread_create(&t, nullptr, foo, &data); in run_one_thread() local
210 __emutls_control c = in TEST() local
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dtesting.go847 c *common member
1850 func (f matchStringOnly) RunFuzzWorker(func(corpusEntry) error) error { return errMain }
1868 func Main(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []Inter… argument
1904 RunFuzzWorker(func(corpusEntry) error) error
2097 func listTests(matchString func(pat, str string) (bool, error), tests []InternalTest, benchmarks []… argument
2127 func RunTests(matchString func(pat, str string) (bool, error), tests []InternalTest) (ok bool) { argument
2139 func runTests(matchString func(pat, str string) (bool, error), tests []InternalTest, deadline time.… argument
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/
Dtests.rs172 let c = &b"ab"[..]; in opt_test() localVariable
693 let c = &b"hiefgabcdjk"[..]; in permutation_test() localVariable
731 let c = &b"azerty"[..]; in separated0_test() localVariable
803 let c = &b"azerty"[..]; in separated1_test() localVariable
850 let c = &b"abcd,abcd,abcd,abcd,efgh"[..]; in separated_test() localVariable
941 let c = &b"azerty"[..]; in repeat1_test() localVariable
974 let c = b"azerty"; in repeat_till_test() localVariable
1064 let c = &b"AbcdAbcdAbcdAbcdefgh"[..]; in repeat_test() localVariable
1154 let error = &b"xxx"[..]; in count_zero() localVariable
1271 let c = &b"azerty"[..]; in fold_repeat1_test() localVariable
[all …]
/aosp_15_r20/external/libevent/
H A Dhttp.c658 enum evhttp_request_error error) in evhttp_connection_incoming_fail()
735 enum evhttp_request_error error) in evhttp_connection_fail_()
930 int error; in evhttp_handle_chunked_read() local
1575 int error; in evhttp_connection_cb() local
2801 evhttp_send_error(struct evhttp_request *req, int error, const char *reason) in evhttp_send_error()
3102 #define CHAR_IS_UNRESERVED(c) \ argument
3179 char c; in evhttp_decode_uri_internal() local
3365 char c; in prefix_suffix_match() local
/aosp_15_r20/external/turbine/java/com/google/turbine/parse/
H A DConstExpressionParser.java395 char c = text.charAt(i); in parseLong() local
619 private TurbineError error(ErrorKind kind, Object... args) { in error() method in ConstExpressionParser
/aosp_15_r20/system/core/cli-test/
H A Dcli-test.cpp66 static void Print(Color c, const char* lhs, const char* fmt, ...) { in Print()
76 static void Die(int error, const char* fmt, ...) { in Die()
/aosp_15_r20/external/skia/tools/viewer/
H A DFitCubicToCircleSlide.cpp81 double c = (std::sqrt(1 + d) * kM + kA) / std::sqrt(1 - d); in fit_cubic_to_unit_circle() local
249 double error = std::sqrt(x*x + y*y) * kRadius - kRadius; in onChar() local
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c2477 get_verify_mode(PySSLContext *self, void *c) in get_verify_mode()
2493 set_verify_mode(PySSLContext *self, PyObject *arg, void *c) in set_verify_mode()
2521 get_verify_flags(PySSLContext *self, void *c) in get_verify_flags()
2534 set_verify_flags(PySSLContext *self, PyObject *arg, void *c) in set_verify_flags()
2564 get_options(PySSLContext *self, void *c) in get_options()
2570 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options()
2593 get_check_hostname(PySSLContext *self, void *c) in get_check_hostname()
2599 set_check_hostname(PySSLContext *self, PyObject *arg, void *c) in set_check_hostname()
2626 int error; member
3784 DWORD size, error, i; in parseKeyUsage() local
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/tests/
Dclient_tests.rs468 let error = creator_group in processing_message_from_self_returns_error() localVariable
736 let c = groups[0] in external_joiner_can_process_siblings_update() localVariable
771 let c = groups[1].commit(Vec::new()).await.unwrap().commit_message; in external_joiner_can_process_siblings_update() localVariable
/aosp_15_r20/external/igt-gpu-tools/overlay/
H A Doverlay.c127 int error; member
254 struct chart *c =&gt->busy[n]; in show_gpu_top() local
472 struct chart *c = comm->user_data; in show_gpu_perf() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalManager_test.cpp121 void sendHalError(StatusCode error, int32_t property, int32_t areaId) { in sendHalError()
213 const hidl_vec<VehiclePropConfig>& c) { in TEST_F()
224 const hidl_vec<VehiclePropConfig>& c) { in TEST_F()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vet/testdata/print/
Dprint.go49 func (errorTest5) error() { // niladic; don't complain if no args (was bug) func
466 c *float64 member
475 c bool member
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c300 int c; /* last seen error from libc */ member
2173 PySSL_get_server_side(PySSLSocket *self, void *c) in PySSL_get_server_side()
2182 PySSL_get_server_hostname(PySSLSocket *self, void *c) in PySSL_get_server_hostname()
2194 PySSL_get_owner(PySSLSocket *self, void *c) in PySSL_get_owner()
2207 PySSL_set_owner(PySSLSocket *self, PyObject *value, void *c) in PySSL_set_owner()
3386 get_verify_mode(PySSLContext *self, void *c) in get_verify_mode()
3405 set_verify_mode(PySSLContext *self, PyObject *arg, void *c) in set_verify_mode()
3420 get_verify_flags(PySSLContext *self, void *c) in get_verify_flags()
3431 set_verify_flags(PySSLContext *self, PyObject *arg, void *c) in set_verify_flags()
3545 get_minimum_version(PySSLContext *self, void *c) in get_minimum_version()
[all …]
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc747 std::string error; in MergeWith() local
774 std::string error; in Load() local
902 std::string error; in SaveFallback() local
1431 std::string error; in Load() local
1513 /*out*/ std::string* error) { in OpenSource()
1572 std::string* error) { in Read()
1614 /*out*/ std::string* error) { in ReadSectionData()
1640 /*out*/ std::string* error) { in ReadDexFilesSection()
1706 /*out*/ std::string* error) { in ReadExtraDescriptorsSection()
1758 /*out*/ std::string* error) { in ReadClassesSection()
[all …]
/aosp_15_r20/external/deqp/modules/egl/
H A DteglQuerySurfaceTests.cpp278 const EGLint error = egl.getError(); in checkNonPbufferAttributes() local
533 const EGLint error = egl.getError(); in testAttributes() local
720 static bool surfaceType(const eglu::CandidateConfig &c) in surfaceType()

1...<<21222324252627282930>>...103