HomeSort by relevance Sort by last modified time
    Searched refs:STX (Results 1 - 25 of 26) sorted by null

1 2

  /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, "")
preprocessors.py 13 HTML_PLACEHOLDER_PREFIX = markdown.STX+"wzxhzdk:"
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ppc-mont.pl 40 $STX= "stwx"; # store indexed
60 $STX= "stdx"; # store indexed
294 $STX $aj,$rp,$j
308 $STX $tj,$rp,$j
309 $STX $j,$tp,$j ; zap at once
  /external/openssl/crypto/bn/asm/
ppc-mont.pl 40 $STX= "stwx"; # store indexed
60 $STX= "stdx"; # store indexed
294 $STX $aj,$rp,$j
308 $STX $tj,$rp,$j
309 $STX $j,$tp,$j ; zap at once
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 5 STX = 0x02 # ^B
41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
textpad.py 93 elif ch in (curses.ascii.STX,curses.KEY_LEFT, curses.ascii.BS,curses.KEY_BACKSPACE):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 5 STX = 0x02 # ^B
41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
textpad.py 93 elif ch in (curses.ascii.STX,curses.KEY_LEFT, curses.ascii.BS,curses.KEY_BACKSPACE):
  /external/eigen/blas/testing/
dblat1.f 253 + DY1(7), SSIZE1(4), SSIZE2(14,2), STX(7), STY(7),
419 STX(I) = DT10X(I,KN,KI)
422 CALL STEST(LENX,SX,STX,SSIZE2(1,1),1.0D0)
448 + MWPY(5), SSIZE2(14,2), STX(7), STY(7), SX(7),
531 STX(I) = DT9X(I,KN,KI)
535 CALL STEST(LENX,SX,STX,SSIZE2(1,KSIZE),SFAC)