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 D | BNNMTest.java | 225 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 D | SGEMMTest.java | 148 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 D | GoogLeNet.java | 180 Type c_type = builder.setX(n).setY(m).create(); in setTest() local
|
/aosp12/system/bt/test/mock/ |
H A D | mock_bta_hh_api.cc | 66 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl()
|
/aosp12/system/bt/bta/hh/ |
H A D | bta_hh_api.cc | 244 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl()
|
/aosp12/bionic/libc/dns/nameser/ |
H A D | ns_print.c | 583 u_int c_type, key_tag, alg; in ns_sprintrrf() local
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_ble_multi_adv.cc | 158 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 D | jni_internal_test.cc | 843 #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
|