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:initialized_
(Results
1 - 19
of
19
) sorted by relevance
/third_party/node/deps/v8/src/sandbox/
H
A
D
sandbox.cc
163
CHECK(!
initialized_
);
in Initialize()
225
initialized_
= true;
in Initialize()
236
CHECK(!
initialized_
);
in InitializeAsPartiallyReservedSandbox()
285
initialized_
= true;
in InitializeAsPartiallyReservedSandbox()
307
if (
initialized_
) {
in TearDown()
316
initialized_
= false;
in TearDown()
H
A
D
sandbox.h
62
CHECK(!
initialized_
);
in Disable()
68
bool is_initialized() const { return
initialized_
; }
in is_initialized()
160
bool
initialized_
= false;
member in v8::internal::Sandbox
/third_party/node/src/
H
A
D
node_v8_platform-inl.h
85
bool
initialized_
= false;
member
89
CHECK(!
initialized_
);
in Initialize()
90
initialized_
= true;
in Initialize()
110
if (!
initialized_
)
in Dispose()
112
initialized_
= false;
in Dispose()
/third_party/node/deps/v8/src/codegen/
H
A
D
cpu-features.h
100
if (
initialized_
) return;
in Probe()
101
initialized_
= true;
in Probe()
146
static bool
initialized_
;
member in v8::internal::CpuFeatures
H
A
D
assembler.cc
223
bool CpuFeatures::
initialized_
= false;
member in v8::internal::CpuFeatures
H
A
D
external-reference.cc
1058
DCHECK(CpuFeatures::
initialized_
);
in cpu_features()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
exponential_biased.cc
42
if (ABSL_PREDICT_FALSE(!
initialized_
)) {
in GetSkipCount()
88
initialized_
= true;
in Initialize()
H
A
D
exponential_biased.h
111
bool
initialized_
{false};
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins.h
214
bool is_initialized() const { return
initialized_
; }
in is_initialized()
218
DCHECK(!
initialized_
);
in MarkInitialized()
219
initialized_
= true;
in MarkInitialized()
318
bool
initialized_
= false;
member in v8::internal::Builtin::Builtins
H
A
D
builtins.cc
106
void Builtins::TearDown() {
initialized_
= false; }
in TearDown()
114
if (!
initialized_
) return nullptr;
in Lookup()
H
A
D
setup-builtins-internal.cc
279
DCHECK(!builtins->
initialized_
);
in SetupBuiltinsInternal()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/
H
A
D
glyph_table.cc
340
: GlyphTable::Glyph(data, GlyphType::kSimple),
initialized_
(false) {
in SimpleGlyph()
359
if (
initialized_
) {
in Initialize()
401
initialized_
= true;
in Initialize()
517
initialized_
(false) {
in CompositeGlyph()
551
if (
initialized_
) {
in Initialize()
589
initialized_
= true;
in Initialize()
H
A
D
glyph_table.h
207
bool
initialized_
;
member in sfntly::GlyphTable::SimpleGlyph
280
bool
initialized_
;
member in sfntly::GlyphTable::CompositeGlyph
/third_party/gn/src/gn/
H
A
D
commands.h
212
bool is_initialized() const { return
initialized_
; }
in is_initialized()
218
bool
initialized_
= false;
member in commands::CommandSwitches
H
A
D
commands.cc
423
result.
initialized_
= true;
in InitFrom()
/third_party/node/deps/v8/src/base/platform/
H
A
D
platform-win32.cc
144
WindowsTimezoneCache() :
initialized_
(false) {}
in WindowsTimezoneCache()
148
void Clear(TimeZoneDetection) override {
initialized_
= false; }
160
if (
initialized_
) return;
in InitializeIfNeeded()
202
initialized_
= true;
in InitializeIfNeeded()
231
bool
initialized_
;
member in v8::base::WindowsTimezoneCache
/third_party/node/deps/v8/src/codegen/s390/
H
A
D
assembler-s390.cc
178
initialized_
= true;
in ProbeImpl()
/third_party/node/deps/v8/src/execution/
H
A
D
isolate.h
2274
bool
initialized_
= false;
member in v8::internal::final
H
A
D
isolate.cc
4224
initialized_
= true;
in ThrowInternal()
5321
if (!
initialized_
) return;
in ThrowInternal()
Completed in 47 milliseconds