/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/utility/ |
H A D | utility.h | 16 // abstractions available within C++14 and C++17, and are designed to be drop-in 61 // working with C++11 variadic templates). `absl::integer_sequence` is designed 84 // `absl::index_sequence` is designed to be a drop-in replacement for C++14's 139 // `integer_sequence<int, 0, 1, ..., N-1>`, and is designed to be a drop-in 147 // and is designed to be a drop-in replacement for C++14's 155 // is designed to be a drop-in replacement for C++14's 172 // `absl::optional`, designed to be a drop-in replacement for C++17's 188 // be specified, such as with `absl::any`, designed to be a drop-in replacement 205 // be specified, such as with `absl::any`, designed to be a drop-in replacement 218 // A constexpr version of `std::move()`, designed to be a drop-in replacement [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/utility/ |
H A D | utility.h | 16 // abstractions available within C++14 and C++17, and are designed to be drop-in 61 // working with C++11 variadic templates). `absl::integer_sequence` is designed 84 // `absl::index_sequence` is designed to be a drop-in replacement for C++14's 139 // `integer_sequence<int, 0, 1, ..., N-1>`, and is designed to be a drop-in 147 // and is designed to be a drop-in replacement for C++14's 155 // is designed to be a drop-in replacement for C++14's 172 // `absl::optional`, designed to be a drop-in replacement for C++17's 188 // be specified, such as with `absl::any`, designed to be a drop-in replacement 205 // be specified, such as with `absl::any`, designed to be a drop-in replacement 218 // A constexpr version of `std::move()`, designed to be a drop-in replacement [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/utility/ |
D | utility.h | 16 // abstractions available within C++14 and C++17, and are designed to be drop-in 61 // working with C++11 variadic templates). `absl::integer_sequence` is designed 84 // `absl::index_sequence` is designed to be a drop-in replacement for C++14's 139 // `integer_sequence<int, 0, 1, ..., N-1>`, and is designed to be a drop-in 147 // and is designed to be a drop-in replacement for C++14's 155 // is designed to be a drop-in replacement for C++14's 172 // `absl::optional`, designed to be a drop-in replacement for C++17's 188 // be specified, such as with `absl::any`, designed to be a drop-in replacement 205 // be specified, such as with `absl::any`, designed to be a drop-in replacement 218 // A constexpr version of `std::move()`, designed to be a drop-in replacement [all …]
|
/aosp_15_r20/external/pdfium/third_party/abseil-cpp/absl/utility/ |
H A D | utility.h | 16 // abstractions available within C++14 and C++17, and are designed to be drop-in 61 // working with C++11 variadic templates). `absl::integer_sequence` is designed 84 // `absl::index_sequence` is designed to be a drop-in replacement for C++14's 139 // `integer_sequence<int, 0, 1, ..., N-1>`, and is designed to be a drop-in 147 // and is designed to be a drop-in replacement for C++14's 155 // is designed to be a drop-in replacement for C++14's 172 // `absl::optional`, designed to be a drop-in replacement for C++17's 188 // be specified, such as with `absl::any`, designed to be a drop-in replacement 205 // be specified, such as with `absl::any`, designed to be a drop-in replacement 218 // A constexpr version of `std::move()`, designed to be a drop-in replacement [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/utility/ |
H A D | utility.h | 16 // abstractions available within C++14 and C++17, and are designed to be drop-in 61 // working with C++11 variadic templates). `absl::integer_sequence` is designed 84 // `absl::index_sequence` is designed to be a drop-in replacement for C++14's 139 // `integer_sequence<int, 0, 1, ..., N-1>`, and is designed to be a drop-in 147 // and is designed to be a drop-in replacement for C++14's 155 // is designed to be a drop-in replacement for C++14's 172 // `absl::optional`, designed to be a drop-in replacement for C++17's 188 // be specified, such as with `absl::any`, designed to be a drop-in replacement 205 // be specified, such as with `absl::any`, designed to be a drop-in replacement 218 // A constexpr version of `std::move()`, designed to be a drop-in replacement [all …]
|
/aosp_15_r20/external/cpuinfo/ |
H A D | README.md | 271 - [x] Intel-designed x86/x86-64 cores (up to Sunny Cove, Goldmont Plus, and Knights Mill) 272 - [x] AMD-designed x86/x86-64 cores (up to Puma/Jaguar and Zen 2) 273 - [ ] VIA-designed x86/x86-64 cores 275 - [x] ARM-designed ARM cores (up to Cortex-A55, Cortex-A77, and Neoverse E1/N1/V1/N2) 276 - [x] Qualcomm-designed ARM cores (Scorpion, Krait, and Kryo) 277 - [x] Nvidia-designed ARM cores (Denver and Carmel) 278 - [x] Samsung-designed ARM cores (Exynos) 279 - [x] Intel-designed ARM cores (XScale up to 3rd-gen) 280 - [x] Apple-designed ARM cores (up to Lightning and Thunder) 281 - [x] Cavium-designed ARM cores (ThunderX) [all …]
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/ |
H A D | FakeCallableFactory.java | 63 * Create a callable object with grpc-specific functionality. Designed for use by generated code. 80 * Create a callable object that represents a simple call to a paged API method. Designed for use 99 * Create a paged callable object that represents a paged API method. Designed for use by 120 * Create a callable object that represents a batching API method. Designed for use by generated 140 * Creates a callable object that represents a long-running operation. Designed for use by 166 * Create a bidirectional streaming callable object with grpc-specific functionality. Designed for 184 * Create a server-streaming callable with grpc-specific functionality. Designed for use by 202 * Create a client-streaming callable object with grpc-specific functionality. Designed for use by
|
/aosp_15_r20/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/ |
H A D | NoopClientCall.java | 23 * {@link NoopClientCall} is a class that is designed for use in tests. It is designed to be used 24 * in places where a scriptable call is necessary. By default, all methods are noops, and designed 30 * {@link NoopClientCall.NoopClientCallListener} is a class that is designed for use in tests. 31 * It is designed to be used in places where a scriptable call listener is necessary. By 32 * default, all methods are noops, and designed to be overridden.
|
H A D | NoopServerCall.java | 25 * {@link NoopServerCall} is a class that is designed for use in tests. It is designed to be used 26 * in places where a scriptable call is necessary. By default, all methods are noops, and designed 32 * {@link NoopServerCall.NoopServerCallListener} is a class that is designed for use in tests. 33 * It is designed to be used in places where a scriptable call listener is necessary. By 34 * default, all methods are noops, and designed to be overridden.
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/ |
H A D | GrpcStubCallableFactory.java | 50 * Create a callable object with grpc-specific functionality. Designed for use by generated code. 60 * Create a paged callable object that represents a paged API method. Designed for use by 75 * Create a callable object that represents a batching API method. Designed for use by generated 90 * Creates a callable object that represents a long-running operation. Designed for use by 108 * Create a bidirectional streaming callable object with grpc-specific functionality. Designed for 123 * Create a server-streaming callable with grpc-specific functionality. Designed for use by 137 * Create a client-streaming callable object with grpc-specific functionality. Designed for use by
|
H A D | GrpcCallableFactory.java | 94 * Create a callable object with grpc-specific functionality. Designed for use by generated code. 115 * Create a paged callable object that represents a paged API method. Designed for use by 136 * Create a callable object that represents a batching API method. Designed for use by generated 167 * Creates a callable object that represents a long-running operation. Designed for use by 212 * Create a bidirectional streaming callable object with grpc-specific functionality. Designed for 240 * Create a server-streaming callable with grpc-specific functionality. Designed for use by 265 * Create a server-streaming callable with grpc-specific functionality. Designed for use by 298 * Create a client-streaming callable object with grpc-specific functionality. Designed for use by
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/ |
D | example_test.go | 30 const body = "Go is a general-purpose language designed with systems programming in mind." 50 …nUser-Agent: Go-http-client/1.1\r\n\r\nGo is a general-purpose language designed with systems prog… 54 const body = "Go is a general-purpose language designed with systems programming in mind." 68 …th: 75\r\nAccept-Encoding: gzip\r\n\r\nGo is a general-purpose language designed with systems prog… 72 const body = "Go is a general-purpose language designed with systems programming in mind." 93 …: Wed, 19 Jul 1972 19:00:00 GMT\r\n\r\nGo is a general-purpose language designed with systems prog…
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/meta/ |
H A D | type_traits.h | 203 // This metafunction is designed to be a drop-in replacement for the C++17 219 // This metafunction is designed to be a drop-in replacement for the C++17 238 // This metafunction is designed to be a drop-in replacement for the C++17 255 // This metafunction is designed to be a drop-in replacement for the C++17 264 // This metafunction is designed to be a drop-in replacement for the C++11 281 // This metafunction is designed to be a drop-in replacement for the C++11 312 // This metafunction is designed to be a drop-in replacement for the C++11 365 // This metafunction is designed to be a drop-in replacement for the C++11 400 // This metafunction is designed to be a drop-in replacement for the C++11 435 // This metafunction is designed to be a drop-in replacement for the C++11 [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/meta/ |
H A D | type_traits.h | 199 // This metafunction is designed to be a drop-in replacement for the C++17 215 // This metafunction is designed to be a drop-in replacement for the C++17 234 // This metafunction is designed to be a drop-in replacement for the C++17 251 // This metafunction is designed to be a drop-in replacement for the C++17 260 // This metafunction is designed to be a drop-in replacement for the C++11 277 // This metafunction is designed to be a drop-in replacement for the C++11 312 // This metafunction is designed to be a drop-in replacement for the C++11 369 // This metafunction is designed to be a drop-in replacement for the C++11 408 // This metafunction is designed to be a drop-in replacement for the C++11 443 // This metafunction is designed to be a drop-in replacement for the C++11 [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/meta/ |
H A D | type_traits.h | 211 // This metafunction is designed to be a drop-in replacement for the C++17 227 // This metafunction is designed to be a drop-in replacement for the C++17 246 // This metafunction is designed to be a drop-in replacement for the C++17 263 // This metafunction is designed to be a drop-in replacement for the C++17 272 // This metafunction is designed to be a drop-in replacement for the C++11 289 // This metafunction is designed to be a drop-in replacement for the C++11 324 // This metafunction is designed to be a drop-in replacement for the C++11 381 // This metafunction is designed to be a drop-in replacement for the C++11 420 // This metafunction is designed to be a drop-in replacement for the C++11 455 // This metafunction is designed to be a drop-in replacement for the C++11 [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/meta/ |
D | type_traits.h | 199 // This metafunction is designed to be a drop-in replacement for the C++17 215 // This metafunction is designed to be a drop-in replacement for the C++17 234 // This metafunction is designed to be a drop-in replacement for the C++17 251 // This metafunction is designed to be a drop-in replacement for the C++17 260 // This metafunction is designed to be a drop-in replacement for the C++11 277 // This metafunction is designed to be a drop-in replacement for the C++11 312 // This metafunction is designed to be a drop-in replacement for the C++11 369 // This metafunction is designed to be a drop-in replacement for the C++11 408 // This metafunction is designed to be a drop-in replacement for the C++11 443 // This metafunction is designed to be a drop-in replacement for the C++11 [all …]
|
/aosp_15_r20/external/pdfium/third_party/abseil-cpp/absl/meta/ |
H A D | type_traits.h | 199 // This metafunction is designed to be a drop-in replacement for the C++17 215 // This metafunction is designed to be a drop-in replacement for the C++17 234 // This metafunction is designed to be a drop-in replacement for the C++17 251 // This metafunction is designed to be a drop-in replacement for the C++17 260 // This metafunction is designed to be a drop-in replacement for the C++11 277 // This metafunction is designed to be a drop-in replacement for the C++11 312 // This metafunction is designed to be a drop-in replacement for the C++11 369 // This metafunction is designed to be a drop-in replacement for the C++11 408 // This metafunction is designed to be a drop-in replacement for the C++11 443 // This metafunction is designed to be a drop-in replacement for the C++11 [all …]
|
/aosp_15_r20/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | app_neverallows.te | 229 # designed for use by any domain. 297 -fwk_bufferhub_hwservice # Designed for use by any domain 298 -hidl_allocator_hwservice # Designed for use by any domain 299 -hidl_manager_hwservice # Designed for use by any domain 300 -hidl_memory_hwservice # Designed for use by any domain 301 -hidl_token_hwservice # Designed for use by any domain
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | apigee_v1.organizations.apis.revisions.html | 129 …x27; directory of the API proxy. This is a 'manifest' setting designed to provide visibi… 140 …y was created using the Edge UI. This is a 'manifest' setting designed to provide visibi… 159 …y was created using the Edge UI. This is a 'manifest' setting designed to provide visibi… 162 …y was created using the Edge UI. This is a 'manifest' setting designed to provide visibi… 244 …x27; directory of the API proxy. This is a 'manifest' setting designed to provide visibi… 255 …y was created using the Edge UI. This is a 'manifest' setting designed to provide visibi… 274 …y was created using the Edge UI. This is a 'manifest' setting designed to provide visibi… 277 …y was created using the Edge UI. This is a 'manifest' setting designed to provide visibi…
|
D | mybusinesslodging_v1.locations.html | 138 …lectronic games like pool, foosball, darts, and more. May or may not be designed for children. Als… 180 …"adaCompliantUnit": True or False, # ADA compliant unit. A guestroom designed to accommo… 186 …ssibleUnit": True or False, # Hearing-accessible unit. A guestroom designed to accommodate th… 194 …sibleUnit": True or False, # Mobility-accessible unit. A guestroom designed to accommodate th… 236 …, # Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose o… 238 "dryer": True or False, # Dryer. An electrical machine designed to dry clothing. 270 …se, # Washer. An electrical machine connected to a running water source designed to launder clothi… 312 …"sofaBedsCount": 42, # Sofa beds count. The number of specially designed sofas that can … 347 …"adaCompliantUnit": True or False, # ADA compliant unit. A guestroom designed to accommo… 353 …ssibleUnit": True or False, # Hearing-accessible unit. A guestroom designed to accommodate th… [all …]
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/ |
H A D | HttpJsonStubCallableFactory.java | 48 * Create a callable object with http/json-specific functionality. Designed for use by generated 62 * Create a paged callable object that represents a paged API method. Designed for use by 77 * Create a callable object that represents a batching API method. Designed for use by generated 92 * Creates a callable object that represents a long-running operation. Designed for use by 110 * Create a server-streaming callable with. Designed for use by generated code.
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/ |
H A D | DegreeType.java | 113 * Bachelor's or equivalent; Programmes designed to provide intermediate 125 * Master's or equivalent; Programmes designed to provide advanced academic 137 * Doctoral or equivalent; Programmes designed primarily to lead to an 230 * Bachelor's or equivalent; Programmes designed to provide intermediate 242 * Master's or equivalent; Programmes designed to provide advanced academic 254 * Doctoral or equivalent; Programmes designed primarily to lead to an
|
/aosp_15_r20/external/rust/android-crates-io/crates/ahash/ |
D | FAQ.md | 3 AHash is designed to [prevent an adversary that does not know the key from being able to create has… 9 * aHash is designed to [resist differential crypto analysis](https://github.com/tkaitchuck/aHash/wi… 15 …st one, or a very few, bits in intermediate state. This is specifically designed to prevent the so… 17 * The `finish` call at the end of the hash is designed to not expose individual bits of the interna… 27 Cryptographic hashes are designed to make is nearly impossible to find two items that collide when … 50 It is not designed to be.
|
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/ |
H A D | DegreeType.java | 113 * Bachelor's or equivalent; Programmes designed to provide intermediate 125 * Master's or equivalent; Programmes designed to provide advanced academic 137 * Doctoral or equivalent; Programmes designed primarily to lead to an 230 * Bachelor's or equivalent; Programmes designed to provide intermediate 242 * Master's or equivalent; Programmes designed to provide advanced academic 254 * Doctoral or equivalent; Programmes designed primarily to lead to an
|
/aosp_15_r20/frameworks/native/libs/renderengine/threaded/ |
H A D | RenderEngineThreaded.cpp | 137 // This function is designed so it can run asynchronously, so we do not need to wait in primeCache() 180 // This function is designed so it can run asynchronously, so we do not need to wait in mapExternalTextureBuffer() 194 // This function is designed so it can run asynchronously, so we do not need to wait in unmapExternalTextureBuffer() 227 // This function is designed so it can run asynchronously, so we do not need to wait in cleanupPostRender() 329 // This function is designed so it can run asynchronously, so we do not need to wait in onActiveDisplaySizeChanged() 356 // This function is designed so it can run asynchronously, so we do not need to wait in setEnableTracing()
|