OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:item0
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
reflist.c
39
void** items = (l->max == 1) ? &l->u.
item0
: l->u.items;
136
l->u.
item0
= NULL;
187
return l->u.
item0
;
200
items = (l->max == 1) ? &l->u.
item0
: l->u.items;
reflist.h
27
void*
item0
;
member in union:ARefList::__anon4171
81
return (l->max == 1) ? &l->u.
item0
: l->u.items;
/dalvik/libdex/
DexSwapVerify.c
564
const DexStringId*
item0
= state->previousItem;
local
565
if (
item0
!= NULL) {
567
const char* s0 = dexGetStringData(state->pDexFile,
item0
);
599
const DexTypeId*
item0
= state->previousItem;
local
600
if (
item0
!= NULL) {
602
if (
item0
->descriptorIdx >= item->descriptorIdx) {
604
item0
->descriptorIdx, item->descriptorIdx);
717
const DexProtoId*
item0
= state->previousItem;
local
718
if (
item0
!= NULL) {
720
if (
item0
->returnTypeIdx > item->returnTypeIdx)
797
const DexFieldId*
item0
= state->previousItem;
local
863
const DexMethodId*
item0
= state->previousItem;
local
[
all
...]
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 579 milliseconds