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

  /external/chromium-trace/catapult/third_party/Paste/tests/
test_multidict.py 154 ufs = d[k('f')]
155 assert isinstance(ufs, cgi.FieldStorage)
156 assert ufs is not fs
157 assert ufs.name == fs.name
158 assert isinstance(ufs.name, str if six.PY3 else key_str)
159 assert ufs.filename == fs.filename
160 assert isinstance(ufs.filename, six.text_type)
161 assert isinstance(ufs.value, str)
162 assert ufs.value == 'hello'
  /device/google/marlin/recovery/oem-recovery/
gpt-utils.cpp 41 #include <scsi/ufs/ioctl.h>
42 #include <scsi/ufs/ufs.h>
80 //Size of the buffer that needs to be passed to the UFS ioctl
127 //Required in the case of UFS devices
244 //Skip the xbl partition on UFS devices. That is handled
633 fprintf(stderr, "%s: UFS query ioctl failed(%s)\n",
650 //boot LUN for boot. This is required since UFS boot partitions
653 //not be invoked for emmc targets and on UFS targets is only required
745 //containing all the partitions For UFS devices it could potentially b
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 860 ufs = fs.decode(stream.encoding)
862 stream.write(ufs % msg)
870 stream.write((ufs % msg).encode(stream.encoding))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 860 ufs = fs.decode(stream.encoding)
862 stream.write(ufs % msg)
870 stream.write((ufs % msg).encode(stream.encoding))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 860 ufs = fs.decode(stream.encoding)
862 stream.write(ufs % msg)
870 stream.write((ufs % msg).encode(stream.encoding))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 860 ufs = fs.decode(stream.encoding)
862 stream.write(ufs % msg)
870 stream.write((ufs % msg).encode(stream.encoding))
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-darwin.c 146 x86_float_state64_from_vex(&((x86_float_state_t *)mach_generic)->ufs.fs64, vex);
  /external/llvm/include/llvm/Support/
MachO.h 1610 } ufs; member in struct:llvm::MachO::x86_float_state_t
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 1402 milliseconds