Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_clean
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/distutils/command/
H
A
D
config.py
150
def
_clean
(self, *filenames):
member in config
187
self.
_clean
()
215
self.
_clean
()
231
self.
_clean
()
250
self.
_clean
()
270
self.
_clean
()
/third_party/protobuf/python/
H
A
D
setup.py
19
from distutils.command.clean import clean as
_clean
namespace
115
class clean(
_clean
):
124
#
_clean
is an old-style class, so super() doesn't work.
125
_clean
.run(self)
/third_party/python/Lib/distutils/tests/
H
A
D
test_config_cmd.py
81
#
_clean
removes files
94
cmd.
_clean
(f1, f2)
/third_party/python/Lib/test/test_import/
H
A
D
__init__.py
858
def
_clean
(self):
member in PycacheTests
865
self.
_clean
()
874
self.
_clean
()
922
# pyc_file gets removed in
_clean
() via tearDown().
947
# pyc_file gets removed in
_clean
() via tearDown().
Completed in 7 milliseconds