/aosp_15_r20/out/soong/.intermediates/external/guice/guice/linux_glibc_common/javac/ |
D | guice.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_grpc.cpp | 42 FlatBufMethod(const RPCCall *method) : method_(method) { in FlatBufMethod() 44 auto val = method_->attributes.Lookup("streaming"); in FlatBufMethod() local 137 std::unique_ptr<const grpc_generator::Method> method(int i) const { in method() function in flatbuffers::FlatBufService
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
H A D | ssl_lib.c | 188 SSL_CTX* SSL_CTX_new(const SSL_METHOD *method, void *rngctx) in SSL_CTX_new() 563 int SSL_set_ssl_method(SSL *ssl, const SSL_METHOD *method) in SSL_set_ssl_method() 879 void SSL_set_info_callback(SSL *ssl, void (*cb) (const SSL *ssl, int type, int val)) in SSL_set_info_callback()
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | xwork-2.0.4.jar | ... void setMethod (java.lang.String)
String method
public com.opensymphony.xwork2.ActionProxy getProxy ( ... |
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/ |
H A D | NsisHandler.cpp | 64 static void AddDictProp(AString &s, UInt32 val) in AddDictProp() 79 static AString GetMethod(bool useFilter, NMethodType::EEnum method, UInt32 dict) in GetMethod()
|
/aosp_15_r20/external/clang/test/Analysis/inlining/ |
H A D | path-notes.cpp | 40 void method(int *p) { in testAnonymous() function in testAnonymous::__anonf4109cd80110 254 const A& val = *ptr; //expected-note {{'val' initialized here}} in testDeclRefExprToReferenceInGetDerefExpr() local
|
/aosp_15_r20/external/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 725 int val; local 756 int val; local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | operator.c | 529 PyObject *item, *val; in itemgetter_call() local 711 PyObject *attr, *val; in attrgetter_call() local 842 PyObject *method, *obj, *result; in methodcaller_call() local
|
/aosp_15_r20/cts/tests/signature/lib/common/src/android/signature/cts/ |
H A D | ApiComplianceChecker.java | 543 private static String canonicalizeFloatingPoint(String val) { in canonicalizeFloatingPoint() 582 JDiffClassDescription.JDiffMethod methodDescription, Method method) { in checkMethod()
|
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/ |
H A D | openssl-x509.c | 84 ASN1_OCTET_STRING *val; in lws_tls_openssl_cert_info() local 249 const X509V3_EXT_METHOD* method = X509V3_EXT_get(ext); in lws_tls_openssl_cert_info() local
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/ |
H A D | CompressDialog.cpp | 1070 UString method = GetEncryptionMethodSpec(); in OnOK() local 1659 const char *method; in SetMethod2() local 2185 LRESULT val = c.GetItemData_of_CurSel(); in GetComboValue_64() local 2396 static void Add_Size(AString &s, UInt64 val) in Add_Size() 2731 int CCompressDialog::AddMemComboItem(UInt64 val, bool isPercent, bool isDefault) in AddMemComboItem() 3403 const bool val = isSet ? b2.Val : bb.DefaultVal; in CheckButton_BoolBox() local 3444 static void AddTimeOption(UString &s, UInt32 val, const UString &unit, const char *sys = NULL) in AddTimeOption()
|
/aosp_15_r20/art/runtime/verifier/ |
H A D | method_verifier.cc | 1115 const uint32_t val = is_lit16 ? inst->VRegC_22s() : inst->VRegC_22b(); in CheckLiteralOp() local 2654 int32_t val = static_cast<int32_t>(inst->VRegB_11n() << 28) >> 28; in CodeFlowVerifyInstruction() local 2659 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local 2664 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction() local 2669 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CodeFlowVerifyInstruction() local 2675 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local 2682 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction() local 2689 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction() local 2696 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48; in CodeFlowVerifyInstruction() local 4527 bool MethodVerifier<kVerifierDebug>::CheckSignaturePolymorphicMethod(ArtMethod* method) { in CheckSignaturePolymorphicMethod() [all …]
|
/aosp_15_r20/art/test/ti-stress/ |
H A D | stress.cc | 382 const char* val = jnienv->GetStringUTFChars(str, nullptr); in GetName() local 398 static std::string GetValOf(jvmtiEnv* env, JNIEnv* jnienv, std::string type, jvalue val) { in GetValOf() 533 jvalue val) { in MethodExitHook() 599 jmethodID method, in SingleStepHook()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | python_print.cpp | 927 auto checkSubvalue = [&hasNonASCII](const IValue& val) { in containsNonASCIIString() 1154 const Function& method = selfClass->getMethod(node->s(attr::name)); in printRHS() local 1414 for (auto& method : classType->methods()) { in printClass() local 1520 for (auto& method : classType->methods()) { in printClass() local 1566 for (const FunctionSchema& method : interfaceType->methods()) { in printNamedType() local
|
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_cronet_impl_native_java/android_common/javac/ |
D | cronet_aml_components_cronet_android_cronet_impl_native_java.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_cronet_impl_native_java/android_common_apex30/javac/ |
D | cronet_aml_components_cronet_android_cronet_impl_native_java.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | deflate.c | 240 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 930 int val; local 952 int val; local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/ |
D | deflate.c | 240 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 930 int val; local 952 int val; local
|
/aosp_15_r20/external/zlib/ |
H A D | deflate.c | 393 int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, in deflateInit2_() 1158 int val; in deflate() local 1180 int val; in deflate() local
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_to_cpp_common.cpp | 161 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer, in GenLogBeforeExecute() 183 const AidlMethod& method, const string& statusVarName, in GenLogAfterExecute() 570 size_t AlignTo(size_t val, size_t align) { in AlignTo()
|
/aosp_15_r20/external/libcups/systemv/ |
H A D | lpstat.c | 863 char method[HTTP_MAX_URI], /* Request method */ in show_classes() local 1070 *val; /* Environment variable name */ in show_default() local
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
H A D | peers.cpp | 191 enum selected_method method = SEL_METHOD_NONE; in context_menu() local 1190 QString val = items[i].mid(pos); in event_notify() local 1345 enum selected_method method = SEL_METHOD_NONE; in ctx_p2p_connect() local 1651 enum selected_method method = in properties() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/httplive/ |
H A D | PlaylistFetcher.cpp | 308 AString method; in decryptBuffer() local 478 AString method; in checkDecryptPadding() local 1247 int32_t val; in initDownloadState() local 1514 AString method; in onDownloadNext() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
H A D | eager_service_impl_test.cc | 81 #define CLIENT_METHOD(method) \ argument 413 AttrValue val; in TEST_F() local 515 AttrValue val; in TestFunction() local 604 AttrValue val; in TestComponentFunction() local 770 AttrValue val; in Init() local 1084 AttrValue val; in TEST_F() local
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/android/tools/smali/smali-baksmali/3.0.3/ |
HD | smali-baksmali-3.0.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |