HomeSort by relevance Sort by last modified time
    Searched refs:Tcl (Results 1 - 11 of 11) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 5 from Tkinter import Tcl, TclError
13 tcl = Tcl()
14 self.assertRaises(TclError,tcl.winfo_geometry)
15 tcl.loadtk()
16 self.assertEqual('1x1+0+0', tcl.winfo_geometry())
17 tcl.destroy()
38 tcl = Tcl()
39 self.assertRaises(TclError, tcl.winfo_geometry
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 5 from Tkinter import Tcl, TclError
13 tcl = Tcl()
14 self.assertRaises(TclError,tcl.winfo_geometry)
15 tcl.loadtk()
16 self.assertEqual('1x1+0+0', tcl.winfo_geometry())
17 tcl.destroy()
38 tcl = Tcl()
39 self.assertRaises(TclError, tcl.winfo_geometry
    [all...]
  /external/chromium_org/third_party/sqlite/src/
configure.ac 52 # constructing and installing the TCL extension.
152 AC_ARG_VAR([TCLLIBDIR], [Where to install tcl plugin])
368 # Figure out all the parameters needed to compile against Tcl.
371 # macros in the in the tcl.m4 file of the standard TCL distribution.
373 # minor changes to accomodate systems that do not have TCL installed.
375 AC_ARG_ENABLE(tcl, AC_HELP_STRING([--disable-tcl],[do not build TCL extension]),
378 AC_ARG_WITH(tcl, AC_HELP_STRING([--with-tcl=DIR],[directory containing tcl configuration (tclConfig.sh)]), with_tc (…)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tcl.py 12 from Tkinter import Tcl
26 self.interp = Tcl()
29 tcl = self.interp
30 tcl.eval('set a 1')
31 self.assertEqual(tcl.eval('set a'),'1')
34 tcl = self.interp
35 self.assertRaises(TclError,tcl.eval,'set a')
38 tcl = self.interp
39 self.assertRaises(TclError,tcl.eval,'this is wrong')
42 tcl = self.inter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tcl.py 12 from Tkinter import Tcl
26 self.interp = Tcl()
29 tcl = self.interp
30 tcl.eval('set a 1')
31 self.assertEqual(tcl.eval('set a'),'1')
34 tcl = self.interp
35 self.assertRaises(TclError,tcl.eval,'set a')
38 tcl = self.interp
39 self.assertRaises(TclError,tcl.eval,'this is wrong')
42 tcl = self.inter
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl 9 This Tcl script is used to test the various configurations required
46 TCL_FLAGS=-I/home/dan/tcl/include
47 LIBTCL=-L/home/dan/tcl/lib -ltcl
195 # Tcl variable $opts is used to build up the value used to set the
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 2 set rcsid {$Id: omittest.tcl,v 1.8 2008/10/13 15:35:09 drh Exp $}
7 This Tcl script is used to test the various compile time options
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1 """Wrapper functions for Tcl/Tk.
37 # Attempt to configure Tcl/Tk without requiring PATH
209 NAME is an optional Tcl name (defaults to PY_VARnum).
229 """Unset the variable in Tcl."""
232 """Return the name of the variable in Tcl."""
282 NAME is an optional Tcl name (defaults to PY_VARnum).
304 NAME is an optional Tcl name (defaults to PY_VARnum).
329 NAME is an optional Tcl name (defaults to PY_VARnum).
348 NAME is an optional Tcl name (defaults to PY_VARnum).
360 """Run the main loop of Tcl.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1 """Wrapper functions for Tcl/Tk.
37 # Attempt to configure Tcl/Tk without requiring PATH
209 NAME is an optional Tcl name (defaults to PY_VARnum).
229 """Unset the variable in Tcl."""
232 """Return the name of the variable in Tcl."""
282 NAME is an optional Tcl name (defaults to PY_VARnum).
304 NAME is an optional Tcl name (defaults to PY_VARnum).
329 NAME is an optional Tcl name (defaults to PY_VARnum).
348 NAME is an optional Tcl name (defaults to PY_VARnum).
360 """Run the main loop of Tcl.""
    [all...]
  /external/bison/
configure     [all...]

Completed in 324 milliseconds