Searched refs:Create (Results 1 – 14 of 14) sorted by relevance
/tools/treble/hacksaw/ |
D | README.md | 15 * Create a new Hacksaw workspace 22 * Create a new Hacksaw workspace and edit build/make project. 26 * Create a new Hacksaw workspace and edit frameworks/base project. 35 * Create a new full repo workspace [using a fresh local mirror](https://source.android.com/setup/bu…
|
/tools/treble/hacksaw/client/ |
D | command.go | 33 workspace new <workspace_name> <codebase_name>: Create a new workspace 132 dir, err := c.workspace.Create(workspaceName, codebaseName)
|
/tools/acloud/create/ |
D | base_avd_create.py | 37 def Create(self, avd_spec, no_prompts): member in BaseAVDCreate
|
D | create.py | 234 report = avd_creator.Create(spec, args.no_prompt)
|
/tools/treble/hacksaw/config/ |
D | config.go | 66 cfgFile, err := os.Create(filePath)
|
/tools/treble/hacksaw/workspace/ |
D | copier.go | 201 destFile, err := os.Create(destPath)
|
D | workspace.go | 42 func (w Workspace) Create(workspaceName string, codebaseName string) (string, error) { func
|
/tools/repohooks/tools/ |
D | pylintrc | 471 # Create a graph of every (i.e. internal and external) dependencies in the 475 # Create a graph of external dependencies in the given file (report RP0402 must 479 # Create a graph of internal dependencies in the given file (report RP0402 must
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_rotate.txt | 198 1. Create a new SigningCertificateLineage to enable rotation: 206 3. Create a new SigningCertificateLineage with explicit capabilities for the previous signer:
|
/tools/treble/split/ |
D | README.md | 45 # Create the split manifest using a sample config XML specific to aosp_arm64.
|
/tools/test/connectivity/acts/ |
D | README.md | 40 2. Create controllers
|
/tools/asuite/atest-py2/docs/ |
D | atest_structure.md | 96 1. Create new ```constants_override.py``` (or whatever you'd like to name it) in
|
/tools/asuite/atest/docs/ |
D | atest_structure.md | 96 1. Create new ```constants_override.py``` (or whatever you'd like to name it) in
|
/tools/acloud/ |
D | README.md | 49 Create is the main entry point in creating an AVD, supporting both remote
|