OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_element
(Results
1 - 7
of
7
) sorted by null
/hardware/qcom/gps/msm8960/utils/
linked_list.c
39
typedef struct
list_element
{
struct
40
struct
list_element
* next;
41
struct
list_element
* prev;
44
}
list_element
;
typedef in typeref:struct:list_element
47
list_element
* p_head;
48
list_element
* p_tail;
126
list_element
* elem = (
list_element
*)malloc(sizeof(
list_element
));
140
list_element
* tmp = p_list->p_head
[
all
...]
/hardware/qcom/gps/utils/
linked_list.c
39
typedef struct
list_element
{
struct
40
struct
list_element
* next;
41
struct
list_element
* prev;
44
}
list_element
;
typedef in typeref:struct:list_element
47
list_element
* p_head;
48
list_element
* p_tail;
126
list_element
* elem = (
list_element
*)malloc(sizeof(
list_element
));
140
list_element
* tmp = p_list->p_head
[
all
...]
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java
42
R.layout.
list_element
,
MyRssReader3.java
53
mAdap = new RssDataAdapter<RssItem>(this, R.layout.
list_element
, mFeeds);
MyRssReader4.java
59
R.layout.
list_element
, // Our layout resource.
MyRssReader5.java
68
R.layout.
list_element
, // Our layout resource.
/external/chromium_org/v8/src/
heap.cc
504
Object*
list_element
= allocation_sites_list();
509
list_element
->IsAllocationSite()) {
512
AllocationSite::cast(
list_element
);
535
list_element
= site->weak_next();
567
Object*
list_element
= allocation_sites_list();
local
568
while (
list_element
->IsAllocationSite()) {
569
AllocationSite* site = AllocationSite::cast(
list_element
);
576
list_element
= site->weak_next();
[
all
...]
Completed in 243 milliseconds