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:observers
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/src/
H
A
D
node_perf.cc
55
observers
(isolate,
in PerformanceState()
56
offsetof(performance_state_internal,
observers
),
in PerformanceState()
59
MAYBE_FIELD_PTR(info,
observers
)) {
in PerformanceState()
69
observers
.Serialize(context, creator)};
in Serialize()
78
observers
.Deserialize(context);
in Deserialize()
86
<< " " << i.
observers
<< ", //
observers
\n"
in operator <<()
169
if (LIKELY(!state->
observers
[NODE_PERFORMANCE_ENTRY_TYPE_GC]))
in MarkGarbageCollectionEnd()
218
// Notify a custom PerformanceEntry to
observers
224
AliasedUint32Array&
observers
in Notify()
local
[all...]
H
A
D
node_perf_common.h
60
AliasedBufferIndex
observers
;
member
71
AliasedUint32Array
observers
;
member in node::performance::PerformanceState
83
uint32_t
observers
[NODE_PERFORMANCE_ENTRY_TYPE_INVALID];
member
H
A
D
node_perf.h
116
AliasedUint32Array&
observers
= env->performance_state()->
observers
;
in Notify()
local
118
!
observers
[Traits::kType]) {
in Notify()
H
A
D
node_snapshotable.cc
642
// [ 4/8 bytes ] snapshot index of
observers
651
result.
observers
= Read<AliasedBufferIndex>();
in Read()
669
written_total += Write<AliasedBufferIndex>(data.
observers
);
in Write()
H
A
D
node_http2.cc
55
AliasedUint32Array&
observers
= env->performance_state()->
observers
;
in HasHttp2Observer()
local
56
return
observers
[performance::NODE_PERFORMANCE_ENTRY_TYPE_HTTP2] != 0;
in HasHttp2Observer()
/third_party/skia/modules/sksg/src/
H
A
D
SkSGNode.cpp
67
auto
observers
= new std::vector<Node*>();
in observeInval()
local
68
observers
->reserve(2);
in observeInval()
69
observers
->push_back(node->fInvalObserver);
in observeInval()
71
node->fInvalObserverArray =
observers
;
in observeInval()
75
// No duplicate
observers
.
in observeInval()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
VertexArrayImpl.h
48
void setContentsObservers(gl::VertexArrayBufferContentsObservers *
observers
)
in setContentsObservers()
argument
50
mContentsObservers =
observers
;
in setContentsObservers()
/third_party/json/tools/serve_header/
H
A
D
serve_header.py
16
from watchdog.
observers
import Observer
Completed in 12 milliseconds