OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bp
(Results
1 - 25
of
176
) sorted by null
1
2
3
4
5
6
7
8
/packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeBodyPartTest.java
40
MimeBodyPart
bp
= new MimeBodyPart();
local
43
assertNull(
bp
.getContentId());
47
bp
.setHeader(MimeHeader.HEADER_CONTENT_ID, cid1);
48
assertEquals(cid1,
bp
.getContentId());
51
bp
.setHeader(MimeHeader.HEADER_CONTENT_ID, "<" + cid1 + ">");
52
assertEquals(cid1,
bp
.getContentId());
/external/clang/test/Parser/
pointer_promotion.c
8
struct bar *
bp
;
local
13
if (fp <
bp
) {} // expected-warning {{comparison of distinct pointer types ('struct foo *' and 'struct bar *')}}
/external/webkit/Source/WebCore/platform/graphics/
FontFamily.cpp
49
const FontFamily*
bp
;
local
50
for (ap = a.next(),
bp
= b.next(); ap !=
bp
; ap = ap->next(),
bp
=
bp
->next()) {
51
if (!ap || !
bp
)
53
if (ap->family() !=
bp
->family())
/external/libmtp/src/
util.c
50
unsigned char *
bp
= (unsigned char *) buf;
local
54
fprintf(f, "%02x ", *
bp
);
55
bp
++;
77
unsigned char *
bp
= (unsigned char *) buf;
local
87
fprintf(f, "%02x",
bp
[16*lc+i]);
97
unsigned char ch=
bp
[16*lc+i];
/external/libpcap/
etherent.c
93
char *
bp
;
local
144
bp
= e.name;
148
*
bp
++ = c;
151
*
bp
= '\0';