HomeSort by relevance Sort by last modified time
    Searched defs:STX (Results 1 - 4 of 4) sorted by null

  /external/guava/guava/src/com/google/common/base/
Ascii.java 59 * referred to as the "heading." An STX character has the effect of
70 * sequence is referred to as "text." STX may be used to terminate a
75 public static final byte STX = 2;
79 * terminate a sequence of characters started with STX and transmitted
  /external/markdown/markdown/
__init__.py 77 STX = u'\u0002' # Use STX ("Start of text") for start-of-placeholder
79 INLINE_PLACEHOLDER_PREFIX = STX+"klzzwxh:"
81 AMP_SUBSTITUTE = STX+"amp"+ETX
380 source = source.replace(STX, "").replace(ETX, "")
  /external/qemu/tcg/sparc/
tcg-target.c 269 #define STX (INSN_OP(3) | INSN_OP3(0x0e))
414 tcg_out_ldst(s, arg, arg1, arg2, STX);
738 #define HOST_ST_OP STX
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 83 milliseconds