Home
last modified time | relevance | path

Searched refs:compatible (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/test-base/src/junit/
DREADME.android6 Where necessary it has been patched to be compatible (according to Android API
10 compatible with the last version of the Android API (25) that contained these
/frameworks/base/test-runner/src/junit/
DREADME.android6 Where necessary it has been patched to be compatible (according to Android API
10 compatible with the last version of the Android API (25) that contained these
/frameworks/av/apex/
DAndroid.bp47 // sure the package compatible to Android 10 in two ways:
48 // - build the APEX package compatible to Android 10
91 // sure the package compatible to Android 10 in two ways:
92 // - build the APEX package compatible to Android 10
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterGraph.java247 boolean compatible = true; in runTypeCheckOn()
253 compatible = sourceFormat.mayBeCompatibleWith(targetFormat); in runTypeCheckOn()
257 compatible = sourceFormat.isCompatibleWith(targetFormat); in runTypeCheckOn()
262 if (!compatible) { in runTypeCheckOn()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagAttribute.inc29 "compatible with the output (value=%2).",
31 "compatible with the output (value=%2).")
/frameworks/av/media/bufferpool/2.0/tests/
Dallocator.h39 bool compatible(const std::vector<uint8_t> &newParams,
Dallocator.cpp149 bool TestBufferPoolAllocator::compatible(const std::vector<uint8_t> &newParams, in compatible() function in TestBufferPoolAllocator
/frameworks/av/media/bufferpool/1.0/vts/
Dallocator.h39 bool compatible(const std::vector<uint8_t> &newParams,
Dallocator.cpp149 bool TestBufferPoolAllocator::compatible(const std::vector<uint8_t> &newParams, in compatible() function in TestBufferPoolAllocator
/frameworks/av/media/bufferpool/1.0/include/bufferpool/
DBufferPoolTypes.h102 virtual bool compatible(const std::vector<uint8_t> &newParams,
/frameworks/av/media/bufferpool/2.0/include/bufferpool/
DBufferPoolTypes.h107 virtual bool compatible(const std::vector<uint8_t> &newParams,
/frameworks/libs/native_bridge_support/
DAndroid.bp31 // TODO(b/24465209): keep stub libraries old loader-compatible.
/frameworks/base/core/tests/mockingcoretests/
DREADME19 Mockito, such as the ability to stub static methods. ExtendedMockito is not fully compatible with
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dbitfield.rscript26 // common initial sequence if corresponding members have compatible
/frameworks/compile/slang/lit-tests/padding/
Dbitfield.rscript32 // common initial sequence if corresponding members have compatible
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dbitfield.rscript28 // common initial sequence if corresponding members have compatible
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp585 goto compatible; in checkAndSetPerformanceModePre()
592 compatible: ; in checkAndSetPerformanceModePre()
/frameworks/base/tools/aapt2/
Dreadme.md47 specific newer attributes to backwards compatible versions of them.
166 - Legacy mode: treats some class of errors as warnings in order to be more compatible
/frameworks/ml/nn/tools/api/
Dtypes.spec129 * dimension is only compatible with 0 or 1. The size of the output
236 * Takes two input tensors of identical {@link %{OperandType}} and compatible
240 * Two dimensions are compatible when:
270 * * 1: A tensor of the same {@link %{OperandType}}, and compatible dimensions
1756 * Takes two input tensors of identical {@link %{OperandType}} and compatible
1760 * Two dimensions are compatible when:
1784 * * 1: A tensor of the same {@link %{OperandType}}, and compatible dimensions
2430 * Takes two input tensors of identical {@link %{OperandType}} and compatible
2441 * Two dimensions are compatible when:
2468 * * 1: A tensor of the same {@link %{OperandType}}, and compatible dimensions
[all …]
/frameworks/native/vulkan/api/templates/
Dvulkan_h.tmpl71 // a bool-compatible type, which can then be used to unintentionally violate type safety.
/frameworks/ml/nn/common/
DUtils.cpp697 static bool compatible(const Operand& a, const Operand& b) { in compatible() function
747 NN_RET_CHECK(compatible(innerOperand, outerOperand)); in validateIfOperation()
752 NN_RET_CHECK(compatible(innerOperand, outerOperand)); in validateIfOperation()
800 NN_RET_CHECK(compatible(innerOperand, outerOperand)); in validateWhileOperation()
822 NN_RET_CHECK(compatible(innerOperand, outerOperand)); in validateWhileOperation()
829 NN_RET_CHECK(compatible(innerOperand, outerOperand)); in validateWhileOperation()
835 NN_RET_CHECK(compatible(inputOperand, outputOperand)); in validateWhileOperation()
/frameworks/ml/nn/tools/test_generator/
DREADME.md199 …perand. Will skip if the model does not have any output tensor that is compatible with the ADD ope…
233 …operand. Will skip if the model does not have any input tensor that is compatible to the ADD opera…
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp444 bool compatible(const std::vector<uint8_t> &newParams,
593 bool _C2BufferPoolAllocator::compatible( in compatible() function in _C2BufferPoolAllocator
/frameworks/av/media/bufferpool/1.0/
DAccessorImpl.cpp470 if (allocator->compatible(params, mBuffers[bufferId]->mConfig)) { in getFreeBuffer()
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop147 # Return true if surface flinger should use vr flinger for compatible vr

12