Searched refs:APK (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | archive | 1813 # Zip archives that can be either APK or JAR. Checks for resources.arsc, classes.dex, etc. 1816 >-512 search resources.arsc Android package (APK), with MANIFEST.MF and resources.arsc 1820 >>>(-6.l-16) string APK\x20Sig\x20Block\x2042 \b, with APK Signing Block 1823 >>-512 search classes.dex Android package (APK), with MANIFEST.MF and classes.dex 1827 >>>>(-6.l-16) string APK\x20Sig\x20Block\x2042 \b, with APK Signing Block 1830 >>>-512 search lib/armeabi Android package (APK), with MANIFEST.MF and armeabi lib 1834 >>>>>(-6.l-16) string APK\x20Sig\x20Block\x2042 \b, with APK Signin [all...] |
| H A D | android | 258 # extracted APK Signing Block 259 -16 string APK\x20Sig\x20Block\x2042 APK Signing Block
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6197 ArrayRef<const Expr *> Args, Sema::FormatArgumentPassingKind APK, 6212 ArrayRef<const Expr *> Args, Sema::FormatArgumentPassingKind APK, in checkFormatStringExpr() argument 6239 S, ReferenceFormatString, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr() 6274 S, ReferenceFormatString, C->getTrueExpr(), Args, APK, format_idx, in checkFormatStringExpr() 6283 S, ReferenceFormatString, C->getFalseExpr(), Args, APK, format_idx, in checkFormatStringExpr() 6335 S, ReferenceFormatString, Init, Args, APK, format_idx, in checkFormatStringExpr() 6412 Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr() 6442 switch (combineFAPK(CallerFSI.ArgPassingKind, APK)) { in checkFormatStringExpr() 6467 S, ReferenceFormatString, Arg, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr() 6484 S, ReferenceFormatString, Arg, Args, APK, format_idx, in checkFormatStringExpr() [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 4615 const StringRef APK = Attr.getValueAsString("ParseKind"); in GenerateTargetRequirements() local 4617 if (I.first == APK) { in GenerateTargetRequirements()
|
| /freebsd/contrib/libarchive/ |
| H A D | NEWS | 77 May 18, 2019: Fixes for reading Android APK and JAR archives
|