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:purge
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkTypefaceCache.cpp
18
this->
purge
(TYPEFACE_CACHE_LIMIT >> 2);
in add()
33
void SkTypefaceCache::
purge
(int numToPurge) {
in purge()
function in SkTypefaceCache
50
this->
purge
(fTypefaces.count());
in purgeAll()
H
A
D
SkTypefaceCache.h
29
* Add a typeface to the cache. Later, if we need to
purge
the cache,
44
* This function is exposed for clients that explicitly want to
purge
the
69
void
purge
(int count);
H
A
D
SkImageFilterCache.h
68
virtual void
purge
() = 0;
H
A
D
SkImageFilterCache.cpp
96
void
purge
() override {
H
A
D
SkImageFilter.cpp
677
SkImageFilterCache::Get()->
purge
();
in PurgeCache()
/third_party/mesa3d/.gitlab-ci/container/debian/
H
A
D
x86_test-vk.sh
195
apt-get
purge
-y \
198
apt-get autoremove -y --
purge
/third_party/icu/tools/cldr/lib/
H
A
D
install-cldr-jars.sh
97
run_with_logging mvn -B dependency:
purge
-local-repository \
/third_party/rust/crates/libc/ci/
H
A
D
android-sysimage.sh
39
apt-get
purge
--auto-remove -y e2tools
/third_party/python/Tools/msi/
H
A
D
uploadrelease.bat
27
if "%1" EQU "--skip-
purge
" (set NOPURGE=true) && shift && goto CheckOpts
106
echo --skip-
purge
Does not perform CDN
purge
after uploading
/third_party/python/Lib/test/libregrtest/
H
A
D
utils.py
141
re.
purge
()
/third_party/python/Lib/re/
H
A
D
__init__.py
97
purge
Clear the regular expression cache.
100
Each function other than
purge
and escape can take an optional 'flags' argument
132
"findall", "finditer", "compile", "
purge
", "template", "escape",
229
def
purge
():
function
/third_party/skia/tools/
H
A
D
remote_demo.cpp
171
ClientDiscardableManager::ScopedPurgeCache
purge
(discardableManager);
in final_draw()
/third_party/skia/tests/
H
A
D
ImageFilterCacheTest.cpp
115
// Exercise the purgeByKey and
purge
methods
145
cache->
purge
();
in test_explicit_purging()
/third_party/python/Lib/test/
H
A
D
test_re.py
806
re.
purge
() # for warnings
2003
re.
purge
()
2006
re.
purge
()
2127
re.
purge
()
2133
re.
purge
()
2140
re.
purge
()
2152
re.
purge
()
2159
re.
purge
()
/third_party/skia/third_party/externals/angle2/src/tests/
H
A
D
capture_replay_tests.py
1030
if args.
purge
:
1072
parser.add_argument('--
purge
', help='Purge all build directories on exit.')
Completed in 11 milliseconds