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

  /frameworks/rs/script_api/
Utilities.h 63 const int TAB_SIZE = 4;
97 *this << mIndent << std::string(2 * TAB_SIZE, ' ');
Utilities.cpp 212 mIndent.append(string(TAB_SIZE, ' '));
216 mIndent.erase(0, TAB_SIZE);
  /external/dtc/
srcpos.c 212 #define TAB_SIZE 8
229 ALIGN(current_srcfile->colno, TAB_SIZE);
  /system/libufdt/
ufdt_node.c 255 #define TAB_SIZE 2
261 for (i = 0; i < depth * TAB_SIZE; i++) dto_print(" ");
  /external/libvpx/libvpx/
libs.doxy_template 174 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
177 TAB_SIZE = 4
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c     [all...]

Completed in 330 milliseconds