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:kFinished
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/android/
H
A
D
SkAnimatedImage.cpp
185
fCurrentFrameDuration =
kFinished
;
in finish()
186
return
kFinished
;
in finish()
191
return
kFinished
;
in decodeNextFrame()
215
fCurrentFrameDuration =
kFinished
;
in decodeNextFrame()
322
// return
kFinished
, or fCurrentFrameDuration. If they return the
in decodeNextFrame()
/third_party/skia/tests/
H
A
D
AnimatedImageTest.cpp
264
//
kFinished
if that is the last frame (or we attempt to decode one
in DEF_TEST()
267
REPORTER_ASSERT(r, duration == SkAnimatedImage::
kFinished
);
in DEF_TEST()
269
REPORTER_ASSERT(r, duration != SkAnimatedImage::
kFinished
);
in DEF_TEST()
378
REPORTER_ASSERT(r, frameTime == SkAnimatedImage::
kFinished
);
in DEF_TEST()
449
if (frameTime == SkAnimatedImage::
kFinished
) {
in DEF_TEST()
/third_party/skia/include/android/
H
A
D
SkAnimatedImage.h
63
static constexpr int
kFinished
= -1;
member in SkAnimatedImage
69
*
kFinished
.
/third_party/node/deps/v8/src/deoptimizer/
H
A
D
translated-state.cc
398
if (materialization_state() ==
kFinished
) {
in GetRawValue()
478
materialization_state_ =
kFinished
;
in set_initialized_storage()
483
if (materialization_state() ==
kFinished
) return value;
in GetValue()
1403
if (slot->materialization_state() != TranslatedValue::
kFinished
) {
in InitializeObjectAt()
1428
CHECK_EQ(TranslatedValue::
kFinished
, slot->materialization_state());
in InitializeCapturedObjectAt()
1440
if (child_slot->materialization_state() != TranslatedValue::
kFinished
) {
in InitializeCapturedObjectAt()
1719
DCHECK_EQ(materialization_state(), TranslatedValue::
kFinished
);
in ReplaceElementsArrayWithCopy()
member in v8::internal::TranslatedValue
2102
if (slot->materialization_state() == TranslatedValue::
kFinished
) {
in VerifyMaterializedObjects()
H
A
D
translated-state.h
92
kFinished
, // The object has been initialized (or enqueued for
123
void mark_finished() { materialization_state_ =
kFinished
; }
in mark_finished()
/third_party/skia/gm/
H
A
D
animated_image_orientation.cpp
142
if (duration == SkAnimatedImage::
kFinished
) {
Completed in 8 milliseconds