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:make_filter
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/tests/
H
A
D
ImageFilterCacheTest.cpp
34
static sk_sp<SkImageFilter>
make_filter
() {
in make_filter()
function
51
auto filter =
make_filter
();
in test_find_existing()
79
auto filter =
make_filter
();
in test_dont_find_if_diff_key()
100
auto filter1 =
make_filter
();
in test_internal_purge()
107
auto filter2 =
make_filter
();
in test_internal_purge()
127
auto filter1 =
make_filter
();
in test_explicit_purging()
128
auto filter2 =
make_filter
();
in test_explicit_purging()
/third_party/skia/gm/
H
A
D
runtimeimagefilter.cpp
25
static sk_sp<SkImageFilter>
make_filter
() {
in make_filter()
function
41
filterPaint.setImageFilter(
make_filter
());
in DEF_SIMPLE_GM_BG()
H
A
D
colorfilters.cpp
142
paint.setColorFilter(
make_filter
(h, s, l));
161
static sk_sp<SkColorFilter>
make_filter
(float h, float s, float l) {
in make_filter()
function in HSLColorFilterGM
/third_party/googletest/googletest/test/
H
A
D
googletest-filter-unittest.py
632
make_filter
= lambda s: ['--%s=%s' % (FILTER_FLAG, s)]
634
banners = RunAndExtractDisabledBannerList(
make_filter
('*'))
640
banners = RunAndExtractDisabledBannerList(
make_filter
('Bar*'))
644
banners = RunAndExtractDisabledBannerList(
make_filter
('*-Bar*'))
/third_party/libabigail/src/
H
A
D
abg-corpus.cc
316
auto filter = symtab_->
make_filter
();
in get_sorted_fun_symbols()
352
auto filter = symtab_->
make_filter
();
in get_sorted_undefined_fun_symbols()
411
auto filter = symtab_->
make_filter
();
in get_unreferenced_function_symbols()
449
auto filter = symtab_->
make_filter
();
in get_sorted_var_symbols()
486
auto filter = symtab_->
make_filter
();
in get_sorted_undefined_var_symbols()
544
auto filter = symtab_->
make_filter
();
in get_unreferenced_variable_symbols()
H
A
D
abg-symtab-reader.h
191
/// symtab_filter filter = symtab->
make_filter
();
214
make_filter
() const;
H
A
D
abg-symtab-reader.cc
71
symtab::
make_filter
() const
in make_filter()
function in abigail::symtab_reader::symtab
H
A
D
abg-ctf-reader.cc
421
symtab_reader::symtab_filter filter = symt->
make_filter
();
in process_ctf_archive()
Completed in 9 milliseconds