Home
last modified time | relevance | path

Searched refs:c_type (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBNNMTest.java225 Type c_type = builder.setX(n).setY(m).create(); in setTestSmall() local
229 matC = Allocation.createTyped(mRS, c_type); in setTestSmall()
295 Type c_type = builder.setX(n).setY(m).create(); in setTestMedium() local
299 matC = Allocation.createTyped(mRS, c_type); in setTestMedium()
344 Type c_type = builder.setX(n).setY(m).create(); in setTestLarge() local
348 matC = Allocation.createTyped(mRS, c_type); in setTestLarge()
H A DSGEMMTest.java148 Type c_type = builder.setX(n).setY(m).create(); in setTestSmall() local
152 matC = Allocation.createTyped(mRS, c_type); in setTestSmall()
203 Type c_type = builder.setX(n).setY(m).create(); in setTestMedium() local
207 matC = Allocation.createTyped(mRS, c_type); in setTestMedium()
251 Type c_type = builder.setX(n).setY(m).create(); in setTestLarge() local
255 matC = Allocation.createTyped(mRS, c_type); in setTestLarge()
H A DGoogLeNet.java180 Type c_type = builder.setX(n).setY(m).create(); in setTest() local
188 Allocation C = Allocation.createTyped(mRS, c_type); in setTest()
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_multi_adv.cc158 using c_type = std::unique_ptr<CreatorParams>; typedef
330 [](c_type c, uint8_t status) { in StartAdvertising()
343 [](c_type c, uint8_t status) { in StartAdvertising()
356 [](c_type c, uint8_t status) { in StartAdvertising()
441 [](c_type c, uint8_t status) { in StartAdvertisingSet()
466 [](c_type c, uint8_t status) { in StartAdvertisingSetAfterAddressPart()
515 [](c_type c, uint8_t status) { in StartAdvertisingSetPeriodicPart()
529 [](c_type c, uint8_t status) { in StartAdvertisingSetPeriodicPart()
543 [](c_type c, uint8_t status) { in StartAdvertisingSetPeriodicPart()
565 void StartAdvertisingSetFinish(c_type c) { in StartAdvertisingSetFinish()
[all …]
/aosp12/system/bt/bta/hh/
H A Dbta_hh_api.cc244 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl() argument
245 bta_hh_snd_write_dev(dev_handle, HID_TRANS_CONTROL, (uint8_t)c_type, 0, 0, in BTA_HhSendCtrl()
/aosp12/system/bt/test/mock/
H A Dmock_bta_hh_api.cc66 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl() argument
/aosp12/system/bt/bta/include/
H A Dbta_hh_api.h447 extern void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type);
/aosp12/bionic/libc/dns/nameser/
H A Dns_print.c583 u_int c_type, key_tag, alg; in ns_sprintrrf() local
589 c_type = ns_get16(rdata); rdata += NS_INT16SZ; in ns_sprintrrf()
593 len = snprintf(tmp1, sizeof(tmp1), "%d %d %d ", c_type, key_tag, alg); in ns_sprintrrf()
/aosp12/art/runtime/jni/
H A Djni_internal_test.cc843 #define DoCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument
852 check_jni_abort_catcher.Check("unexpected " #c_type " value: " #bad_value); \ in TEST_F()
870 #define DoFailCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument
881 check_jni_abort_catcher.Check("unexpected " #c_type " value: " #bad_value); \ in TEST_F()
883 #define DoGoodCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument