/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
isac.gypi | 89 # indent-tabs-mode:nil
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserException.java | 1 /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- //------100-columns-wide------>|*/
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
uda1341.h | 126 * indent-tabs-mode: t
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
uda1341.h | 126 * indent-tabs-mode: t
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInRefactoringTest.java | 31 // Test wrapping view: should indent view
|
/system/extras/tests/include/ |
testUtil.h | 59 void testXDumpSetIndent(uint8_t indent);
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
FastOctnode.java | 155 public String toStringVerbose(int indent){ 156 String str = "------------------".substring(0,indent) + toString() + "\n"; 162 str += children.toStringVerbose(indent+1);
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 32 astyle --style=bsd --min-conditional-indent=0 --break-blocks \ 35 --indent-preprocessor --convert-tabs --indent-labels \
|
/external/openssl/crypto/x509v3/ |
v3_pku.c | 65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent); 85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent) 87 BIO_printf(out, "%*s", indent, "");
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
MapItem.java | 93 out.indent(); 99 out.indent(); 105 out.indent();
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCVideoLayerImpl.cpp | 163 void CCVideoLayerImpl::dumpLayerProperties(TextStream& ts, int indent) const 165 writeIndent(ts, indent); 167 CCLayerImpl::dumpLayerProperties(ts, indent);
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEMorphology.cpp | 197 TextStream& FEMorphology::externalRepresentation(TextStream& ts, int indent) const 199 writeIndent(ts, indent); 204 inputEffect(0)->externalRepresentation(ts, indent + 1);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
EclipseXmlFormatPreferences.java | 90 * Returns the string to use to indent one indentation level 92 * @return the string used to indent one indentation level 100 // Look up Eclipse indent preferences
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
call_main.cc | 125 bool indent; local 130 indent = false; 132 indent = false; 135 indent = true; 142 if (indent)
|
/external/emma/core/java12/com/vladium/emma/data/ |
MethodDescriptor.java | 192 public String toString (final String indent) 194 StringBuffer s = new StringBuffer (indent + "method [" + m_name + "] descriptor:"); 201 s.append (indent + INDENT_INCREMENT + "block " + bl + " (" + m_blockSizes [bl] + " instrs) : "); 211 s.append (indent + INDENT_INCREMENT + "---"); 217 s.append (indent + INDENT_INCREMENT + "line " + lines [l] + ": ");
|
/external/libxml2/ |
xmlwriter.c | 88 int indent; /* enable indent */ member in struct:_xmlTextWriter 89 int doindent; /* internal indent flag */ 90 xmlChar *ichar; /* indent character */ 258 ret->indent = 0; 702 if (!writer->indent) { 755 if (writer->indent) { 783 if (writer->indent) { 843 if (writer->indent) { 991 if (writer->indent) [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
calibrator.c | 112 static void __usage_cmd(const struct cmd *cmd, char *indent, bool full) 116 printf("%s", indent); 142 if (strlen(indent)) { 143 indent = "\t\t"; 157 printf("%s", indent);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlAutoEditStrategyTest.java | 224 // Here we need to indent to the exact location of an earlier line 297 // Test that if you insert on a blank line, we just add a newline and indent 311 // content, we insert an indent correctly 344 // content, we insert an indent correctly 364 // content, we insert an indent correctly
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RefactoringTestBase.java | 135 protected static void describe(StringBuilder sb, Change change, int indent) throws Exception { 148 indent(sb, indent); method 181 indent(sb, indent + 1); method 198 indent(sb, indent); method 240 describe(sb, child, indent + (composite.isSynthetic() ? 0 : 1)); 255 protected static void indent(StringBuilder sb, int indent) { method in class:RefactoringTestBase [all...] |
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags.py | 593 def TextWrap(text, length=None, indent='', firstline_indent=None, tabs=' '): 603 indent: indent for all but first line 604 firstline_indent: indent for first line; if None, fall back to indent 611 FlagsError: if indent not shorter than length 617 if indent is None: 618 indent = '' 619 if len(indent) >= length: 620 raise FlagsError('Indent must be shorter than length' [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_message.cc | 292 printer->Indent(); 355 printer->Indent(); 410 printer->Indent(); 470 printer->Indent(); 633 printer->Indent(); 735 printer->Indent(); 775 printer->Indent(); 812 printer->Indent(); 823 printer->Indent(); 828 printer->Indent(); [all...] |
/external/protobuf/src/google/protobuf/ |
text_format.cc | 669 // Indent text by two spaces. After calling Indent(), two spaces will be 670 // inserted at the beginning of each line of text. Indent() may be called 672 void Indent() { 676 // Reduces the current indent level by two spaces, or crashes if the indent 681 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; 704 // Saw newline. If there is more text, we may need to insert an indent 709 // Setting this true will cause the next Write() to insert an indent 732 // Insert an indent [all...] |
/external/sonivox/docs/ |
JET_Authoring_Guidelines.html | 113 text-indent:-.3in;
134 text-indent:-.4in;
152 text-indent:-.5in;
168 text-indent:-.6in;
186 text-indent:-.7in;
202 text-indent:-.8in;
220 text-indent:-.9in;
235 text-indent:-1.0in;
252 text-indent:-1.1in;
275 text-indent:-11.0pt; [all...] |
/external/chromium/webkit/glue/ |
webkit_glue.cc | 196 int indent, bool is_current) { 201 result.append(indent - 6, ' '); // 6 == "curr->".length() 203 result.append(indent, ' '); 236 result += DumpHistoryItem(sorted_children[i], indent+4, false); 242 string16 DumpHistoryState(const std::string& history_state, int indent, 245 DumpHistoryItem(HistoryItemFromString(history_state), indent,
|
/external/icu4c/common/unicode/ |
utrace.h | 308 * @param indent Number of spaces to indent the output. Intended to allow 318 int32_t indent, const char *fmt, va_list args); 329 * @param indent Number of spaces to indent the output. Intended to allow 339 int32_t indent, const char *fmt, ...);
|