Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/idl-gen/
H A Didl_generator.py208 def _convert_basic_type(c_type): argument
235 def _convert_structure(self, c_type): argument
250 def _convert_typedef(self, c_type): argument
261 def _convert_container_type(self, c_type): argument
275 def _swap_type_c2idl(self, c_type): argument
/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