/packages/modules/adb/ |
D | types_test.cpp | 50 IOVector bc; in TEST() local 51 CHECK_EQ(0ULL, bc.coalesce().size()); in TEST() 64 IOVector bc; in TEST() local 65 bc.append(copy_block(block)); in TEST() 66 ASSERT_EQ(100ULL, bc.size()); in TEST() 67 auto coalesced = bc.coalesce(); in TEST() 73 IOVector bc; in TEST() local 74 bc.append(create_block("foobar")); in TEST() 75 IOVector foo = bc.take_front(3); in TEST() 77 ASSERT_EQ(3ULL, bc.size()); in TEST() [all …]
|
/packages/services/Car/tools/perf/app-launch-test/ |
D | app_launch_perf_test.sh | 42 sum=$(echo "scale=${SCALE};${sum} + ${val}" | bc) 45 mean=$(echo "scale=${SCALE};${sum} / ${count}" | bc) 49 diff_sqrd_sum=$(echo "scale=${SCALE};${diff_sqrd_sum} + (${mean} - ${val}) ^ 2" | bc) 51 stddev=$(echo "scale=${SCALE};sqrt(${diff_sqrd_sum} / ${count})" | bc)
|
/packages/modules/NeuralNetworks/driver/cache/nnCache/ |
D | nnCache.cpp | 85 BlobCache* bc = getBlobCacheLocked(); in setBlob() local 86 bc->set(key, keySize, value, valueSize); in setBlob() 112 BlobCache* bc = getBlobCacheLocked(); in getBlob() local 113 return bc->get(key, keySize, value, valueSize); in getBlob() 128 BlobCache* bc = getBlobCacheLocked(); in getBlob() local 129 return bc->get(key, keySize, value, alloc); in getBlob()
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BroadcastItemsAdapter.java | 102 mBroadcastMetadataList.removeIf(bc -> (bc.getBroadcastId() == broadcast.getBroadcastId())); in updateBroadcastMetadata() 113 mBroadcastMetadataList.removeIf(bc -> (broadcastId.equals(bc.getBroadcastId()))); in removeBroadcast()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/util/ |
D | FunctionUtilsTest.java | 93 BiConsumer<Boolean, Boolean> bc = FunctionalUtils.uncheckExceptions(tbc); in testUncheckedExceptionsThrowningBiConsumer() local 96 bc.accept(true, true); in testUncheckedExceptionsThrowningBiConsumer() 98 bc.accept(true, false); in testUncheckedExceptionsThrowningBiConsumer()
|
/packages/modules/Bluetooth/system/stack/test/common/ |
D | stack_test_packet_utils.cc | 44 std::vector<uint8_t> CreateAclPacket(uint16_t handle, uint8_t pb, uint8_t bc, in CreateAclPacket() argument 50 second_byte |= (bc << 6) & 0b11000000; in CreateAclPacket()
|
D | stack_test_packet_utils.h | 44 std::vector<uint8_t> CreateAclPacket(uint16_t handle, uint8_t pb, uint8_t bc,
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/correction/math/ |
D | MatrixTest.java | 232 Matrix bc = Matrix.multiply(b, c); in multiply_isAssociative() local 234 Matrix aBC = Matrix.multiply(a, bc); in multiply_isAssociative()
|
/packages/modules/Virtualization/apex/ |
D | sign_virt_apex.py | 351 def detach_bootconfigs(initrd_bc, initrd, bc): argument 352 cmd = ['initrd_bootconfig', 'detach', initrd_bc, initrd, bc] 355 def attach_bootconfigs(initrd_bc, initrd, bc): argument 357 initrd, bc, '--output', initrd_bc]
|
/packages/apps/Launcher3/tests/assets/ReorderAlgorithmUnitTest/ |
D | reorder_algorithm_test_cases | 213 --bc 214 --bc 722 -bc 723 -bc
|
/packages/modules/Bluetooth/system/conf/ |
D | interop_database.conf | 818 9c:57:bc = Address_Based
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 1491 …rs���oV�[�6[er�;������[Ӵ�ua���u4�p|��wl�P��kf/����:]��˶� Bv���U�N bc�0N��gov;�<7<qϮ)�… 2802 …���Xa���_y�Օ7�U�ý)�Ka��X`Ol����eyh�㡱�N��2�c\�/���j��� =]O�p-�"h$bc#�;��54�E�͎%��0OM_b… 2835 ��=G����/cp�ȨPs������,�2)R\�Q�J�"1���>v��(�%�S�����bc� 3082 …BUI�������}�*�-�kpp�����5�8= �T���S��4�����<`3��^���Z|֊�N�Q#�g�O�g�:5夲�>bc'!�����O����9 3300 �BK���' z�;�W�����^i�PG��]9lt��}=k��<+�Y�[0�r�c�njӊ�J5Zw�Dƣ�q�z��gawᱡ�bc%�[w^3ס�z��'��흠�… 3322 8S�n�PY|5h�E,0YpF)��Ѥ�H���ʁ��+Ao!l�]�0���0�F�@&Xt�wܨ�dq�&u�q�+*�Ne,bc�{�2~���d��0x�U.d… 3461 ��bA?t��N�y`; �'Ͻ$K�q3Y(͂à'�S�$3��20���U��;~R~�8�!�bc���SZ;��>VN��?ҟ�ze�P0_#�i"�… 4633 �I�Q;+(Ct�J)1�O�X�<��4�;,o��2;��1P�;z�b�U!��=ɠ�bc� =hcG�|�o-�'���h0��e'�����:FGR7���p>�… 4857 �>}��<��'�ŧ"��9�Tu=��BF�����<�5_�Z���d�����5��o��X�i�*�{%�=��|�W�|E��4c�bc��(���@+��'M��<V… 5656 …��f�H��<�z��%ŒO�h�0�9�����V���2���^i�Q%�����G�3���sI�ku�]�匉�v�bc��H�?�+��I���^4x"}�… [all …]
|