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:settings
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H
A
D
scons_app.py
55
self.
settings
= {}
70
Parse app
settings
76
self.
settings
= json.load(app_cfg)
78
raise AppBuildError("%s============== Read APP
settings
error: %s! =============%s" %
81
self.app_env_parse(self.
settings
)
105
return self.
settings
.get(key, None)
118
def app_env_parse(self,
settings
):
122
insert_lib_cfg(self.app_name, {
settings
["TARGET_LIB"] :
settings
["APP_SRCS"]})
124
if
settings
[all...]
/device/board/hisilicon/hispark_taurus/camera/driver_adapter/include/
H
A
D
isys_object.h
45
const std::vector<DeviceStreamSetting>&
settings
) = 0;
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_user_settings_db.c
146
mali_osk_memcpy(args->
settings
, mali_user_settings, sizeof(mali_user_settings));
in _mali_ukk_get_user_settings()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_user_settings_db.c
144
_mali_osk_memcpy(args->
settings
, mali_user_settings, sizeof(mali_user_settings));
in _mali_ukk_get_user_settings()
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H
A
D
core.h
90
* @
settings
: a list of
settings
for this state
95
struct list_head
settings
;
member
124
* @node: list node for struct pinctrl_settings's @
settings
field
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H
A
D
fb.h
494
int (*setcursor)(struct fb_vtable_s *vtable, struct fb_setcursor_s *
settings
);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/include/linux/mali/
H
A
D
mali_utgard_uk_types.h
520
/** @brief Enumeration of possible
settings
which match mali_setting_t in user space
726
/** @defgroup mali_uk_get_user_settings_s Get user space
settings
*/
728
/** @brief struct to keep the matching values of the user space
settings
within certain context
730
* Each member of the
settings
array corresponds to a matching setting in the user space and its value is the value
733
* All
settings
are given reference to the context pointed to by the ctx pointer.
738
u32
settings
[MALI_UK_USER_SETTING_MAX]; /**< [out] The values for all
settings
*/
member
1091
u64 control_packet_data; /**< [in] the control packet data for control
settings
*/
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
H
A
D
mali_utgard_uk_types.h
514
/** @brief Enumeration of possible
settings
which match mali_setting_t in user space
721
/** @defgroup _mali_uk_get_user_settings_s Get user space
settings
*/
723
/** @brief struct to keep the matching values of the user space
settings
within certain context
725
* Each member of the
settings
array corresponds to a matching setting in the user space and its value is the value
728
* All
settings
are given reference to the context pointed to by the ctx pointer.
733
u32
settings
[_MALI_UK_USER_SETTING_MAX]; /**< [out] The values for all
settings
*/
member
1098
u64 control_packet_data; /**< [in] the control packet data for control
settings
*/
Completed in 11 milliseconds