/aosp_15_r20/external/lottie/ |
H A D | versions.properties | 1 #### Dependencies and Plugin versions with their available updates. 12 ## # available=8.2.0-alpha01 13 ## # available=8.2.0-alpha02 18 ## # available=1.7.0-alpha01 19 ## # available=1.7.0-alpha02 20 ## # available=1.7.0-alpha03 25 ## # available=4.11-beta-1 26 ## # available=4.11-beta-2 27 ## # available=4.11 28 ## # available=4.11.1 [all …]
|
/aosp_15_r20/external/executorch/backends/mediatek/runtime/include/api/ |
H A D | NeuronAdapter.h | 81 * Available since 4.1.0 94 * Available since 4.1.0 102 * Available since 5.0.0 120 // Available since 5.0.0 308 * Supported operations are listed with available versions. See 311 * Attempting to compile models with operations marked as not available 322 NEURON_ADD = 0, ///< Available since 4.1.0. NNAPI level 30. 323 NEURON_AVERAGE_POOL_2D = 1, ///< Available since 4.1.0. NNAPI level 30. 324 NEURON_CONCATENATION = 2, ///< Available since 4.1.0. NNAPI level 30. 325 NEURON_CONV_2D = 3, ///< Available since 4.1.0. NNAPI level 30. [all …]
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | cxx-traits.h | 6 struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an identifier … 11 struct __is_empty { // expected-warning {{keyword '__is_empty' will be made available as an identif… 20 struct __is_abstract {}; // expected-warning {{made available}} 21 struct __is_arithmetic {}; // expected-warning {{made available}} 22 struct __is_array {}; // expected-warning {{made available}} 23 struct __is_assignable {}; // expected-warning {{made available}} 24 struct __is_base_of {}; // expected-warning {{made available}} 25 struct __is_class {}; // expected-warning {{made available}} 26 struct __is_complete_type {}; // expected-warning {{made available}} 27 struct __is_compound {}; // expected-warning {{made available}} [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | available_instructions_test.cpp | 166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local 167 ASSERT_EQ(0, available.size()); in TEST() 168 ASSERT_TRUE(available.empty()); in TEST() 176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local 177 ASSERT_FALSE(available.empty()); in TEST() 178 ASSERT_EQ(30, available.size()); in TEST() 179 ASSERT_EQ(spv::Op::OpTypeVoid, available[0]->opcode()); in TEST() 180 ASSERT_EQ(spv::Op::OpVariable, available[15]->opcode()); in TEST() 183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local 184 ASSERT_FALSE(available.empty()); in TEST() [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/ |
H A D | available_instructions_test.cpp | 166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local 167 ASSERT_EQ(0, available.size()); in TEST() 168 ASSERT_TRUE(available.empty()); in TEST() 176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local 177 ASSERT_FALSE(available.empty()); in TEST() 178 ASSERT_EQ(30, available.size()); in TEST() 179 ASSERT_EQ(spv::Op::OpTypeVoid, available[0]->opcode()); in TEST() 180 ASSERT_EQ(spv::Op::OpVariable, available[15]->opcode()); in TEST() 183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local 184 ASSERT_FALSE(available.empty()); in TEST() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | available_instructions_test.cpp | 166 auto available = no_instructions.GetAvailableBeforeInstruction(i); in TEST() local 167 ASSERT_EQ(0, available.size()); in TEST() 168 ASSERT_TRUE(available.empty()); in TEST() 176 auto available = all_instructions.GetAvailableBeforeInstruction(i1); in TEST() local 177 ASSERT_FALSE(available.empty()); in TEST() 178 ASSERT_EQ(30, available.size()); in TEST() 179 ASSERT_EQ(spv::Op::OpTypeVoid, available[0]->opcode()); in TEST() 180 ASSERT_EQ(spv::Op::OpVariable, available[15]->opcode()); in TEST() 183 auto available = all_instructions.GetAvailableBeforeInstruction(i2); in TEST() local 184 ASSERT_FALSE(available.empty()); in TEST() [all …]
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/testutils/ |
D | TestableNetworkCallbackTest.kt | 25 import com.android.testutils.RecorderCallback.CallbackEntry.Available in <lambda>() 28 import com.android.testutils.RecorderCallback.CallbackEntry.Companion.AVAILABLE in <lambda>() 73 // Make sure there is no last available network at first, then the last available network in <lambda>() 80 // Make sure calling onCapsChanged/onLinkPropertiesChanged don't affect the last available in <lambda>() 86 // Make sure onLost clears the last available network. in <lambda>() 90 // Do the same but with a different network after onLost : make sure the last available in <lambda>() 98 // Make sure onAvailable changes the last available network even if onLost was not called. in <lambda>() 104 // the last available one. Check that behavior. in <lambda>() 108 // Make sure that losing the really last available one still results in null. in <lambda>() 126 mCallback.assertNoCallback { it is Available } in <lambda>() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/test/ |
D | platform_windows.cpp | 19 // UWP is available on Windows SDK 8.0 or later, or on MinGW-w64 major release 3 or later 23 #error "BOOST_PLAT_WINDOWS_UWP should be available" 27 #error "BOOST_PLAT_WINDOWS_UWP should not be available" 34 // If BOOST_PLAT_WINDOWS_UWP is not available, none of the other BOOST_PLAT_WINDOWS_* are either 35 // except for BOOST_PLAT_WINDOWS_DESKTOP which is available for backwards compatibility. 39 #error "BOOST_PLAT_WINDOWS_DESKTOP should be available" 42 #error "BOOST_PLAT_WINDOWS_PHONE should not be available" 45 #error "BOOST_PLAT_WINDOWS_RUNTIME should not be available" 48 #error "BOOST_PLAT_WINDOWS_SERVER should not be available" 51 #error "BOOST_PLAT_WINDOWS_STORE should not be available" [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Semaphore.java | 26 * This file is available under and governed by the GNU General Public 44 * available, and then takes it. Each {@link #release} adds a permit, 47 * keeps a count of the number available and acts accordingly. 55 * private final Semaphore available = new Semaphore(MAX_AVAILABLE, true); 58 * available.acquire(); 64 * available.release(); 97 * the semaphore, guaranteeing that an item is available for use. When 108 * only has at most one permit available, can serve as a mutual 111 * available, or zero permits available. When used in this way, the 135 * available. [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Semaphore.java | 26 * This file is available under and governed by the GNU General Public 44 * available, and then takes it. Each {@link #release} adds a permit, 47 * keeps a count of the number available and acts accordingly. 55 * private final Semaphore available = new Semaphore(MAX_AVAILABLE, true); 58 * available.acquire(); 64 * available.release(); 97 * the semaphore, guaranteeing that an item is available for use. When 108 * only has at most one permit available, can serve as a mutual 111 * available, or zero permits available. When used in this way, the 135 * available. [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | Semaphore.java | 26 * This file is available under and governed by the GNU General Public 44 * available, and then takes it. Each {@link #release} adds a permit, 47 * keeps a count of the number available and acts accordingly. 55 * private final Semaphore available = new Semaphore(MAX_AVAILABLE, true); 58 * available.acquire(); 64 * available.release(); 97 * the semaphore, guaranteeing that an item is available for use. When 108 * only has at most one permit available, can serve as a mutual 111 * available, or zero permits available. When used in this way, the 135 * available. [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/ |
D | notboring.go | 16 const available = false const 33 func (randReader) Read(b []byte) (int, error) { panic("boringcrypto: not available") } 37 func NewSHA1() hash.Hash { panic("boringcrypto: not available") } 38 func NewSHA224() hash.Hash { panic("boringcrypto: not available") } 39 func NewSHA256() hash.Hash { panic("boringcrypto: not available") } 40 func NewSHA384() hash.Hash { panic("boringcrypto: not available") } 41 func NewSHA512() hash.Hash { panic("boringcrypto: not available") } 43 func SHA1([]byte) [20]byte { panic("boringcrypto: not available") } 44 func SHA224([]byte) [28]byte { panic("boringcrypto: not available") } 45 func SHA256([]byte) [32]byte { panic("boringcrypto: not available") } [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_features.c | 37 bool available; member 60 if (msr->available) in guest_msr() 153 * Only available when Hyper-V identification is set in guest_test_msrs_access() 157 msr->available = 0; in guest_test_msrs_access() 162 msr->available = 0; in guest_test_msrs_access() 168 * HV_X64_MSR_HYPERCALL available. in guest_test_msrs_access() 173 msr->available = 1; in guest_test_msrs_access() 178 msr->available = 1; in guest_test_msrs_access() 183 msr->available = 1; in guest_test_msrs_access() 189 msr->available = 0; in guest_test_msrs_access() [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 76 * Called when an input buffer becomes available. 77 * The specified index is the index of the available input buffer. 84 * Called when an output buffer becomes available. 85 * The specified index is the index of the available output buffer. 86 * The specified bufferInfo contains information regarding the available output buffer. 129 * Available since API level 21. 137 * Available since API level 21. 144 * Available since API level 21. 151 * Available since API level 21. 158 * Available since API level 21. [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 76 * Called when an input buffer becomes available. 77 * The specified index is the index of the available input buffer. 84 * Called when an output buffer becomes available. 85 * The specified index is the index of the available output buffer. 86 * The specified bufferInfo contains information regarding the available output buffer. 129 * Available since API level 21. 137 * Available since API level 21. 144 * Available since API level 21. 151 * Available since API level 21. 158 * Available since API level 21. [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 76 * Called when an input buffer becomes available. 77 * The specified index is the index of the available input buffer. 84 * Called when an output buffer becomes available. 85 * The specified index is the index of the available output buffer. 86 * The specified bufferInfo contains information regarding the available output buffer. 129 * Available since API level 21. 137 * Available since API level 21. 144 * Available since API level 21. 151 * Available since API level 21. 158 * Available since API level 21. [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 76 * Called when an input buffer becomes available. 77 * The specified index is the index of the available input buffer. 84 * Called when an output buffer becomes available. 85 * The specified index is the index of the available output buffer. 86 * The specified bufferInfo contains information regarding the available output buffer. 129 * Available since API level 21. 137 * Available since API level 21. 144 * Available since API level 21. 151 * Available since API level 21. 158 * Available since API level 21. [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 76 * Called when an input buffer becomes available. 77 * The specified index is the index of the available input buffer. 84 * Called when an output buffer becomes available. 85 * The specified index is the index of the available output buffer. 86 * The specified bufferInfo contains information regarding the available output buffer. 129 * Available since API level 21. 137 * Available since API level 21. 144 * Available since API level 21. 151 * Available since API level 21. 158 * Available since API level 21. [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 76 * Called when an input buffer becomes available. 77 * The specified index is the index of the available input buffer. 84 * Called when an output buffer becomes available. 85 * The specified index is the index of the available output buffer. 86 * The specified bufferInfo contains information regarding the available output buffer. 129 * Available since API level 21. 137 * Available since API level 21. 144 * Available since API level 21. 151 * Available since API level 21. 158 * Available since API level 21. [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 76 * Called when an input buffer becomes available. 77 * The specified index is the index of the available input buffer. 84 * Called when an output buffer becomes available. 85 * The specified index is the index of the available output buffer. 86 * The specified bufferInfo contains information regarding the available output buffer. 129 * Available since API level 21. 137 * Available since API level 21. 144 * Available since API level 21. 151 * Available since API level 21. 158 * Available since API level 21. [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 76 * Called when an input buffer becomes available. 77 * The specified index is the index of the available input buffer. 84 * Called when an output buffer becomes available. 85 * The specified index is the index of the available output buffer. 86 * The specified bufferInfo contains information regarding the available output buffer. 129 * Available since API level 21. 137 * Available since API level 21. 144 * Available since API level 21. 151 * Available since API level 21. 158 * Available since API level 21. [all …]
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/ |
H A D | UnsynchronizedByteArrayInputStreamTest.java | 70 assertEquals(empty.length, is.available()); in testConstructor1() 73 assertEquals(one.length, is.available()); in testConstructor1() 76 assertEquals(some.length, is.available()); in testConstructor1() 88 assertEquals(empty.length, is.available()); in testConstructor2() 90 assertEquals(0, is.available()); in testConstructor2() 93 assertEquals(one.length, is.available()); in testConstructor2() 95 assertEquals(0, is.available()); in testConstructor2() 97 assertEquals(0, is.available()); in testConstructor2() 100 assertEquals(some.length, is.available()); in testConstructor2() 102 assertEquals(some.length - 1, is.available()); in testConstructor2() [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 78 * Called when an input buffer becomes available. 79 * The specified index is the index of the available input buffer. 86 * Called when an output buffer becomes available. 87 * The specified index is the index of the available output buffer. 88 * The specified bufferInfo contains information regarding the available output buffer. 150 * Available since API level 21. 158 * Available since API level 21. 165 * Available since API level 21. 172 * Available since API level 21. 179 * Available since API level 21. [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 78 * Called when an input buffer becomes available. 79 * The specified index is the index of the available input buffer. 86 * Called when an output buffer becomes available. 87 * The specified index is the index of the available output buffer. 88 * The specified bufferInfo contains information regarding the available output buffer. 150 * Available since API level 21. 158 * Available since API level 21. 165 * Available since API level 21. 172 * Available since API level 21. 179 * Available since API level 21. [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/ndk/include/media/ |
D | NdkMediaCodec.h | 78 * Called when an input buffer becomes available. 79 * The specified index is the index of the available input buffer. 86 * Called when an output buffer becomes available. 87 * The specified index is the index of the available output buffer. 88 * The specified bufferInfo contains information regarding the available output buffer. 150 * Available since API level 21. 158 * Available since API level 21. 165 * Available since API level 21. 172 * Available since API level 21. 179 * Available since API level 21. [all …]
|