/external/guava/guava/src/com/google/common/base/ |
H A D | 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; 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 D | 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/ |
H A D | 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/markdown/markdown/ |
H A D | __init__.py | 77 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 D | preprocessors.py | 13 HTML_PLACEHOLDER_PREFIX = markdown.STX+"wzxhzdk:"
|
/external/eigen/blas/testing/ |
H A D | dblat1.f | 253 + 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 D | sblat1.f | 253 + 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 D | tcg-target.c | 269 #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 D | SystemZInstrInfo.cpp | 650 case SystemZ::STX: 732 StoreOpcode = SystemZ::STX;
|
/external/droiddriver/libs/ |
H A D | guava-13.0.jar | META-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 D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |