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:resources_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H
A
D
gpu_query_manager.cpp
35
resources_
.push_back(move(gpuQuery));
in Create()
36
const uint32_t index = (uint32_t)
resources_
.size() - 1;
in Create()
59
PLUGIN_ASSERT(index < (uint32_t)
resources_
.size() && "gpu query name not found");
in Get()
61
if (index < (uint32_t)
resources_
.size()) {
in Get()
62
return
resources_
[index].get();
in Get()
H
A
D
gpu_query_manager.h
46
BASE_NS::vector<BASE_NS::unique_ptr<GpuQuery>>
resources_
;
member in final
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
gpu_resource_manager_base.h
83
BASE_NS::vector<BASE_NS::unique_ptr<ResourceType>>
resources_
;
member in final
/foundation/graphic/graphic_3d/kits/js/include/
H
A
D
CameraJS.h
62
BASE_NS::unordered_map<uintptr_t, META_NS::IObject::Ptr>
resources_
;
member in CameraJS
/foundation/graphic/graphic_3d/kits/js/src/
H
A
D
CameraJS.cpp
64
ExecSyncTask([this, cam = BASE_NS::move(camera), res = BASE_NS::move(
resources_
)]() mutable {
in DisposeNative()
495
resources_
[(uintptr_t)obj.get()] = obj;
in CreateObject()
502
resources_
.erase((uintptr_t)obj.get());
in ReleaseObject()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H
A
D
web_delegate_cross.cpp
375
resources_
.push_back(RESOURCE_VIDEO_CAPTURE);
in SetResources()
377
resources_
.push_back(RESOURCE_AUDIO_CAPTURE);
in SetResources()
379
resources_
.push_back(RESOURCE_VIDEO_CAPTURE);
in SetResources()
380
resources_
.push_back(RESOURCE_AUDIO_CAPTURE);
in SetResources()
393
return
resources_
;
in GetResources()
H
A
D
web_delegate_cross.h
172
std::vector<std::string>
resources_
;
member in OHOS::Ace::PermissionRequestImpl
Completed in 7 milliseconds