HomeSort by relevance Sort by last modified time
    Searched refs:mtype (Results 151 - 175 of 184) sorted by null

1 2 3 4 5 67 8

  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 480 mtype = mimetypes.guess_type(url)[0]
483 (mtype or 'text/plain', size, modified)))
553 mtype = mimetypes.guess_type("ftp:" + url)[0]
555 if mtype:
556 headers += "Content-Type: %s\n" % mtype
    [all...]
inspect.py 431 for neglen, suffix, mode, mtype in suffixes:
433 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 480 mtype = mimetypes.guess_type(url)[0]
483 (mtype or 'text/plain', size, modified)))
553 mtype = mimetypes.guess_type("ftp:" + url)[0]
555 if mtype:
556 headers += "Content-Type: %s\n" % mtype
    [all...]
inspect.py 431 for neglen, suffix, mode, mtype in suffixes:
433 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 480 mtype = mimetypes.guess_type(url)[0]
483 (mtype or 'text/plain', size, modified)))
553 mtype = mimetypes.guess_type("ftp:" + url)[0]
555 if mtype:
556 headers += "Content-Type: %s\n" % mtype
    [all...]
inspect.py 431 for neglen, suffix, mode, mtype in suffixes:
433 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 480 mtype = mimetypes.guess_type(url)[0]
483 (mtype or 'text/plain', size, modified)))
553 mtype = mimetypes.guess_type("ftp:" + url)[0]
555 if mtype:
556 headers += "Content-Type: %s\n" % mtype
    [all...]
inspect.py 431 for neglen, suffix, mode, mtype in suffixes:
433 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
sunos.c 35 #define MACHTYPE_OK(mtype) \
36 (((mtype) == M_SPARC && bfd_lookup_arch (bfd_arch_sparc, 0) != NULL) \
37 || ((mtype) == M_SPARCLET \
39 || ((mtype) == M_SPARCLITE_LE \
41 || (((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020) \
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 1422 const struct glsl_type *mtype = interface_type->members[i]->type; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 431 for neglen, suffix, mode, mtype in suffixes:
433 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 433 for neglen, suffix, mode, mtype in suffixes:
435 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /external/python/cpython2/Lib/
inspect.py 430 for neglen, suffix, mode, mtype in suffixes:
432 return ModuleInfo(filename[:neglen], suffix, mode, mtype)
    [all...]
  /external/syslinux/efi/
main.c 544 * @mtype: type of memory to allocate
557 allocate_pages(EFI_ALLOCATE_TYPE atype, EFI_MEMORY_TYPE mtype,
561 mtype, num_pages, memory);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 37 mtype *Type
353 sig.mtype = methodfunc(f.Type, nil)
396 sig.mtype = f.Type
666 ot = dmethodptrOffLSym(lsym, ot, Linksym(dtypesym(a.mtype)))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 37 mtype *Type
353 sig.mtype = methodfunc(f.Type, nil)
396 sig.mtype = f.Type
666 ot = dmethodptrOffLSym(lsym, ot, Linksym(dtypesym(a.mtype)))
    [all...]
  /external/python/cpython2/Lib/idlelib/
EditorWindow.py 669 (f, file_path, (suffix, mode, mtype)) = _find_module(name)
673 if mtype != imp.PY_SOURCE:
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java 1174 public final int mtype = 0; field in class:R
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /external/python/cpython2/Lib/plat-mac/
FrameWork.py 606 title, shortcut, callback, mtype = self.items[item-1]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
FrameWork.py 606 title, shortcut, callback, mtype = self.items[item-1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 606 title, shortcut, callback, mtype = self.items[item-1]
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 1498 int mtype = c.getInt(c.getColumnIndex(Mms.MESSAGE_TYPE)); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 

Completed in 6658 milliseconds

1 2 3 4 5 67 8