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:scope
(Results
1 - 5
of
5
) sorted by relevance
/interface/sdk_c/ark_runtime/jsvm/
H
A
D
jsvm.h
135
* @brief This API open a new VM
scope
for the VM instance.
137
* @param vm: The VM instance to open
scope
for.
138
* @param result: The new VM
scope
.
147
* @brief This function close the VM
scope
for the VM instance.
149
* @param vm: The VM instance to close
scope
for.
150
* @param
scope
: The VM
scope
to be closed.
156
JSVM_VMScope
scope
);
199
* @brief This function open a new environment
scope
.
202
* @param result: The new environment
scope
[all...]
/interface/sdk_c/third_party/node/src/
H
A
D
js_native_api.h
349
napi_handle_scope
scope
);
355
napi_escapable_handle_scope
scope
);
358
napi_escapable_handle_scope
scope
,
H
A
D
node_api.h
219
napi_callback_scope
scope
);
/interface/sdk_c/arkui/napi/
H
A
D
native_api.h
126
NAPI_EXTERN napi_status napi_close_callback_scope(napi_env env, napi_callback_scope
scope
);
/interface/sdk_c/third_party/vulkan-headers/vulkan/
H
A
D
vulkan_core.h
9515
VkPerformanceCounterScopeKHR
scope
;
member
11222
VkScopeKHR
scope
;
member
14515
VkScopeNV
scope
;
member
Completed in 61 milliseconds