HomeSort by relevance Sort by last modified time
    Searched refs:cst (Results 101 - 125 of 734) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/net/http/
clientserver_test.go 77 cst := &clientServerTest{
83 cst.c = &Client{Transport: cst.tr}
84 cst.ts = httptest.NewUnstartedServer(h)
89 opt(cst.tr)
91 opt(cst.ts)
98 cst.ts.Start()
99 return cst
101 ExportHttp2ConfigureServer(cst.ts.Config, nil)
102 cst.ts.TLS = cst.ts.Config.TLSConfi
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form21h.java 23 import com.android.dexgen.rop.cst.Constant;
24 import com.android.dexgen.rop.cst.CstLiteralBits;
80 Constant cst = ci.getConstant(); local
82 if (!(cst instanceof CstLiteralBits)) {
86 CstLiteralBits cb = (CstLiteralBits) cst;
Form35c.java 24 import com.android.dexgen.rop.cst.Constant;
25 import com.android.dexgen.rop.cst.CstMethodRef;
26 import com.android.dexgen.rop.cst.CstType;
86 Constant cst = ci.getConstant(); local
87 if (!((cst instanceof CstMethodRef) ||
88 (cst instanceof CstType))) {
Form3rc.java 24 import com.android.dexgen.rop.cst.Constant;
25 import com.android.dexgen.rop.cst.CstMethodRef;
26 import com.android.dexgen.rop.cst.CstType;
115 Constant cst = ci.getConstant(); local
116 if (!((cst instanceof CstMethodRef) ||
117 (cst instanceof CstType))) {
Form45cc.java 24 import com.android.dexgen.rop.cst.Constant;
25 import com.android.dexgen.rop.cst.CstMethodRef;
26 import com.android.dexgen.rop.cst.CstType;
86 Constant cst = ci.getConstant(); local
87 if (!((cst instanceof CstMethodRef) ||
88 (cst instanceof CstType))) {
Form4rcc.java 24 import com.android.dexgen.rop.cst.Constant;
25 import com.android.dexgen.rop.cst.CstMethodRef;
26 import com.android.dexgen.rop.cst.CstType;
115 Constant cst = ci.getConstant(); local
116 if (!((cst instanceof CstMethodRef) ||
117 (cst instanceof CstType))) {
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form11n.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
78 Constant cst = ci.getConstant(); local
80 if (!(cst instanceof CstLiteralBits)) {
84 CstLiteralBits cb = (CstLiteralBits) cst;
Form21h.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
81 Constant cst = ci.getConstant(); local
83 if (!(cst instanceof CstLiteralBits)) {
87 CstLiteralBits cb = (CstLiteralBits) cst;
Form21s.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
77 Constant cst = ci.getConstant(); local
79 if (!(cst instanceof CstLiteralBits)) {
83 CstLiteralBits cb = (CstLiteralBits) cst;
Form22b.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
79 Constant cst = ci.getConstant(); local
81 if (!(cst instanceof CstLiteralBits)) {
85 CstLiteralBits cb = (CstLiteralBits) cst;
Form22s.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
79 Constant cst = ci.getConstant(); local
81 if (!(cst instanceof CstLiteralBits)) {
85 CstLiteralBits cb = (CstLiteralBits) cst;
  /dalvik/dx/src/com/android/dx/rop/code/
InvokePolymorphicInsn.java 18 import com.android.dx.rop.cst.CstMethodRef;
19 import com.android.dx.rop.cst.CstNat;
20 import com.android.dx.rop.cst.CstProtoRef;
21 import com.android.dx.rop.cst.CstString;
22 import com.android.dx.rop.cst.CstType;
  /toolchain/binutils/binutils-2.25/include/opcode/
tic6x-insn-formats.h 100 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3)))))
103 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3)))))
106 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3)))))
109 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3)))))
112 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3)))))
115 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3)))))
118 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3)))))
121 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3)))))
124 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3)))))
129 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3)))))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 19 import com.android.dexgen.rop.cst.Constant;
20 import com.android.dexgen.rop.cst.CstArray;
21 import com.android.dexgen.rop.cst.CstLiteralBits;
22 import com.android.dexgen.rop.cst.CstType;
23 import com.android.dexgen.rop.cst.Zeroes;
293 Constant cst = staticValues.get(field); local
294 if (cst instanceof CstLiteralBits) {
296 if (((CstLiteralBits) cst).getLongBits() != 0) {
299 } else if (cst != null) {
314 Constant cst = staticValues.get(field) local
    [all...]
EncodedMember.java 19 import com.android.dexgen.rop.cst.CstUtf8;
FieldIdItem.java 19 import com.android.dexgen.rop.cst.CstFieldRef;
MethodIdItem.java 19 import com.android.dexgen.rop.cst.CstBaseMethodRef;
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 19 import com.android.dx.rop.cst.Constant;
20 import com.android.dx.rop.cst.CstArray;
21 import com.android.dx.rop.cst.CstLiteralBits;
22 import com.android.dx.rop.cst.CstType;
23 import com.android.dx.rop.cst.Zeroes;
289 Constant cst = staticValues.get(field); local
290 if (cst instanceof CstLiteralBits) {
292 if (((CstLiteralBits) cst).getLongBits() != 0) {
295 } else if (cst != null) {
310 Constant cst = staticValues.get(field) local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 17 package com.android.dexgen.rop.cst;
126 CstType cst = interns.get(type); local
128 if (cst == null) {
129 cst = new CstType(type);
130 interns.put(type, cst);
133 return cst;
CstBoolean.java 17 package com.android.dexgen.rop.cst;
CstKnownNull.java 17 package com.android.dexgen.rop.cst;
CstLiteral32.java 17 package com.android.dexgen.rop.cst;
CstLiteral64.java 17 package com.android.dexgen.rop.cst;
  /art/compiler/optimizing/
load_store_analysis.cc 35 HConstant* cst = idx1->GetConstantRight(); local
36 if (cst == nullptr || cst->IsArithmeticZero()) {
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java 19 import com.android.dexgen.rop.cst.Constant;
112 Constant cst = (Constant) lastType; local
126 getResult(), newSources, cst);

Completed in 1630 milliseconds

1 2 3 45 6 7 8 91011>>