/aosp_15_r20/tools/treble/hacksaw/workspace/ |
H A D | workspace.go | 32 type Workspace struct { struct 33 composer Composer 34 topDir string 42 func (w Workspace) Create(workspaceName string, codebaseName string) (string, error) { 71 func (w Workspace) Recreate(workspaceName string) (string, error) { 92 func (w Workspace) GetDir(workspaceName string) (string, error) { 103 func (w Workspace) GetCodebase(workspaceName string) (string, error) { 113 func (w *Workspace) SetTopDir(dir string) { 117 func (w Workspace) List() map[string]string { 126 func (w Workspace) DetachGitWorktrees(workspaceName string, unbindList []string) error { [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
H A D | working_space.hpp | 122 struct Workspace {}; struct 143 struct Workspace struct in arm_conv::depthwise::__anon783f6b5b0111::ActivationsElement 145 T activation_min, activation_max; 212 struct Workspace struct in arm_conv::depthwise::__anon783f6b5b0111::InputBufferElement 214 T *input_buffer; 240 struct Workspace struct in arm_conv::depthwise::__anon783f6b5b0111::OutputArrayElement 242 T **outptr_array; 243 T *output_buffer; 290 struct Workspace struct in arm_conv::depthwise::__anon783f6b5b0111::RequantizationParametersElement 292 const int32_t *bias, *requant_muls, *requant_shifts; [all …]
|
H A D | depthwise_planar.hpp | 203 struct Workspace struct 205 T **output_row_ptrs; 206 size_t *output_ld_cols; 207 size_t *output_ld_vls; // Stride between vectors of channels 208 T *output_padding_buffer;
|
H A D | depthwise_depthfirst_multiplier.hpp | 254 struct Workspace struct in arm_conv::depthwise::depthfirst_multiplier::InputPatchElement 256 constexpr static bool InputPatchIsGeneric = IsGeneric; 257 const T **input_rows; 258 T *input_padding; 259 T *input_patch;
|
H A D | depthwise_depthfirst_generic.hpp | 180 struct Workspace struct in arm_conv::depthwise::GenericInputArrayElement 182 const T **inptr_array;
|
H A D | depthwise_depthfirst.hpp | 196 struct Workspace struct in arm_conv::depthwise::depthwise_depthfirst::InputArrayElement 198 const T **inptr_array;
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | NNPACK.cpp | 102 struct Workspace { struct 103 void* buffer = nullptr; 104 size_t size = 0; 106 void deallocate() { in deallocate() 114 void allocate() { in allocate() 128 ~Workspace() { in ~Workspace()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cudnn/ |
H A D | Conv_v7.cpp | 144 struct Workspace { struct 145 Workspace(size_t size) : size(size), data(NULL) { in Workspace() function 156 ~Workspace() { in ~Workspace() 162 size_t size; 163 void* data;
|
/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 | 30 public final class Workspace extends com.google.protobuf.GeneratedMessageV3 class 36 private Workspace(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Workspace() method in Workspace 40 private Workspace() { in Workspace() method in Workspace
|
/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 | 30 public final class Workspace extends com.google.protobuf.GeneratedMessageV3 class 36 private Workspace(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Workspace() method in Workspace 40 private Workspace() { in Workspace() method in Workspace
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/ |
H A D | input_transform.hpp | 228 struct Workspace struct in arm_conv::winograd::input_transform::TransformIndirect 230 const TIn **inptrs; 231 const TIn *input_buffer;
|
/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 | 30 public final class Workspace extends com.google.protobuf.GeneratedMessageV3 class 36 private Workspace(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Workspace() method in Workspace 40 private Workspace() { in Workspace() method in Workspace
|
/aosp_15_r20/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | Workspace.java | 60 public final class Workspace extends Home { class 74 Workspace(LauncherInstrumentation launcher) { in Workspace() method in Workspace
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/miopen/ |
H A D | Conv_miopen.cpp | 292 struct Workspace { struct 293 Workspace(size_t size) : size(size), data(NULL) { in Workspace() argument 299 ~Workspace() { in ~Workspace() 305 size_t size; 306 void* data;
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/runfiles/ |
H A D | check_runfiles.go | 29 Workspace, ShortPath, Path string member
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 153 public class Workspace<T extends View & PageIndicator> extends PagedView<T> class 313 public Workspace(Context context, AttributeSet attrs) { in Workspace() method in Workspace 324 public Workspace(Context context, AttributeSet attrs, int defStyle) { in Workspace() method in Workspace
|
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/fel/ |
H A D | workspace.h | 48 Workspace() {} in Workspace() function
|
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bazel/ |
H A D | runfiles.go | 171 Workspace string member
|
/aosp_15_r20/external/perfetto/ui/src/public/ |
H A D | workspace.ts | 520 export class Workspace { class
|
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
H A D | Workspace.java | 128 public class Workspace extends JFrame { class 187 public Workspace() { in Workspace() method in Workspace
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/responsive/ |
D | ResponsiveSpec.java | 192 /*public static final*/ Workspace /* = new Workspace(null) */, enumConstant
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
H A D | tsprotocol.go | 116 Workspace *struct { member 131 Workspace *struct { member 203 Workspace *struct { member 719 Workspace *WorkspaceClientCapabilities `json:"workspace,omitempty"` member 743 Workspace struct { member 1117 Workspace *struct { member
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 116 Workspace *struct { member 131 Workspace *struct { member 203 Workspace *struct { member 719 Workspace *WorkspaceClientCapabilities `json:"workspace,omitempty"` member 743 Workspace struct { member 1117 Workspace *struct { member
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | tsprotocol.go | 116 Workspace *struct { member 131 Workspace *struct { member 203 Workspace *struct { member 719 Workspace *WorkspaceClientCapabilities `json:"workspace,omitempty"` member 743 Workspace struct { member 1117 Workspace *struct { member
|
/aosp_15_r20/external/google-cloud-java/java-area120-tables/proto-google-area120-tables-v1alpha1/src/main/proto/google/area120/tables/v1alpha1/ |
H A D | tables.proto | 480 message Workspace { message
|