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

1 2 3

  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.pom 8 <artifactId>jython</artifactId>
10 <name>Jython</name>
12 <url>http://www.jython.org/</url>
14 Jython is an implementation of the high-level, dynamic, object-oriented
20 <name>Jython Software License</name>
21 <url>http://www.jython.org/Project/license.html</url>
26 <connection>scm:hg:http://hg.python.org/jython</connection>
27 <developerConnection>scm:hg:ssh://hg@hg.python.org/jython</developerConnection>
28 <url>http://hg.python.org/jython</url>
NOTICE 1 Source: http://www.jython.org/license.html
3 The Jython License
5 A. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING JYTHON
11 otherwise using this software ("Jython") in source or binary form and its
17 derivative works, distribute, and otherwise use Jython alone or in any
20 Foundation; All Rights Reserved" are retained in Jython alone or in any
24 incorporates Jython or any part thereof, and wants to make the derivative
26 to include in any such work a brief summary of the changes made to Jython.
28 4. PSF is making Jython available to Licensee on an "AS IS" basis. PSF
32 THAT THE USE OF JYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS
    [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.pom 8 <artifactId>jython-standalone</artifactId>
10 <name>Jython</name>
12 <url>http://www.jython.org/</url>
14 Jython is an implementation of the high-level, dynamic, object-oriented
20 <name>Jython Software License</name>
21 <url>http://www.jython.org/Project/license.html</url>
26 <connection>scm:hg:http://hg.python.org/jython</connection>
27 <developerConnection>scm:hg:ssh://hg@hg.python.org/jython</developerConnection>
28 <url>http://hg.python.org/jython</url>
NOTICE 1 Source: http://www.jython.org/license.html
3 The Jython License
5 A. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING JYTHON
11 otherwise using this software ("Jython") in source or binary form and its
17 derivative works, distribute, and otherwise use Jython alone or in any
20 Foundation; All Rights Reserved" are retained in Jython alone or in any
24 incorporates Jython or any part thereof, and wants to make the derivative
26 to include in any such work a brief summary of the changes made to Jython.
28 4. PSF is making Jython available to Licensee on an "AS IS" basis. PSF
32 THAT THE USE OF JYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
protocol_rfc2217.py 3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
protocol_hwgrep.py 3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
  /prebuilts/devtools/notices/swt/
NOTICE_jython-standalone-2.5.3.jar.txt 3 jython-standalone-2.5.3.jar
5 Source: http://www.jython.org/license.html
7 The Jython License
9 A. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING JYTHON
15 otherwise using this software ("Jython") in source or binary form and its
21 derivative works, distribute, and otherwise use Jython alone or in any
24 Foundation; All Rights Reserved" are retained in Jython alone or in any
28 incorporates Jython or any part thereof, and wants to make the derivative
30 to include in any such work a brief summary of the changes made to Jython.
32 4. PSF is making Jython available to Licensee on an "AS IS" basis. PS
    [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/
maven-metadata.xml 4 <artifactId>jython-standalone</artifactId>
  /prebuilts/misc/common/jython/
LICENSE 2 A. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING JYTHON
10 otherwise using this software ("Jython") in source or binary form and
16 prepare derivative works, distribute, and otherwise use Jython alone
20 Jython alone or in any derivative version prepared by Licensee.
23 or incorporates Jython or any part thereof, and wants to make
26 the changes made to Jython.
28 4. PSF is making Jython available to Licensee on an "AS IS"
32 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF JYTHON WILL NOT
35 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF JYTHON
37 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING JYTHON,
    [all...]
Android.mk 20 jython$(COMMON_JAVA_PACKAGE_SUFFIX)
  /prebuilts/tools/common/m2/repository/org/python/jython/
maven-metadata.xml 4 <artifactId>jython</artifactId>
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20-sources.jar 
  /development/build/
product_sdk.mk 42 jython \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 80 # For Jython, the following two types are identical
imputil.py 17 import imp ### not available in Jython?
28 _ModuleType = type(sys) ### doesn't work in Jython...
633 # type(sys) is not a module in Jython. what to use instead?
634 # imp.C_EXTENSION is not in Jython. same for get_suffixes and new_module
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 80 # For Jython, the following two types are identical
imputil.py 17 import imp ### not available in Jython?
28 _ModuleType = type(sys) ### doesn't work in Jython...
633 # type(sys) is not a module in Jython. what to use instead?
634 # imp.C_EXTENSION is not in Jython. same for get_suffixes and new_module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_new.py 63 # global (by accident?) while in Jython, `c' is local. The intent of
75 # Jython doesn't have a __builtins__, so use a portable alternative
104 # Note: Jython will never have new.code()
test_platform.py 92 ('Jython', 'trunk', '6107'), "java1.5.0_16")
94 ("Jython", "2.5.0", "trunk", "6107",
test_traceback.py 54 # jython adds a caret in this case (why shouldn't it?)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 63 # global (by accident?) while in Jython, `c' is local. The intent of
75 # Jython doesn't have a __builtins__, so use a portable alternative
104 # Note: Jython will never have new.code()
test_platform.py 92 ('Jython', 'trunk', '6107'), "java1.5.0_16")
94 ("Jython", "2.5.0", "trunk", "6107",
  /external/chromium_org/third_party/tlslite/tlslite/utils/
datefuncs.py 45 #Jython 2.1 is missing lots of python 2.3 stuff,
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialjava.py 0 #!jython
3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
4 # module for serial IO for Jython and JavaComm
54 thus usable with jython and the appropriate java extension."""
  /frameworks/base/docs/html/tools/help/
monkeyrunner_concepts.jd 88 The monkeyrunner tool uses <a href="http://www.jython.org/">Jython</a>, a
89 implementation of Python that uses the Java programming language. Jython allows the
90 monkeyrunner API to interact easily with the Android framework. With Jython you can

Completed in 935 milliseconds

1 2 3