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

  /prebuilts/go/darwin-x86/src/syscall/
dirent.go 64 func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {
  /prebuilts/go/linux-x86/src/syscall/
dirent.go 64 func ParseDirent(buf []byte, max int, names []string) (consumed int, count int, newnames []string) {
  /frameworks/base/core/java/android/os/
WorkSource.java 642 String[] newnames = new String[(mNum*3)/2];
645 System.arraycopy(mNames, 0, newnames, 0, index);
649 System.arraycopy(mNames, index, newnames, index+1, mNum-index);
652 mNames = newnames;
  /external/python/cpython2/Lib/plat-mac/
pimp.py 782 newnames = []
788 newnames.append(name)
789 return newnames
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 782 newnames = []
788 newnames.append(name)
789 return newnames
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 782 newnames = []
788 newnames.append(name)
789 return newnames
    [all...]

Completed in 531 milliseconds