Searched refs:workspace (Results 1 – 20 of 20) sorted by relevance
/tools/asuite/atest/integration_tests/ |
D | snapshot_unittest.py | 46 workspace = self.temp_dir / 'workspace' 48 self.fs.create_dir(workspace) 49 self.fs.create_dir(workspace.joinpath('dir1')) 50 self.fs.create_file(workspace.joinpath('dir1', 'file1'), contents='test') 60 workspace, 76 workspace = self.temp_dir / 'workspace' 77 self.fs.create_dir(workspace) 81 snapshot.take_snapshot('a_snapshot_name', workspace, ['*'], objs=objs) 84 snapshot_name, workspace.as_posix() 91 workspace = self.temp_dir / 'workspace' [all …]
|
/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/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/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/treble/build/ |
D | README.md | 29 | workspace | | workspace | 49 To support filesystem overlays the Android repo workspace is required to the
|
/tools/metalava/stub-annotations/ |
D | .gitignore | 5 /.idea/workspace.xml
|
/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/trebuchet/ |
D | .gitignore | 3 /.idea/workspace.xml
|
/tools/metalava/ |
D | .gitignore | 9 /.idea/workspace.xml
|
/tools/netsim/rust/ |
D | Cargo.toml | 15 [workspace] table
|
/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/asuite/atest/bazel/resources/rules/ |
D | soong_prebuilt.bzl | 15 """Rule used to import artifacts prebuilt by Soong into the Bazel workspace. 45 # any files when the workspace symlinks are broken and point to build 133 doc = "A rule that imports artifacts prebuilt by Soong into the Bazel workspace",
|
/tools/ndkports/ |
D | .gitignore | 26 .idea/**/workspace.xml
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | build_event_stream.proto | 70 // Identifier of an event indicating the workspace status. 249 WorkspaceConfigId workspace = 23; field 347 // The directory of the workspace. 354 // Configuration related to the blaze workspace and output tree. 388 // Payload of an event reporting the workspace status. Key-value pairs can be 1102 // Event describing all convenience symlinks (i.e., workspace symlinks) to be 1127 // the workspace, creating any directories necessary. If a symlink already
|
D | failure_details.proto | 467 // https://bazel.build/rules/lib/globals#workspace.
|