OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addIndent
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategy.java
114
boolean
addIndent
= false;
146
addIndent
= true;
152
if (
addIndent
) {
255
boolean
addIndent
= (last.getType() == XML_TAG_CLOSE)
273
addIndent
= false;
278
if (
addIndent
) {
/external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp
203
void
addIndent
(void);
298
void LongShaderGenerator::
addIndent
(void)
305
addIndent
();
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
ScannerImpl.java
559
private boolean
addIndent
(int column) {
783
if (
addIndent
(this.reader.getColumn())) {
819
if (
addIndent
(this.reader.getColumn())) {
854
if (
addIndent
(key.getColumn())) {
880
if (
addIndent
(reader.getColumn())) {
[
all
...]
Completed in 95 milliseconds