/external/libffi/src/sparc/ |
v9.S | 91 stx %o0, [%i4+0] ! (delay) 115 stx %o0, [%i4+0] 116 stx %o1, [%i4+8] 117 stx %o2, [%i4+16] 118 stx %o3, [%i4+24] 151 stx %i0, [FP+128+0] 152 stx %i1, [FP+128+8] 153 stx %i2, [FP+128+16] 154 stx %i3, [FP+128+24] 155 stx %i4, [FP+128+32 [all...] |
/external/qemu/ |
softmmu_outside_jit.c | 19 * enforces ldx/stx routines to use CPU environment stored in cpu_single_env
|
softmmu_outside_jit.h | 19 * enforces ldx/stx routines to use CPU environment stored in cpu_single_env
|
/external/openssl/crypto/modes/asm/ |
ghash-sparcv9.pl | 188 stx $Zlo,[$Xi+8] 190 stx $Zhi,[$Xi] 208 stx $Zlo,[$Xi+8] 210 stx $Zhi,[$Xi] 316 stx $Zlo,[$Xi+8] 318 stx $Zhi,[$Xi]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
action-element.jd | 8 <dd><pre class="stx"><action android:<a href="#nm">name</a>="<i>string</i>" /></pre></dd>
|
category-element.jd | 8 <dd><pre class="stx"><category android:<a href="#nm">name</a>="<i>string</i>" /></pre></dd>
|
instrumentation-element.jd | 8 <dd><pre class="stx"><instrumentation android:<a href="#ftest">functionalTest</a>=["true" | "false"]
|
permission-group-element.jd | 8 <dd><pre class="stx"><permission-group android:<a href="#desc">description</a>="<i>string resource</i>"
|
permission-tree-element.jd | 8 <dd><pre class="stx"><permission-tree android:<a href="#icon">icon</a>="<i>drawable resource</i>"
|
uses-permission-element.jd | 38 <dd><pre class="stx"><uses-permission android:<a href="#nm">name</a>="<i>string</i>" /></pre></dd>
|
grant-uri-permission-element.jd | 8 <dd><pre class="stx"><grant-uri-permission android:<a href="#path">path</a>="<i>string</i>"
|
meta-data-element.jd | 8 <dd><pre class="stx"><meta-data android:<a href="#nm">name</a>="<i>string</i>"
|
path-permission-element.jd | 8 <dd><pre class="stx">
|
uses-library-element.jd | 21 <pre class="stx">
|
/external/openssl/crypto/bn/asm/ |
sparcv9a-mont.pl | 170 stx %o7,[%sp+$bias+$frame+48] ! save %asi 192 stx %o0,[%sp+$bias+$frame+0] 430 stx %o0,[$tp] ! tp[j-1]= 486 stx %o0,[$tp] ! tp[j-1]= 500 stx %o4,[$tp] ! tp[num-1]= 526 stx %o0,[%sp+$bias+$frame+0] 736 stx %o0,[$tp] ! tp[j-1] 786 stx %o0,[$tp] ! tp[j-1] 800 stx %o4,[$tp] ! tp[num-1] 841 stx %g0,[$tp+%o7 [all...] |
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/clang/lib/Basic/ |
CharInfo.cpp | 17 // 0 NUL 1 SOH 2 STX 3 ETX
|
/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/libvpx/libvpx/examples/includes/geshi/geshi/ |
m68k.php | 62 'sec','sei','sta','sthx','stop','stx','sub','swi','tap','tax','tpa',
|
/external/llvm/lib/Support/ |
regcname.h | 45 { "STX", '\002' },
|
/ndk/sources/host-tools/ndk-stack/regex/ |
cname.h | 45 { "STX", '\002' },
|
/frameworks/base/docs/html/guide/topics/resources/ |
more-resources.jd | 54 <pre class="stx"> 150 <pre class="stx"> 264 <pre class="stx"> 360 <pre class="stx"> 466 <pre class="stx"> 549 <pre class="stx"> 644 <pre class="stx"> 729 <pre class="stx">
|
/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, "")
|
/bionic/libc/upstream-netbsd/libc/regex/ |
cname.h | 81 { "STX", '\002' },
|
/external/libpcap/ |
bpf_image.c | 135 op = "stx";
|