Searched refs:Create (Results 1 – 18 of 18) sorted by relevance
66 if _, err = ws.Create("test-workspace", "test-codebase"); err != nil {116 _, err = ws.Create("test-workspace", "test-codebase")120 _, err = ws.Create("test-workspace", "test-codebase")147 if _, err = ws.Create("test-workspace", "does-not-exist"); err == nil {186 if _, err = ws.Create("test-workspace", "test-codebase"); err != nil {230 if _, err = ws.Create("test-workspace", "test-codebase"); err != nil {305 if _, err = ws.Create("test-workspace", "test-codebase"); err != nil {338 _, err = ws.Create("test-workspace", "test-codebase")418 if _, err = ws.Create("test-workspace", "test-codebase"); err != nil {431 emptyFile, err := os.Create(emptyFilePath)
201 destFile, err := os.Create(destPath)
42 func (w Workspace) Create(workspaceName string, codebaseName string) (string, error) { func
15 * Create a new Hacksaw workspace22 * 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…
85 report = instance.Create(avd_spec, no_prompts=False)117 instance.Create(avd_spec, no_prompts=False)
37 def Create(self, avd_spec, no_prompts): member in BaseAVDCreate
234 report = avd_creator.Create(spec, args.no_prompt)
33 workspace new <workspace_name> <codebase_name>: Create a new workspace132 dir, err := c.workspace.Create(workspaceName, codebaseName)
66 cfgFile, err := os.Create(filePath)
471 # Create a graph of every (i.e. internal and external) dependencies in the475 # Create a graph of external dependencies in the given file (report RP0402 must479 # Create a graph of internal dependencies in the given file (report RP0402 must
22 3. Create a directory for your checkout (it can be any name)
198 1. Create a new SigningCertificateLineage to enable rotation:206 3. Create a new SigningCertificateLineage with explicit capabilities for the previous signer:
45 # Create the split manifest using a sample config XML specific to aosp_arm64.
674 fun `Create method documentation from nothing`() { in Create method documentation from nothing()
96 1. Create new ```constants_override.py``` (or whatever you'd like to name it) in
40 2. Create controllers
49 Create is the main entry point in creating an AVD, supporting both remote