OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pyo
(Results
1 - 15
of
15
) sorted by null
/external/ply/ply/test/
cleanup.sh
3
rm -rf *~ *.pyc *.
pyo
*.dif *.out __pycache__
/external/python/cpython2/Tools/buildbot/
clean.bat
12
echo Deleting .pyc/.
pyo
files ...
13
del /s "%root%\Lib\*.pyc" "%root%\Lib\*.
pyo
"
/external/python/cpython3/Tools/buildbot/
clean.bat
12
echo Deleting .pyc/.
pyo
files ...
13
del /s "%root%\Lib\*.pyc" "%root%\Lib\*.
pyo
"
/external/python/cpython2/PC/VC6/
rt.bat
32
@echo Deleting .pyc/.
pyo
files ...
35
@echo About to run again without deleting .pyc/.
pyo
first:
/external/python/cpython2/PC/VS7.1/
rt.bat
40
echo Deleting .pyc/.
pyo
files ...
47
echo About to run again without deleting .pyc/.
pyo
first:
/external/python/cpython2/PC/VS8.0/
rt.bat
40
echo Deleting .pyc/.
pyo
files ...
47
echo About to run again without deleting .pyc/.
pyo
first:
/external/bcc/SPECS/
bcc+clang.spec
92
%exclude /usr/share/bcc/examples/*.
pyo
94
%exclude /usr/share/bcc/examples/*/*.
pyo
96
%exclude /usr/share/bcc/examples/*/*/*.
pyo
bcc.spec
161
%exclude /usr/share/bcc/examples/*.
pyo
163
%exclude /usr/share/bcc/examples/*/*.
pyo
165
%exclude /usr/share/bcc/examples/*/*/*.
pyo
/external/python/cpython2/PC/VS9.0/
rt.bat
48
echo Deleting .pyc/.
pyo
files ...
55
echo About to run again without deleting .pyc/.
pyo
first:
/external/python/cpython2/PCbuild/
rt.bat
48
echo Deleting .pyc/.
pyo
files ...
55
echo About to run again without deleting .pyc/.
pyo
first:
/external/python/cpython2/RISCOS/
Makefile
399
-wipe @.^.Lib.*/
pyo
~C~V
401
-wipe @.^.Lib.plat-riscos.*/
pyo
~C~V
403
-wipe @.^.Lib.test.*/
pyo
~C~V
405
-wipe @.^.Lib.encodings.*/
pyo
~C~V
407
-wipe @.^.Lib.curses.*/
pyo
~C~V
409
-wipe @.^.Lib.xml.*/
pyo
~C~V
411
-wipe @.^.Lib.xml.sax.*/
pyo
~C~V
413
-wipe @.^.Lib.xml.dom.*/
pyo
~C~V
415
-wipe @.^.Lib.xml.parsers.*/
pyo
~C~V
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_import.py
17
name + os.extsep + "
pyo
",
48
pyo
= TESTFN + os.extsep + "
pyo
"
77
self.fail("import from .pyc/.
pyo
failed: %s" % err)
80
unlink(
pyo
)
109
"either a .pyc or .
pyo
file")
149
# Compile & remove .py file, we only need .pyc (or .
pyo
).
/external/python/cpython2/Lib/test/
test_import.py
22
name + os.extsep + "
pyo
",
64
pyo
= TESTFN + os.extsep + "
pyo
"
94
self.fail("import from .pyc/.
pyo
failed: %s" % err)
97
unlink(
pyo
)
129
"either a .pyc or .
pyo
file")
205
# Compile & remove .py file, we only need .pyc (or .
pyo
).
384
self.skipTest("Couldn't create .pyc/.
pyo
file.")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py
[
all
...]
/external/python/cpython2/Lib/
doctest.py
[
all
...]
Completed in 597 milliseconds