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:wasClosed
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/src/gpu/geometry/
H
A
D
GrShape.cpp
103
bool
wasClosed
= fArc.fUseCenter;
in simplifyArc()
local
148
return
wasClosed
;
in simplifyArc()
246
bool
wasClosed
= false;
in simplify()
local
259
wasClosed
= true;
in simplify()
263
wasClosed
= true;
in simplify()
266
wasClosed
= this->simplifyPath(flags);
in simplify()
269
wasClosed
= this->simplifyArc(flags);
in simplify()
281
return
wasClosed
;
in simplify()
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
ccapitst.c
1352
UBool
wasClosed
; /* close happened on the object */
member
1360
newCtx->
wasClosed
= 0;
in TSCC_clone()
1417
ctx->
wasClosed
= true;
in TSCC_fromU()
1467
ctx->
wasClosed
= true;
in TSCC_toU()
1475
q->
wasClosed
= 0;
in TSCC_init()
1488
q, q->serial, name, q->magic, q->
wasClosed
?"CLOSED":"open");
in TSCC_print_log()
1559
if(from1.
wasClosed
) {
in TestConvertSafeCloneCallback()
1563
if(from2->
wasClosed
) {
in TestConvertSafeCloneCallback()
1592
if(to1.
wasClosed
) {
in TestConvertSafeCloneCallback()
1596
if(to2->
wasClosed
) {
in TestConvertSafeCloneCallback()
[all...]
Completed in 4 milliseconds