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:onFork
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkStream.h
121
return std::unique_ptr<SkStream>(this->
onFork
());
in fork()
155
virtual SkStream*
onFork
() const { return nullptr; }
in onFork()
function in SkStream
187
return std::unique_ptr<SkStreamSeekable>(this->
onFork
());
in fork()
191
SkStreamSeekable*
onFork
() const override = 0;
204
return std::unique_ptr<SkStreamAsset>(this->
onFork
());
in fork()
208
SkStreamAsset*
onFork
() const override = 0;
220
return std::unique_ptr<SkStreamMemory>(this->
onFork
());
in fork()
224
SkStreamMemory*
onFork
() const override = 0;
349
return std::unique_ptr<SkStreamAsset>(this->
onFork
());
in fork()
360
SkStreamAsset*
onFork
() cons
[all...]
/third_party/skia/src/utils/win/
H
A
D
SkDWriteFontFileStream.h
42
return std::unique_ptr<SkDWriteFontFileStream>(this->
onFork
());
in fork()
47
SkDWriteFontFileStream*
onFork
() const override;
H
A
D
SkDWriteFontFileStream.cpp
107
SkDWriteFontFileStream* SkDWriteFontFileStream::
onFork
() const {
in onFork()
function in SkDWriteFontFileStream
/third_party/skia/src/core/
H
A
D
SkStream.cpp
259
SkStreamAsset* SkFILEStream::
onFork
() const {
in onFork()
function in SkFILEStream
386
SkMemoryStream* SkMemoryStream::
onFork
() const {
in onFork()
function in SkMemoryStream
846
SkBlockMemoryStream*
onFork
() const override {
Completed in 4 milliseconds