Home
last modified time | relevance | path

Searched refs:DName (Results 1 – 9 of 9) sorted by relevance

/external/abi-dumper/
Dabi-dumper.pl916 if(my $DName = $DirTable{$Dir})
918 $File = $DName."/".$File;
1008 my $DName = getFilename($DPath);
1010 printMsg("INFO", "Found link to $DName (gnu_debuglink)");
1021 if(-f $SearchDirDebuginfo."/".$DName) {
1022 $Found = $SearchDirDebuginfo."/".$DName;
1030 if(getFilename($F) eq $DName)
1045 printMsg("INFO", "Reading debug-info file $DName linked from gnu_debuglink");
1050 …printMsg("ERROR", "missed debug-info file $DName linked from gnu_debuglink (try --search-debuginfo…
1198 if(my $DName = $DirTable{$Dir})
[all …]
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp40 const char *DName, const char *LDName) { in EnsureFPIntrinsicsExist() argument
48 EnsureFunctionExists(M, DName, Fn.arg_begin(), Fn.arg_end(), in EnsureFPIntrinsicsExist()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIntrinsicLowering.cpp40 const char *DName, const char *LDName) { in EnsureFPIntrinsicsExist() argument
48 EnsureFunctionExists(M, DName, Fn->arg_begin(), Fn->arg_end(), in EnsureFPIntrinsicsExist()
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym15614 FUNC 14a25 d 0 DName::DName()
15619 FUNC 14a32 12 4 DName::DName(DNameNode *)
15624 FUNC 14a44 9c 4 DName::DName(DName const &)
15637 FUNC 14ae0 a 0 DName::status()
15639 FUNC 14aea 5 0 DName::clearStatus()
15641 FUNC 14aef 7 0 DName::setPtrRef()
15643 FUNC 14af6 a 0 DName::isPtrRef()
15645 FUNC 14b00 8 0 DName::setIsArray()
15647 FUNC 14b08 a 0 DName::isArray()
15649 FUNC 14b12 a 0 DName::isNoTE()
[all …]
/external/google-breakpad/src/processor/testdata/
Dmodule0.out15614 FUNC 14a25 d 0 DName::DName()
15619 FUNC 14a32 12 4 DName::DName(DNameNode *)
15624 FUNC 14a44 9c 4 DName::DName(DName const &)
15637 FUNC 14ae0 a 0 DName::status()
15639 FUNC 14aea 5 0 DName::clearStatus()
15641 FUNC 14aef 7 0 DName::setPtrRef()
15643 FUNC 14af6 a 0 DName::isPtrRef()
15645 FUNC 14b00 8 0 DName::setIsArray()
15647 FUNC 14b08 a 0 DName::isArray()
15649 FUNC 14b12 a 0 DName::isNoTE()
[all …]
/external/abi-compliance-checker/modules/Internals/
DSysCheck.pm2470 my $DName = get_filename($DPath);
2472 if($DName=~/\A(.+).xml\Z/) {
/external/abi-compliance-checker/
Dabi-compliance-checker.pl1839 my $DName = $DumpAPI?"descriptor":"descriptor \"d$LibVersion\"";
1841 exitStatus("Error", "$DName is empty");
1854 exitStatus("Error", "version in the $DName is not specified (<version> section)");
1864 …exitStatus("Error", "you have not specified $NeedRelpath option, but the $DName contains {RELPATH}…
1870 exitStatus("Error", "header files in the $DName are not specified (<headers> section)");
1893 … exitStatus("Error", "$SLIB_TYPE libraries in the $DName are not specified (<libs> section)");
22257 my ($DDir, $DName) = separate_path($DumpPath);
22258 my $DPath = $TMP_DIR."/".$DName;
/external/clang/lib/AST/
DASTContext.cpp4305 DeclarationName DName; in getNameForTemplate() local
4307 DName = DeclarationNames.getIdentifier(DTN->getIdentifier()); in getNameForTemplate()
4308 return DeclarationNameInfo(DName, NameLoc); in getNameForTemplate()
4310 DName = DeclarationNames.getCXXOperatorName(DTN->getOperator()); in getNameForTemplate()
4315 return DeclarationNameInfo(DName, NameLoc, DNLoc); in getNameForTemplate()
/external/apache-http/api/
Dapache-http-legacy-current.txt314 method public android.net.http.SslCertificate.DName getIssuedBy();
315 method public android.net.http.SslCertificate.DName getIssuedTo();
324 public class SslCertificate.DName {
325 ctor public SslCertificate.DName(java.lang.String);