Home
last modified time | relevance | path

Searched refs:Indents (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_format.py582 indents = ft.Indents(editor)
596 indents = ft.Indents(editor)
/third_party/python/Lib/idlelib/
H A Dformat.py356 class Indents: class
H A Deditor.py63 from idlelib.format import FormatParagraph, FormatRegion, Indents, Rstrip namespace
201 indents = self.Indents(self)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLParser.cpp422 /// Unroll indentation in \a Indents back to \a Col. Creates BlockEnd
553 SmallVector<int, 4> Indents; member in llvm::yaml::Scanner
1019 Indent = Indents.pop_back_val(); in unrollIndent()
1031 Indents.push_back(Indent); in rollIndent()

Completed in 7 milliseconds