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

  /external/autotest/client/common_lib/
logging_manager.py 557 def _redirect_logging_stream_handlers(self, old_stream, new_stream):
560 old_stream to point to new_stream instead.
565 handler.stream.fileno() == old_stream.fileno())
  /art/compiler/utils/mips64/
assembler_mips64.cc 57 const std::vector<uint8_t>& old_stream = data.first; local
61 cfi().ReserveCFIStream(old_stream.size() + advances.size() + 16);
66 cfi().AppendRawData(old_stream, stream_pos, advance.stream_pos);
73 cfi().AppendRawData(old_stream, stream_pos, old_stream.size());
    [all...]
  /external/freetype/src/truetype/
ttgload.c 1900 FT_Stream old_stream = loader->stream; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 1795 FT_Stream old_stream = loader->stream; local
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 260 const std::vector<uint8_t>& old_stream = data.first; local
277 cfi().AppendRawData(old_stream, 0u, advances[0].stream_pos);
297 size_t end_pos = (entry + 1u == size) ? old_stream.size() : advances[entry + 1u].stream_pos;
298 cfi().AppendRawData(old_stream, advances[entry].stream_pos, end_pos);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_argparse.py     [all...]
  /external/python/cpython2/Lib/test/
test_argparse.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]

Completed in 1825 milliseconds