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:checkcache
(Results
1 - 9
of
9
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_linecache.py
171
linecache.
checkcache
('dummy')
178
linecache.
checkcache
(source_name)
211
linecache.
checkcache
()
266
linecache.
checkcache
(self.deleted_file)
272
linecache.
checkcache
(self.modified_file)
278
linecache.
checkcache
()
H
A
D
test_bdb.py
542
linecache.
checkcache
(fname)
/third_party/python/Lib/asyncio/
H
A
D
base_tasks.py
77
linecache.
checkcache
(filename)
/third_party/python/Lib/
H
A
D
linecache.py
13
__all__ = ["getline", "clearcache", "
checkcache
", "lazycache"]
52
def
checkcache
(filename=None):
function
H
A
D
bdb.py
59
linecache.
checkcache
()
H
A
D
traceback.py
423
# Must defer line lookups until we have called
checkcache
.
432
linecache.
checkcache
(filename)
H
A
D
inspect.py
1066
linecache.
checkcache
(file)
/third_party/python/Lib/idlelib/
H
A
D
run.py
237
linecache.
checkcache
()
H
A
D
pyshell.py
108
orig_checkcache=linecache.
checkcache
):
109
"""Extend linecache.
checkcache
to preserve the <pyshell#...> entries
112
<pyshell#...> entries, call the original linecache.
checkcache
()
126
# Patch linecache.
checkcache
():
127
linecache.
checkcache
= extended_linecache_checkcache
Completed in 12 milliseconds