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:is_active
(Results
1 - 20
of
20
) sorted by relevance
/third_party/libinput/tools/
H
A
D
libinput-analyze-touch-down-state.py
78
def
is_active
(self):
member in Slot
/third_party/python/Lib/
H
A
D
graphlib.py
134
def
is_active
(self):
member in TopologicalSorter
/third_party/python/Lib/idlelib/
H
A
D
autocomplete_w.py
447
def
is_active
(self):
member in AutoCompleteWindow
/third_party/backends/japi/
H
A
D
SaneOption.java
118
public boolean
is_active
()
in is_active()
method in SaneOption
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cDirectStateAccessXFBTests.cpp
454
glw::GLint
is_active
= -1;
in testActive()
local
H
A
D
gl3cTransformFeedbackTests.cpp
4629
glw::GLint
is_active
= 0;
in inspectXFBState()
local
/third_party/python/Lib/asyncio/
H
A
D
unix_events.py
890
def
is_active
(self):
member in AbstractChildWatcher
932
def
is_active
(self):
member in PidfdChildWatcher
997
def
is_active
(self):
member in BaseChildWatcher
1243
def
is_active
(self):
member in MultiLoopChildWatcher
1362
def
is_active
(self):
member in ThreadedChildWatcher
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module-builder.cc
785
bool
is_active
= segment.status == WasmElemSegment::kStatusActive;
in WriteTo()
local
H
A
D
module-decoder.cc
1175
bool
is_active
;
in DecodeDataSection()
local
2092
const bool
is_active
= status == WasmElemSegment::kStatusActive;
in consume_element_segment_header()
local
2170
consume_data_segment_header(bool*
is_active
, uint32_t* index, ConstantExpression* offset)
consume_data_segment_header()
argument
[all...]
/third_party/node/deps/v8/src/debug/
H
A
D
debug.h
363
inline bool
is_active
() const { return is_active_; }
in is_active()
function in v8::internal::Debug
H
A
D
debug-interface.cc
302
void SetBreakPointsActive(Isolate* v8_isolate, bool
is_active
) {
in SetBreakPointsActive()
argument
H
A
D
debug.cc
2447
bool
is_active
= debug_delegate_ != nullptr;
in UpdateState()
local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
amd_ext_to_khr.cpp
266
Instruction*
is_active
= ir_builder.AddNaryOp(
in ReplaceSwizzleInvocations()
local
381
Instruction*
is_active
= ir_builder.AddNaryOp(
in ReplaceSwizzleInvocationsMasked()
local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
amd_ext_to_khr.cpp
266
Instruction*
is_active
= ir_builder.AddNaryOp(
in ReplaceSwizzleInvocations()
local
381
Instruction*
is_active
= ir_builder.AddNaryOp(
in ReplaceSwizzleInvocationsMasked()
local
/third_party/spirv-tools/source/opt/
H
A
D
amd_ext_to_khr.cpp
268
Instruction*
is_active
= ir_builder.AddNaryOp(
in ReplaceSwizzleInvocations()
local
385
Instruction*
is_active
= ir_builder.AddNaryOp(
in ReplaceSwizzleInvocationsMasked()
local
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.h
203
static bool
is_active
;
member in vixl::aarch64::MetaDataDepot::MetaDataMTE
H
A
D
simulator-aarch64.cc
45
bool MetaDataDepot::MetaDataMTE::
is_active
= false;
member in vixl::aarch64::MetaDataDepot::MetaDataMTE
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui_demo.cpp
7298
const bool
is_active
= ImGui::IsItemActive(); // Held
local
H
A
D
imgui.cpp
11909
const bool
is_active
= (tab_bar->PrevFrameVisible >= GetFrameCount() - 2);
in DebugNodeTabBar()
local
11974
const bool
is_active
= window->WasActive;
in DebugNodeWindow()
local
[all...]
/third_party/glfw/deps/
H
A
D
nuklear.h
16905
int
is_active
= nk_true;
in nk_nonblock_begin()
local
17360
int
is_active
= 0;
in nk_menu_begin()
local
20621
nk_option_text(struct nk_context *ctx, const char *text, int len, int
is_active
)
nk_option_text()
argument
24558
int
is_active
= 0;
nk_combo_begin()
local
[all...]
Completed in 121 milliseconds