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:num_
(Results
1 - 7
of
7
) sorted by relevance
/base/location/services/location_locator/locator/source/
H
A
D
work_record.cpp
26
num_
= 0;
in WorkRecord()
67
parcel.WriteInt32(
num_
);
in Marshalling()
68
for (int i = 0; i <
num_
; i++) {
in Marshalling()
84
parcel.WriteInt32(
num_
);
in MarshallingWorkRecord()
86
parcel.WriteInt32(
num_
);
in MarshallingWorkRecord()
87
for (int i = 0; i <
num_
; i++) {
in MarshallingWorkRecord()
91
parcel.WriteInt32(
num_
);
in MarshallingWorkRecord()
92
for (int i = 0; i <
num_
; i++) {
in MarshallingWorkRecord()
103
for (int i = 0; i <
num_
; i++) {
in ToString()
123
if (index >= 0 && index <
num_
) {
in GetName()
[all...]
/base/update/updater/services/common/ring_buffer/
H
A
D
ring_buffer.cpp
52
num_
= num;
in Init()
62
for (uint32_t i = 0; i <
num_
; ++i) {
in Reset()
69
// writeIndex readIndex real size: 0 ~
num_
-1, logic size: 0 ~ 2
num_
- 1
in IsFull()
71
return writeIndex_ == (readIndex_ ^
num_
);
in IsFull()
76
// writeIndex readIndex real size: 0 ~
num_
-1, logic size: 0 ~ 2
num_
- 1
in IsEmpty()
99
uint32_t index = writeIndex_ & (
num_
- 1);
in Push()
105
writeIndex_ = (writeIndex_ + 1) & (2 *
num_
- 1); // 2: logic buffer size
in Push()
130
uint32_t index = readIndex_ & (
num_
in Pop()
[all...]
H
A
D
ring_buffer.h
48
uint32_t
num_
= 0; // buffer num
member in Updater::RingBuffer
/base/location/services/location_locator/locator/include/
H
A
D
work_record.h
55
int
num_
;
member in OHOS::Location::WorkRecord
/base/location/test/location_locator/source/
H
A
D
work_record_test.cpp
282
workrecord->
num_
= 1;
in HWTEST_F()
290
workrecord->
num_
= 1;
in HWTEST_F()
294
workrecord->
num_
= 1;
in HWTEST_F()
298
workrecord->
num_
= -1;
in HWTEST_F()
/base/telephony/sms_mms/services/sms/include/cdma/
H
A
D
cdma_sms_sub_parameter.h
264
uint32_t &
num_
;
member in OHOS::Telephony::CdmaSmsUserData::CdmaSmsNumberMessages
/base/telephony/sms_mms/services/sms/cdma/
H
A
D
cdma_sms_sub_parameter.cpp
1246
CdmaSmsNumberMessages::CdmaSmsNumberMessages(uint32_t &num) :
num_
(num)
in CdmaSmsNumberMessages()
1269
num_
= (((v & 0xf0) >> BIT4) * DECIMAL_NUM) + (v & 0x0f);
in Decode()
Completed in 5 milliseconds