Home
last modified time | relevance | path

Searched refs:Available (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
H A DTestableNetworkCallback.kt26 import com.android.testutils.RecorderCallback.CallbackEntry.Available
64 data class Available(override val network: Network) : CallbackEntry() dataClass
93 val AVAILABLE = Available::class
119 history.add(Available(network))
183 get() = when (val it = history.lastOrNull { it is Available || it is Lost }) {
184 is Available -> it.network
305 expectCallback<Available>(net, tmt)
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A DNeuralNetworksTypes.t87 * Available since NNAPI feature level 1.
165 * Available since NNAPI feature level 1.
266 * Available since NNAPI feature level 1.
274 * Available since NNAPI feature level 3.
283 * Available since NNAPI feature level 3.
345 * Available since NNAPI feature level 1.
385 * Available since NNAPI feature level 1.
426 * Available since NNAPI feature level 1.
522 * Available since NNAPI feature level 1.
565 * Available since NNAPI feature level 3.
[all …]
H A Dtypes.spec27 * Available since NNAPI feature level 1.
31 * Available since NNAPI feature level 1.
35 * Available since NNAPI feature level 2.
39 * Available since NNAPI feature level 3.
43 * Available since NNAPI feature level 4.
450 * Available since %{NNAPILevel3}.
474 * Available since %{NNAPILevel3}.
1247 * Available since %{NNAPILevel3}.
1340 * Available since %{NNAPILevel3}.
2509 * Available since API level 29.
[all …]
/aosp12/art/tools/golem/
H A Dbuild-target.sh51 echo >&2 "Available machine types:"
57 echo >&2 "Available Golem targets:"
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/
H A DTestableNetworkCallbackTest.kt10 import com.android.testutils.RecorderCallback.CallbackEntry.Available
226 mCallback.expectCallback<Available>(net, SHORT_TIMEOUT_MS)
230 assertFails { mCallback.expectCallback<Available>(net, SHORT_TIMEOUT_MS) }
/aosp12/bionic/
H A Dandroid-changes-for-ndk-developers.md89 ## RTLD_LOCAL (Available in API level >= 23)
107 ## Correct soname/path handling (Available in API level >= 23)
127 ## Symbol versioning (Available in API level >= 23)
351 ## `__register_atfork` (Available in API level >= 23)
362 ## DT_RUNPATH support (Available in API level >= 24)
404 ## Enable logging of dlopen/dlsym and library loading errors for apps (Available in Android O)
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A Dtypes.hal200 * Available since HAL version 1.2.
222 * Available since HAL version 1.2.
300 * Available since HAL version 1.2:
310 * Available since HAL version 1.3:
369 * Available since HAL version 1.2.
374 * Available since HAL version 1.2.
379 * Available since HAL version 1.2.
467 * Available since HAL version 1.2:
477 * Available since HAL version 1.3:
1923 * Available since API level 29.
[all …]
/aosp12/frameworks/base/core/proto/android/service/
H A Ddiskstats.proto105 // Available space, in kilobytes
/aosp12/build/make/
H A DDeprecation.md32 | `BUILD_*` | Available |
/aosp12/hardware/interfaces/neuralnetworks/1.2/
H A Dtypes.hal256 * Available since HAL version 1.2.
278 * Available since HAL version 1.2.
349 * Available since HAL version 1.2:
404 * Available since HAL version 1.2.
409 * Available since HAL version 1.2.
414 * Available since HAL version 1.2.
449 * Available since HAL version 1.2.
454 * Available since HAL version 1.2.
459 * Available since HAL version 1.2.
501 * Available since HAL version 1.2:
[all …]
/aosp12/build/make/tools/releasetools/
H A Dpylintrc70 # Set the output format. Available formats are text, parseable, colorized, msvs
234 # Spelling dictionary name. Available dictionaries: none. To make it working
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/
H A Dphone_lookup_info.proto151 // Message for the android system BlockedNumber lookup. Available starting in
/aosp12/system/apex/
H A Dpylintrc159 # Set the output format. Available formats are text, parseable, colorized, msvs
369 # Spelling dictionary name. Available dictionaries: none. To make it working
/aosp12/system/tools/mkbootimg/
H A Dpylintrc153 # Set the output format. Available formats are text, parseable, colorized, msvs
362 # Spelling dictionary name. Available dictionaries: none. To make it working
/aosp12/system/update_engine/
H A Dpylintrc102 # Set the output format. Available formats are text, parseable, colorized, msvs
171 # Spelling dictionary name. Available dictionaries: none. To make it working
H A Dupdate_metadata.proto358 // The compression algorithm used by VABC. Available ones are "gz", "brotli".
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DNetworkAgentTest.kt98 import com.android.testutils.RecorderCallback.CallbackEntry.Available
642 callback.expectCallback<Available>(agent2.network!!)
H A DConnectivityManagerTest.java1892 c -> c instanceof CallbackEntry.Available);
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dexecutors.md36 ## Available Executors
/aosp12/system/update_engine/update_engine/
H A Dupdate_metadata.proto358 // The compression algorithm used by VABC. Available ones are "gz", "brotli".
/aosp12/build/make/core/
H A Dmain.mk1090 $(info Available variants:)\
/aosp12/hardware/interfaces/camera/device/3.2/
H A Dtypes.hal678 * Available template types for
/aosp12/hardware/interfaces/
H A Dcurrent.txt192 …491aee968b2383c21627264f8b android.hardware.radio@1.0::IRadioResponse # Available in Android O, b/…
/aosp12/packages/modules/Wifi/service/proto/src/
H A Dmetrics.proto1071 // Open Network Available Pop-up
1911 // Open Network Available recommender.
/aosp12/frameworks/proto_logging/stats/enums/app/
H A Dsettings_enums.proto278 // ACTION: Settings > Connected devices > Bluetooth -> Available devices

12