Searched defs:pbf (Results 1 – 8 of 8) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
D | PeriodBuilderFactoryTest.java | 25 private PeriodBuilderFactory pbf; field in PeriodBuilderFactoryTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
D | PeriodBuilderFactoryTest.java | 21 private PeriodBuilderFactory pbf; field in PeriodBuilderFactoryTest
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_nci.c | 529 UINT8 mt, pbf, gid, op_code; in nfc_hal_nci_preproc_rx_nci_msg() local 683 UINT8 mt, pbf, gid, op_code; in nci_brcm_check_cmd_create_hcp_connection() local
|
D | nfc_hal_dm.c | 620 UINT8 mt, pbf, gid, op_code; in nfc_hal_dm_proc_msg_during_init() local 833 UINT8 mt, pbf, gid, op_code; in nfc_hal_dm_proc_msg_during_exit() local
|
D | nfc_hal_main.c | 555 UINT8 cid, pbf; in nfc_hal_main_send_message() local
|
/external/clang/test/SemaCXX/ |
D | builtins.cpp | 37 int *pbf = __builtin_addressof(u.n); // expected-error {{address of bit-field requested}} variable
|
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_ncif.c | 145 UINT8 pbf = 1; in nfc_ncif_send_data() local 370 UINT8 mt, pbf, gid, *p, *pp; in nfc_ncif_process_event() local 1477 UINT8 pbf; in nfc_ncif_proc_data() local
|
/external/libnfc-nci/src/hal/include/ |
D | nci_defs.h | 109 #define NCI_MSG_PBLD_HDR0(p, mt, pbf, gid) \ argument 117 #define NCI_MSG_PRS_HDR0(p, mt, pbf, gid) \ argument 123 #define NCI_MSG_PRS_MT_PBF(p, mt, pbf) \ argument 142 #define NCI_DATA_PBLD_HDR(p, pbf, cid, len) \ argument 145 #define NCI_DATA_PRS_HDR(p, pbf, cid, len) \ argument
|