/aosp_15_r20/tools/asuite/atest/integration_tests/ |
H A 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 …]
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | workspace.cc | 92 testing::AssertionResult BlobInWorkspace(xnn_blob* blob, xnn_workspace_t workspace) { in BlobInWorkspace() argument 93 if ((blob->data >= workspace->data) && in BlobInWorkspace() 94 ((uintptr_t) blob->data + blob->size) <= ((uintptr_t) workspace->data + workspace->size)) { in BlobInWorkspace() 99 << "is outside of workspace at " << workspace->data << " of size " << workspace->size; in BlobInWorkspace() 107 …return testing::AssertionFailure() << "runtime " << runtime << " not found in list of workspace us… in Contains() 111 std::vector<xnn_runtime_t> workspace_user_to_list(xnn_workspace_t workspace) in workspace_user_to_list() argument 114 for (xnn_runtime_t rt = workspace->first_user; rt != NULL; rt = rt->next_workspace_user) { in workspace_user_to_list() 121 TEST(WORKSPACE, static_data_not_moved_does_not_segv) in TEST() argument 127 xnn_workspace_t workspace = nullptr; in TEST() local 128 xnn_create_workspace(&workspace); in TEST() [all …]
|
/aosp_15_r20/external/googleapis/google/apps/card/v1/ |
H A D | card.proto | 29 // A card interface displayed in a Google Chat message or Google Workspace 42 // dialog](https://developers.google.com/workspace/chat/design-components-card-dialog). 43 // * For Google Workspace Add-ons, see [Card-based 49 // card](https://developers.google.com/workspace/chat/images/card_api_reference.png) 63 // "https://developers.google.com/workspace/chat/images/quickstart-app-avatar.png", 135 …// header](https://developers.google.com/workspace/chat/design-components-card-dialog#add_a_header… 137 // [Google Workspace Add-ons and Chat 138 // apps](https://developers.google.com/workspace/extend): 152 // [Google Workspace Add-ons and Chat 153 // apps](https://developers.google.com/workspace/extend): [all …]
|
/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/ |
D | TaplTwoPanelWorkspaceTest.java | 17 package com.android.launcher3.ui.workspace; 35 import com.android.launcher3.tapl.Workspace; 52 * Tests for two panel workspace. 54 * Note running these tests will clear the workspace on the device. 66 // Set layout that includes Maps/Play on workspace, and Messaging/Chrome on hotseat. in setUp() 100 Workspace workspace = mLauncher.getWorkspace(); in testDragIconToRightPanel() local 102 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 1); in testDragIconToRightPanel() 114 Workspace workspace = mLauncher.getWorkspace(); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() local 116 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 2); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 118 workspace.flingBackward(); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() [all …]
|
D | TaplWorkspaceTest.java | 16 package com.android.launcher3.ui.workspace; 28 import com.android.launcher3.tapl.Workspace; 38 * Test the basic interactions of the Workspace, adding pages, moving the pages and removing pages. 60 * Add an icon and add a page to ensure the Workspace is scrollable and also make sure we can 61 * move between workspaces. After, make sure we can launch an app from the Workspace. 67 // Set workspace that includes the chrome Activity app icon on the hotseat. in testWorkspace() 73 final Workspace workspace = mLauncher.getWorkspace(); in testWorkspace() local 76 executeOnLauncher(launcher -> assertFalse("Initial workspace state is scrollable", in testWorkspace() 78 assertEquals("Initial workspace doesn't have the correct page", workspace.pagesPerScreen(), in testWorkspace() 79 workspace.getPageCount()); in testWorkspace() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/grafana/src/main/resources/codegen-resources/ |
H A D | service-2.json | 31 …workspace. Upgrading to Grafana Enterprise incurs additional fees. For more information, see <a hr… 50 …workspace</i>. In a workspace, you can create Grafana dashboards and visualizations to analyze you… 71 …<p>Creates a Grafana API key for the workspace. This key can be used to authenticate requests sent… 90 "documentation":"<p>Deletes an Amazon Managed Grafana workspace.</p>", 110 "documentation":"<p>Deletes a Grafana API key for the workspace.</p>" 128 "documentation":"<p>Displays information about one Amazon Managed Grafana workspace.</p>" 146 …ays information about the authentication methods used in one Amazon Managed Grafana workspace.</p>" 163 "documentation":"<p>Gets the current configuration string for the given workspace.</p>" 181 "documentation":"<p>Removes the Grafana Enterprise license from a workspace.</p>" 199 …ve the Grafana <code>Admin</code> and <code>Editor</code> roles in this workspace. If you use this… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/ |
H A D | Workspace.java | 25 * A single workspace. 28 * Protobuf type {@code google.area120.tables.v1alpha1.Workspace} 30 public final class Workspace extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.area120.tables.v1alpha1.Workspace) 35 // Use Workspace.newBuilder() to construct. 36 private Workspace(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Workspace() method in Workspace 40 private Workspace() { in Workspace() method in Workspace 49 return new Workspace(); in newInstance() 68 com.google.area120.tables.v1alpha1.Workspace.class, in internalGetFieldAccessorTable() 69 com.google.area120.tables.v1alpha1.Workspace.Builder.class); in internalGetFieldAccessorTable() [all …]
|
H A D | WorkspaceName.java | 32 private static final PathTemplate WORKSPACE = field in WorkspaceName 33 PathTemplate.createWithoutUrlEncoding("workspaces/{workspace}"); 35 private final String workspace; field in WorkspaceName 39 workspace = null; in WorkspaceName() 43 workspace = Preconditions.checkNotNull(builder.getWorkspace()); in WorkspaceName() 47 return workspace; in getWorkspace() 58 public static WorkspaceName of(String workspace) { in of() argument 59 return newBuilder().setWorkspace(workspace).build(); in of() 62 public static String format(String workspace) { in format() argument 63 return newBuilder().setWorkspace(workspace).build().toString(); in format() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/java/com/google/cloud/dataform/v1alpha2/ |
H A D | Workspace.java | 25 * Represents a Dataform Git workspace. 28 * Protobuf type {@code google.cloud.dataform.v1alpha2.Workspace} 30 public final class Workspace extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.cloud.dataform.v1alpha2.Workspace) 35 // Use Workspace.newBuilder() to construct. 36 private Workspace(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Workspace() method in Workspace 40 private Workspace() { in Workspace() method in Workspace 47 return new Workspace(); in newInstance() 66 com.google.cloud.dataform.v1alpha2.Workspace.class, in internalGetFieldAccessorTable() 67 com.google.cloud.dataform.v1alpha2.Workspace.Builder.class); in internalGetFieldAccessorTable() [all …]
|
H A D | CreateWorkspaceRequest.java | 79 * Required. The repository in which to create the workspace. Must be in the format 105 * Required. The repository in which to create the workspace. Must be in the format 129 private com.google.cloud.dataform.v1alpha2.Workspace workspace_; 134 * Required. The workspace to create. 138 …* .google.cloud.dataform.v1alpha2.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED… 141 * @return Whether the workspace field is set. 151 * Required. The workspace to create. 155 …* .google.cloud.dataform.v1alpha2.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED… 158 * @return The workspace. 161 public com.google.cloud.dataform.v1alpha2.Workspace getWorkspace() { in getWorkspace() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/java/com/google/cloud/dataform/v1beta1/ |
H A D | Workspace.java | 25 * Represents a Dataform Git workspace. 28 * Protobuf type {@code google.cloud.dataform.v1beta1.Workspace} 30 public final class Workspace extends com.google.protobuf.GeneratedMessageV3 class 32 // @@protoc_insertion_point(message_implements:google.cloud.dataform.v1beta1.Workspace) 35 // Use Workspace.newBuilder() to construct. 36 private Workspace(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Workspace() method in Workspace 40 private Workspace() { in Workspace() method in Workspace 47 return new Workspace(); in newInstance() 66 com.google.cloud.dataform.v1beta1.Workspace.class, in internalGetFieldAccessorTable() 67 com.google.cloud.dataform.v1beta1.Workspace.Builder.class); in internalGetFieldAccessorTable() [all …]
|
H A D | CreateWorkspaceRequest.java | 79 * Required. The repository in which to create the workspace. Must be in the format 105 * Required. The repository in which to create the workspace. Must be in the format 129 private com.google.cloud.dataform.v1beta1.Workspace workspace_; 134 * Required. The workspace to create. 138 …* .google.cloud.dataform.v1beta1.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED]; 141 * @return Whether the workspace field is set. 151 * Required. The workspace to create. 155 …* .google.cloud.dataform.v1beta1.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED]; 158 * @return The workspace. 161 public com.google.cloud.dataform.v1beta1.Workspace getWorkspace() { in getWorkspace() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/proto/google/cloud/dataform/v1alpha2/ |
H A D | dataform.proto | 102 // Fetches a single Workspace. 103 rpc GetWorkspace(GetWorkspaceRequest) returns (Workspace) { 110 // Creates a new Workspace in a given Repository. 111 rpc CreateWorkspace(CreateWorkspaceRequest) returns (Workspace) { 114 body: "workspace" 116 option (google.api.method_signature) = "parent,workspace,workspace_id"; 119 // Deletes a single Workspace. 127 // Installs dependency NPM packages (inside a Workspace). 130 …post: "/v1alpha2/{workspace=projects/*/locations/*/repositories/*/workspaces/*}:installNpmPackages" 135 // Pulls Git commits from the Repository's remote into a Workspace. [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/dataform/v1alpha2/ |
H A D | dataform.proto | 102 // Fetches a single Workspace. 103 rpc GetWorkspace(GetWorkspaceRequest) returns (Workspace) { 110 // Creates a new Workspace in a given Repository. 111 rpc CreateWorkspace(CreateWorkspaceRequest) returns (Workspace) { 114 body: "workspace" 116 option (google.api.method_signature) = "parent,workspace,workspace_id"; 119 // Deletes a single Workspace. 127 // Installs dependency NPM packages (inside a Workspace). 130 …post: "/v1alpha2/{workspace=projects/*/locations/*/repositories/*/workspaces/*}:installNpmPackages" 135 // Pulls Git commits from the Repository's remote into a Workspace. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/proto/google/cloud/dataform/v1beta1/ |
H A D | dataform.proto | 102 // Fetches a single Workspace. 103 rpc GetWorkspace(GetWorkspaceRequest) returns (Workspace) { 110 // Creates a new Workspace in a given Repository. 111 rpc CreateWorkspace(CreateWorkspaceRequest) returns (Workspace) { 114 body: "workspace" 116 option (google.api.method_signature) = "parent,workspace,workspace_id"; 119 // Deletes a single Workspace. 127 // Installs dependency NPM packages (inside a Workspace). 130 … post: "/v1beta1/{workspace=projects/*/locations/*/repositories/*/workspaces/*}:installNpmPackages" 135 // Pulls Git commits from the Repository's remote into a Workspace. [all …]
|
/aosp_15_r20/external/googleapis/google/chat/v1/ |
H A D | chat_service.proto | 63 // message](https://developers.google.com/workspace/chat/create-messages). 66 // [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) 85 // authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). 95 // space](https://developers.google.com/workspace/chat/list-members). Listing 97 // authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) 102 // authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) 106 // [authentication](https://developers.google.com/workspace/chat/authenticate-authorize). 109 // authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) 111 // authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). 122 // membership](https://developers.google.com/workspace/chat/get-members). [all …]
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | runtime.c | 44 xnn_log_error("failed to create workspace: XNNPACK is not initialized"); in xnn_create_workspace() 48 struct xnn_workspace* workspace = NULL; in xnn_create_workspace() local 49 workspace = xnn_allocate_zero_memory(sizeof(struct xnn_workspace)); in xnn_create_workspace() 50 if (workspace == NULL) { in xnn_create_workspace() 51 …xnn_log_error("failed to allocate %zu bytes for workspace descriptor", sizeof(struct xnn_workspace… in xnn_create_workspace() 54 workspace->ref_count = 1; in xnn_create_workspace() 55 *workspace_out = workspace; in xnn_create_workspace() 59 static inline void xnn_retain_workspace(xnn_workspace_t workspace) in xnn_retain_workspace() argument 61 workspace->ref_count++; in xnn_retain_workspace() 64 enum xnn_status xnn_release_workspace(xnn_workspace_t workspace) in xnn_release_workspace() argument [all …]
|
/aosp_15_r20/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | Workspace.java | 58 * Operations on the workspace screen. 60 public final class Workspace extends Home { class 74 Workspace(LauncherInstrumentation launcher) { in Workspace() method in Workspace 88 mLauncher.addContextLayer("want to switch from workspace to all apps")) { in switchToAllApps() 191 "want to get a workspace icon")) { in tryGetWorkspaceAppIcon() 192 final UiObject2 workspace = verifyActiveContainer(); in tryGetWorkspaceAppIcon() local 193 final UiObject2 icon = workspace.findObject( in tryGetWorkspaceAppIcon() 206 final UiObject2 workspace = verifyActiveContainer(); in verifyWorkspaceAppIconIsGone() local 208 workspace.wait( in verifyWorkspaceAppIconIsGone() 223 "want to get a workspace icon")) { in getWorkspaceAppIcon() [all …]
|
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bazel/ |
H A D | runfiles.go | 37 // should be a relative path from the workspace root to the file within 38 // the bazel workspace. 65 workspace := pathParts[1] 67 if path := runfiles.index.Get(workspace, pathInsideWorkspace); path != "" { 73 // Search the main workspace. 74 if runfiles.workspace != "" { 75 mainPath := filepath.Join(runfiles.dir, runfiles.workspace, path) 169 // Workspace is the bazel workspace the file came from. For example, 171 Workspace string member 173 // ShortPath is a relative, slash-separated path from the workspace root [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/splicing/ |
H A D | splicer.rs | 18 /// The core splicer implementation. Each style of Bazel workspace should be represented 21 /// Splice a manifest which is represented by a Cargo workspace 22 Workspace { enumerator 59 // Filter for the root workspace manifest info in new() 68 bail!("When splicing manifests, there can only be 1 root workspace manifest"); in new() 71 // This is an error case - we've detected some manifests are in a workspace, but can't in new() 87 …bail!("Missing root workspace manifest. Please add the following label to the `manifests` key: \"{… in new() 91 …bail!("Missing root workspace manifest. Please add the label of the workspace root to the `manifes… in new() 94 // Ensure all workspace owned manifests are members of the one workspace root in new() 106 …bail!("A package was provided that appears to be a part of another workspace.\nworkspace root: '{}… in new() [all …]
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/ |
D | Cargo.toml | 3 version.workspace = true 4 edition.workspace = true 5 publish.workspace = true 8 workspace = true qkey 12 ldt_np_adv.workspace = true 13 ldt.workspace = true 14 np_hkdf.workspace = true 15 np_ed25519.workspace = true 16 xts_aes.workspace = true 17 crypto_provider.workspace = true [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/dataform/v1beta1/ |
H A D | dataform.proto | 154 // Fetches a single Workspace. 155 rpc GetWorkspace(GetWorkspaceRequest) returns (Workspace) { 162 // Creates a new Workspace in a given Repository. 163 rpc CreateWorkspace(CreateWorkspaceRequest) returns (Workspace) { 166 body: "workspace" 168 option (google.api.method_signature) = "parent,workspace,workspace_id"; 171 // Deletes a single Workspace. 179 // Installs dependency NPM packages (inside a Workspace). 183 … post: "/v1beta1/{workspace=projects/*/locations/*/repositories/*/workspaces/*}:installNpmPackages" 188 // Pulls Git commits from the Repository's remote into a Workspace. [all …]
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/ |
D | Cargo.toml | 3 version.workspace = true 4 edition.workspace = true 5 publish.workspace = true 8 workspace = true qkey 15 crypto_provider.workspace = true 16 ldt_tbc.workspace = true 19 crypto_provider_default = { workspace = true, features = ["rustcrypto"] } qkey 20 rand_ext.workspace = true 21 test_helper.workspace = true 22 xts_aes.workspace = true [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/workspaces/src/main/resources/codegen-resources/ |
H A D | service-2.json | 71 "documentation":"<p>Associates the specified application to the specified WorkSpace.</p>" 176 "documentation":"<p>Creates a standby WorkSpace in a secondary Region.</p>" 210 …WorkSpace image based on the specified source image. The new updated WorkSpace image has the lates… 228 …"documentation":"<p>Creates the specified WorkSpace bundle. For more information about creating Wo… 247 "documentation":"<p>Creates a new WorkSpace image from an existing WorkSpace.</p>" 276 …ustomized client branding. Client branding allows you to customize your WorkSpace's client login p… 355 …"documentation":"<p>Deletes the specified WorkSpace bundle. For more information about deleting Wo… 388 "documentation":"<p>Deploys associated applications to the specified WorkSpace</p>" 405 …cified directory. This operation is asynchronous and returns before the WorkSpace directory is der… 614 …cumentation":"<p>Describes the associations betweens applications and the specified WorkSpace.</p>" [all …]
|
/aosp_15_r20/development/tools/repo_diff/ |
H A D | repo_diff_android.py | 62 def repo_init(url, rev, workspace): argument 68 workspace: the folder to init and sync code 73 cwd=os.path.dirname(workspace), shell=True) 77 raise ValueError("cannot repo-init workspace (%s), workspace is within an " 78 "existing tree" % workspace) 80 print("repo init:\n url: %s\n rev: %s\n workspace: %s" % 81 (url, rev, workspace)) 84 (url, rev), cwd=workspace, shell=True) 87 def repo_sync(workspace, ignore_error, retry=5): argument 93 print("repo sync (retry=%d/%d):\n workspace: %s" % [all …]
|