Home
last modified time | relevance | path

Searched +defs:error +defs:c (Results 701 – 725 of 2573) sorted by relevance

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

/aosp_15_r20/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Derror.c363 int c = xmlGetUTF8Char(cur, &len); in xmlParserPrintFileContextInternal() local
634 void *data, int domain, xmlError *error) in xmlRaiseMemoryError()
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Djniutil.cc157 ScopedLocalRef<jclass> c(env, env->FindClass(className)); in jniRegisterNativeMethods() local
416 unsigned long error = ERR_get_error_line_data(&file, &line, &data, &flags); in throwExceptionFromBoringSSLError() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestCompilationCaching.cpp72 bool canDeviceBeRegistered(V1_3::ErrorStatus error, uint32_t numModelCache, uint32_t numDataCache) { in canDeviceBeRegistered()
287 auto c = model->addOperand(&matrixType); in CreateBroadcastAddModel() local
/aosp_15_r20/art/tools/jvmti-agents/simple-profile/
H A Dsimple_profile.cc213 ScopedClassInfo(jvmtiEnv* jvmti_env, jclass c) in ScopedClassInfo()
426 jvmtiError error = JVMTI_ERROR_NONE; in AgentStart() local
/aosp_15_r20/prebuilts/tools/common/api-generator/
HDapi-generator-22.9.1.jar ... String encodeAttribute (java.lang.String) char c int i String attribute StringBuilder sb int n public java ...
HDapi-generator-22.9.2.jar ... String encodeAttribute (java.lang.String) char c int i String attribute StringBuilder sb int n public java ...
HDapi-generator-22.9.3.jar ... String encodeAttribute (java.lang.String) char c int i String attribute StringBuilder sb int n public java ...
/aosp_15_r20/external/testng/src/main/java/org/testng/xml/
H A DTestNGContentHandler.java752 public void error(SAXParseException e) throws SAXException { in error() method in TestNGContentHandler
760 char c = ch[i]; in areWhiteSpaces() local
/aosp_15_r20/external/mksh/src/
H A Dsh.h582 #define ISMAGIC(c) (ord(c) == ORD(MAGIC)) argument
640 #define cstrchr(s,c) ({ \ argument
654 #define vstrchr(s,c) (cstrchr((s), (c)) != NULL) argument
657 #define cstrchr(s,c) ((const char *)strchr((s), (c))) argument
658 #define cstrstr(s,c) ((const char *)strstr((s), (c))) argument
659 #define vstrchr(s,c) (strchr((s), (c)) != NULL) argument
1543 #define ORD(c) ((size_t)(c) > 0xFF ? eek_ord : \ argument
1545 #define ord(c) __builtin_choose_expr( \ argument
1557 #define ord(c) ((unsigned int)(unsigned char)(c)) argument
1558 #define ORD(c) ord(c) /* may evaluate arguments twice */ argument
[all …]
/aosp_15_r20/prebuilts/misc/common/incfs/
HDlibincfs-prebuilt.jar ... java.lang.Object { public transient abstract void error (java.lang.Throwable, java.lang ...
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/testdata/
Dtestregex.c578 int c; in quote() local
693 error(regex_t* preg, int code) in error() function
731 int c; in escape() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_test.c1025 unsigned int c; in convert_utf8_to_utf16() local
1097 unsigned int c; in convert_utf8_to_utf32() local
1167 int error; in regression_tests() local
/aosp_15_r20/frameworks/native/cmds/lshal/
H A DListCommand.cpp400 std::vector<std::string> error; in dumpVintf() local
708 [hashIndexStore, serviceName](const auto& c) { in fetchBinderizedEntry()
1104 int c; in parseArgs() local
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java132 public EuiccPort(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId, Object lock, in EuiccPort()
162 public void update(Context c, CommandsInterface ci, IccCardStatus ics, UiccCard uiccCard) { in update()
901 int error = root.getChild(Tags.TAG_CTX_1).asInteger(); in retrieveNotificationList() local
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Divalue.cpp600 int c = std::fpclassify(d); in repr() local
676 bool error = in checkObjectSortSchema() local
798 int c = std::fpclassify(d); in operator <<() local
/aosp_15_r20/external/clang/test/CXX/drs/
H A Ddr2xx.cpp210 void test(A a, int n, char c, float f) { in test()
221 void f(int a, int b, int c, int *x) { in f()
245 A<T*>::type c; // expected-error {{missing 'typename'}} member in dr224::example1::A
253 A<T*>::type c; // expected-error {{missing 'typename'}} member in dr224::example1::A::B
983 …template<typename T> struct C { typename T::error error; }; // expected-error {{cannot be used pri… member
1039 struct C c; // expected-error {{refers to a typedef}} variable
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.2.9/
HDrxjava-2.2.9.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/reactivex/ io/ ...
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/ast/
Dparse.rs383 fn error(&self, span: Span, kind: ast::ErrorKind) -> ast::Error { in error() method
545 let c = self.char(); in bump_space() localVariable
1442 let c = self.char(); in parse_escape() localVariable
1556 let c = char::from_u32(codepoint).expect("Unicode scalar value"); in parse_octal() localVariable
2086 let c = self.char(); in parse_unicode_class() localVariable
2109 let c = self.char(); in parse_perl_class() localVariable
4381 let c = match ::std::char::from_u32(i) { in parse_hex_four() localVariable
4445 let c = match ::std::char::from_u32(i) { in parse_hex_eight() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/ast/
H A Dparse.rs408 fn error(&self, span: Span, kind: ast::ErrorKind) -> ast::Error { in error() method
570 let c = self.char(); in bump_space() localVariable
1488 let c = self.char(); in parse_escape() localVariable
1700 let c = char::from_u32(codepoint).expect("Unicode scalar value"); in parse_octal() localVariable
2224 let c = self.char(); in parse_unicode_class() localVariable
2247 let c = self.char(); in parse_perl_class() localVariable
4828 let c = match char::from_u32(i) { in parse_hex_four() localVariable
4892 let c = match char::from_u32(i) { in parse_hex_eight() localVariable
/aosp_15_r20/system/libvintf/
H A Dparse_xml.cpp126 const char *c = root->Attribute(attrName.c_str()); in getAttr() local
181 std::string* error; member
268 NodeType *c = createNode(name, d); in appendTextElement() local
278 NodeType *c = createNode(name, d); in appendTextElements() local
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format_fxt1.c80 #define FX64_SHL(a, c) a <<= c argument
93 #define FX64_SHL(a, c) \ argument
338 float error, lasterror = 1e9; in fxt1_lloyd() local
1251 #define UP5(c) _rgb_scale_5[(c) & 31] argument
1252 #define UP6(c, b) _rgb_scale_6[(((c) & 31) << 1) | ((b) & 1)] argument
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_cidfont.cpp51 uint8_t c; member
664 int error = FT_Load_Sfnt_Table(face, kGsubTag, 0, nullptr, &length); in GetGlyphIndex() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dkernel_util_test.cc37 string error; member
41 TestContext* c = static_cast<TestContext*>(context); in ReportError() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dschema_matching.cpp562 for (auto c : str) { in prefixLine() local
746 auto error = ErrorReport(loc); in emitBuiltinCall() local

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