Home
last modified time | relevance | path

Searched refs:cod (Results 1 – 25 of 26) sorted by relevance

12

/external/icu/icu4c/source/layout/
DThaiShaping.cpp128 LEUnicode ThaiShaping::noDescenderCOD(LEUnicode cod, le_uint8 glyphSet) in noDescenderCOD() argument
138 if (cod >= CH_YO_YING && cod <= CH_THO_THAN) { in noDescenderCOD()
139 return noDescenderCODs[glyphSet][cod - CH_YO_YING]; in noDescenderCOD()
142 return cod; in noDescenderCOD()
183 LEUnicode cod = outputBuffer[outputIndex - 1]; in doTransition() local
184 LEUnicode coa = noDescenderCOD(cod, glyphSet); in doTransition()
186 if (cod != coa) { in doTransition()
DThaiShaping.h91 static LEUnicode noDescenderCOD(LEUnicode cod, le_uint8 glyphSet);
/external/bluetooth/bluedroid/btif/src/
Dbtif_dm.c362 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod) in check_cod() argument
373 if ((remote_cod & 0x7ff) == cod) in check_cod()
380 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod) in check_cod_hid() argument
392 if ((remote_cod & 0x700) == cod) in check_cod_hid()
541 UINT32 cod; in btif_update_remote_properties() local
558 cod = devclass2uint(dev_class); in btif_update_remote_properties()
559 BTIF_TRACE_DEBUG("%s():cod is 0x%06x", __FUNCTION__, cod); in btif_update_remote_properties()
560 if ( cod == 0) { in btif_update_remote_properties()
564 BT_PROPERTY_CLASS_OF_DEVICE, sizeof(cod), &cod); in btif_update_remote_properties()
566 BTIF_TRACE_DEBUG("%s():cod retreived from storage is 0x%06x", __FUNCTION__, cod); in btif_update_remote_properties()
[all …]
Dbtif_util.c106 UINT32 cod = 0; in devclass2uint() local
111 cod = (dev_class[2]) | (dev_class[1] << 8) | (dev_class[0] << 16); in devclass2uint()
113 return cod; in devclass2uint()
115 void uint2devclass(UINT32 cod, DEV_CLASS dev_class) in uint2devclass() argument
117 dev_class[2] = (UINT8)cod; in uint2devclass()
118 dev_class[1] = (UINT8)(cod >> 8); in uint2devclass()
119 dev_class[0] = (UINT8)(cod >> 16); in uint2devclass()
Dbtif_sock_sdp.c355 tBTA_UTL_COD cod; in add_ops_sdp() local
412 cod.service = BTM_COD_SERVICE_OBJ_TRANSFER; in add_ops_sdp()
413 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS); in add_ops_sdp()
Dbtif_storage.c520 int cod; in btif_in_fetch_bonded_devices() local
521 if(btif_config_get_int("Remote", kname, "DevClass", &cod)) in btif_in_fetch_bonded_devices()
522 uint2devclass((UINT32)cod, dev_class); in btif_in_fetch_bonded_devices()
850 uint32_t cod, devtype; in btif_storage_load_bonded_devices() local
928 &cod, sizeof(cod), in btif_storage_load_bonded_devices()
Dbtif_core.c951 uint32_t cod, devtype; in btif_in_get_remote_device_properties() local
968 sizeof(cod), &cod); in btif_in_get_remote_device_properties()
Dbtif_hh.c158 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
160 extern BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
Dbtif_rc.c222 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
/external/bluetooth/bluedroid/bta/hf_client/
Dbta_hf_client_act.c59 tBTA_UTL_COD cod; in bta_hf_client_register() local
76 cod.service = BTM_COD_SERVICE_AUDIO; in bta_hf_client_register()
77 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS); in bta_hf_client_register()
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_utils.c232 UINT8 cod = (sub_class >> 2); /* lower two bits are reserved */ in bta_hh_tod_spt() local
236 if (cod == (UINT8) p_bta_hh_cfg->p_devt_list[xx].tod) in bta_hh_tod_spt()
/external/libnfc-nci/src/nfc/ndef/
Dndef_cho_utils.c330 char *p_id_str, DEV_CLASS cod) in NDEF_MsgAppendMediaBtOobCod() argument
349 DEVCLASS_TO_STREAM (p, cod); in NDEF_MsgAppendMediaBtOobCod()
/external/bluetooth/bluedroid/bta/av/
Dbta_av_main.c532 tBTA_UTL_COD cod; in bta_av_api_register() local
591 cod.service = BTM_COD_SERVICE_CAPTURING | BTM_COD_SERVICE_RENDERING; in bta_av_api_register()
593 cod.service = BTM_COD_SERVICE_CAPTURING; in bta_av_api_register()
595 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS); in bta_av_api_register()
Dbta_av_act.c1963 tBTA_UTL_COD cod; in bta_av_dereg_comp() local
2042 cod.service = BTM_COD_SERVICE_CAPTURING; in bta_av_dereg_comp()
2043 utl_set_device_class(&cod, BTA_UTL_CLR_COD_SERVICE_CLASS); in bta_av_dereg_comp()
/external/libnfc-nci/src/nfc/include/
Dndef_utils.h483 char *p_id_str, DEV_CLASS cod);
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_act.c903 tBTA_UTL_COD cod; in bta_jv_set_service_class() local
916 cod.service = (p_data->set_service.service >> 8); in bta_jv_set_service_class()
917 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS); in bta_jv_set_service_class()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c181 DEV_CLASS cod; in BTM_SetDiscoverability() local
292 FIELDS_TO_COD(cod, minor, major, service_class); in BTM_SetDiscoverability()
293 (void) BTM_SetDeviceClass (cod); in BTM_SetDiscoverability()
/external/chromium_org/tools/python/google/httpd_config/
Dmime.types295 application/vnd.sss-cod
/external/bzip2/
Dbzip2.txt377 the Huffman coder), Peter Fenwick (for the structured cod-
Dbzip2.1.preformatted382 the Huffman coder), Peter Fenwick (for the structured cod­
/external/chromium_org/third_party/icu/source/data/curr/
Dro.txt864 "cod monetar de test",
/external/icu/icu4c/source/data/curr/
Dro.txt940 "cod monetar de test",
/external/chromium_org/third_party/sqlite/src/test/
Dfts1porter.test3878 cod cod
3879 codding cod
3883 cods cod
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf4735 V "cod" :G2P
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en33299 http://www.cod.edu/Academic/AcadProg/Hon_Prog/did_you_know.htm
33300 http://www.cod.edu/DEPT/REGNER/robert_morris.htm
33301 http://www.cod.edu/NewsEvnt/Evnt_Cal.htm
33302 http://www.cod.edu/yrtk/
35214 http://www.csun.edu/cod/conf/1999/proceedings/session0080.htm
35215 http://www.csun.edu/cod/conf/2000/proceedings/0069Romich.htm
35216 http://www.csun.edu/cod/conf/2000/proceedings/0099Baquis.htm
35217 http://www.csun.edu/cod/conf/2000/proceedings/0164Navrotski.htm
35218 http://www.csun.edu/cod/conf/2001/proceedings/0130velasco.htm
35219 http://www.csun.edu/cod/conf/2002/proceedings/247.htm
[all …]

12