HomeSort by relevance Sort by last modified time
    Searched full:image_types (Results 1 - 19 of 19) sorted by null

  /external/autotest/client/tests/qemu_iotests/
control 29 image_types = ['raw', 'cow', 'qcow', 'qcow2', 'vpc', 'vmdk']
31 for image_type in image_types:
  /external/syslinux/com32/include/syslinux/
boot.h 54 struct image_types { struct
59 extern const struct image_types image_boot_types[];
  /external/vboot_reference/utility/
image_types.c 10 #include "image_types.h"
bmpblk_font.c 20 #include "image_types.h"
bmpblk_utility.cc 20 #include "image_types.h"
  /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 168 IMAGE_TYPES := picimage no-image multipicimage
174 $(foreach image, $(IMAGE_TYPES), \
208 IMAGE_TYPES :=
  /external/vboot_reference/utility/include/
bmpblk_utility.h 11 #include "image_types.h"
  /external/syslinux/com32/elflink/ldlinux/
execute.c 34 const struct image_types image_boot_types[] = {
96 const struct image_types *t;
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_images.py 13 image_types = self.root.image_types()
14 self.assertIsInstance(image_types, tuple)
15 self.assertIn('photo', image_types)
16 self.assertIn('bitmap', image_types)
  /art/test/testrunner/
testrunner.py 71 IMAGE_TYPES = set()
241 IMAGE_TYPES.add('no-image')
243 IMAGE_TYPES.add('multipicimage')
244 if env.ART_TEST_RUN_TEST_IMAGE or not IMAGE_TYPES: # Default
245 IMAGE_TYPES.add('picimage')
316 total_test_count *= len(IMAGE_TYPES)
346 GC_TYPES, JNI_TYPES, IMAGE_TYPES, PICTEST_TYPES,
811 IMAGE_TYPES.add(match.group(9))
907 IMAGE_TYPES.add('picimage')
    [all...]
  /external/syslinux/gpxe/src/core/
image.c 218 for_each_table_entry ( type, IMAGE_TYPES ) {
  /external/autotest/site_utils/stable_images/
assign_stable_images.py 201 image_types = [afe.CROS_IMAGE_TYPE, afe.FIRMWARE_IMAGE_TYPE]
204 for image_type in image_types
  /external/vboot_reference/
Makefile     [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 1524 def image_types(self): member in class:Misc
3440 def image_types(): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 1452 def image_types(self): member in class:Misc
3368 def image_types(): return _default_root.tk.call('image', 'types') function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 1452 def image_types(self): member in class:Misc
3368 def image_types(): return _default_root.tk.call('image', 'types') function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1452 def image_types(self): member in class:Misc
3368 def image_types(): return _default_root.tk.call('image', 'types') function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1452 def image_types(self): member in class:Misc
3368 def image_types(): return _default_root.tk.call('image', 'types') function
    [all...]

Completed in 996 milliseconds