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

  /toolchain/binutils/binutils-2.25/bfd/
cache.c 132 snip (bfd *abfd) function
159 snip (abfd);
234 snip (abfd);
  /external/regex-re2/re2/
re2.cc 869 StringPiece snip = vec[n]; local
870 if (snip.size() > 0)
871 out->append(snip.data(), snip.size());
    [all...]
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 72 """Returns the text with start/end snip markers around it.
76 @return The text with start/end snip markers around it.
78 snip = '---8<---' * 10
82 (start, snip[len(start):], text, end, snip[len(end):]))
    [all...]

Completed in 1989 milliseconds