Home
last modified time | relevance | path

Searched defs:c_type (Results 1 – 8 of 8) 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
295 Type c_type = builder.setX(n).setY(m).create(); in setTestMedium() local
344 Type c_type = builder.setX(n).setY(m).create(); in setTestLarge() local
H A DSGEMMTest.java148 Type c_type = builder.setX(n).setY(m).create(); in setTestSmall() local
203 Type c_type = builder.setX(n).setY(m).create(); in setTestMedium() local
251 Type c_type = builder.setX(n).setY(m).create(); in setTestLarge() local
H A DGoogLeNet.java180 Type c_type = builder.setX(n).setY(m).create(); in setTest() local
/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()
/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()
/aosp12/bionic/libc/dns/nameser/
H A Dns_print.c583 u_int c_type, key_tag, alg; in ns_sprintrrf() local
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_multi_adv.cc158 using c_type = std::unique_ptr<CreatorParams>; typedef
308 using c_type = std::unique_ptr<CreatorParams>; in StartAdvertising() typedef
/aosp12/art/runtime/jni/
H A Djni_internal_test.cc843 #define DoCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument
870 #define DoFailCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument
883 #define DoGoodCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument