/aosp_15_r20/frameworks/opt/setupwizard/tools/docs/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | error.c | 363 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 D | jniutil.cc | 157 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/ |
D | TestCompilationCaching.cpp | 72 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 D | simple_profile.cc | 213 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/ |
HD | api-generator-22.9.1.jar | ... String encodeAttribute (java.lang.String)
char c
int i
String attribute
StringBuilder sb
int n
public java ... |
HD | api-generator-22.9.2.jar | ... String encodeAttribute (java.lang.String)
char c
int i
String attribute
StringBuilder sb
int n
public java ... |
HD | api-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 D | TestNGContentHandler.java | 752 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 D | sh.h | 582 #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/ |
HD | libincfs-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/ |
D | testregex.c | 578 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 D | pcre2_jit_test.c | 1025 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 D | ListCommand.cpp | 400 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/ |
D | EuiccPort.java | 132 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 D | ivalue.cpp | 600 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 D | dr2xx.cpp | 210 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/ |
HD | rxjava-2.2.9.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/reactivex/
io/ ... |
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/ast/ |
D | parse.rs | 383 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 D | parse.rs | 408 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 D | parse_xml.cpp | 126 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 D | u_format_fxt1.c | 80 #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 D | cpdf_cidfont.cpp | 51 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 D | kernel_util_test.cc | 37 string error; member 41 TestContext* c = static_cast<TestContext*>(context); in ReportError() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | schema_matching.cpp | 562 for (auto c : str) { in prefixLine() local 746 auto error = ErrorReport(loc); in emitBuiltinCall() local
|