OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:printline
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/TableGen/
TableGenBackend.cpp
23
static void
printLine
(raw_ostream &OS, const Twine &Prefix, char Fill,
36
printLine
(OS, "/*===- TableGen'erated file ", '-', "*- C++ -*-===*\\");
37
printLine
(OS, "|*", ' ', "*|");
47
printLine
(OS, Prefix + Desc.slice(Pos, PosE), ' ', Suffix);
50
printLine
(OS, Prefix, ' ', Suffix);
51
printLine
(OS, Prefix + " Automatically generated file, do not edit!", ' ',
53
printLine
(OS, Prefix, ' ', Suffix);
54
printLine
(OS, "\\*===", '-', "===*/");
/external/llvm/lib/Analysis/
AliasAnalysisCounter.cpp
43
void
printLine
(const char *Desc, unsigned Val, unsigned Sum) {
55
printLine
("no alias", No, AASum);
56
printLine
("may alias", May, AASum);
57
printLine
("partial alias", Partial, AASum);
58
printLine
("must alias", Must, AASum);
67
printLine
("no mod/ref", NoMR, MRSum);
68
printLine
("ref", JustRef, MRSum);
69
printLine
("mod", JustMod, MRSum);
70
printLine
("mod/ref", MR, MRSum);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java
57
printLine
(String.format("Android CTS %s", CtsBuildProvider.CTS_BUILD_VERSION));
189
printLine
(FileUtil.getBaseName(planFile.getName()));
196
printLine
(packageUri);
225
printLine
("Error: " + e.getMessage());
226
printLine
(ArgsOptionParser.getOptionHelp(false, creator));
238
printLine
(String.format("Invalid cts install: %s", e.getMessage()));
242
printLine
("Could not find CTS install location: CTS_ROOT env variable not set");
/external/llvm/test/DebugInfo/
debuglineinfo.test
1
RUN: llvm-rtdyld -
printline
%p/Inputs/test-inline.o \
3
RUN: llvm-rtdyld -
printline
%p/Inputs/test-parameters.o \
/system/core/toolbox/grep/
queue.c
101
printline
(&item->data, '-', NULL, 0);
util.c
282
* matches. The matching lines are passed to
printline
() to display the
372
printline
(l, ':', matches, m);
374
printline
(l, '-', matches, m);
443
printline
(struct str *line, int sep, regmatch_t *matches, int m)
function
grep.h
151
void
printline
(struct str *line, int sep, regmatch_t *matches, int m);
/external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
44
clEnumValN(AC_PrintLineInfo, "
printline
",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar
Completed in 111 milliseconds