HomeSort by relevance Sort by last modified time
    Searched defs:cst (Results 176 - 200 of 250) sorted by null

1 2 3 4 5 6 78 910

  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 20 import com.android.dx.rop.cst.Constant;
21 import com.android.dx.rop.cst.ConstantPool;
22 import com.android.dx.rop.cst.CstDouble;
23 import com.android.dx.rop.cst.CstFloat;
24 import com.android.dx.rop.cst.CstInteger;
25 import com.android.dx.rop.cst.CstKnownNull;
26 import com.android.dx.rop.cst.CstLiteralBits;
27 import com.android.dx.rop.cst.CstLong;
28 import com.android.dx.rop.cst.CstType;
321 Constant cst = pool.get(idx) local
329 Constant cst = pool.get(idx); local
337 Constant cst = pool.get(idx); local
763 Constant cst = pool.get(idx); local
771 Constant cst = pool.get(idx); local
788 Constant cst = pool.get(idx); local
1351 Constant cst; field in class:BytecodeArray.ConstantParserVisitor
    [all...]
RopperMachine.java 36 import com.android.dx.rop.cst.Constant;
37 import com.android.dx.rop.cst.CstFieldRef;
38 import com.android.dx.rop.cst.CstInteger;
39 import com.android.dx.rop.cst.CstMethodRef;
40 import com.android.dx.rop.cst.CstNat;
41 import com.android.dx.rop.cst.CstString;
42 import com.android.dx.rop.cst.CstType;
369 Constant cst = getAuxCst(); local
408 Type componentType = ((CstType) cst).getClassType();
489 ropOpcode = jopToRopOpcode(opcode, cst);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 26 import com.android.dx.rop.cst.Constant;
27 import com.android.dx.rop.cst.CstMemberRef;
28 import com.android.dx.rop.cst.CstString;
29 import com.android.dx.rop.cst.CstType;
185 Constant cst = ((CstInsn) insn).getConstant(); local
186 result.add(cst);
329 Constant cst = insn.getConstant(); local
330 int index = callback.getIndex(cst);
336 if (cst instanceof CstMemberRef) {
337 CstMemberRef member = (CstMemberRef) cst;
    [all...]
RopTranslator.java 38 import com.android.dx.rop.cst.Constant;
39 import com.android.dx.rop.cst.CstInteger;
692 Constant cst = insn.getConstant(); local
702 DalvInsn di = new CstInsn(opcode, pos, regs, cst);
733 di = new CstInsn(opcode, pos, regs, cst);
769 Constant cst = insn.getConstant(); local
778 new ArrayData(pos, lastAddress, values, cst);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 38 import com.android.dx.rop.cst.Constant;
39 import com.android.dx.rop.cst.CstInteger;
690 Constant cst = insn.getConstant(); local
700 DalvInsn di = new CstInsn(opcode, pos, regs, cst);
731 di = new CstInsn(opcode, pos, regs, cst);
767 Constant cst = insn.getConstant(); local
776 new ArrayData(pos, lastAddress, values, cst);
  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp 1100 SimpleTimeZone *cst = dynamic_cast<SimpleTimeZone *>(cst1); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 1100 SimpleTimeZone *cst = dynamic_cast<SimpleTimeZone *>(cst1); local
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 1407 const CastInst* cst = cast<CastInst>(I); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
asm-tree-4.0.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 1703 Instruction *cst; local
1943 Instruction *cst = *it; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 1703 Instruction *cst; local
1943 Instruction *cst = *it; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
FormatterTest.java 4220 TimeZone cst = TimeZone.getTimeZone("Asia\/Shanghai"); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 26 const __m128i cst = _mm_setr_epi16((int16_t)cospi_16_64, (int16_t)cospi_16_64, local
49 input0 = _mm_madd_epi16(input0, cst);
50 input1 = _mm_madd_epi16(input1, cst);
51 input2 = _mm_madd_epi16(input2, cst);
52 input3 = _mm_madd_epi16(input3, cst);
88 input0 = _mm_madd_epi16(input0, cst);
89 input1 = _mm_madd_epi16(input1, cst);
90 input2 = _mm_madd_epi16(input2, cst);
91 input3 = _mm_madd_epi16(input3, cst);
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 31 const __m128i cst = _mm_setr_epi16((int16_t)cospi_16_64, (int16_t)cospi_16_64, local
54 input0 = _mm_madd_epi16(input0, cst);
55 input1 = _mm_madd_epi16(input1, cst);
56 input2 = _mm_madd_epi16(input2, cst);
57 input3 = _mm_madd_epi16(input3, cst);
93 input0 = _mm_madd_epi16(input0, cst);
94 input1 = _mm_madd_epi16(input1, cst);
95 input2 = _mm_madd_epi16(input2, cst);
96 input3 = _mm_madd_epi16(input3, cst);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 31 const __m128i cst = _mm_setr_epi16((int16_t)cospi_16_64, (int16_t)cospi_16_64, local
54 input0 = _mm_madd_epi16(input0, cst);
55 input1 = _mm_madd_epi16(input1, cst);
56 input2 = _mm_madd_epi16(input2, cst);
57 input3 = _mm_madd_epi16(input3, cst);
93 input0 = _mm_madd_epi16(input0, cst);
94 input1 = _mm_madd_epi16(input1, cst);
95 input2 = _mm_madd_epi16(input2, cst);
96 input3 = _mm_madd_epi16(input3, cst);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
asm-tree-4.0.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_context.h 437 /* CST - constant state
496 struct radeon_state_atom cst; member in struct:r200_hw_state
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 4500 llvm::Constant *cst = cast<Constant>(Ops[3]); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.h 437 /* CST - constant state
496 struct radeon_state_atom cst; member in struct:r200_hw_state
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-tree-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-tree-4.0.jar 

Completed in 2261 milliseconds

1 2 3 4 5 6 78 910