/external/icu/icu4c/source/layout/ |
D | ThaiShaping.cpp | 128 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()
|
D | ThaiShaping.h | 91 static LEUnicode noDescenderCOD(LEUnicode cod, le_uint8 glyphSet);
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_dm.c | 362 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 …]
|
D | btif_util.c | 106 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()
|
D | btif_sock_sdp.c | 355 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()
|
D | btif_storage.c | 520 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()
|
D | btif_core.c | 951 uint32_t cod, devtype; in btif_in_get_remote_device_properties() local 968 sizeof(cod), &cod); in btif_in_get_remote_device_properties()
|
D | btif_hh.c | 158 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);
|
D | btif_rc.c | 222 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
|
/external/bluetooth/bluedroid/bta/hf_client/ |
D | bta_hf_client_act.c | 59 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/ |
D | bta_hh_utils.c | 232 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/ |
D | ndef_cho_utils.c | 330 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/ |
D | bta_av_main.c | 532 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()
|
D | bta_av_act.c | 1963 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/ |
D | ndef_utils.h | 483 char *p_id_str, DEV_CLASS cod);
|
/external/bluetooth/bluedroid/bta/jv/ |
D | bta_jv_act.c | 903 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/ |
D | btm_inq.c | 181 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/ |
D | mime.types | 295 application/vnd.sss-cod
|
/external/bzip2/ |
D | bzip2.txt | 377 the Huffman coder), Peter Fenwick (for the structured cod-
|
D | bzip2.1.preformatted | 382 the Huffman coder), Peter Fenwick (for the structured cod
|
/external/chromium_org/third_party/icu/source/data/curr/ |
D | ro.txt | 864 "cod monetar de test",
|
/external/icu/icu4c/source/data/curr/ |
D | ro.txt | 940 "cod monetar de test",
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 3878 cod cod 3879 codding cod 3883 cods cod
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 4735 V "cod" :G2P
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 33299 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 …]
|