Searched refs:STX (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DAscii.java59 * 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; field in class:Ascii
79 * terminate a sequence of characters started with STX and transmitted
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Dppc-mont.pl40 $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/
H A Dppc-mont.pl40 $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/markdown/markdown/
H A D__init__.py77 STX = u'\u0002' # Use STX ("Start of text") for start-of-placeholder variable
79 INLINE_PLACEHOLDER_PREFIX = STX+"klzzwxh:"
81 AMP_SUBSTITUTE = STX+"amp"+ETX
380 source = source.replace(STX, "").replace(ETX, "")
H A Dpreprocessors.py13 HTML_PLACEHOLDER_PREFIX = markdown.STX+"wzxhzdk:"
/external/eigen/blas/testing/
H A Ddblat1.f253 + DY1(7), SSIZE1(4), SSIZE2(14,2), STX(7), STY(7), local in subroutine:CHECK2
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), local in subroutine:CHECK3
531 STX(I) = DT9X(I,KN,KI)
535 CALL STEST(LENX,SX,STX,SSIZE2(1,KSIZE),SFAC)
H A Dsblat1.f253 + DY1(7), SSIZE1(4), SSIZE2(14,2), STX(7), STY(7), local in subroutine:CHECK2
419 STX(I) = DT10X(I,KN,KI)
422 CALL STEST(LENX,SX,STX,SSIZE2(1,1),1.0E0)
448 + MWPY(5), SSIZE2(14,2), STX(7), STY(7), SX(7), local in subroutine:CHECK3
531 STX(I) = DT9X(I,KN,KI)
535 CALL STEST(LENX,SX,STX,SSIZE2(1,KSIZE),SFAC)
/external/qemu/tcg/sparc/
H A Dtcg-target.c269 #define STX (INSN_OP(3) | INSN_OP3(0x0e)) macro
414 tcg_out_ldst(s, arg, arg1, arg2, STX);
738 #define HOST_ST_OP STX
1098 tcg_out_ldst(s, data_reg, arg0, 0, STX);
1353 tcg_out_ldst(s, args[0], args[1], args[2], STX);
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp650 case SystemZ::STX:
732 StoreOpcode = SystemZ::STX;
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 750 milliseconds