HomeSort by relevance Sort by last modified time
    Searched refs:blanks (Results 1 - 25 of 44) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
slice.go 55 // text/scanner strip the blanks for us, this is extremely rare, hard to fix, and not worth it.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
slice.go 55 // text/scanner strip the blanks for us, this is extremely rare, hard to fix, and not worth it.
  /external/expat/tests/
runtests.c 719 int blanks = 0; local
723 ++blanks;
729 if (blanks && !is_cdata)
730 /* illegal leading blanks */
733 else if (blanks > 1 && !is_cdata)
735 blanks = 0;
739 if (blanks && !is_cdata)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
doc.go 7 It uses tabs (width = 8) for indentation and blanks for alignment.
  /prebuilts/go/linux-x86/src/cmd/gofmt/
doc.go 7 It uses tabs (width = 8) for indentation and blanks for alignment.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tokenize.py 71 two trailing blanks apperant in the expected output.
regrtest.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tokenize.py 71 two trailing blanks apperant in the expected output.
regrtest.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tokenize.py 71 two trailing blanks apperant in the expected output.
regrtest.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 71 two trailing blanks apperant in the expected output.
regrtest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 71 two trailing blanks apperant in the expected output.
regrtest.py     [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 350 // ignore any blanks before a comment
452 // (only tabs and blanks can appear in the printer's context).
493 // blanks or tabs, cases with a vertical "line of stars"
545 // blanks instead of the /* unless the first character after
547 // for the opening /*, assume up to 3 blanks or a tab. This
552 // reduce prefix by up to 3 blanks or a tab
576 // otherwise assume two blanks
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 350 // ignore any blanks before a comment
452 // (only tabs and blanks can appear in the printer's context).
493 // blanks or tabs, cases with a vertical "line of stars"
545 // blanks instead of the /* unless the first character after
547 // for the opening /*, assume up to 3 blanks or a tab. This
552 // reduce prefix by up to 3 blanks or a tab
576 // otherwise assume two blanks
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 340 static char blanks[PADSIZE] = local
989 * floating precision; finally, if LADJUST, pad with blanks.
1002 PAD(width - realsz, blanks);
1059 PAD(width - realsz, blanks);
    [all...]
vfwprintf.c 342 static wchar_t blanks[PADSIZE] = local
949 * floating precision; finally, if LADJUST, pad with blanks.
962 PAD(width - realsz, blanks);
1020 PAD(width - realsz, blanks);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 693 static CHAR_T blanks[PADSIZE] = local
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
universe.go 193 // Objects with names containing blanks are internal and not entered into
  /prebuilts/go/linux-x86/src/go/types/
universe.go 193 // Objects with names containing blanks are internal and not entered into
  /build/kati/
eval.go 654 // MS-Windows) or blanks, just like the search path used in the
710 // by colons or blanks. (on windows, semi-colons)
  /prebuilts/go/darwin-x86/src/encoding/gob/
debug.go 34 blanks = bytes.Repeat([]byte{' '}, 3*10)
141 // Blanks until first byte
145 fmt.Fprintf(b, "\t%s", blanks[:lineLength*3])
33 blanks = bytes.Repeat([]byte{' '}, 3*10) var
  /prebuilts/go/linux-x86/src/encoding/gob/
debug.go 34 blanks = bytes.Repeat([]byte{' '}, 3*10)
141 // Blanks until first byte
145 fmt.Fprintf(b, "\t%s", blanks[:lineLength*3])
33 blanks = bytes.Repeat([]byte{' '}, 3*10) var

Completed in 2027 milliseconds

1 2