Home
last modified time | relevance | path

Searched defs:bc (Results 1 – 6 of 6) sorted by relevance

/packages/modules/adb/
Dtypes_test.cpp50 IOVector bc; in TEST() local
64 IOVector bc; in TEST() local
73 IOVector bc; in TEST() local
83 IOVector bc; in TEST() local
105 IOVector bc; in TEST() local
/packages/modules/NeuralNetworks/driver/cache/nnCache/
DnnCache.cpp85 BlobCache* bc = getBlobCacheLocked(); in setBlob() local
112 BlobCache* bc = getBlobCacheLocked(); in getBlob() local
128 BlobCache* bc = getBlobCacheLocked(); in getBlob() local
/packages/modules/Bluetooth/system/stack/test/common/
Dstack_test_packet_utils.cc44 std::vector<uint8_t> CreateAclPacket(uint16_t handle, uint8_t pb, uint8_t bc, in CreateAclPacket()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/util/
DFunctionUtilsTest.java93 BiConsumer<Boolean, Boolean> bc = FunctionalUtils.uncheckExceptions(tbc); in testUncheckedExceptionsThrowningBiConsumer() local
/packages/modules/Virtualization/apex/
Dsign_virt_apex.py351 def detach_bootconfigs(initrd_bc, initrd, bc): argument
355 def attach_bootconfigs(initrd_bc, initrd, bc): argument
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/math/
DMatrixTest.java232 Matrix bc = Matrix.multiply(b, c); in multiply_isAssociative() local