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
defs:IsActive
(Results
1 - 16
of
16
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
allocation-observer.h
71
bool
IsActive
() const { return !IsPaused() && observers_.size() > 0; }
in IsActive()
function in v8::internal::final
/third_party/node/deps/v8/src/init/
H
A
D
bootstrapper.h
87
bool
IsActive
() const { return nesting_ != 0; }
in IsActive()
function in v8::internal::final
/third_party/node/deps/v8/src/libsampler/
H
A
D
sampler.h
55
bool
IsActive
() const { return active_.load(std::memory_order_relaxed); }
in IsActive()
function in v8::sampler::Sampler
/third_party/node/deps/v8/src/wasm/
H
A
D
stacks.h
76
bool
IsActive
() {
in IsActive()
function in v8::internal::wasm::StackMemory
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
concurrent-marker.cc
222
bool ConcurrentMarkerBase::
IsActive
() const {
in IsActive()
function in cppgc::ConcurrentMarkerBase
/third_party/node/deps/v8/src/libplatform/
H
A
D
default-job.cc
129
bool DefaultJobState::
IsActive
() {
in IsActive()
function in v8::platform::DefaultJobState
237
bool DefaultJobHandle::
IsActive
() { return state_->
IsActive
(); }
in IsActive()
function in v8::platform::DefaultJobHandle
/third_party/skia/src/sksl/
H
A
D
SkSLThreadContext.cpp
190
bool ThreadContext::
IsActive
() {
in IsActive()
function in SkSL::ThreadContext
/third_party/node/deps/v8/src/execution/
H
A
D
v8threads.cc
60
bool Locker::
IsActive
() { return WasEverUsed(); }
in IsActive()
function in v8::Locker
/third_party/node/deps/v8/src/debug/
H
A
D
debug-coverage.cc
214
bool
IsActive
() const { return read_index_ >= 0 && !ended_; }
in IsActive()
function in v8::internal::__anon14460::final
/third_party/gptfdisk/
H
A
D
basicmbr.cc
966
int i,
IsActive
= 0;
in IsEEActive()
local
/third_party/node/src/
H
A
D
inspector_agent.cc
624
bool
IsActive
() {
in IsActive()
function in node::inspector::NodeInspectorClient
951
bool Agent::
IsActive
() {
in IsActive()
function in node::inspector::Agent
H
A
D
js_native_api_v8_inspector.cc
1233
bool
IsActive
() {
in IsActive()
function in v8impl::InspectorClient
1413
bool Agent::
IsActive
() {
in IsActive()
function in v8impl::Agent
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.h
199
static bool
IsActive
() { return is_active; }
in IsActive()
function in vixl::aarch64::MetaDataDepot::MetaDataMTE
630
bool
IsActive
(VectorFormat vform, int lane_index) const {
in IsActive()
function in vixl::aarch64::LogicPRegister
/third_party/glfw/src/
H
A
D
x11_platform.h
820
PFN_XineramaIsActive
IsActive
;
member
/third_party/mesa3d/src/imgui/
H
A
D
imgui.h
1558
bool
IsActive
() const { return !Filters.empty(); }
in IsActive()
function
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui.h
2082
bool
IsActive
() const { return !Filters.empty(); }
in IsActive()
function
Completed in 40 milliseconds