Searched refs:tcl (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_tcl.py | 27 tcl = self.interp 28 tcl.eval('set a 1') 29 self.assertEqual(tcl.eval('set a'),'1') 32 tcl = self.interp 33 self.assertRaises(TclError,tcl.eval,'set a') 36 tcl = self.interp 37 self.assertRaises(TclError,tcl.eval,'this is wrong') 40 tcl = self.interp 41 tcl.call('set','a','1') 42 self.assertEqual(tcl.call('set','a'),'1') [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/ |
D | external-amd64.bat | 8 cd tcl-8.5.2.1\win 16 …NVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 clean 17 …WINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 all 18 …ER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 install
|
D | external.bat | 9 cd tcl-8.5.2.1\win 17 …MPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 clean 18 …COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 all 19 …ILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 install
|
D | external-common.bat | 12 @rem if exist tcl-8.4.18.1 rd /s/q tcl-8.4.18.1 34 @rem tcl/tk 35 if not exist tcl-8.5.2.1 ( 37 svn export http://svn.python.org/projects/external/tcl-8.5.2.1
|
D | README.tcltk-AMD64 | 1 Comments on building tcl/tk for AMD64 with the MS SDK compiler 4 I did have to build tcl/tk manually.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | bits.c | 408 set tcl; in ComputeTokSets() local 410 tcl = set_and(p->tset, tokclasses); in ComputeTokSets() 411 if ( !set_nil(tcl) ) in ComputeTokSets() 416 while ( !set_nil(tcl) ) in ComputeTokSets() 418 tk = set_int(tcl); /* grab one of the tok class refs */ in ComputeTokSets() 419 set_rm(tk, tcl); in ComputeTokSets() 429 set_free(tcl); in ComputeTokSets()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/ |
D | README | 4 Newsgroups: comp.lang.python,comp.lang.tcl,comp.lang.scheme,comp.lang.misc,comp.lang.perl 10 the following problems in tcl, python, and scheme (and whatever else you'd
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | README | 49 zlib is built into tcl: http://wiki.tcl.tk/4610 .
|