Home
last modified time | relevance | path

Searched refs:ucd (Results 1 – 11 of 11) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ucd.c64 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION )) in l2c_ucd_discover_cback()
66 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data); in l2c_ucd_discover_cback()
67 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_RECEPTION); in l2c_ucd_discover_cback()
72 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU )) in l2c_ucd_discover_cback()
74 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data); in l2c_ucd_discover_cback()
75 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_MTU); in l2c_ucd_discover_cback()
111 p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb(rem_bda, p_buf); in l2c_ucd_data_ind_cback()
134 &&( p_rcb->ucd.state != L2C_UCD_STATE_UNUSED )) in l2c_ucd_congestion_status_cback()
136 if ( p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ) in l2c_ucd_congestion_status_cback()
143 p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ( rem_bda, is_congested ); in l2c_ucd_congestion_status_cback()
[all …]
Dl2c_utils.c1663 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED; in l2cu_allocate_rcb()
3246 if ( p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ) in l2cu_check_channel_congestion()
3251 … p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb( p_ccb->p_lcb->remote_bd_addr, FALSE ); in l2cu_check_channel_congestion()
3273 if ( p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb ) in l2cu_check_channel_congestion()
3278 … p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb( p_ccb->p_lcb->remote_bd_addr, TRUE ); in l2cu_check_channel_congestion()
Dl2c_int.h268 tL2C_UCD_REG ucd; member
/external/icu4c/i18n/
Dbms.cpp35 ucd_close(UCD *ucd) in ucd_close() argument
37 if (ucd != NULL) { in ucd_close()
38 CollData *data = STATIC_CAST(CollData *, ucd); in ucd_close()
45 ucd_getCollator(UCD *ucd) in ucd_getCollator() argument
47 CollData *data = STATIC_CAST(CollData *, ucd); in ucd_getCollator()
71 bms_open(UCD *ucd, in bms_open() argument
83 CollData *data = (CollData *) ucd; in bms_open()
/external/icu4c/i18n/unicode/
Dbms.h66 ucd_close(UCD *ucd);
82 ucd_getCollator(UCD *ucd);
208 bms_open(UCD *ucd,
/external/harfbuzz/contrib/tables/
DREADME7 http://www.unicode.org/Public/5.1.0/ucd/extracted/DerivedGeneralCategory.txt
8 http://www.unicode.org/Public/5.1.0/ucd/extracted/DerivedCombiningClass.txt
10 http://www.unicode.org/Public/5.1.0/ucd/Scripts.txt
/external/libusb_aah/libusb/os/
Dopenbsd_usb.c260 usb_config_descriptor_t *ucd; in obsd_get_active_config_descriptor() local
262 ucd = (usb_config_descriptor_t *) dpriv->cdesc; in obsd_get_active_config_descriptor()
263 len = MIN(len, UGETW(ucd->wTotalLength)); in obsd_get_active_config_descriptor()
580 struct usb_config_desc ucd; in _cache_active_config_descriptor() local
587 ucd.ucd_config_index = USB_CURRENT_CONFIG_INDEX; in _cache_active_config_descriptor()
589 if ((ioctl(fd, USB_GET_CONFIG_DESC, &ucd)) < 0) in _cache_active_config_descriptor()
592 usbi_dbg("active bLength %d", ucd.ucd_desc.bLength); in _cache_active_config_descriptor()
594 len = UGETW(ucd.ucd_desc.wTotalLength); in _cache_active_config_descriptor()
599 ufd.ufd_config_index = ucd.ucd_config_index; in _cache_active_config_descriptor()
/external/icu4c/data/unidata/
Dchanges.txt271 ~/svn.icu/tools/trunk/src/unicode/c/genprops/misc$ ./ucdcopy.py ~/uni61/20111205/ucd ~/uni61/proces…
584 ~/svn.icu/tools/trunk/src/unicode/c/genprops/misc$ ./ucdcopy.py ~/uni60/20100720/ucd ~/uni60/proces…
744 copy from (Unicode 6.0)/ucd/auxiliary/*BreakTest-6....txt
829 …s\misc\ucdcopy.py "C:\Documents and Settings\mscherer\My Documents\unicode\ucd\5.2.0" C:\svn\icupr…
993 * Update source/test/testdata/<boundary>Test.txt files from <unicode.org ucd>/ucd/auxiliary
1081 copy 5.1.0\ucd\BidiMirroring.txt ..\unidata\
1082 copy 5.1.0\ucd\Blocks.txt ..\unidata\
1083 copy 5.1.0\ucd\CaseFolding.txt ..\unidata\
1084 copy 5.1.0\ucd\DerivedAge.txt ..\unidata\
1085 copy 5.1.0\ucd\extracted\DerivedBidiClass.txt ..\unidata\
[all …]
Dppucd.txt4 ucd;6.2.0
/external/icu4c/test/intltest/
Dssearch.cpp438 UCD *ucd = NULL; in udhrTest() local
446 ucd = ucd_open(coll, &status); in udhrTest()
453 bms = bms_open(ucd, pattern, plen, target, targetLen, &status); in udhrTest()
473 ucd_close(ucd); in udhrTest()
634 UCD *ucd = ucd_open(collator, &status); in bmSearchTest() local
635 …BMS *bms = bms_open(ucd, pattern.getBuffer(), pattern.length(), target.getBuffer(), target.length(… in bmSearchTest()
640 ucd_close(ucd); in bmSearchTest()
664 ucd_close(ucd); in bmSearchTest()
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en14107 http://poneill.ucd.ie/imc/Playbank.htm
73956 http://www.temple.edu/bulletin/ugradbulletin/ucd/ucd_americanstudies.html
76701 http://www.ucd.ie/ascience/html/pages/teaching.html
76702 http://www.ucd.ie/computing/support/spssfaq.html
76703 http://www.ucd.ie/horizons/faq.htm
76704 http://www.ucd.ie/ucdnews/jan02/chemistry.htm