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:segCount
(Results
1 - 2
of
2
) sorted by relevance
/base/customization/config_policy/frameworks/config_policy/src/
H
A
D
config_policy_utils.c
52
int
segCount
; // count of char * in segs
member
151
int
segCount
= 1;
in SplitStr()
local
153
(*p == delim) ?
segCount
++ : 0;
in SplitStr()
155
SplitedStr *result = (SplitedStr *)calloc(sizeof(SplitedStr) + sizeof(char *) *
segCount
, 1);
in SplitStr()
159
result->
segCount
=
segCount
;
in SplitStr()
165
for (int index = 1; index <
segCount
; index++) {
in SplitStr()
449
for (int j = (result ? result->
segCount
: 0); j > 0; j--) {
in GetOneCfgFileEx()
504
for (int j = 0; result && j < result->
segCount
&& index < MAX_CFG_POLICY_DIRS_CNT; j++) {
in GetCfgFilesEx()
/base/telephony/sms_mms/services/sms/
H
A
D
sms_base_message.cpp
492
int
segCount
= 0;
in SplitMessage()
local
496
segCount
= ceil((double)encodeLen / (double)segSize);
in SplitMessage()
503
if (codingType == DATA_CODING_UCS2 &&
segCount
> 1) {
in SplitMessage()
507
for (int i = 0; i <
segCount
; i++) {
in SplitMessage()
514
if ((i + 1) ==
segCount
) {
in SplitMessage()
Completed in 2 milliseconds