HomeSort by relevance Sort by last modified time
    Searched full:interp (Results 1 - 25 of 1650) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
provide-hidden-s.ld 6 .interp : { *(.interp) }
provide-hidden-1.ld 10 .interp : { *(.interp) }
provide-hidden-2.ld 7 .interp : { *(.interp) }
comm-data2.ld 10 .interp : { *(.interp) }
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclerrors.swg 50 SWIG_Tcl_SetErrorObj(Tcl_Interp *interp, const char *ctype, Tcl_Obj *obj)
52 Tcl_ResetResult(interp);
53 Tcl_SetObjResult(interp, obj);
54 Tcl_SetErrorCode(interp, "SWIG", ctype, NULL);
58 SWIG_Tcl_SetErrorMsg(Tcl_Interp *interp, const char *ctype, const char *mesg)
60 Tcl_ResetResult(interp);
61 Tcl_SetErrorCode(interp, "SWIG", ctype, NULL);
62 Tcl_AppendResult(interp, ctype, " ", mesg, NULL);
64 Tcl_AddErrorInfo(interp, ctype);
65 Tcl_AddErrorInfo(interp, " ");
    [all...]
tclinterp.i 4 * Tcl_Interp *interp
8 * if you just need the interp value for some reason. When used,
9 * the 'interp' parameter becomes hidden in the Tcl interface--that
14 %typemap(in,numinputs=0) Tcl_Interp *interp {
15 $1 = interp;
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 14 SkInterpolator* interp = reinterpret_cast<SkInterpolator*>(interpHandle); local
15 delete interp;
20 SkInterpolator* interp = reinterpret_cast<SkInterpolator*>(interpHandle); local
21 interp->reset(valueCount, frameCount);
26 SkInterpolator* interp = reinterpret_cast<SkInterpolator*>(interpHandle); local
37 interp->setKeyFrame(index, msec, scalars, blend);
42 SkInterpolator* interp = reinterpret_cast<SkInterpolator*>(interpHandle); local
46 interp->setRepeatCount(repeatCount);
47 interp->setMirror(mirror != 0);
52 SkInterpolator* interp = reinterpret_cast<SkInterpolator*>(interpHandle) local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
plt1.ld 4 .interp : { *(.interp) }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
stub-dynsym-1.ld 4 .interp : { *(.interp) }
got-page-1.ld 4 .interp : { *(.interp) }
mips16-pic-1.ld 4 .interp : { *(.interp) }
tls-hidden3.ld 4 .interp : { *(.interp) }
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tcl.py 26 self.interp = Tcl()
29 tcl = self.interp
34 tcl = self.interp
38 tcl = self.interp
42 tcl = self.interp
47 tcl = self.interp
51 tcl = self.interp
55 tcl = self.interp
60 tcl = self.interp
65 tcl = self.interp
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tcl.py 26 self.interp = Tcl()
29 tcl = self.interp
34 tcl = self.interp
38 tcl = self.interp
42 tcl = self.interp
47 tcl = self.interp
51 tcl = self.interp
55 tcl = self.interp
60 tcl = self.interp
65 tcl = self.interp
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tcl.py 26 self.interp = Tcl()
29 tcl = self.interp
34 tcl = self.interp
38 tcl = self.interp
42 tcl = self.interp
47 tcl = self.interp
51 tcl = self.interp
55 tcl = self.interp
60 tcl = self.interp
65 tcl = self.interp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tcl.py 26 self.interp = Tcl()
29 tcl = self.interp
34 tcl = self.interp
38 tcl = self.interp
42 tcl = self.interp
47 tcl = self.interp
51 tcl = self.interp
55 tcl = self.interp
60 tcl = self.interp
65 tcl = self.interp
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
llvm.amdgcn.interp.ll 13 %p0_0 = call float @llvm.amdgcn.interp.p1(i32 %i, i32 0, i32 0, i32 %3)
14 %p1_0 = call float @llvm.amdgcn.interp.p2(float %p0_0, i32 %j, i32 0, i32 0, i32 %3)
15 %p0_1 = call float @llvm.amdgcn.interp.p1(i32 %i, i32 1, i32 0, i32 %3)
16 %p1_1 = call float @llvm.amdgcn.interp.p2(float %p0_1, i32 %j, i32 1, i32 0, i32 %3)
22 declare float @llvm.amdgcn.interp.p1(i32, i32, i32, i32) #1
25 declare float @llvm.amdgcn.interp.p2(float, i32, i32, i32, i32) #1
  /external/mesa3d/src/gallium/drivers/radeon/
SIIntrinsics.td 29 class Interp : Intrinsic <[llvm_float_ty], [llvm_i32_ty, llvm_i32_ty, llvm_i32_ty], [IntrReadMem]>;
31 def int_SI_fs_interp_linear_center : Interp;
32 def int_SI_fs_interp_linear_centroid : Interp;
33 def int_SI_fs_interp_persp_center : Interp;
34 def int_SI_fs_interp_persp_centroid : Interp;
35 def int_SI_fs_interp_constant : Interp;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
vxworks1.ld 4 .interp : { *(.interp) }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-vax-elf/
plt-local.ld 5 .interp : { *(.interp) }
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
matrix-interpolation.js 79 interp = webAnimations1.propertyInterpolation(
83 evaluatedInterp = interp(0.4);
88 evaluatedInterp = interp(0.6);
96 var interp = webAnimations1.propertyInterpolation(
100 var evaluatedInterp = interp(0.5);
106 interp = webAnimations1.propertyInterpolation(
110 evaluatedInterp = interp(0.5);
117 interp = webAnimations1.propertyInterpolation(
121 evaluatedInterp = interp(0.5);
132 interp = webAnimations1.propertyInterpolation
    [all...]
  /external/valgrind/coregrind/m_ume/
script.c 51 const HChar* interp = script + 2; local
59 while (interp < end && (*interp == ' ' || *interp == '\t')) interp++;
62 if (interp >= end) return False; // can't find start of interp name
65 if (*interp == '\n') return False;
77 HChar* interp; local
95 interp = hdr + 2
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
got-empty.exe.mipsel 
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/lib/
libjnigraphics.so 
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/lib/
libjnigraphics.so 

Completed in 446 milliseconds

1 2 3 4 5 6 7 8 91011>>