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:cur
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H
A
D
thermal_hdf_config.cpp
97
auto
cur
= node->xmlChildrenNode;
in ParseBaseNode()
local
99
while (
cur
!= nullptr) {
in ParseBaseNode()
101
xmlChar* xmlTag = xmlGetProp(
cur
, BAD_CAST"tag");
in ParseBaseNode()
108
xmlChar* xmlValue = xmlGetProp(
cur
, BAD_CAST"value");
in ParseBaseNode()
116
cur
=
cur
->next;
in ParseBaseNode()
140
auto
cur
= node->xmlChildrenNode;
in ParsePollingNode()
local
141
while (
cur
!= nullptr) {
in ParsePollingNode()
144
std::string groupName = GetXmlNodeName(
cur
, groupDefaultName);
in ParsePollingNode()
148
xmlChar* xmlInterval = xmlGetProp(
cur
, BAD_CAS
in ParsePollingNode()
212
auto
cur
= node->xmlChildrenNode;
ParseTracingNode()
local
277
auto
cur
= node->xmlChildrenNode;
ParseIsolateNode()
local
[all...]
/drivers/peripheral/codec/test/demo/v2.0/src/
H
A
D
codec_packet_reader.cpp
68
ioIn.seekg(-START_CODE_SIZE_FRAME, std::ios_base::
cur
);
in ReadOnePacket()
73
ioIn.seekg(-START_CODE_SIZE_SLICE, std::ios_base::
cur
);
in ReadOnePacket()
109
ioIn.seekg(START_CODE_OFFSET_THIRD, std::ios_base::
cur
);
in ReadOnePacket()
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H
A
D
thermal_hdf_config.h
66
void ParseConfigInfo(const xmlNode*
cur
, std::vector<XMLThermalZoneInfo>& tzInfoList,
/drivers/peripheral/usb/hdi_service/include/
H
A
D
usbd.h
51
uint32_t
cur
;
member
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_dispatcher.cpp
1182
int32_t actLength = static_cast<int32_t>(handle->
cur
);
in UsbdBulkWriteRemoteCallback()
1237
if (handle->
cur
< handle->size) {
in UsbdBulkAsyncGetAsmData()
1239
(handle->size - handle->
cur
) < maxPacketSize ? (handle->size - handle->
cur
) : maxPacketSize;
in UsbdBulkAsyncGetAsmData()
1240
params->dataReq.buffer = handle->starAddr + handle->
cur
;
in UsbdBulkAsyncGetAsmData()
1241
handle->
cur
+= params->dataReq.length;
in UsbdBulkAsyncGetAsmData()
1262
if (handle->
cur
< handle->size) {
in UsbdBulkAsyncGetAsmReqLen()
1263
tlen = handle->size - handle->
cur
;
in UsbdBulkAsyncGetAsmReqLen()
1265
handle->
cur
+= tlen;
in UsbdBulkAsyncGetAsmReqLen()
H
A
D
usb_impl.cpp
758
handle->
cur
= 0;
in InitAsmBufferHandle()
840
handle->
cur
= 0;
in ReleaseAsmBufferHandle()
849
handle->
cur
= 0;
in ReleaseAsmBufferHandle()
Completed in 10 milliseconds