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:isLoad
(Results
1 - 15
of
15
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H
A
D
egl_wrapper_display_test.cpp
94
auto temp = gWrapperHook.
isLoad
;
in HWTEST_F()
95
gWrapperHook.
isLoad
= false;
in HWTEST_F()
99
gWrapperHook.
isLoad
= temp;
in HWTEST_F()
111
auto temp = gWrapperHook.
isLoad
;
in HWTEST_F()
112
gWrapperHook.
isLoad
= false;
in HWTEST_F()
116
gWrapperHook.
isLoad
= temp;
in HWTEST_F()
154
auto temp = gWrapperHook.
isLoad
;
in HWTEST_F()
155
gWrapperHook.
isLoad
= false;
in HWTEST_F()
160
gWrapperHook.
isLoad
= temp;
in HWTEST_F()
185
auto temp = gWrapperHook.
isLoad
;
in HWTEST_F()
[all...]
H
A
D
egl_core_test.cpp
52
auto temp = gWrapperHook.
isLoad
;
in HWTEST_F()
53
gWrapperHook.
isLoad
= true;
in HWTEST_F()
58
gWrapperHook.
isLoad
= temp;
in HWTEST_F()
H
A
D
egl_wrapper_entry_test.cpp
474
auto temp = gWrapperHook.
isLoad
;
in HWTEST_F()
475
gWrapperHook.
isLoad
= false;
in HWTEST_F()
479
gWrapperHook.
isLoad
= temp;
in HWTEST_F()
489
auto temp = gWrapperHook.
isLoad
;
in HWTEST_F()
490
gWrapperHook.
isLoad
= true;
in HWTEST_F()
494
gWrapperHook.
isLoad
= temp;
in HWTEST_F()
765
auto temp = gWrapperHook.
isLoad
;
in HWTEST_F()
766
gWrapperHook.
isLoad
= false;
in HWTEST_F()
769
gWrapperHook.
isLoad
= temp;
in HWTEST_F()
780
auto temp = gWrapperHook.
isLoad
;
in HWTEST_F()
[all...]
H
A
D
egl_wrapper_loader_test.cpp
135
dispatchTable.
isLoad
= false;
in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H
A
D
egl_wrapper_entry.cpp
81
if (table->
isLoad
&& table->egl.eglChooseConfig) {
in EglChooseConfigImpl()
191
if (table->
isLoad
&& table->egl.eglGetConfigAttrib) {
in EglGetConfigAttribImpl()
216
if (table->
isLoad
&& table->egl.eglGetConfigs) {
in EglGetConfigsImpl()
287
if (table->
isLoad
&& table->egl.eglGetError) {
in EglGetErrorImpl()
333
if (table->
isLoad
&& table->egl.eglGetProcAddress) {
in EglGetProcAddressImpl()
407
if (table->
isLoad
&& table->egl.eglQueryString) {
in EglQueryStringImpl()
487
if (table->
isLoad
&& table->egl.eglWaitGL) {
in EglWaitGLImpl()
501
if (table->
isLoad
&& table->egl.eglWaitNative) {
in EglWaitNativeImpl()
557
if (table->
isLoad
&& table->egl.eglSwapInterval) {
in EglSwapIntervalImpl()
572
if (table->
isLoad
in EglBindAPIImpl()
[all...]
H
A
D
egl_wrapper_display.cpp
109
if (table->
isLoad
&& table->egl.eglInitialize) {
in Init()
146
if (table->
isLoad
) {
in Terminate()
180
if (table->
isLoad
&& table->egl.eglMakeCurrent) {
in InternalMakeCurrent()
340
if (table->
isLoad
) {
in GetEglNativeDisplay()
370
if (table->
isLoad
&& table->egl.eglGetPlatformDisplayEXT) {
in GetEglNativeDisplayExt()
438
if (table->
isLoad
&& table->egl.eglCreateContext) {
in CreateEglContext()
471
if (table->
isLoad
&& table->egl.eglDestroyContext) {
in DestroyEglContext()
497
if (table->
isLoad
&& table->egl.eglCreateWindowSurface) {
in CreateEglSurface()
526
if (table->
isLoad
&& table->egl.eglDestroySurface) {
in DestroyEglSurface()
586
if (table->
isLoad
in CopyBuffers()
[all...]
H
A
D
egl_defs.h
25
inline EglWrapperDispatchTable() noexcept :
isLoad
(false) {}
29
bool
isLoad
;
member
H
A
D
egl_wrapper_loader.cpp
199
if (table->
isLoad
) {
in Load()
209
table->
isLoad
= true;
in Load()
220
if (!table->
isLoad
) {
in Unload()
225
table->
isLoad
= false;
in Unload()
H
A
D
egl_core.cpp
95
if (gWrapperHook.
isLoad
) {
in EglCoreInit()
H
A
D
egl_blob_cache.cpp
101
if (table->
isLoad
&& table->egl.eglSetBlobCacheFuncsANDROID) {
in Init()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H
A
D
image_module.cpp
210
bool
isLoad
= image.PreParse(imageModel->src_);
in OnSrcSetter()
local
211
if (!
isLoad
) {
in OnSrcSetter()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H
A
D
c_client_proxy_code_emitter.h
134
void EmitProxyLoadOrUnLoadHdiImpl(const std::string &serviceName, bool
isLoad
, StringBuilder &sb,
H
A
D
c_client_proxy_code_emitter.cpp
812
void CClientProxyCodeEmitter::EmitProxyLoadOrUnLoadHdiImpl(const std::string &serviceName, bool
isLoad
,
in EmitProxyLoadOrUnLoadHdiImpl()
argument
822
if (
isLoad
) {
in EmitProxyLoadOrUnLoadHdiImpl()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H
A
D
audio_policy_service.h
1025
void SetDefaultDeviceLoadFlag(bool
isLoad
);
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
6787
void AudioPolicyService::SetDefaultDeviceLoadFlag(bool
isLoad
)
in SetDefaultDeviceLoadFlag()
argument
6789
isPrimaryMicModuleInfoLoaded_.store(
isLoad
);
in SetDefaultDeviceLoadFlag()
Completed in 29 milliseconds