HomeSort by relevance Sort by last modified time
    Searched refs:Tabs (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Format/
WhitespaceManager.cpp 517 // Indent with tabs only when there's at least one full tab.
533 unsigned Tabs = Indentation / Style.TabWidth;
534 Text.append(Tabs, '\t');
535 Spaces -= Tabs * Style.TabWidth;
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 836 private byte[] Tabs;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 756 * Used on develop/index.html for side-sliding tabs
    [all...]
android_3p-bundle.js 611 /** returns a function that expand tabs to spaces. This function can be fed
613 * keep track of how tabs are expanded.
615 * plain text and return the text with tabs expanded.
623 // walk over each character looking for tabs and newlines.
624 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /frameworks/base/docs/html/topic/performance/
performance_toc.cs     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 611 /** returns a function that expand tabs to spaces. This function can be fed
613 * keep track of how tabs are expanded.
615 * plain text and return the text with tabs expanded.
623 // walk over each character looking for tabs and newlines.
624 // On tabs, expand them. On newlines, reset charInLine.
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 611 /** returns a function that expand tabs to spaces. This function can be fed
613 * keep track of how tabs are expanded.
615 * plain text and return the text with tabs expanded.
623 // walk over each character looking for tabs and newlines.
624 // On tabs, expand them. On newlines, reset charInLine.
    [all...]

Completed in 630 milliseconds