/external/XNNPACK/test/ |
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 …]
|
/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 15 crypto_provider.workspace = true 16 ldt_tbc.workspace = true 19 crypto_provider_default = { workspace = true, features = ["rustcrypto"] } 20 rand_ext.workspace = true 21 test_helper.workspace = true 22 xts_aes.workspace = true [all …]
|
/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 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 …]
|
/external/rust/beto-rust/nearby/presence/ldt_np_adv/ |
D | Cargo.toml | 3 version.workspace = true 4 edition.workspace = true 5 publish.workspace = true 8 workspace = true 15 crypto_provider.workspace = true 16 array_view.workspace = true 17 ldt.workspace = true 18 np_hkdf.workspace = true 19 xts_aes.workspace = true 20 ldt_tbc.workspace = true [all …]
|
/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/ |
D | Cargo.toml | 3 version.workspace = true 4 edition.workspace = true 5 publish.workspace = true 8 workspace = true 18 crypto_provider = { workspace = true } 19 hmac.workspace = true 20 hkdf.workspace = true 21 sha2.workspace = true 22 x25519-dalek.workspace = true 23 p256 = { workspace = true, features = ["ecdh"], default-features = false } [all …]
|
/external/rust/beto-rust/nearby/presence/xts_aes/ |
D | Cargo.toml | 3 version.workspace = true 4 edition.workspace = true 5 publish.workspace = true 8 workspace = true 15 array_ref.workspace = true 16 crypto_provider.workspace = true 17 ldt_tbc.workspace = true 20 crypto_provider_default = { workspace = true, features = ["rustcrypto"] } 21 rand_ext.workspace = true 22 test_helper.workspace = true [all …]
|
/external/google-cloud-java/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/java/com/google/area120/tables/v1alpha1/ |
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 …]
|
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 …]
|
/external/perfetto/ui/src/core/ |
D | workspace_manager.ts | 16 import {Workspace, WorkspaceManager} from '../public/workspace'; 18 const DEFAULT_WORKSPACE_NAME = 'Default Workspace'; 21 readonly defaultWorkspace = new Workspace(); 22 private _workspaces: Workspace[] = []; 23 private _currentWorkspace: Workspace; 31 createEmptyWorkspace(title: string): Workspace { 32 const workspace = new Workspace(); constant 33 workspace.title = title; 34 this._workspaces.push(workspace); 35 return workspace; [all …]
|
/external/rust/beto-rust/nearby/presence/np_hkdf/ |
D | Cargo.toml | 3 version.workspace = true 4 edition.workspace = true 5 publish.workspace = true 8 workspace = true 15 crypto_provider.workspace = true 16 ldt.workspace = true 17 xts_aes.workspace = true 20 crypto_provider_default = { workspace = true, features = ["rustcrypto"] } 21 rand_ext.workspace = true 22 test_helper.workspace = true [all …]
|
/external/rust/beto-rust/nearby/presence/np_ffi_core/ |
D | Cargo.toml | 3 version.workspace = true 4 edition.workspace = true 5 publish.workspace = true 8 workspace = true 11 array_view.workspace = true 12 ldt_np_adv.workspace = true 13 np_adv = { workspace = true, features = ["alloc"] } 14 np_adv_dynamic.workspace = true 15 np_hkdf.workspace = true 16 handle_map.workspace = true [all …]
|
/external/googleapis/google/apps/card/v1/ |
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 …]
|
/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/java/com/google/cloud/dataform/v1alpha2/ |
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 …]
|
D | WorkspaceName.java | 34 … "projects/{project}/locations/{location}/repositories/{repository}/workspaces/{workspace}"); 39 private final String workspace; field in WorkspaceName 46 workspace = null; in WorkspaceName() 53 workspace = Preconditions.checkNotNull(builder.getWorkspace()); in WorkspaceName() 69 return workspace; in getWorkspace() 81 String project, String location, String repository, String workspace) { in of() argument 86 .setWorkspace(workspace) in of() 91 String project, String location, String repository, String workspace) { in format() argument 96 .setWorkspace(workspace) in format() 112 matchMap.get("workspace")); in parse() [all …]
|
/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/java/com/google/cloud/dataform/v1beta1/ |
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 …]
|
D | WorkspaceName.java | 34 … "projects/{project}/locations/{location}/repositories/{repository}/workspaces/{workspace}"); 39 private final String workspace; field in WorkspaceName 46 workspace = null; in WorkspaceName() 53 workspace = Preconditions.checkNotNull(builder.getWorkspace()); in WorkspaceName() 69 return workspace; in getWorkspace() 81 String project, String location, String repository, String workspace) { in of() argument 86 .setWorkspace(workspace) in of() 91 String project, String location, String repository, String workspace) { in format() argument 96 .setWorkspace(workspace) in format() 112 matchMap.get("workspace")); in parse() [all …]
|
/external/aws-sdk-java-v2/services/grafana/src/main/resources/codegen-resources/ |
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 …]
|
/external/rust/beto-rust/nearby/crypto/crypto_provider_test/ |
D | Cargo.toml | 3 version.workspace = true 4 edition.workspace = true 5 publish.workspace = true 8 crypto_provider = { workspace = true, features = ["raw_private_key_permit", "test_vectors", "alloc… 9 rand_ext.workspace = true 10 test_helper.workspace = true 12 hex-literal.workspace = true 13 rand.workspace = true 14 rstest.workspace = true 15 rstest_reuse.workspace = true [all …]
|
/external/bazelbuild-rules_go/go/tools/bazel/ |
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 …]
|
/external/libopenapv/.github/workflows/ |
D | release_packages.yml | 20 cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release 21 cmake --build ${{github.workspace}}/build 22 cd ${{github.workspace}}/build 30 ${{ github.workspace }}/build/*.deb 31 ${{ github.workspace }}/build/*.md5 60 …cmake -S ${{github.workspace}} -B ${{github.workspace}}/build-arm -DCMAKE_TOOLCHAIN_FILE=${{github… 61 cmake --build ${{github.workspace}}/build-arm 62 cd ${{github.workspace}}/build-arm 70 ${{ github.workspace }}/build-arm/*.deb 71 ${{ github.workspace }}/build-arm/*.md5 [all …]
|
/external/libtextclassifier/native/lang_id/common/fel/ |
D | workspace.h | 41 class Workspace { 44 virtual ~Workspace() {} in ~Workspace() 47 // Create an empty workspace. 48 Workspace() {} in Workspace() function 51 SAFTM_DISALLOW_COPY_AND_ASSIGN(Workspace); 72 // Returns the index of a named workspace, adding it to the registry first 87 // Returns the maximum workspace id that has been registered. 101 // Workspace type names, indexed as workspace_types_[typeid]. 104 // Workspace names, indexed as workspace_names_[typeid][workspace]. 107 // The maximum workspace id that has been registered. [all …]
|
/external/googleapis/google/chat/v1/ |
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 …]
|
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_jni/ |
D | Cargo.toml | 3 version.workspace = true 4 edition.workspace = true 5 publish.workspace = true 8 workspace = true 14 lock_adapter = {workspace = true, features = ["spin"]} 16 cfg-if.workspace = true 17 crypto_provider_default = { workspace = true } 18 lazy_static.workspace = true 19 rand.workspace = true 20 rand_chacha.workspace = true [all …]
|
/external/XNNPACK/src/ |
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 …]
|
/external/rust/beto-rust/nearby/presence/np_java_ffi/ |
D | Cargo.toml | 3 version.workspace = true 4 edition.workspace = true 5 publish.workspace = true 8 workspace = true 11 handle_map.workspace = true 12 np_adv.workspace = true 13 np_ffi_core.workspace = true 14 pourover.workspace = true 15 pourover_macro.workspace = true 16 crypto_provider_default.workspace = true # for setting features from cmdline [all …]
|