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

  /external/clang/lib/Format/
WhitespaceManager.cpp 539 // Indent with tabs only when there's at least one full tab.
555 unsigned Tabs = Indentation / Style.TabWidth;
556 Text.append(Tabs, '\t');
557 Spaces -= Tabs * Style.TabWidth;
563 unsigned Tabs = Spaces / Style.TabWidth;
564 Text.append(Tabs, '\t');
565 Spaces -= Tabs * Style.TabWidth;
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 836 private byte[] Tabs;
    [all...]
  /external/doclava/res/assets/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...]
  /build/make/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/make/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 618 milliseconds