Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 3187) sorted by relevance

12345678910>>...128

/external/webkit/Source/WebCore/css/
DCSSGrammar.y322 CSSParser* p = static_cast<CSSParser*>(parser); variable
336 CSSParser* p = static_cast<CSSParser*>(parser); variable
344 CSSParser* p = static_cast<CSSParser*>(parser); variable
375 CSSParser* p = static_cast<CSSParser*>(parser); variable
396 CSSParser* p = static_cast<CSSParser*>(parser); variable
517 CSSParser* p = static_cast<CSSParser*>(parser); variable
550 CSSParser* p = static_cast<CSSParser*>(parser); variable
555 CSSParser* p = static_cast<CSSParser*>(parser); variable
570 CSSParser* p = static_cast<CSSParser*>(parser); variable
628 CSSParser* p = static_cast<CSSParser*>(parser); variable
[all …]
/external/tcpdump/
Dextract.h54 #define EXTRACT_16BITS(p) \ argument
56 #define EXTRACT_32BITS(p) \ argument
58 #define EXTRACT_64BITS(p) \ argument
68 #define EXTRACT_16BITS(p) \ argument
71 #define EXTRACT_32BITS(p) \ argument
76 #define EXTRACT_64BITS(p) \ argument
91 #define EXTRACT_16BITS(p) \ argument
93 #define EXTRACT_32BITS(p) \ argument
95 #define EXTRACT_64BITS(p) \ argument
100 #define EXTRACT_24BITS(p) \ argument
[all …]
/external/libnfc-nci/src/hal/include/
Dnfc_types.h53 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… argument
54 #define UINT24_TO_STREAM(p, u24) {*(p)++ = (UINT8)(u24); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UI… argument
55 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} argument
56 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} argument
57 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);} argument
58 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++… argument
59 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… argument
60 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++… argument
61 #define BDADDR_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < BD_ADDR_LEN; ijk++) *(p)++… argument
62 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++… argument
[all …]
/external/libnfc-nci/halimpl/bcm2079x/hal/include/
Dnfc_types.h53 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… argument
54 #define UINT24_TO_STREAM(p, u24) {*(p)++ = (UINT8)(u24); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UI… argument
55 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} argument
56 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} argument
57 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);} argument
58 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++… argument
59 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… argument
60 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++… argument
61 #define BDADDR_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < BD_ADDR_LEN; ijk++) *(p)++… argument
62 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++… argument
[all …]
/external/kernel-headers/original/asm-arm/
Dbitops.h33 static inline void ____atomic_set_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_set_bit()
45 static inline void ____atomic_clear_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_clear_bit()
57 static inline void ____atomic_change_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_change_bit()
70 ____atomic_test_and_set_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_set_bit()
87 ____atomic_test_and_clear_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_clear_bit()
104 ____atomic_test_and_change_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_change_bit()
179 #define ATOMIC_BITOP_LE(name,nr,p) \ argument
184 #define ATOMIC_BITOP_BE(name,nr,p) \ argument
189 #define ATOMIC_BITOP_LE(name,nr,p) _##name##_le(nr,p) argument
190 #define ATOMIC_BITOP_BE(name,nr,p) _##name##_be(nr,p) argument
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DPKIXParametersTest.java190 PKIXParameters p = new PKIXParameters(taSet); in testGetPolicyQualifiersRejected() local
206 PKIXParameters p = new PKIXParameters(taSet); in testSetPolicyQualifiersRejected() local
227 PKIXParameters p = new PKIXParameters(taSet); in testIsAnyPolicyInhibited() local
243 PKIXParameters p = new PKIXParameters(taSet); in testSetAnyPolicyInhibited() local
263 PKIXParameters p = new PKIXParameters(taSet); in testIsExplicitPolicyRequired() local
278 PKIXParameters p = new PKIXParameters(taSet); in testSetExplicitPolicyRequired() local
297 PKIXParameters p = new PKIXParameters(taSet); in testIsPolicyMappingInhibited() local
312 PKIXParameters p = new PKIXParameters(taSet); in testSetPolicyMappingInhibited() local
332 PKIXParameters p = new PKIXParameters(taSet); in testIsRevocationEnabled() local
347 PKIXParameters p = new PKIXParameters(taSet); in testSetRevocationEnabled() local
[all …]
/external/bluetooth/bluedroid/stack/hcic/
Dhcicmds.c45 BT_HDR *p; in btsnd_hcic_inquiry() local
69 BT_HDR *p; in btsnd_hcic_inq_cancel() local
89 BT_HDR *p; in btsnd_hcic_per_inq_mode() local
115 BT_HDR *p; in btsnd_hcic_exit_per_inq() local
137 BT_HDR *p; in btsnd_hcic_create_conn() local
177 BT_HDR *p; in btsnd_hcic_disconnect() local
206 BT_HDR *p; in btsnd_hcic_add_SCO_conn() local
230 BT_HDR *p; in btsnd_hcic_create_conn_cancel() local
252 BT_HDR *p; in btsnd_hcic_accept_conn() local
274 BT_HDR *p; in btsnd_hcic_reject_conn() local
[all …]
Dhciblecmds.c40 BT_HDR *p; in btsnd_hcic_ble_reset() local
61 BT_HDR *p; in btsnd_hcic_ble_set_evt_mask() local
83 BT_HDR *p; in btsnd_hcic_ble_read_buffer_size() local
103 BT_HDR *p; in btsnd_hcic_ble_read_local_spt_feat() local
123 BT_HDR *p; in btsnd_hcic_ble_set_local_used_feat() local
143 BT_HDR *p; in btsnd_hcic_ble_set_random_addr() local
168 BT_HDR *p; in btsnd_hcic_ble_write_adv_params() local
196 BT_HDR *p; in btsnd_hcic_ble_read_adv_chnl_tx_power() local
217 BT_HDR *p; in btsnd_hcic_ble_set_adv_data() local
248 BT_HDR *p; in btsnd_hcic_ble_set_scan_rsp_data() local
[all …]
/external/clang/test/Analysis/
Dmalloc-annotations.c28 int *p = malloc(12); in f1() local
33 int *p = malloc(12); in f2() local
39 int *p = malloc(12); in f2_realloc_0() local
45 int *p = malloc(12); in f2_realloc_1() local
51 int *p = my_malloc3(12); in naf1() local
56 int *p = my_malloc2(12); in n2af1() local
61 int *p = my_malloc(12); in af1() local
66 int *p = my_malloc(12); // expected-warning{{Memory is never released; potential leak}} in af1_b() local
94 int *p = my_malloc(12); in af2() local
100 int *p = my_malloc(12); in af2b() local
[all …]
Dnull-deref-ps.c13 void f1(int *p) { in f1()
22 int f2(struct foo_struct* p) { in f2()
50 int f4(int *p) { in f4()
64 short *p = x; // expected-warning{{incompatible integer to pointer conversion}} in f4_b() local
90 int f6(int *p) { in f6()
97 int f6b(int *p) { in f6b()
104 int f6c(int *p, int *q) { in f6c()
109 void f6d(int *p) { in f6d()
118 void f6e(int *p, int offset) { in f6e()
127 int* p = 0; in f7() local
[all …]
Dmethod-call-path-notes.cpp13 TestInstanceCall *p; // expected-note {{Variable 'p' declared without an initial value}} in test_ic() local
18 TestInstanceCall *p = 0; // expected-note {{Variable 'p' initialized to a null pointer value}} in test_ic_null() local
23 TestInstanceCall *p; in test_ic_set_to_null() local
28 void test_ic_null(TestInstanceCall *p) { in test_ic_null()
34 TestInstanceCall *p = 0; // expected-note {{Variable 'p' initialized to a null pointer value}} in test_ic_member_ptr() local
40 void test_cast(const TestInstanceCall *p) { in test_cast()
/external/skia/bench/
DBlurBench.cpp73 static SkBenchmark* Fact00(void* p) { return new BlurBench(p, SMALL, SkBlurMaskFilter::kNormal_Blur… in Fact00()
74 static SkBenchmark* Fact01(void* p) { return new BlurBench(p, SMALL, SkBlurMaskFilter::kSolid_BlurS… in Fact01()
75 static SkBenchmark* Fact02(void* p) { return new BlurBench(p, SMALL, SkBlurMaskFilter::kOuter_BlurS… in Fact02()
76 static SkBenchmark* Fact03(void* p) { return new BlurBench(p, SMALL, SkBlurMaskFilter::kInner_BlurS… in Fact03()
78 static SkBenchmark* Fact10(void* p) { return new BlurBench(p, BIG, SkBlurMaskFilter::kNormal_BlurSt… in Fact10()
79 static SkBenchmark* Fact11(void* p) { return new BlurBench(p, BIG, SkBlurMaskFilter::kSolid_BlurSty… in Fact11()
80 static SkBenchmark* Fact12(void* p) { return new BlurBench(p, BIG, SkBlurMaskFilter::kOuter_BlurSty… in Fact12()
81 static SkBenchmark* Fact13(void* p) { return new BlurBench(p, BIG, SkBlurMaskFilter::kInner_BlurSty… in Fact13()
83 static SkBenchmark* Fact20(void* p) { return new BlurBench(p, REAL, SkBlurMaskFilter::kNormal_BlurS… in Fact20()
84 static SkBenchmark* Fact21(void* p) { return new BlurBench(p, REAL, SkBlurMaskFilter::kSolid_BlurSt… in Fact21()
[all …]
/external/libppp/src/
Dphysical.c166 physical_SetDescriptor(struct physical *p) in physical_SetDescriptor()
178 struct physical *p; in physical_Create() local
257 physical_SetParity(struct physical *p, const char *str) in physical_SetParity()
278 physical_GetSpeed(struct physical *p) in physical_GetSpeed()
287 physical_SetSpeed(struct physical *p, unsigned speed) in physical_SetSpeed()
298 physical_Raw(struct physical *p) in physical_Raw()
307 physical_Offline(struct physical *p) in physical_Offline()
315 physical_Lock(struct physical *p) in physical_Lock()
333 physical_Unlock(struct physical *p) in physical_Unlock()
342 physical_Close(struct physical *p) in physical_Close()
[all …]
Dprompt.c83 prompt_Display(struct prompt *p) in prompt_Display()
135 struct prompt *p = descriptor2prompt(d); in prompt_UpdateSet() local
166 struct prompt *p = descriptor2prompt(d); in prompt_IsSet() local
172 prompt_ShowHelp(struct prompt *p) in prompt_ShowHelp()
186 struct prompt *p = descriptor2prompt(d); in prompt_Read() local
316 struct prompt *p = (struct prompt *)malloc(sizeof(struct prompt)); in prompt_Create() local
361 prompt_Destroy(struct prompt *p, int verbose) in prompt_Destroy()
380 prompt_Printf(struct prompt *p, const char *fmt,...) in prompt_Printf()
392 prompt_vPrintf(struct prompt *p, const char *fmt, va_list ap) in prompt_vPrintf()
418 prompt_TtyInit(struct prompt *p) in prompt_TtyInit()
[all …]
/external/bluetooth/bluedroid/stack/btu/
Dbtu_hcif.c156 UINT8 *p = (UINT8 *)(p_buf + 1) + p_buf->offset; in btu_hcif_store_cmd() local
222 UINT8 *p = (UINT8 *)(p_msg + 1) + p_msg->offset; in btu_hcif_process_event() local
556 static void btu_hcif_inquiry_comp_evt (UINT8 *p, UINT16 evt_len) in btu_hcif_inquiry_comp_evt()
576 static void btu_hcif_inquiry_result_evt (UINT8 *p, UINT16 evt_len) in btu_hcif_inquiry_result_evt()
591 static void btu_hcif_inquiry_rssi_result_evt (UINT8 *p, UINT16 evt_len) in btu_hcif_inquiry_rssi_result_evt()
607 static void btu_hcif_extended_inquiry_result_evt (UINT8 *p, UINT16 evt_len) in btu_hcif_extended_inquiry_result_evt()
623 static void btu_hcif_connection_comp_evt (UINT8 *p, UINT16 evt_len) in btu_hcif_connection_comp_evt()
669 static void btu_hcif_connection_request_evt (UINT8 *p, UINT16 evt_len) in btu_hcif_connection_request_evt()
703 static void btu_hcif_disconnection_comp_evt (UINT8 *p, UINT16 evt_len) in btu_hcif_disconnection_comp_evt()
736 static void btu_hcif_authentication_comp_evt (UINT8 *p, UINT16 evt_len) in btu_hcif_authentication_comp_evt()
[all …]
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dd3d.h101 #define IDirect3D_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
102 #define IDirect3D_AddRef(p) (p)->lpVtbl->AddRef(p) argument
103 #define IDirect3D_Release(p) (p)->lpVtbl->Release(p) argument
104 #define IDirect3D_Initialize(p, a) (p)->lpVtbl->Initialize(p, a) argument
105 #define IDirect3D_EnumDevices(p, a, b) (p)->lpVtbl->EnumDevices(p, a, b) argument
106 #define IDirect3D_CreateLight(p, a, b) (p)->lpVtbl->CreateLight(p, a, b) argument
107 #define IDirect3D_CreateMaterial(p, a, b) (p)->lpVtbl->CreateMaterial(p, a, b) argument
108 #define IDirect3D_CreateViewport(p, a, b) (p)->lpVtbl->CreateViewport(p, a, b) argument
109 #define IDirect3D_FindDevice(p, a, b) (p)->lpVtbl->FindDevice(p, a, b) argument
146 #define IDirect3DDevice_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
[all …]
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DD3D.H101 #define IDirect3D_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
102 #define IDirect3D_AddRef(p) (p)->lpVtbl->AddRef(p) argument
103 #define IDirect3D_Release(p) (p)->lpVtbl->Release(p) argument
104 #define IDirect3D_Initialize(p, a) (p)->lpVtbl->Initialize(p, a) argument
105 #define IDirect3D_EnumDevices(p, a, b) (p)->lpVtbl->EnumDevices(p, a, b) argument
106 #define IDirect3D_CreateLight(p, a, b) (p)->lpVtbl->CreateLight(p, a, b) argument
107 #define IDirect3D_CreateMaterial(p, a, b) (p)->lpVtbl->CreateMaterial(p, a, b) argument
108 #define IDirect3D_CreateViewport(p, a, b) (p)->lpVtbl->CreateViewport(p, a, b) argument
109 #define IDirect3D_FindDevice(p, a, b) (p)->lpVtbl->FindDevice(p, a, b) argument
146 #define IDirect3DDevice_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p, a, b) argument
[all …]
/external/chromium/chrome/common/
Dautomation_messages.cc176 const param_type& p) { in Write()
187 param_type* p) { in Read()
197 void ParamTraits<AutomationMsg_Find_Params>::Log(const param_type& p, in Log()
205 const param_type& p) { in Write()
212 param_type* p) { in Read()
222 const param_type& p, std::string* l) { in Log()
245 const param_type& p) { in Write()
253 param_type* p) { in Read()
263 const param_type& p, in Log()
283 const param_type& p) { in Write()
[all …]
/external/clang/test/SemaTemplate/
Dms-function-specialization-class-scope.cpp7 A(U p) { in A()
10 …A(int p) { // expected-warning{{explicit specialization of 'A' within class scope is a Microsoft e… in A()
14 void f(U p) { in f()
18 …void f(int p) { // expected-warning{{explicit specialization of 'f' within class scope is a Micros… in f()
21 void f(int p) { in f()
41 B(U p) { in B()
44 …B(int p) { // expected-warning{{explicit specialization of 'B<T>' within class scope is a Microsof… in B()
48 void f(U p) { in f()
54 …void f(int p) { // expected-warning{{explicit specialization of 'f' within class scope is a Micros… in f()
58 void f(int p) { in f()
/external/libpcap/
Dpcap.c74 pcap_dispatch(pcap_t *p, int cnt, pcap_handler callback, u_char *user) in pcap_dispatch()
84 pcap_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) in pcap_read()
91 pcap_loop(pcap_t *p, int cnt, pcap_handler callback, u_char *user) in pcap_loop()
135 pcap_next(pcap_t *p, struct pcap_pkthdr *h) in pcap_next()
161 pcap_next_ex(pcap_t *p, struct pcap_pkthdr **pkt_header, in pcap_next_ex()
213 pcap_breakloop(pcap_t *p) in pcap_breakloop()
219 pcap_datalink(pcap_t *p) in pcap_datalink()
225 pcap_list_datalinks(pcap_t *p, int **dlt_buffer) in pcap_list_datalinks()
256 pcap_set_datalink(pcap_t *p, int dlt) in pcap_set_datalink()
517 pcap_snapshot(pcap_t *p) in pcap_snapshot()
[all …]
/external/valgrind/main/VEX/test/
Dfpconst.c5 void do_fld1 ( void* p ) in do_fld1()
12 void do_fldl2t ( void* p ) in do_fldl2t()
19 void do_fldl2e ( void* p ) in do_fldl2e()
26 void do_fldpi ( void* p ) in do_fldpi()
33 void do_fldlg2 ( void* p ) in do_fldlg2()
40 void do_fldln2 ( void* p ) in do_fldln2()
47 void do_fldz ( void* p ) in do_fldz()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_iconv.c234 Uint8 *p = (Uint8 *)src; in SDL_iconv() local
256 Uint8 *p = (Uint8 *)src; in SDL_iconv() local
308 Uint8 *p = (Uint8 *)src; in SDL_iconv() local
316 Uint8 *p = (Uint8 *)src; in SDL_iconv() local
324 Uint8 *p = (Uint8 *)src; in SDL_iconv() local
439 Uint8 *p = (Uint8 *)src; in SDL_iconv() local
480 Uint8 *p = (Uint8 *)src; in SDL_iconv() local
521 Uint8 *p = (Uint8 *)src; in SDL_iconv() local
535 Uint8 *p = (Uint8 *)src; in SDL_iconv() local
549 Uint16 *p = (Uint16 *)src; in SDL_iconv() local
[all …]
/external/bluetooth/bluedroid/stack/avdt/
Davdt_msg.c269 static void avdt_msg_bld_cfg(UINT8 **p, tAVDT_CFG *p_cfg) in avdt_msg_bld_cfg()
374 static void avdt_msg_bld_none(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_none()
390 static void avdt_msg_bld_single(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_single()
406 static void avdt_msg_bld_setconfig_cmd(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_setconfig_cmd()
424 static void avdt_msg_bld_reconfig_cmd(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_reconfig_cmd()
444 static void avdt_msg_bld_multi(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_multi()
464 static void avdt_msg_bld_security_cmd(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_security_cmd()
481 static void avdt_msg_bld_delay_rpt(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_delay_rpt()
498 static void avdt_msg_bld_discover_rsp(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_discover_rsp()
523 static void avdt_msg_bld_svccap(UINT8 **p, tAVDT_MSG *p_msg) in avdt_msg_bld_svccap()
[all …]
/external/clang/test/PCH/
Dcxx-ms-function-specialization-class-scope.h8 B(U p) { in B()
11 …B(int p) { // expected-warning{{explicit specialization of 'B<T>' within class scope is a Microsof… in B()
15 void f(U p) { in f()
21 …void f(int p) { // expected-warning{{explicit specialization of 'f' within class scope is a Micros… in f()
25 void f(int p) { in f()
/external/expat/amiga/
Dexpat_68k_handler_stubs.c58 M68kXML_Parser p = userdata; in _68k_startelementhandler() local
63 M68kXML_Parser p = userdata; in _68k_endelementhandler() local
68 M68kXML_Parser p = userdata; in _68k_chardatahandler() local
73 M68kXML_Parser p = userdata; in _68k_procinsthandler() local
78 M68kXML_Parser p = userdata; in _68k_commenthandler() local
83 M68kXML_Parser p = userdata; in _68k_startcdatahandler() local
88 M68kXML_Parser p = userdata; in _68k_endcdatahandler() local
93 M68kXML_Parser p = userdata; in _68k_defaulthandler() local
98 M68kXML_Parser p = userdata; in _68k_defaulthandlerexp() local
105 M68kXML_Parser p = XML_GetUserData(parser); in _68k_extentrefhandler() local
[all …]

12345678910>>...128