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:numSpaces
(Results
1 - 6
of
6
) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Console/
H
A
D
List.cpp
208
static void PrintSpaces(unsigned
numSpaces
)
in PrintSpaces()
argument
210
if (
numSpaces
> 0 &&
numSpaces
<= kNumSpacesMax)
in PrintSpaces()
211
g_StdOut << g_Spaces + (kNumSpacesMax -
numSpaces
);
in PrintSpaces()
214
static void PrintSpacesToString(char *dest, unsigned
numSpaces
)
in PrintSpacesToString()
argument
217
for (i = 0; i <
numSpaces
; i++)
in PrintSpacesToString()
237
unsigned
numSpaces
= 0;
in PrintUString()
local
241
numSpaces
= width - s.Len();
in PrintUString()
246
case kCenter: numLeftSpaces =
numSpaces
/ 2; break;
in PrintUString()
247
case kRight: numLeftSpaces =
numSpaces
; brea
in PrintUString()
259
unsigned
numSpaces
= 0;
PrintString()
local
282
unsigned
numSpaces
= 0;
PrintStringToString()
local
[all...]
H
A
D
HashCon.cpp
290
const int
numSpaces
= (int)kSizeField_Len - (int)strlen(p);
in PrintResultLine()
local
291
if (
numSpaces
> 0)
in PrintResultLine()
292
p -= (unsigned)
numSpaces
;
in PrintResultLine()
/third_party/gptfdisk/
H
A
D
gptcurses.cc
85
numSpaces
= 0;
in EmptySpaces()
107
return
numSpaces
;
in MakeSpacesFromParts()
168
numSpaces
--;
in UnlinkSpace()
184
numSpaces
++;
in LinkToEnd()
281
if (i <
numSpaces
) { // real space; show it
in DisplayParts()
317
if (currentSpaceNum >=
numSpaces
) {
in DeletePartition()
318
currentSpaceNum =
numSpaces
- 1;
in DeletePartition()
H
A
D
gptcurses.h
63
// and the
numSpaces
variable in the main GPTDataCurses class must specify
84
int
numSpaces
;
member in GPTDataCurses
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
Bench.cpp
3081
int
numSpaces
= (int)size - (int)MyStringLen(s);
3082
if (
numSpaces
> 0)
3083
PrintSpaces(f, (unsigned)
numSpaces
);
3088
int
numSpaces
= (int)size - (int)MyStringLen(s);
3089
if (
numSpaces
> 0)
3090
PrintSpaces(f, (unsigned)
numSpaces
);
H
A
D
HashCalc.cpp
329
const int
numSpaces
= (int)GetColumnWidth(h.DigestSize) - (int)pos;
in AddHashResultLine()
local
330
if (
numSpaces
> 0)
in AddHashResultLine()
331
SetSpacesAndNul(s + pos, (unsigned)
numSpaces
);
in AddHashResultLine()
347
int
numSpaces
= (int)kSizeField_Len - (int)strlen(p);
in AddHashResultLine()
348
if (
numSpaces
> 0)
in AddHashResultLine()
349
p -= (unsigned)
numSpaces
;
in AddHashResultLine()
Completed in 9 milliseconds