OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumLines
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/count/
count.c
14
unsigned Count,
NumLines
, NumRead;
28
NumLines
= 0;
36
++
NumLines
;
44
if (Count !=
NumLines
) {
45
fprintf(stderr, "Expected %d lines, got %d.\n", Count,
NumLines
);
/external/clang/include/clang/Frontend/
ASTUnit.h
170
mutable unsigned
NumLines
;
173
PreambleData() : File(0),
NumLines
(0) { }
178
NumLines
= 0;
181
void clear() { Buffer.clear(); File = 0;
NumLines
= 0; }
189
if (
NumLines
)
190
return
NumLines
;
192
return
NumLines
;
[
all
...]
/external/clang/tools/libclang/
CXComment.cpp
744
unsigned
NumLines
= C->getNumLines();
745
if (
NumLines
== 0)
749
for (unsigned i = 0; i !=
NumLines
; ++i) {
751
if (i + 1 !=
NumLines
)
[
all
...]
/art/tools/
cpplint.py
[
all
...]
/external/libvpx/libvpx/tools/
cpplint.py
[
all
...]
Completed in 243 milliseconds