OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMAGE_TYPES
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
image.h
129
#define
IMAGE_TYPES
__table ( struct image_type, "
image_types
" )
132
#define __image_type( probe_order ) __table_entry (
IMAGE_TYPES
, probe_order )
/art/test/
Android.run-test.mk
137
IMAGE_TYPES
:= picimage no-image multipicimage
143
$(foreach image, $(
IMAGE_TYPES
), \
176
IMAGE_TYPES
:=
/external/syslinux/gpxe/src/core/
image.c
218
for_each_table_entry ( type,
IMAGE_TYPES
) {
Completed in 215 milliseconds