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

  /external/openssl/crypto/asn1/
tasn_prn.c 405 const int nspaces = sizeof(spaces) - 1; local
412 while (indent > nspaces)
414 if (BIO_write(out, spaces, nspaces) != nspaces)
416 indent -= nspaces;
  /dalvik/docs/
prettify.js 397 // nSpaces is the amount of padding -- the number of spaces needed
400 var nSpaces = tabWidth - (charInLine % tabWidth);
401 charInLine += nSpaces;
402 for (; nSpaces >= 0; nSpaces -= SPACES.length) {
403 out.push(SPACES.substring(0, nSpaces));
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 636 // nSpaces is the amount of padding -- the number of spaces needed
639 var nSpaces = tabWidth - (charInLine % tabWidth);
640 charInLine += nSpaces;
641 for (; nSpaces >= 0; nSpaces -= SPACES.length) {
642 out.push(SPACES.substring(0, nSpaces));
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 636 // nSpaces is the amount of padding -- the number of spaces needed
639 var nSpaces = tabWidth - (charInLine % tabWidth);
640 charInLine += nSpaces;
641 for (; nSpaces >= 0; nSpaces -= SPACES.length) {
642 out.push(SPACES.substring(0, nSpaces));
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info     [all...]

Completed in 1669 milliseconds