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:hasRef
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrGpuResourceCacheAccess.h
44
if (!fResource->
hasRef
() && fResource->hasNoCommandBufferUsages()) {
in release()
55
if (!fResource->
hasRef
() && fResource->hasNoCommandBufferUsages()) {
in abandon()
64
bool
hasRef
() const { return fResource->
hasRef
(); }
in hasRef()
function in GrGpuResource::CacheAccess
66
return this->
hasRef
() || !fResource->hasNoCommandBufferUsages();
in hasRefOrCommandBufferUsage()
H
A
D
GrGpuResource.cpp
111
return !this->
hasRef
() &&
in isPurgeable()
116
bool GrGpuResource::
hasRef
() const { return this->internalHasRef(); }
in hasRef()
function in GrGpuResource
175
if (this->hasNoCommandBufferUsages() && !this->
hasRef
()) {
in notifyARefCntIsZero()
H
A
D
GrGpuResourcePriv.h
74
return fResource->
hasRef
() || !fResource->hasNoCommandBufferUsages();
in hasRefOrCommandBufferUsage()
H
A
D
GrGpuResource.h
362
bool
hasRef
() const;
H
A
D
GrResourceCache.cpp
920
if (resource->cacheAccess().
hasRef
()) {
in refResource()
1172
if (!resource->cacheAccess().
hasRef
() && !resource->getUniqueKey().isValid() &&
in didChangeBudgetStatus()
1805
SkASSERT(!resource->cacheAccess().
hasRef
());
1811
uniqueKey.isValid() || resource->cacheAccess().
hasRef
());
/third_party/node/test/parallel/
H
A
D
test-timers-immediate-unref.js
7
assert.strictEqual(immediate.
hasRef
(), true);
9
assert.strictEqual(immediate.
hasRef
(), false);
H
A
D
test-worker-messageport-hasref.js
25
if (typeof resource.
hasRef
!== 'function' || resource.
hasRef
() === true) {
H
A
D
test-http2-socket-proxy.js
82
assert.strictEqual(socket._handle.
hasRef
(), false);
84
assert.strictEqual(socket._handle.
hasRef
(), true);
/third_party/skia/experimental/docs/
H
A
D
animationCommon.js
53
var
hasRef
= 'ref' in action;
56
var ref =
hasRef
? action.ref : "anonymous_" + index + "_" + aIndex;
79
} else if (
hasRef
) {
/third_party/node/lib/internal/worker/
H
A
D
io.js
118
MessagePort.prototype.
hasRef
= function() {
119
return !!FunctionPrototypeCall(MessagePortPrototype.
hasRef
, this);
280
ref = FunctionPrototypeCall(MessagePortPrototype.
hasRef
, this);
/third_party/node/lib/internal/
H
A
D
timers.js
239
hasRef
() {
646
hasRef
() {
/third_party/node/lib/
H
A
D
dgram.js
190
if (!oldHandle.
hasRef
() && typeof newHandle.unref === 'function') {
Completed in 8 milliseconds