Home
last modified time | relevance | path

Searched +defs:error +defs:c (Results 726 – 750 of 2573) sorted by relevance

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

/aosp_15_r20/external/python/cpython2/Python/
Dcodecs.c563 int PyCodec_RegisterError(const char *name, PyObject *error) in PyCodec_RegisterError()
870 Py_UNICODE c = *p; in PyCodec_BackslashReplaceErrors() local
/aosp_15_r20/external/libnl/python/netlink/
H A Dcapi.i310 struct nl_cache *c; in alloc_cache_name() local
542 int error; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc434 [&](absl::string_view error, const grpc_core::Slice& value) { in convert_cronet_array_to_metadata()
812 const uint8_t c = *data; in parse_grpc_header() local
1301 grpc_error_handle error; in execute_stream_op() local
/aosp_15_r20/frameworks/base/tools/aapt/
H A DImages.cpp720 uint32_t c; in do_9patch() local
1387 status_t error = UNKNOWN_ERROR; in preProcessImage() local
1471 status_t error = UNKNOWN_ERROR; in preProcessImageToCache() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp2313 size_t a, b, c, d, Idx; in guessLibraryShortName() local
2818 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr, const char **error) { in readULEB128()
2861 const char *error; in pushNode() local
2994 const char *error; in pushDownUntilBottom() local
3145 const char *error = nullptr; in moveNext() local
3382 uint64_t MachORebaseEntry::readULEB128(const char **error) { in readULEB128()
3495 const char *error = nullptr; in moveNext() local
3928 uint64_t MachOBindEntry::readULEB128(const char **error) { in readULEB128()
3937 int64_t MachOBindEntry::readSLEB128(const char **error) { in readSLEB128()
/aosp_15_r20/external/libcups/tools/
H A Dippeveprinter.c2255 AvahiClient *c, /* I - Client */ in dnssd_client_cb()
2412 int error = errno; /* Write error */ in finish_document_data() local
2443 int error = errno; /* Write error */ in finish_document_data() local
2641 int error = errno; /* Write error */ in finish_document_uri() local
2713 int error = errno; /* Write error */ in finish_document_uri() local
2733 int error = errno; /* Write error */ in finish_document_uri() local
4175 const char *error) /* I - Error message */ in ippserver_error_cb()
7245 DNSServiceErrorType error; /* Error from DNS-SD */ in register_printer() local
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DimageHelpers.cpp38 double c = (double)fc; in sRGBmap() local
60 double c = (double)fc; in sRGBunmap() local
345 int error; in get_8_bit_image_format() local
382 int error; in get_32_bit_image_format() local
2263 float a = frac(x - 0.5f), b = frac(y - 0.5f), c = frac(z - 0.5f); in sample_image_pixel_float_offset() local
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/javac/
Dsnakeyaml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/yaml/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/local-javac-header/
Dsnakeyaml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/yaml/ org/ ...
/aosp_15_r20/external/libdav1d/src/
H A Ddecode.c514 static inline void splat_oneref_mv(const Dav1dContext *const c, in splat_oneref_mv()
530 static inline void splat_intrabc_mv(const Dav1dContext *const c, in splat_intrabc_mv()
545 static inline void splat_tworef_mv(const Dav1dContext *const c, in splat_tworef_mv()
562 static inline void splat_intraref(const Dav1dContext *const c, in splat_intraref()
2600 const Dav1dContext *const c = f->c; in dav1d_decode_tile_sbrow() local
2753 const Dav1dContext *const c = f->c; in dav1d_decode_frame_init() local
3145 const Dav1dContext *const c = f->c; in dav1d_decode_frame_init_cdf() local
3199 const Dav1dContext *const c = f->c; in dav1d_decode_frame_main() local
3245 const Dav1dContext *const c = f->c; in dav1d_decode_frame_exit() local
3329 int dav1d_submit_frame(Dav1dContext *const c) { in dav1d_submit_frame()
[all …]
/aosp_15_r20/external/strace/
H A Dstrace.c867 int error; in detach() local
1029 char c = *delim; in process_opt_p_list() local
1584 int c, i; in init() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_headers.cc151 status, [](char c) { return !base::IsAsciiDigit(c); }); in ParseStatus()
913 !std::all_of(start, end, [](char c) { return '0' <= c && c <= '9'; })) { in GetCacheControlDirective()
1345 ParseIntError error; in GetAgeValue() local
/aosp_15_r20/external/regex-re2/util/
H A Dpcre.cc169 const char* error = ""; in Compile() local
677 int c = *s; in Rewrite() local
712 int c = *s; in CheckRewriteString() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc168 const char* error = ""; in Compile() local
676 int c = *s; in Rewrite() local
712 int c = *s; in CheckRewriteString() local
/aosp_15_r20/packages/modules/Profiling/service/java/com/android/os/profiling/
DProfilingService.java1366 @Nullable String error) { in processResultCallback()
2280 final char c = Character.toLowerCase(original.charAt(i)); in removeInvalidFilenameChars() local
2288 private static boolean isValidFilenameChar(char c) { in isValidFilenameChar()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dplurrule.cpp374 int32_t /* destCapacity */, UErrorCode& error) { in getAllKeywordValues()
1624 FixedDecimal::FixedDecimal(double n, int32_t v, int64_t f, int32_t e, int32_t c) { in FixedDecimal()
1752 void FixedDecimal::init(double n, int32_t v, int64_t f, int32_t e, int32_t c) { in init()
/aosp_15_r20/external/python/cpython2/Modules/
Dbz2module.c240 char c; in Util_GetLine() local
362 char c = *src++; in Util_UnivNewlineRead() local
1407 int error = 0; in BZ2File_init() local
/aosp_15_r20/external/cronet/third_party/re2/src/util/
H A Dpcre.cc167 const char* error = ""; in Compile() local
608 int c = *s; in Rewrite() local
644 int c = *s; in CheckRewriteString() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_grammar.py218 def check(test, error=False): argument
587 def d21(a, b, c=1): pass argument
602 def d12(a, b=1, c=2): pass argument
606 def d22(a, b, c=1, d=2): pass argument
621 def d21v(a, b, c=1, *rest): pass argument
634 def d12v(a, b=1, c=2, *rest): pass argument
642 def d22v(a, b, c=1, d=2, *rest): pass argument
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A Dwebcomponents-lite.min.js11rch.slice(1).split("&").forEach(function(e){var t,o=e.split("=");o[0]&&(t=o[0].match(/wc-(.+)/))&&… class
12 …tached&&(e.__attached=!0,e.attachedCallback&&e.attachedCallback())}function c(e){d(e),g(e,function… function
/aosp_15_r20/cts/tests/camera/src/android/hardware/cts/
H A DCameraTest.java376 public void onError(int error, Camera camera) { in onError()
385 public void onError(int error, Camera camera) { in onError()
2325 char c = value.charAt(i); in assertNoLetters() local
3519 Camera c = Camera.open(id); in testCameraExternalConnected() local
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection.cc787 [this](const std::vector<cricket::Candidate>& c) { in InitializeTransportController_n()
2013 auto is_invalid_char = [](char c) { in ReportFirstConnectUsageMetrics()
2463 rtc::SSLHandshakeError error) { in OnTransportControllerDtlsHandshakeError()
2656 RTCError error = in AddRemoteCandidate() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dread.rs1099 fn error<'de, R, T>(read: &R, reason: ErrorCode) -> Result<T> in error() function
1142 let c: u32 = tri!(read.decode_hex_escape(2)).into(); in parse_escape() localVariable
1143 let c = match char::from_u32(c) { in parse_escape() localVariable
1160 let c = match tri!(read.decode_hex_escape(4)) { in parse_escape() localVariable
1261 let c: u32 = tri!(read.decode_hex_escape(2)).into(); in ignore_escape() localVariable
/aosp_15_r20/external/grpc-grpc-java/context/src/test/java/io/grpc/
H A DContextTest.java632 final AtomicReference<Exception> error = new AtomicReference<>(); in earlierParentDeadlineTakesPrecedenceOverLaterChildDeadline() local
940 Context c = Context.current(); in cancellableAncestorTest() local
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp415 static uint32_t ParseHex(char c, bool* out_error) { in ParseHex()
437 bool error = false; in TryParseColor() local

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