Home
last modified time | relevance | path

Searched +defs:error +defs:c (Results 401 – 425 of 2573) sorted by relevance

1...<<11121314151617181920>>...103

/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_unicodeencodingex.cpp15 #define ENC_TAG(a, b, c, d) \ argument
69 int error = FXFT_Select_Charmap(face, nEncodingID); in GlyphFromCharCode() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc266 grpc_error_handle error) { in ForEachContextListEntryExecute()
302 grpc_error_handle error = GRPC_ERROR_CREATE("Transport destroyed"); in ~grpc_chttp2_transport() local
550 void* arg, GRPC_UNUSED grpc_error_handle error) { in init_keepalive_pings_if_enabled_locked()
693 grpc_error_handle error) { in close_transport_locked()
1058 static void write_action_end(void* tp, grpc_error_handle error) { in write_action_end()
1067 static void write_action_end_locked(void* tp, grpc_error_handle error) { in write_action_end_locked()
1131 grpc_error_handle error) { in cancel_unstarted_streams()
1275 grpc_closure* c = *closure; in null_then_sched_closure() local
1289 grpc_error_handle error, in grpc_chttp2_complete_closure_step()
1650 static void cancel_pings(grpc_chttp2_transport* t, grpc_error_handle error) { in cancel_pings()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h41 #define is_fs(c) ((c)->nir->info.stage == MESA_SHADER_FRAGMENT) argument
63 bool error; member
395 static inline int reg_get_base(struct etna_compile *c, int virt_reg) in reg_get_base()
413 emit_inst(struct etna_compile *c, struct etna_inst *inst) in emit_inst()
/aosp_15_r20/packages/modules/adb/
Dfile_sync_protocol.h21 #define MKID(a, b, c, d) ((a) | ((b) << 8) | ((c) << 16) | ((d) << 24)) argument
57 uint32_t error; member
80 uint32_t error; member
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Descaping_test.cc76 std::string error; in TEST() local
178 std::string error; in TEST() local
575 for (int c = 0; c < websafe.size(); ++c) { in TestEscapeAndUnescape() local
/aosp_15_r20/external/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c119 static int error; variable
186 int c; in parse_options() local
764 char c[NBPW * 2]; in prt_buf() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java404 public void notationDecl(String a, String b, String c) throws SAXException in notationDecl()
409 public void unparsedEntityDecl(String a, String b, String c, String d) throws SAXException in unparsedEntityDecl()
430 public void error(SAXParseException exception) throws SAXException in error() method in IncrementalSAXSource_Filter
/aosp_15_r20/external/zlib/google/
H A Dzip_reader.cc44 std::ostream& operator<<(std::ostream& out, UnzipError error) { in operator <<()
62 bool IsValidFileNameCharacterOnWindows(char16_t c) { in IsValidFileNameCharacterOnWindows()
317 for (const char16_t c : part) { in Normalize() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_def_builder_test.cc77 void ExpectFailure(const OpDefBuilder& builder, const string& error) { in ExpectFailure()
609 auto fn = [](shape_inference::InferenceContext* c) { in TEST_F()
622 auto fn = [](shape_inference::InferenceContext* c) { in TEST_F()
/aosp_15_r20/bionic/libc/dns/resolv/
H A Dres_send.c122 #define DE_CONST(c,v) v = ((c) ? \ argument
1048 int error; in retrying_poll() local
1292 Aerror(const res_state statp, FILE *file, const char *string, int error, in Aerror()
1314 Perror(const res_state statp, FILE *file, const char *string, int error) { in Perror()
/aosp_15_r20/external/libxml2/
H A Derror.c364 int c = xmlGetUTF8Char(cur, &len); in xmlParserPrintFileContextInternal() local
637 void *data, int domain, xmlError *error) in xmlRaiseMemoryError()
923 const xmlError *error = xmlGetLastErrorInternal(); in xmlGetLastError() local
966 xmlError *error = xmlGetLastErrorInternal(); in xmlResetLastError() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp515 CCodecError &error = Errors.AddNew(); in AddLastError() local
586 CCodecError &error = Errors.AddNew(); in LoadDll() local
608 CCodecError &error = Errors.AddNew(); in LoadDll() local
681 CCodecError &error = Errors.AddNew(); in LoadDll() local
1201 const CDllCodecInfo &c = Codecs[index - NUM_EXPORT_CODECS]; in GetCodec_IsFilter() local
/aosp_15_r20/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp116 keymaster_error_t error = in add_digests() local
140 keymaster_error_t error = in map_digests() local
151 keymaster_error_t error = in map_digests() local
188 keymaster_error_t error = in SetHardwareDevice() local
610 template <typename Collection, typename Value> bool contains(const Collection& c, const Value& v) { in contains()
748 keymaster_error_t error = EcCurveToKeySize(curve, &key_size_from_curve); in generate_key() local
764 keymaster_error_t error = km1_dev->generate_key(km1_dev, &request.key_description, key_blob, in generate_key() local
805 keymaster_error_t error = km1_dev->get_key_characteristics(km1_dev, key_blob, client_id, in get_key_characteristics() local
916 keymaster_error_t error; in import_key() local
1361 keymaster_error_t error = in finish() local
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/
H A Dfilter_causes_close.cc59 void recv_im_ready(void* arg, grpc_error_handle error) { in recv_im_ready()
132 auto c = NewClientCall("/foo").Timeout(Duration::Seconds(5)).Create(); in CORE_END2END_TEST() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DDormandPrince54FieldIntegrator.java134 final T[] c = MathArrays.buildArray(getField(), 6); in getC() local
209 T error = getField().getZero(); in estimateError() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/hash/internal/
H A Dspy_hash_state.h130 for (char c : s) { variable
170 absl::optional<std::string> error() const { in error() function
/aosp_15_r20/external/libdav1d/src/
H A Dobu.c341 static int read_frame_size(Dav1dContext *const c, GetBits *const gb, in read_frame_size()
409 static int parse_frame_hdr(Dav1dContext *const c, GetBits *const gb) { in parse_frame_hdr()
1198 static void parse_tile_hdr(Dav1dContext *const c, GetBits *const gb) { in parse_tile_hdr()
1213 ptrdiff_t dav1d_parse_obus(Dav1dContext *const c, Dav1dData *const in) { in dav1d_parse_obus()
1630 const int error = f->task_thread.retval; in dav1d_parse_obus() local
/aosp_15_r20/external/rust/android-crates-io/crates/glob/src/
Dlib.rs275 error: io::Error, field
285 pub fn error(&self) -> &io::Error { in error() method
770 let c = match file.next() { in matches_from() localVariable
942 let c = c.to_ascii_lowercase(); in in_char_specifiers() localVariable
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Dintel_dev_info.c44 error(char *fmt, ...) in error() function
183 char c; in main() local
/aosp_15_r20/external/armnn/include/armnn/
H A DLogging.hpp47 [](unsigned char c){ return std::tolower(c); } in StringToLogLevel()
202 error, enumerator
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Descaping_test.cc76 std::string error; in TEST() local
178 std::string error; in TEST() local
575 for (int c = 0; c < websafe.size(); ++c) { in TestEscapeAndUnescape() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Descaping_test.cc76 std::string error; in TEST() local
178 std::string error; in TEST() local
575 for (int c = 0; c < websafe.size(); ++c) { in TestEscapeAndUnescape() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/controller/
DControlsBindingControllerImpl.java231 android.service.controls.Control c) { in onNext()
316 private final java.lang.String error = null; field in ControlsBindingControllerImpl.OnLoadErrorRunnable
321 android.os.IBinder token, @org.jetbrains.annotations.NotNull() in OnLoadErrorRunnable()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Descaping_test.cc76 std::string error; in TEST() local
178 std::string error; in TEST() local
575 for (int c = 0; c < websafe.size(); ++c) { in TestEscapeAndUnescape() local
/aosp_15_r20/external/lzma/C/Util/7zipUninstall/
H A D7zipUninstall.c147 #define MAKE_CHAR_UPPER(c) ((((c) >= 'a' && (c) <= 'z') ? (c) - 0x20 : (c))) argument
567 const wchar_t c = *s; in GetCmdParam() local
625 const wchar_t c = *s++; in IsThereSpace() local
765 const char c = *curName; in Install() local
971 wchar_t c = *s; in WinMain() local
983 BoolInt error = True; in WinMain() local
1037 const wchar_t c = *s++; in WinMain() local

1...<<11121314151617181920>>...103