HomeSort by relevance Sort by last modified time
    Searched refs:imgtype (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.27/include/vms/
eihd.h 61 unsigned char imgtype[4]; member in struct:vms_eihd
  /toolchain/binutils/binutils-2.27/bfd/
vms-alpha.c 472 unsigned int imgtype, size;
479 imgtype = bfd_getl32 (eihd->imgtype);
481 if (imgtype == EIHD__K_EXE || imgtype == EIHD__K_LIM)
497 vms_debug2 ((4, "EIHD size %d imgtype %d symvva 0x%lx eisd %d eihs %d\n",
498 size, imgtype, (unsigned long)symvva,
470 unsigned int imgtype, size; local
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py 396 def image_create(self, imgtype, cnf={}, master=None, **kw):
408 return master.tk.call(('image', 'create', imgtype,) + options)
    [all...]
Tkinter.py     [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 388 def image_create(self, imgtype, cnf={}, master=None, **kw):
400 return master.tk.call(('image', 'create', imgtype,) + options)
    [all...]
__init__.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 399 def image_create(self, imgtype, cnf={}, master=None, **kw):
411 return master.tk.call(('image', 'create', imgtype,) + options)
    [all...]
Tkinter.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 399 def image_create(self, imgtype, cnf={}, master=None, **kw):
411 return master.tk.call(('image', 'create', imgtype,) + options)
    [all...]
Tkinter.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 399 def image_create(self, imgtype, cnf={}, master=None, **kw):
411 return master.tk.call(('image', 'create', imgtype,) + options)
    [all...]
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 399 def image_create(self, imgtype, cnf={}, master=None, **kw):
411 return master.tk.call(('image', 'create', imgtype,) + options)
    [all...]
Tkinter.py     [all...]

Completed in 388 milliseconds