HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 376 - 400 of 1973) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/npapi/npspy/extern/java/
java_lang_String.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
jdk_java_lang_String.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
nspr_md.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
tree.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
typedefs.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
prpriv.h 1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  /external/chromium_org/v8/src/
allocation-tracker.cc 56 void AllocationTraceNode::Print(int indent, AllocationTracker* tracker) {
57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' ');
66 indent += 2;
68 children_[i]->Print(indent, tracker);
  /external/icu/icu4c/source/common/
ucnvdisp.c 83 * indent-tabs-mode: nil
  /external/icu/icu4c/source/test/cintltst/
nfsprep.h 110 * indent-tabs-mode: nil
  /external/libvpx/libvpx/test/android/
scrape_gtest_log.py 46 output = json.dumps(json.loads(json_string), indent=4, sort_keys=True)
  /external/libyuv/files/
libyuv.gyp 93 # indent-tabs-mode:nil
  /external/openssl/crypto/x509v3/
v3_sxnet.c 70 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent);
105 int indent)
112 BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v);
116 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
  /external/webrtc/src/common_audio/signal_processing/
signal_processing.gypi 83 # indent-tabs-mode:nil
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.gypi 89 # indent-tabs-mode:nil
  /frameworks/native/include/binder/
Debug.h 37 void printHexData(int32_t indent, const void *buf, size_t length,
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserException.java 1 /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- //------100-columns-wide------>|*/
  /packages/experimental/SELinux/CTS/src/
gen_SELinux_CTS.py 54 output = s_parsed.toprettyxml(indent=" ")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 14 INDENT = 5
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 14 INDENT = 5
  /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/chromium_org/content/browser/accessibility/
accessibility_tree_formatter.h 104 int indent);
123 // (to indent each line).
125 const base::string16& indent);
  /external/chromium_org/remoting/webapp/
build-html.py 72 def processTemplate(self, output, template_file, indent):
100 self.processTemplate(output, template_name, indent + len(prefix))
111 output.write((' ' * indent) + line)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDropShadow.cpp 118 TextStream& FEDropShadow::externalRepresentation(TextStream& ts, int indent) const
120 writeIndent(ts, indent);
124 inputEffect(0)->externalRepresentation(ts, indent + 1);
FEGaussianBlur.cpp 176 TextStream& FEGaussianBlur::externalRepresentation(TextStream& ts, int indent) const
178 writeIndent(ts, indent);
182 inputEffect(0)->externalRepresentation(ts, indent + 1);

Completed in 4370 milliseconds

<<11121314151617181920>>