/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/schema/ |
H A D | aiplatform_v1.yaml | 84 - selector: 'google.longrunning.Operations.*' 97 - selector: google.longrunning.Operations.CancelOperation 98 post: '/ui/{name=projects/*/locations/*/operations/*}:cancel' 100 - post: '/ui/{name=projects/*/locations/*/datasets/*/operations/*}:cancel' 101 - post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:cancel' 102 - post: '/ui/{name=projects/*/locations/*/datasets/*/savedQueries/*/operations/*}:cancel' 103 - post: '/ui/{name=projects/*/locations/*/datasets/*/annotationSpecs/*/operations/*}:cancel' 104 …- post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/annotations/*/operations/*}:cance… 105 - post: '/ui/{name=projects/*/locations/*/endpoints/*/operations/*}:cancel' 106 - post: '/ui/{name=projects/*/locations/*/featurestores/*/operations/*}:cancel' [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/ |
H A D | aiplatform_v1beta1.yaml | 42 - name: google.longrunning.Operations 251 - selector: google.longrunning.Operations.CancelOperation 252 post: '/ui/{name=projects/*/locations/*/operations/*}:cancel' 254 - post: '/ui/{name=projects/*/locations/*/datasets/*/operations/*}:cancel' 255 - post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:cancel' 256 - post: '/ui/{name=projects/*/locations/*/datasets/*/savedQueries/*/operations/*}:cancel' 257 - post: '/ui/{name=projects/*/locations/*/datasets/*/annotationSpecs/*/operations/*}:cancel' 258 …- post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/annotations/*/operations/*}:cance… 259 - post: '/ui/{name=projects/*/locations/*/deploymentResourcePools/*/operations/*}:cancel' 260 - post: '/ui/{name=projects/*/locations/*/edgeDevices/*/operations/*}:cancel' [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/schema/ |
H A D | aiplatform_v1beta1.yaml | 107 - selector: 'google.longrunning.Operations.*' 120 - selector: google.longrunning.Operations.CancelOperation 121 post: '/ui/{name=projects/*/locations/*/operations/*}:cancel' 123 - post: '/ui/{name=projects/*/locations/*/datasets/*/operations/*}:cancel' 124 - post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:cancel' 125 - post: '/ui/{name=projects/*/locations/*/datasets/*/savedQueries/*/operations/*}:cancel' 126 - post: '/ui/{name=projects/*/locations/*/datasets/*/annotationSpecs/*/operations/*}:cancel' 127 …- post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/annotations/*/operations/*}:cance… 128 - post: '/ui/{name=projects/*/locations/*/endpoints/*/operations/*}:cancel' 129 - post: '/ui/{name=projects/*/locations/*/featurestores/*/operations/*}:cancel' [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/ |
H A D | aiplatform_v1.yaml | 35 - name: google.longrunning.Operations 229 - selector: google.longrunning.Operations.CancelOperation 230 post: '/ui/{name=projects/*/locations/*/operations/*}:cancel' 232 - post: '/ui/{name=projects/*/locations/*/datasets/*/operations/*}:cancel' 233 - post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:cancel' 234 - post: '/ui/{name=projects/*/locations/*/datasets/*/savedQueries/*/operations/*}:cancel' 235 - post: '/ui/{name=projects/*/locations/*/datasets/*/annotationSpecs/*/operations/*}:cancel' 236 …- post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/annotations/*/operations/*}:cance… 237 - post: '/ui/{name=projects/*/locations/*/deploymentResourcePools/*/operations/*}:cancel' 238 - post: '/ui/{name=projects/*/locations/*/edgeDevices/*/operations/*}:cancel' [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar27.rsp | 1 …operations/BitmapData.java frameworks/base/core/java/com/android/internal/widget/remotecompose/cor…
|
D | framework.jar27 | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | P10InstrResources.td | 13 // 22 Cycles Binary Floating Point operations, 2 input operands 21 // 22 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands 27 // 24 Cycles Binary Floating Point operations, 2 input operands 33 // 26 Cycles Binary Floating Point operations, 1 input operands 41 // 26 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 1 input operands 47 // 27 Cycles Binary Floating Point operations, 1 input operands 53 // 27 Cycles Binary Floating Point operations, 2 input operands 62 // 27 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands 68 // 36 Cycles Binary Floating Point operations, 1 input operands 77 // 36 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 1 input operands [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/detail/ |
D | generic_rk_operations.hpp | 6 Operations caller for the generic Runge Kutta method. 27 template< size_t StageNumber , class Operations , class Fac , class Time > 30 template< class Operations , class Fac , class Time > 31 struct generic_rk_scale_sum< 1 , Operations , Fac , Time > : public Operations::template scale_sum2… 33 …generic_rk_scale_sum( const boost::array<Fac,1> &a , Time dt ) : Operations::template scale_sum2< … in generic_rk_scale_sum() 40 template< class Operations , class Fac , class Time > 41 struct generic_rk_scale_sum< 2 , Operations , Fac , Time > : public Operations::template scale_sum3… 44 : Operations::template scale_sum3< Fac , Time >( 1.0 , a[0]*dt , a[1]*dt ) in generic_rk_scale_sum() 50 template< class Operations , class Fac , class Time > 51 struct generic_rk_scale_sum< 3 , Operations , Fac , Time > : public Operations::template scale_sum4… [all …]
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/ |
H A D | Operations.java | 20 import com.android.internal.widget.remotecompose.core.operations.BitmapData; 21 import com.android.internal.widget.remotecompose.core.operations.ClickArea; 22 import com.android.internal.widget.remotecompose.core.operations.ClipPath; 23 import com.android.internal.widget.remotecompose.core.operations.ClipRect; 24 import com.android.internal.widget.remotecompose.core.operations.ColorConstant; 25 import com.android.internal.widget.remotecompose.core.operations.ColorExpression; 26 import com.android.internal.widget.remotecompose.core.operations.ComponentValue; 27 import com.android.internal.widget.remotecompose.core.operations.DataListFloat; 28 import com.android.internal.widget.remotecompose.core.operations.DataListIds; 29 import com.android.internal.widget.remotecompose.core.operations.DataMapIds; [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-27/ |
D | framework.jar | ... android/internal/widget/remotecompose/core/operations/utilities/StringSerializer.class
StringSerializer.java
package ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/common/types/neuralnetworks_types/android_arm64_armv8-2a_cortex-a55_static_apex30_sabi/ |
D | neuralnetworks_types.a.rsp | 1 …operations/src/Activation.o out/soong/.intermediates/packages/modules/NeuralNetworks/common/types/…
|
/aosp_15_r20/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/src/main/java/com/google/api/servicecontrol/v1/ |
H A D | ReportRequest.java | 139 * Operations to be reported. 141 * Putting multiple operations into a single request is allowed, but should 142 * be used only when multiple operations are natually available at the time 144 * There is no limit on the number of operations in the same ReportRequest, 150 * <code>repeated .google.api.servicecontrol.v1.Operation operations = 2;</code> 160 * Operations to be reported. 162 * Putting multiple operations into a single request is allowed, but should 163 * be used only when multiple operations are natually available at the time 165 * There is no limit on the number of operations in the same ReportRequest, 171 * <code>repeated .google.api.servicecontrol.v1.Operation operations = 2;</code> [all …]
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | org-eclipse-core-commands-3.6.0.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/ |
H A D | CreateGrantRequest.java | 60 .memberName("Operations") 63 …aits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("Operations").build(), 110 private final List<String> operations; field in CreateGrantRequest 125 this.operations = builder.operations; in CreateGrantRequest() 251 * A list of operations that the grant permits. 254 …* This list must include only operations that are permitted in a grant. Also, the operation must b… 258 …ef="https://docs.aws.amazon.com/kms/latest/developerguide/grants.html#terms-grant-operations">Grant 259 * operations</a> in the <i>Key Management Service Developer Guide</i>. 269 * @return A list of operations that the grant permits. </p> 271 …* This list must include only operations that are permitted in a grant. Also, the operatio… [all …]
|
H A D | GrantListEntry.java | 79 .memberName("Operations") 82 …aits(LocationTrait.builder().location(MarshallLocation.PAYLOAD).locationName("Operations").build(), 117 private final List<String> operations; field in GrantListEntry 129 this.operations = builder.operations; in GrantListEntry() 227 * The list of operations permitted by the grant. 237 * @return The list of operations permitted by the grant. 239 public final List<GrantOperation> operations() { in operations() method in GrantListEntry 240 return GrantOperationListCopier.copyStringToEnum(operations); in operations() 244 …* For responses, this returns true if the service returned a value for the Operations property. Th… 252 return operations != null && !(operations instanceof SdkAutoConstructList); in hasOperations() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/doc/ |
D | atomic.qbk | 17 [purpose Atomic operations] 30 data types and operations on these data types, as well as memory 41 intrinsics), and falls back to "emulating" atomic operations through 48 Operations on "ordinary" variables are not guaranteed to be atomic. 214 operations in isolation, in this case the fence operates in 216 operations) or succeeding (for `release` or `seq_cst`) atomic 217 operations. 355 implement the lock-based emulation and waiting and notifying operations 364 …lock pool used by [*Boost.Atomic] to implement lock-based atomic operations and waiting and notify… 365 … operations on some platforms. Must be an integer in range from 0 to 16, the default value is 8. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
H A D | IoLib.h | 36 This function must guarantee that all I/O read and write operations are 39 If 8-bit I/O port operations are not supported, then ASSERT(). 57 operations are serialized. 59 If 8-bit I/O port operations are not supported, then ASSERT(). 81 This function must guarantee that all I/O read and write operations are 84 If 8-bit I/O port operations are not supported, then ASSERT(). 106 This function must guarantee that all I/O write and write operations are 109 If 8-bit I/O port operations are not supported, then ASSERT(). 132 operations are serialized. 134 If 8-bit I/O port operations are not supported, then ASSERT(). [all …]
|
H A D | S3IoLib.h | 20 This function must guarantee that all I/O read and write operations are 23 If 8-bit I/O port operations are not supported, then ASSERT(). 42 operations are serialized. 44 If 8-bit I/O port operations are not supported, then ASSERT(). 68 operations are serialized. 70 If 8-bit I/O port operations are not supported, then ASSERT(). 93 returned. This function must guarantee that all I/O read and write operations 96 If 8-bit I/O port operations are not supported, then ASSERT(). 121 I/O read and write operations are serialized. 123 If 8-bit I/O port operations are not supported, then ASSERT(). [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
H A D | IoLib.h | 36 This function must guarantee that all I/O read and write operations are 39 If 8-bit I/O port operations are not supported, then ASSERT(). 57 operations are serialized. 59 If 8-bit I/O port operations are not supported, then ASSERT(). 81 This function must guarantee that all I/O read and write operations are 84 If 8-bit I/O port operations are not supported, then ASSERT(). 106 This function must guarantee that all I/O write and write operations are 109 If 8-bit I/O port operations are not supported, then ASSERT(). 132 operations are serialized. 134 If 8-bit I/O port operations are not supported, then ASSERT(). [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | IoLib.h | 36 This function must guarantee that all I/O read and write operations are 39 If 8-bit I/O port operations are not supported, then ASSERT(). 57 operations are serialized. 59 If 8-bit I/O port operations are not supported, then ASSERT(). 81 This function must guarantee that all I/O read and write operations are 84 If 8-bit I/O port operations are not supported, then ASSERT(). 106 This function must guarantee that all I/O write and write operations are 109 If 8-bit I/O port operations are not supported, then ASSERT(). 132 operations are serialized. 134 If 8-bit I/O port operations are not supported, then ASSERT(). [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
H A D | IoLib.h | 42 This function must guarantee that all I/O read and write operations are 45 If 8-bit I/O port operations are not supported, then ASSERT(). 63 operations are serialized. 65 If 8-bit I/O port operations are not supported, then ASSERT(). 87 This function must guarantee that all I/O read and write operations are 90 If 8-bit I/O port operations are not supported, then ASSERT(). 112 This function must guarantee that all I/O write and write operations are 115 If 8-bit I/O port operations are not supported, then ASSERT(). 138 operations are serialized. 140 If 8-bit I/O port operations are not supported, then ASSERT(). [all …]
|
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ |
H A D | ListOperationsResponse.java | 79 * A list of operations in the project in the specified zone. 82 * <code>repeated .google.container.v1beta1.Operation operations = 1;</code> 92 * A list of operations in the project in the specified zone. 95 * <code>repeated .google.container.v1beta1.Operation operations = 1;</code> 106 * A list of operations in the project in the specified zone. 109 * <code>repeated .google.container.v1beta1.Operation operations = 1;</code> 119 * A list of operations in the project in the specified zone. 122 * <code>repeated .google.container.v1beta1.Operation operations = 1;</code> 132 * A list of operations in the project in the specified zone. 135 * <code>repeated .google.container.v1beta1.Operation operations = 1;</code> [all …]
|
/aosp_15_r20/external/google-cloud-java/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ |
H A D | ListOperationsResponse.java | 79 * A list of operations in the project in the specified zone. 82 * <code>repeated .google.container.v1.Operation operations = 1;</code> 92 * A list of operations in the project in the specified zone. 95 * <code>repeated .google.container.v1.Operation operations = 1;</code> 106 * A list of operations in the project in the specified zone. 109 * <code>repeated .google.container.v1.Operation operations = 1;</code> 119 * A list of operations in the project in the specified zone. 122 * <code>repeated .google.container.v1.Operation operations = 1;</code> 132 * A list of operations in the project in the specified zone. 135 * <code>repeated .google.container.v1.Operation operations = 1;</code> [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/cb/ |
D | cb4b217533fee5d18d8e0f8f75af49bae1f99370 | 99 …ase-operations/art-run-test-2242-checker-lse-acquire-release-operations/android_common/javac/art-r… 100 …ase-operations/art-run-test-2242-checker-lse-acquire-release-operations/android_common/javac/art-r… 127 …operations/art-run-test-2242-checker-lse-acquire-release-operations/android_common/lint-srcs.list.… 130 …/art/test/2242-checker-lse-acquire-release-operations/art-run-test-2242-checker-lse-acquire-releas… 134 …/art/test/2242-checker-lse-acquire-release-operations/art-run-test-2242-checker-lse-acquire-releas… 138 …/art/test/2242-checker-lse-acquire-release-operations/art-run-test-2242-checker-lse-acquire-releas… 142 …/art/test/2242-checker-lse-acquire-release-operations/art-run-test-2242-checker-lse-acquire-releas… 146 …/art/test/2242-checker-lse-acquire-release-operations/art-run-test-2242-checker-lse-acquire-releas… 150 …/art/test/2242-checker-lse-acquire-release-operations/art-run-test-2242-checker-lse-acquire-releas… 154 …/art/test/2242-checker-lse-acquire-release-operations/art-run-test-2242-checker-lse-acquire-releas… [all …]
|
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkStatsHistory.java | 106 private long[] operations; field in NetworkStatsHistory 112 long[] operations, int bucketCount, long totalBytes) { in NetworkStatsHistory() argument 120 this.operations = operations; in NetworkStatsHistory() 154 public long operations; field in NetworkStatsHistory.Entry 173 * @param operations count of network operations performed for this {@link Entry}. This can 177 long rxPackets, long txBytes, long txPackets, long operations) { in Entry() argument 184 this.operations = operations; in Entry() 221 /** Get count of network operations performed for this {@link Entry}. */ 223 return operations; in getOperations() 234 && txPackets == entry.txPackets && operations == entry.operations; in equals() [all …]
|