Searched refs:workspace (Results 1 – 16 of 16) sorted by relevance
/tools/treble/hacksaw/client/ |
D | command.go | 33 workspace new <workspace_name> <codebase_name>: Create a new workspace 36 workspace recreate <name>: Recreate an existing workspace. 39 workspace list: List all known workspaces. 40 workspace remove <name>: Remove a workspace. 41 edit <path>: Make a workspace path editable by checking out the parent git project.` 44 workspace workspace.Workspace member 48 return Command{workspace.New(bm, wtd)} 132 dir, err := c.workspace.Create(workspaceName, codebaseName) 148 dir, err := c.workspace.Recreate(workspaceName) 157 list := c.workspace.List() [all …]
|
/tools/treble/hacksaw/ |
D | README.md | 7 …hrough multiple git projects it can take a long time branch off a clean workspace. Hacksaw is a to… 8 lets you split off a clean workspace in seconds. It does so by only copying git projects that you 13 Lets look at some performance numbers for creating a hacksaw workspace using as a codebase the AOSP… 15 * Create a new Hacksaw workspace 19 * Remove a Hacksaw workspace with no edits or build artifacts. 22 * Create a new Hacksaw workspace and edit build/make project. 26 * Create a new Hacksaw workspace and edit frameworks/base project. 30 As you can see, the time it takes to set up a new hacksaw workspace is proportional to 32 to create a workspace using a full repo sync with a local 35 * Create a new full repo workspace [using a fresh local mirror](https://source.android.com/setup/bu… [all …]
|
/tools/asuite/aidegen/idea/ |
D | xml_gen.py | 145 workspace = XMLGenerator(module_path, 'workspace.xml') 146 if not workspace.xml_obj: 147 common_util.file_generate(workspace.xml_path, 151 for conf in workspace.find_elements_by_name('component', 153 workspace.xml_obj.getroot().remove(conf) 154 workspace.append_node(workspace.xml_obj.getroot(), 156 workspace.create_xml()
|
/tools/treble/build/ |
D | README.md | 29 | workspace | | workspace | 49 To support filesystem overlays the Android repo workspace is required to the
|
/tools/asuite/atest/bazel/ |
D | atest_bazel_mode.md | 7 Atest Bazel Mode creates a synthetic Bazel workspace and executes tests using 43 Bazel needs a Bazel workspace to execute tests. 44 In Atest Bazel Mode, we construct a synthetic workspace using module-info.json. 45 The workspace contains required directory structure, symlinks and Bazel BUILD 69 Atest bazel Mode will create the Bazel workspace on first run, or upon detecting
|
/tools/asuite/atest/bazel/rules/ |
D | soong_prebuilt.bzl | 15 """Rule used to import artifacts prebuilt by Soong into the Bazel workspace. 38 # any files when the workspace symlinks are broken and point to build 93 doc = "A rule that imports artifacts prebuilt by Soong into the Bazel workspace",
|
/tools/metalava/stub-annotations/ |
D | .gitignore | 5 /.idea/workspace.xml
|
/tools/trebuchet/ |
D | .gitignore | 3 /.idea/workspace.xml
|
/tools/metalava/ |
D | .gitignore | 6 /.idea/workspace.xml
|
/tools/treble/hacksaw/workspace/ |
D | compose.go | 15 package workspace package
|
D | copier_test.go | 15 package workspace package
|
D | compose_test.go | 15 package workspace package
|
D | copier.go | 15 package workspace package
|
D | workspace.go | 16 package workspace package
|
D | workspace_test.go | 15 package workspace package
|
/tools/ndkports/ |
D | .gitignore | 25 .idea/**/workspace.xml
|