OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Indent
(Results
26 - 31
of
31
) sorted by null
1
2
/external/llvm/lib/Support/
YAMLParser.cpp
405
/// @brief Increase
indent
to \a Col. Creates \a Kind token at \a InsertPoint
475
int
Indent
;
698
,
Indent
(-1)
716
,
Indent
(-1)
971
while (
Indent
> ToColumn) {
975
Indent
= Indents.pop_back_val();
986
if (
Indent
< ToColumn) {
987
Indents.push_back(
Indent
);
988
Indent
= ToColumn;
1282
unsigned
indent
= static_cast<unsigned>(Indent + 1);
local
[
all
...]
/external/regex-re2/lib/codereview/
codereview.py
228
s +=
Indent
(cl.desc, "\t")
252
s +=
Indent
(cl.desc, "\t")
265
s +=
Indent
(cl.desc, "\t")
672
#
Indent
text with
indent
.
673
def
Indent
(text,
indent
):
675
typecheck(
indent
, str)
678
t +=
indent
+ line + '\n'
919
msg = "gofmt needs to format these files (run hg gofmt):\n" +
Indent
(data, "\t").rstrip(
[
all
...]
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.h
1796
TIXML_STRING
indent
;
member in class:TiXmlPrinter
[
all
...]
/external/chromium_org/v8/tools/
grokdump.py
855
self.
indent
= 0
857
def
Indent
(self):
858
self.
indent
+= 2
861
self.
indent
-= 2
867
indent
= self._IndentString()
868
print "\n".join("%s%s" % (
indent
, line) for line in lines)
871
return self.
indent
* " "
[
all
...]
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
/external/jdiff/
xerces.jar
Completed in 332 milliseconds
1
2