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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/tcl/
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;
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...]
wish.i 40 extern int SetupMainInterp _ANSI_ARGS_((Tcl_Interp *interp));
54 * message in interp->result if an error occurs.
62 int Tcl_AppInit(Tcl_Interp *interp)
66 main = Tk_MainWindow(interp);
72 * if (Mod_Init(interp) == TCL_ERROR) {
79 if (Tcl_Init(interp) == TCL_ERROR) {
83 if (Tk_Init(interp) == TCL_ERROR) {
92 if (SWIG_init(interp) == TCL_ERROR) {
97 SetupMainInterp(interp);
108 Tcl_SetVar(interp, (char *) "tcl_rcFileName",SWIG_RcFileName,TCL_GLOBAL_ONLY)
    [all...]
tclinit.swg 44 SWIG_Tcl_InstallConstants(Tcl_Interp *interp, swig_const_info constants[]) {
65 SWIG_Tcl_SetConstantObj(interp, constants[i].name, obj);
99 SWIGEXPORT int SWIG_init(Tcl_Interp *interp) {
101 if (interp == 0) return TCL_ERROR;
104 if (Tcl_InitStubs(interp, (char*)SWIG_TCL_STUBS_VERSION, 0) == NULL) {
110 if (Tk_InitStubs(interp, (char*)SWIG_TCL_STUBS_VERSION, 0) == NULL) {
115 Tcl_PkgProvide(interp, (char*)SWIG_name, (char*)SWIG_version);
118 Tcl_Eval(interp, "namespace eval " SWIG_namespace " { }");
121 SWIG_InitializeModule((void *) interp);
125 Tcl_CreateObjCommand(interp, (char *) swig_commands[i].name, (swig_wrapper_func) swig_commands[i].wrapper
    [all...]
tclrun.swg 11 #define SWIG_ConvertPtr(oc, ptr, ty, flags) SWIG_Tcl_ConvertPtr(interp, oc, ptr, ty, flags)
15 #define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Tcl_ConvertPacked(interp, obj, ptr, sz, ty)
19 #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, flags)
20 #define SWIG_NewInstanceObj(thisvalue, type, flags) SWIG_Tcl_NewInstanceObj(interp, thisvalue, type, flags)
23 #define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Tcl_ConvertPtr(interp, obj, pptr, type, 0)
27 #define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Tcl_ConvertPacked(interp,obj, ptr, sz, ty)
40 #define SWIG_Error(code, msg) SWIG_Tcl_SetErrorMsg(interp, SWIG_Tcl_ErrorType(code), msg)
49 #define SWIG_ConvertPtrFromString(c, ptr, ty, flags) SWIG_Tcl_ConvertPtrFromString(interp, c, ptr, ty, flags)
59 #define SWIG_TCL_DECL_ARGS_2(arg1, arg2) (Tcl_Interp *interp SWIGUNUSED, arg1, arg2)
60 #define SWIG_TCL_CALL_ARGS_2(arg1, arg2) (interp, arg1, arg2
    [all...]
tclsh.i 40 int Tcl_AppInit(Tcl_Interp *interp){
42 if (Tcl_Init(interp) == TCL_ERROR)
47 if (SWIG_init(interp) == TCL_ERROR)
50 Tcl_SetVar(interp, (char *) "tcl_rcFileName",SWIG_RcFileName,TCL_GLOBAL_ONLY);
55 Tcl_SetVar(interp, (char *) "tcl_rcRsrcName",SWIG_RcRsrcName,TCL_GLOBAL);
tcltypemaps.swg 10 In Tcl we need to pass the interp value, so we define the decl/call
47 #define %set_output(obj) Tcl_SetObjResult(interp,obj)
50 #define %append_output(obj) Tcl_ListObjAppendElement(interp,Tcl_GetObjResult(interp),obj)
53 #define SWIG_SetConstant(name, obj) SWIG_Tcl_SetConstantObj(interp, name, obj)
56 #define SWIG_Raise(obj,type,desc) SWIG_Tcl_SetErrorObj(interp,type,obj)
70 Tcl_SetObjResult(interp, SWIG_NewInstanceObj( %as_voidptr($1), $1_descriptor,0));
75 Tcl_SetObjResult(interp,SWIG_NewInstanceObj(%as_voidptr($1), ty,0));
  /external/python/cpython3/Modules/
tkappinit.c 27 Tcl_AppInit(Tcl_Interp *interp)
42 Tk_MacOSXOpenBundleResources (interp, "com.tcltk.tcllibrary",
46 Tcl_SetVar(interp, "tcl_library", tclLibPath, TCL_GLOBAL_ONLY);
47 Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY);
48 Tcl_SetVar(interp, "tcl_pkgPath", tclLibPath, TCL_GLOBAL_ONLY);
52 Tcl_SetVar(interp, "tcl_library", tclLibPath, TCL_GLOBAL_ONLY);
53 Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY);
54 Tcl_SetVar(interp, "tcl_pkgPath", tclLibPath, TCL_GLOBAL_ONLY);
57 if (Tcl_Init (interp) == TCL_ERROR)
62 Tk_MacOSXOpenBundleResources (interp, "com.tcltk.tklibrary"
    [all...]
  /external/python/cpython2/Modules/
tkappinit.c 27 Tcl_AppInit(Tcl_Interp *interp)
45 Tk_MacOSXOpenBundleResources (interp, "com.tcltk.tcllibrary",
49 Tcl_SetVar(interp, "tcl_library", tclLibPath, TCL_GLOBAL_ONLY);
50 Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY);
51 Tcl_SetVar(interp, "tcl_pkgPath", tclLibPath, TCL_GLOBAL_ONLY);
55 Tcl_SetVar(interp, "tcl_library", tclLibPath, TCL_GLOBAL_ONLY);
56 Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY);
57 Tcl_SetVar(interp, "tcl_pkgPath", tclLibPath, TCL_GLOBAL_ONLY);
60 if (Tcl_Init (interp) == TCL_ERROR)
65 Tk_MacOSXOpenBundleResources (interp, "com.tcltk.tklibrary"
    [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/sonivox/arm-wt-22k/lib_src/
eas_flog.c 67 EAS_U32 interp; local
85 interp = (n >> MANTISSA_LSB_SHIFT) & MANTISSA_LSB_MASK;
91 interp = ((eas_log2_table[n+1] - eas_log2_table[n]) * interp) >> INTERPOLATION_SHIFT;
92 exp += eas_log2_table[n] + interp;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 31 static PyThread_type_lock head_mutex = NULL; /* Protects interp->tstate_head */
60 PyInterpreterState *interp = (PyInterpreterState *) local
63 if (interp != NULL) {
69 interp->modules = NULL;
70 interp->modules_reloading = NULL;
71 interp->sysdict = NULL;
72 interp->builtins = NULL;
73 interp->tstate_head = NULL;
74 interp->codec_search_path = NULL;
75 interp->codec_search_cache = NULL;
261 PyInterpreterState *interp; local
394 PyInterpreterState *interp = tstate->interp; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 28 static PyThread_type_lock head_mutex = NULL; /* Protects interp->tstate_head */
61 PyInterpreterState *interp = (PyInterpreterState *) local
64 if (interp != NULL) {
70 interp->modules = NULL;
71 interp->modules_reloading = NULL;
72 interp->sysdict = NULL;
73 interp->builtins = NULL;
74 interp->tstate_head = NULL;
75 interp->codec_search_path = NULL;
76 interp->codec_search_cache = NULL;
259 PyInterpreterState *interp; local
392 PyInterpreterState *interp = tstate->interp; local
    [all...]
  /external/python/cpython2/Python/
pystate.c 31 static PyThread_type_lock head_mutex = NULL; /* Protects interp->tstate_head */
60 PyInterpreterState *interp = (PyInterpreterState *) local
63 if (interp != NULL) {
69 interp->modules = NULL;
70 interp->modules_reloading = NULL;
71 interp->sysdict = NULL;
72 interp->builtins = NULL;
73 interp->tstate_head = NULL;
74 interp->codec_search_path = NULL;
75 interp->codec_search_cache = NULL
261 PyInterpreterState *interp; local
394 PyInterpreterState *interp = tstate->interp; local
    [all...]
  /external/python/cpython3/Python/
pystate.c 11 (GET_TSTATE()->interp)
41 static PyThread_type_lock head_mutex = NULL; /* Protects interp->tstate_head */
72 PyInterpreterState *interp = (PyInterpreterState *) local
75 if (interp != NULL) {
81 interp->modules = NULL;
82 interp->modules_by_index = NULL;
83 interp->sysdict = NULL;
84 interp->builtins = NULL;
85 interp->builtins_copy = NULL;
86 interp->tstate_head = NULL
420 PyInterpreterState *interp; local
481 PyInterpreterState *interp = tstate->interp; local
584 PyInterpreterState *interp = GET_INTERP_STATE(); local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
script_test_4.t 31 .interp : { *(.interp) }
script_test_5.t 31 .interp : { *(.interp) }
script_test_6.t 31 .interp : { *(.interp) }
script_test_7.t 31 .interp : { *(.interp) }
script_test_3.t 29 .interp : { *(.interp) } :text :interp
50 interp PT_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...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keymap.c 88 const struct xkb_sym_interpret *interp = &keymap->sym_interprets[i]; local
93 if ((num_syms > 1 || interp->sym != syms[0]) &&
94 interp->sym != XKB_KEY_NoSymbol)
97 if (interp->level_one_only && level != 0)
102 switch (interp->match) {
104 found = !(interp->mods & mods);
107 found = (!mods || (interp->mods & mods));
110 found = (interp->mods & mods);
113 found = ((interp->mods & mods) == interp->mods)
140 const struct xkb_sym_interpret *interp; local
    [all...]
  /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...]

Completed in 931 milliseconds

1 2 3 4 5 6 7 8 91011>>