Lines Matching refs:System
148 private final static String DEFAULT_SHELL = "/system/bin/sh -";
385 // Don't intercept the system keys
409 // Don't intercept the system keys
716 * Convert a row value from the public external coordinate system to our
717 * internal private coordinate system. External coordinate system:
719 * 0..mScreenRows-1 Internal coordinate system: 0..mScreenRows-1 rows of
723 * @param row a row in the external coordinate system.
725 * coordinate system.
796 System.arraycopy(mData, topOffset, mData, destOffset, mColumns);
800 System.arraycopy(mLineWrap, topLine, mLineWrap, destLine, 1);
804 System.arraycopy(mData, topOffset + mColumns, mData, topOffset,
807 System.arraycopy(mLineWrap, topLine + 1, mLineWrap, topLine,
874 System.arraycopy(mData, srcOffset, mData, dstOffset, w);
882 System.arraycopy(mData, srcOffset, mData, dstOffset, w);
1026 * state. Emulates a subset of the X Window System xterm terminal, which in turn
1278 System.arraycopy(oldTabStop, 0, mTabStop, 0, toTransfer);
2416 System.arraycopy(mBuffer, mHead, buffer, offset, bytesToCopy);
2463 System.arraycopy(buffer, offset, mBuffer, tail, bytesToCopy);