Home
last modified time | relevance | path

Searched defs:Started (Results 1 – 25 of 236) sorted by relevance

12345678910

/aosp_15_r20/external/arm-trusted-firmware/docs/
H A Dindex.rst89 .. _Armv7-A and Armv8-A: https://developer.arm.com/products/architecture/a-profile
90 .. _Secure Monitor: http://www.arm.com/products/processors/technologies/trustzone/tee-smc.php
91 …er.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf
92 …://developer.arm.com/docs/den0006/latest/trusted-board-boot-requirements-client-tbbr-client-armv8-a
93 …center.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf
94 …ter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
95 .. _SMC Calling Convention: https://developer.arm.com/docs/den0028/latest
96 .. _PSA FW update specification: https://developer.arm.com/documentation/den0118/a/
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/
Dindex.rst91 .. _Armv7-A and Armv8-A: https://developer.arm.com/products/architecture/a-profile
92 .. _Secure Monitor: http://www.arm.com/products/processors/technologies/trustzone/tee-smc.php
93 …_Power State Coordination Interface (PSCI): https://developer.arm.com/documentation/den0022/latest/
94 …Trusted Board Boot Requirements CLIENT (TBBR-CLIENT): https://developer.arm.com/docs/den0006/latest
95 …center.arm.com/help/topic/com.arm.doc.den0056a/DEN0056A_System_Control_and_Management_Interface.pdf
96 …ter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
97 .. _SMC Calling Convention: https://developer.arm.com/docs/den0028/latest
98 .. _PSA FW update specification: https://developer.arm.com/documentation/den0118/latest/
/aosp_15_r20/external/emboss/doc/
H A Dguide.md12 ### A Caution
23 ### System Requirements
71 ### Create an `.emb` file
332 ### Generate code
359 ### Include the generated C++ code
371 ### Use the generated C++ code
480 ### Use the `.emb` Autoformatter
/aosp_15_r20/external/rust/crates/quiche/
DREADME.md49 ### Command-line apps
72 ### Configuring connections
110 ### Connection setup
123 ### Handling incoming packets
147 ### Generating outgoing packets
228 ### Sending and receiving stream data
261 ### HTTP/3
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/
DREADME.md49 ### Command-line apps
72 ### Configuring connections
110 ### Connection setup
123 ### Handling incoming packets
147 ### Generating outgoing packets
228 ### Sending and receiving stream data
261 ### HTTP/3
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/
H A Dlite_support.md15 ### Import Gradle dependency and other settings
51 ### Basic image manipulation and conversion
87 ### Basic audio data processing
111 ### Create output objects and run the model
150 ### Accessing the result
158 ### Optional: Mapping results to labels
/aosp_15_r20/frameworks/libs/binary_translation/
DREADME.md13 ### Build
29 ### Run Hello World
38 ### Run unit tests on host
50 ### Build and run emulator with Berberis support
57 ### Run unit tests on device or emulator
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dwait_for_cq_end_op.h56 struct Started { struct
57 explicit Started(Waker waker) : waker(std::move(waker)) {} in Started() argument
63 using State = absl::variant<NotStarted, Started, Invalid>; argument
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/
H A DREADME.md10 ### Initialization
95 ### Common primitive operations
153 ### Using secondary indices
165 ### Working with immutable data classes
260 ### Non-blocking asynchronous operations
/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/
H A DREADME.md19 ### Behavior of Annotation
45 ### Register Annotation via Operator Type
68 ### Example of Conv2d Annotation
158 ### Common Annotators
/aosp_15_r20/external/executorch/backends/qualcomm/builders/
H A DREADME.md25 ### Identify Unsupported Operator
70 ### Check Operator Spec
137 ### Implementation
354 ### Quantizer Annotation
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/
H A DREADME.md10 ### Add a dependency for the S3 Transfer Manager
30 ### Instantiate the S3 Transfer Manager
57 ### Transfer a single object
124 ### Transfer multiple objects in the same directory
/aosp_15_r20/system/chre/doc/
H A Dnanoapp_developer_guide.md26 ### Picking a Nanoapp ID
40 ### Picking a Language
47 ### Building the Nanoapp Binary
76 ### Loading onto a Device
/aosp_15_r20/external/python/absl-py/
DREADME.md16 ### Installation
30 ### Running Tests
41 ### Example Code
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/
DREADME.md46 ### Rust Version
55 ### Dependencies
86 ### Tutorials
/aosp_15_r20/external/go-cmp/cmp/internal/teststructs/
H A Dproject1.go157 Started time.Time member
185 Started time.Time member
209 Started time.Time member
226 Started time.Time member
241 Started time.Time member
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/touchpad/tutorial/ui/gesture/
DStarted.java6 public final class Started extends com.android.systemui.touchpad.tutorial.ui.gesture.DistanceGestur… class
8 public Started(float deltaX, float deltaY) { in Started() method in Started
/aosp_15_r20/external/bazel-skylib/
H A DREADME.md16 ### `WORKSPACE` file
29 ### `BUILD` and `*.bzl` files
/aosp_15_r20/external/aws-sdk-java-v2/
H A DREADME.md29 #### Sign up for AWS ####
35 #### Minimum requirements ####
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/touchpad/tutorial/ui/gesture/
H A DDistanceTracker.kt43 class Started(deltaX: Float, deltaY: Float) : DistanceGestureState(deltaX, deltaY) class
/aosp_15_r20/external/google-cloud-java/java-grafeas/
H A DREADME.md72 ### Prerequisites
80 ### Installation and setup
/aosp_15_r20/external/google-cloud-java/java-dns/
H A DREADME.md72 ### Prerequisites
80 ### Installation and setup
/aosp_15_r20/external/google-cloud-java/java-notification/
H A DREADME.md75 ### Prerequisites
83 ### Installation and setup
/aosp_15_r20/external/google-cloud-java/java-service-usage/
H A DREADME.md72 ### Prerequisites
80 ### Installation and setup
/aosp_15_r20/external/google-cloud-java/java-websecurityscanner/
H A DREADME.md72 ### Prerequisites
80 ### Installation and setup

12345678910