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:valid_
(Results
1 - 25
of
48
) sorted by relevance
1
2
/third_party/gn/src/gn/
H
A
D
file_writer.cc
41
valid_
= file_.IsValid();
in Create()
42
if (!
valid_
) {
in Create()
53
return
valid_
;
in Create()
57
if (!
valid_
)
in Write()
65
valid_
= false;
in Write()
71
valid_
= false;
in Write()
83
return
valid_
;
in Close()
90
valid_
= fd_.is_valid();
in Create()
91
if (!
valid_
) {
in Create()
94
return
valid_
;
in Create()
[all...]
H
A
D
file_writer.h
73
bool
valid_
= true;
member in FileWriter
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H
A
D
component_query.cpp
55
valid_
= false;
in SetupQuery()
80
if (enableListeners_ &&
valid_
) {
in Execute()
145
valid_
= true;
in Execute()
168
return
valid_
;
in IsValid()
218
if (!
valid_
) {
in OnEntityEvent()
240
valid_
= false;
in OnEntityEvent()
258
valid_
= false;
in OnComponentEvent()
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H
A
D
js_app_state_observer.cpp
36
if (!
valid_
) {
in OnForegroundApplicationChanged()
71
if (!
valid_
) {
in OnAbilityStateChanged()
105
if (!
valid_
) {
in OnExtensionStateChanged()
139
if (!
valid_
) {
in OnProcessCreated()
173
if (!
valid_
) {
in OnProcessStateChanged()
207
if (!
valid_
) {
in OnProcessDied()
242
if (!
valid_
) {
in OnAppStarted()
282
if (!
valid_
) {
in OnAppStopped()
366
valid_
= valid;
in SetValid()
H
A
D
js_app_foreground_state_observer.cpp
31
if (!
valid_
) {
in OnAppStateChanged()
152
valid_
= valid;
in SetValid()
H
A
D
js_app_foreground_state_observer.h
46
volatile bool
valid_
= true;
member in OHOS::AbilityRuntime::JSAppForegroundStateObserver
H
A
D
js_app_state_observer.h
58
volatile bool
valid_
= true;
member in OHOS::AbilityRuntime::JSAppStateObserver
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H
A
D
render_node_bloom.cpp
63
valid_
= true;
in InitNode()
74
valid_
= false;
in InitNode()
90
if (!
valid_
) {
in PreExecuteFrame()
109
if (!
valid_
) {
in ExecuteFrame()
H
A
D
render_node_bloom.h
75
bool
valid_
{ false };
H
A
D
render_node_single_post_process.cpp
137
valid_
= true;
in InitNode()
155
valid_
= false;
in InitNode()
190
valid_
= false;
in InitNode()
263
if (
valid_
) {
in ExecuteFrame()
503
valid_
= false;
in InitCreateBinders()
H
A
D
render_node_shader_passes_generic.cpp
74
valid_
= true;
in InitNode()
85
valid_
= false;
in InitNode()
122
if (!
valid_
) {
in ExecuteFrame()
H
A
D
render_node_shader_passes_generic.h
76
bool
valid_
{ false };
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module-sourcemap.h
43
// Member
valid_
is true only if the source map complies with specification
45
bool IsValid() const { return
valid_
; }
in IsValid()
83
bool
valid_
= false;
member in v8::internal::wasm::WasmModuleSourceMap
/foundation/CastEngine/castengine_wifi_display/services/extend/magic_enum/
H
A
D
magic_enum.hpp
63
constexpr std::size_t count = [](decltype((valid))
valid_
) constexpr noexcept->std::size_t
in get_enum_size()
66
for (std::size_t i_ = 0; i_ <
valid_
.size(); ++i_) {
in get_enum_size()
67
if (
valid_
[i_]) {
in get_enum_size()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H
A
D
js_backend_timer_module.cpp
39
explicit TraceIdScope(const OHOS::HiviewDFX::HiTraceId& traceId) :
valid_
(traceId.IsValid())
in TraceIdScope()
41
if (
valid_
) {
in TraceIdScope()
48
if (
valid_
) {
in ~TraceIdScope()
59
bool
valid_
= false;
member in OHOS::Ace::__anon1565::final
/foundation/ability/ability_runtime/frameworks/js/napi/ability_manager/
H
A
D
js_ability_foreground_state_observer.cpp
31
if (!
valid_
) {
in OnAbilityStateChanged()
165
valid_
= valid;
in SetValid()
H
A
D
js_ability_foreground_state_observer.h
49
volatile bool
valid_
= true;
member in OHOS::AbilityRuntime::JSAbilityForegroundStateObserver
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_monitor/
H
A
D
event_listener.cpp
103
if (!
valid_
) {
in Emit()
175
valid_
= valid;
in SetValid()
H
A
D
event_listener.h
45
bool
valid_
= true;
member in OHOS::AppExecFwk::EventListener
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H
A
D
zlib_callback_info.cpp
113
if (!
valid_
) {
in OnZipUnZipFinish()
192
valid_
= valid;
in SetValid()
H
A
D
zlib_callback_info.h
51
bool
valid_
= true;
member in OHOS::AppExecFwk::LIBZIP::ZlibCallbackInfo
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H
A
D
render_node_camera_single_post_process.cpp
165
valid_
= true;
in InitNode()
199
valid_
= false;
in InitNode()
233
valid_
= false;
in InitNode()
276
if (ppLocalConfig_.variables.enabled &&
valid_
) {
in ExecuteFrame()
589
valid_
= false;
in InitCreateBinders()
592
valid_
= false;
in InitCreateBinders()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
paste_data.cpp
80
: orginAuthority_(data.orginAuthority_),
valid_
(data.
valid_
), isDraggedData_(data.isDraggedData_),
in PasteData()
106
this->
valid_
= data.
valid_
;
in operator =()
530
return
valid_
;
in IsValid()
535
valid_
= false;
in SetInvalid()
/third_party/node/deps/v8/src/objects/
H
A
D
string.h
71
inline void invalidate() {
valid_
= false; }
in invalidate()
72
inline bool valid() const { return
valid_
; }
in valid()
87
inline void set_valid() {
valid_
= true; }
in set_valid()
88
bool
valid_
;
member in v8::internal::StringShape
/applications/standard/app_samples/code/BasicFeature/Media/Camera/entry/src/main/cpp/
H
A
D
camera_manager.h
150
volatile bool
valid_
;
member in OHOS_CAMERA_SAMPLE::NDKCamera
Completed in 12 milliseconds
1
2