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:RESTORE
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/tests/
H
A
D
MatrixClipCollapseTest.cpp
429
*expected->append() =
RESTORE
;
in emit_body0()
450
*expected->append() =
RESTORE
;
in emit_body1()
456
*expected->append() =
RESTORE
;
in emit_body1()
485
*expected->append() =
RESTORE
;
in emit_body2()
488
*expected->append() =
RESTORE
;
in emit_body2()
490
*expected->append() =
RESTORE
;
in emit_body2()
530
*expected->append() =
RESTORE
;
in emit_body3()
533
*expected->append() =
RESTORE
; // for saveLayer
in emit_body3()
535
*expected->append() =
RESTORE
;
in emit_body3()
539
*expected->append() =
RESTORE
;
in emit_body3()
[all...]
/third_party/skia/src/core/
H
A
D
SkPictureFlat.h
55
RESTORE
,
enumerator
H
A
D
SkPicturePlayback.cpp
622
case
RESTORE
:
in handleOp()
H
A
D
SkPictureRecord.cpp
198
size_t size = 1 * kUInt32Size; //
RESTORE
consists solely of 1 op code
in recordRestore()
199
size_t initialOffset = this->addDraw(
RESTORE
, &size);
in recordRestore()
/third_party/node/deps/v8/third_party/zlib/
H
A
D
infback.c
139
#define
RESTORE
() \
macro
485
RESTORE
();
H
A
D
inflate.c
489
#define
RESTORE
() \
macro
846
RESTORE
();
1049
RESTORE
();
1257
RESTORE
();
/third_party/node/deps/zlib/
H
A
D
infback.c
131
#define
RESTORE
() \
macro
473
RESTORE
();
in inflateBack()
H
A
D
inflate.c
456
#define
RESTORE
() \
macro
819
RESTORE
();
in inflate()
1030
RESTORE
();
in inflate()
1245
RESTORE
();
in inflate()
/third_party/libwebsockets/win32port/zlib/
H
A
D
infback.c
130
#define
RESTORE
() \
macro
476
RESTORE
();
H
A
D
inflate.c
449
#define
RESTORE
() \
macro
805
RESTORE
();
1008
RESTORE
();
1216
RESTORE
();
/third_party/skia/third_party/externals/zlib/
H
A
D
infback.c
139
#define
RESTORE
() \
macro
485
RESTORE
();
H
A
D
inflate.c
488
#define
RESTORE
() \
macro
846
RESTORE
();
1049
RESTORE
();
1257
RESTORE
();
/third_party/zlib/
H
A
D
infback.c
131
#define
RESTORE
() \
macro
472
RESTORE
();
in inflateBack()
H
A
D
inflate.c
468
#define
RESTORE
() \
macro
884
RESTORE
();
in inflate()
1106
RESTORE
();
in inflate()
1361
RESTORE
();
in inflate()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H
A
D
inflate.c
500
#define
RESTORE
() \
macro
857
RESTORE
();
1060
RESTORE
();
1277
RESTORE
();
/third_party/node/deps/zlib/contrib/optimizations/
H
A
D
inflate.c
467
#define
RESTORE
() \
macro
830
RESTORE
();
in inflate()
1041
RESTORE
();
in inflate()
1278
RESTORE
();
in inflate()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H
A
D
inflate.c
499
#define
RESTORE
() \
macro
857
RESTORE
();
1060
RESTORE
();
1277
RESTORE
();
/third_party/node/deps/v8/src/regexp/
H
A
D
regexp-compiler.cc
414
enum DeferredActionUndoType { IGNORE,
RESTORE
, CLEAR };
in PerformDeferredActions()
enumerator
440
undo_action =
RESTORE
;
in PerformDeferredActions()
451
undo_action =
RESTORE
;
in PerformDeferredActions()
470
undo_action = pc->is_capture() ? CLEAR :
RESTORE
;
in PerformDeferredActions()
483
undo_action =
RESTORE
;
in PerformDeferredActions()
494
if (undo_action ==
RESTORE
) {
in PerformDeferredActions()
Completed in 30 milliseconds