OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:head
(Results
201 - 225
of
3883
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/res/res/raw-ko/
nodomain.html
2
<
head
>
23
</
head
>
/frameworks/base/core/res/res/raw-nl/
loaderror.html
2
<
head
>
17
</
head
>
/frameworks/base/core/res/res/raw-pl/
loaderror.html
2
<
head
>
17
</
head
>
/frameworks/base/core/res/res/raw-ru/
loaderror.html
2
<
head
>
17
</
head
>
nodomain.html
2
<
head
>
23
</
head
>
/frameworks/base/core/res/res/raw-th/
loaderror.html
2
<
head
>
17
</
head
>
/frameworks/base/core/res/res/raw-tr/
loaderror.html
2
<
head
>
17
</
head
>
/frameworks/base/core/res/res/raw-zh-rCN/
loaderror.html
2
<
head
>
17
</
head
>
/frameworks/base/core/res/res/raw-zh-rTW/
loaderror.html
2
<
head
>
17
</
head
>
/packages/apps/Browser/assets/html/
flashtest.html
2
<
head
>
4
</
head
>
/packages/apps/Settings/assets/html/el/
tethering_usb_help.html
3
<
head
>
18
</
head
>
tethering_wifi_help.html
3
<
head
>
18
</
head
>
/packages/apps/Settings/assets/html/ja/
tethering_usb_help.html
3
<
head
>
18
</
head
>
tethering_wifi_help.html
3
<
head
>
18
</
head
>
/packages/apps/Settings/assets/html/ko/
tethering_usb_help.html
3
<
head
>
18
</
head
>
tethering_wifi_help.html
3
<
head
>
18
</
head
>
/packages/apps/Settings/assets/html/ru/
tethering_usb_help.html
3
<
head
>
18
</
head
>
tethering_wifi_help.html
3
<
head
>
18
</
head
>
/packages/apps/Settings/assets/html/zh_cn/
tethering_usb_help.html
3
<
head
>
18
</
head
>
tethering_wifi_help.html
3
<
head
>
18
</
head
>
/packages/apps/Settings/assets/html/zh_tw/
tethering_usb_help.html
3
<
head
>
18
</
head
>
tethering_wifi_help.html
3
<
head
>
18
</
head
>
/bionic/libc/private/isc/
list.h
24
#define LIST(type) struct { type *
head
, *tail; }
26
do { (list).
head
= NULL; (list).tail = NULL; } while (/*CONSTCOND*/0)
38
#define
HEAD
(list) ((list).
head
)
40
#define EMPTY(list) ((list).
head
== NULL)
45
if ((list).
head
!= NULL) \
46
(list).
head
->link.prev = (elt); \
50
(elt)->link.next = (list).
head
; \
51
(list).
head
= (elt); \
60
(list).
head
= (elt);
[
all
...]
/external/opencore/baselibs/gen_data_structures/src/
linked_list.h
84
if (!
head
) return 0;
85
iterator =
head
;
95
if (!
head
) return 0;
96
iterator =
head
;
109
LinkedListElement<LLClass> *
head
;
member in class:LinkedList
121
head
= tail = iterator = NULL;
127
while (num_elements &&
head
)
129
tmp =
head
->next;
130
OSCL_DELETE(
head
);
132
head
= tmp
[
all
...]
/frameworks/base/obex/javax/obex/
ClientSession.java
80
byte[]
head
= null;
88
head
= ObexHelper.createHeader(header, false);
89
totalLength +=
head
.length;
107
if (
head
!= null) {
108
System.arraycopy(
head
, 0, requestPacket, 4,
head
.length);
145
HeaderSet
head
;
local
147
head
= new HeaderSet();
149
head
= header;
150
if (
head
.nonce != null)
253
HeaderSet
head
;
local
[
all
...]
Completed in 53 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>