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:save
(Results
1 - 7
of
7
) sorted by relevance
/drivers/hdf_core/framework/model/sensor/driver/common/include/
H
A
D
sensor_config_parser.h
63
uint32_t
save
: 2;
member
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H
A
D
hdf_set_handler.py
123
dot_config.
save
()
125
orig_dot_config_.
save
()
H
A
D
hdf_dot_config_file.py
36
def
save
(self):
member in HdfDotConfigFile
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/
H
A
D
base.py
199
0.4 * size.get('height'))).
save
(path)
/drivers/peripheral/usb/ddk/host/src/
H
A
D
liteos_adapter.c
97
uint32_t
save
;
in OsUrbComplete()
local
110
LOS_SpinLockSave(&osDev->completeLock, &
save
);
in OsUrbComplete()
113
LOS_SpinUnlockRestore(&osDev->completeLock,
save
);
in OsUrbComplete()
116
LOS_SpinUnlockRestore(&osDev->completeLock,
save
);
in OsUrbComplete()
181
uint32_t
save
;
in OsReapUrb()
local
190
LOS_SpinLockSave(&osDev->completeLock, &
save
);
in OsReapUrb()
195
LOS_SpinUnlockRestore(&osDev->completeLock,
save
);
in OsReapUrb()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
H
A
D
sensor_config_parser.c
103
group->regCfgItem[index].
save
= buf[step + SENSOR_REG_CFG_SAVE_INDEX];
in ParseSensorRegItem()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/testsuits/
H
A
D
test_index.py
89
Image.open(path).crop((0.8 * 929, 0, 929, 0.3 * 888)).
save
(path)
Completed in 10 milliseconds