Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 13 of 13) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dfake_decl_source.cpp30 clang::CXXRecordDecl *cxx_record_decl = clang::CXXRecordDecl::Create( in CreateCXXRecordDecl()
45 clang::TemplateTypeParmDecl *parm = clang::TemplateTypeParmDecl::Create( in CreateClassTemplateDecl()
53 clang::TemplateParameterList::Create( in CreateClassTemplateDecl()
58 clang::ClassTemplateDecl::Create( in CreateClassTemplateDecl()
72 clang::NamespaceDecl *namespace_decl = clang::NamespaceDecl::Create( in CreateNamespaceDecl()
/development/vndk/tools/header-checker/src/repr/symbol/
Dso_file_parser.h31 static std::unique_ptr<SoFileParser> Create(const std::string &so_file_path);
Dso_file_parser.cpp119 std::unique_ptr<SoFileParser> SoFileParser::Create( in Create() function in header_checker::repr::SoFileParser
/development/samples/DeviceAdminWhitelistedAccount/
DREADME.md14 ## Create a whitelisted account
/development/tools/repo_diff/service/repodiff/persistence/filesystem/
Dcsv.go47 file, err := os.Create(filepath)
/development/samples/browseable/BasicAndroidKeyStore/
D_index.jd12 To create a new KeyPair, click \"Create\".\n\n
/development/vndk/tools/vndk-compliance/
DREADME.md22 * Create a local dir called include (or inc). Add symlinks to every file that is
39 * Create the module_headers lib outside the definition of current module
/development/vndk/tools/header-checker/
DREADME.md11 [Create Reference ABI Dumps](#Create-Reference-ABI-Dumps) to create one.
82 ## Create Reference ABI Dumps
/development/tools/repo_diff/service/repodiff/
DREADME.md14 3. Click **Create Instance**, select **MySQL** and hit **Next**
16 5. Set Instance ID and root password, then click **Create**
20 7. Navigate to **Users** and **Create user account** for the purpose of
/development/tools/repo_diff/
DREADME.md41 3. Create a [new Google spreadsheet](https://docs.google.com/spreadsheets/create).
43 5. Create a [new data source in Data Studio](https://datastudio.google.com/datasources/create).
/development/tools/labpretest/
DREADME37 1) Create a new sub directory using the result of "fastboot getvar product".
/development/tools/idegen/
DREADME15 Create a JDK configuration named "1.8 (No Libraries)" by adding a new
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp435 repr::SoFileParser::Create(so_file_); in ReadExportedSymbolsFromSharedObjectFile()