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:purgeAll
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkTypefaceCache.cpp
49
void SkTypefaceCache::
purgeAll
() {
in purgeAll()
function in SkTypefaceCache
82
Get().
purgeAll
();
in PurgeAll()
H
A
D
SkTypefaceCache.h
47
void
purgeAll
();
H
A
D
SkGraphics.cpp
124
SkStrikeCache::GlobalStrikeCache()->
purgeAll
();
in PurgeFontCache()
H
A
D
SkStrikeCache.cpp
51
GlobalStrikeCache()->
purgeAll
();
in PurgeAll()
171
void SkStrikeCache::
purgeAll
() {
in purgeAll()
function in SkStrikeCache
H
A
D
SkResourceCache.h
247
void
purgeAll
() {
in purgeAll()
function in SkResourceCache
H
A
D
SkStrikeCache.h
183
void
purgeAll
() SK_EXCLUDES(fLock); // does not change budget
H
A
D
SkResourceCache.cpp
522
return get_cache()->
purgeAll
();
in PurgeAll()
/third_party/skia/tests/
H
A
D
MaskCacheTest.cpp
64
cache.
purgeAll
();
in DEF_TEST()
101
cache.
purgeAll
();
in DEF_TEST()
H
A
D
SkStrikeCacheTest.cpp
39
cache.
purgeAll
();
in DEF_TEST()
H
A
D
SkResourceCacheTest.cpp
41
cache->
purgeAll
();
in test_mipmapcache()
73
cache->
purgeAll
();
in test_mipmapcache()
H
A
D
YUVCacheTest.cpp
79
cache.
purgeAll
();
in DEF_TEST()
H
A
D
TypefaceTest.cpp
494
cache.
purgeAll
();
in DEF_TEST()
498
cache.
purgeAll
();
in DEF_TEST()
/third_party/skia/tools/
H
A
D
remote_demo.cpp
38
void
purgeAll
() { lastPurgedHandleId = nextHandleId; }
in purgeAll()
function in ServerDiscardableManager
260
if (gPurgeFontCaches) discardableManager.
purgeAll
();
in renderer()
Completed in 7 milliseconds