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

1 2 3

  /external/strace/
strace-log-merge 9 then combines and sorts them, and prints result to standard output.
  /prebuilts/go/darwin-x86/misc/sortac/
sortac.go 5 // Sortac sorts the AUTHORS and CONTRIBUTORS files.
11 // Sortac sorts the named files in place.
12 // If given no arguments, it sorts standard input to standard output.
  /prebuilts/go/linux-x86/misc/sortac/
sortac.go 5 // Sortac sorts the AUTHORS and CONTRIBUTORS files.
11 // Sortac sorts the named files in place.
12 // If given no arguments, it sorts standard input to standard output.
  /prebuilts/go/darwin-x86/doc/progs/
eff_sequence.go 31 // Method for printing - sorts the elements before printing.
  /prebuilts/go/linux-x86/doc/progs/
eff_sequence.go 31 // Method for printing - sorts the elements before printing.
  /external/icu/icu4c/source/tools/genren/
Makefile 85 sorts: urename.sort urename.old.sort
  /prebuilts/go/darwin-x86/src/go/scanner/
errors.go 69 // Sort sorts an ErrorList. *Error entries are sorted by position,
77 // RemoveMultiples sorts an ErrorList and removes all but the first error per line.
  /prebuilts/go/linux-x86/src/go/scanner/
errors.go 69 // Sort sorts an ErrorList. *Error entries are sorted by position,
77 // RemoveMultiples sorts an ErrorList and removes all but the first error per line.
  /prebuilts/go/darwin-x86/src/sort/
example_multi_test.go 27 // Sort sorts the argument slice according to the less functions passed to OrderedBy.
33 // OrderedBy returns a Sorter that sorts using the less functions, in order.
sort.go 215 // Sort sorts data.
241 // Slice sorts the provided slice given the provided less function.
254 // SliceStable sorts the provided slice given the provided less
344 // Ints sorts a slice of ints in increasing order.
347 // Float64s sorts a slice of float64s in increasing order.
350 // Strings sorts a slice of strings in increasing order.
388 // Stable sorts data while keeping the original order of equal elements.
example_keys_test.go 26 // Sort is a method on the function type, By, that sorts the argument slice according to the function.
  /prebuilts/go/linux-x86/src/sort/
example_multi_test.go 27 // Sort sorts the argument slice according to the less functions passed to OrderedBy.
33 // OrderedBy returns a Sorter that sorts using the less functions, in order.
sort.go 215 // Sort sorts data.
241 // Slice sorts the provided slice given the provided less function.
254 // SliceStable sorts the provided slice given the provided less
344 // Ints sorts a slice of ints in increasing order.
347 // Float64s sorts a slice of float64s in increasing order.
350 // Strings sorts a slice of strings in increasing order.
388 // Stable sorts data while keeping the original order of equal elements.
example_keys_test.go 26 // Sort is a method on the function type, By, that sorts the argument slice according to the function.
  /external/skia/gn/
gn_helpers.py 120 This routine is meant to handle only the simple sorts of values that
  /prebuilts/go/darwin-x86/src/go/ast/
import.go 13 // SortImports sorts runs of consecutive import lines in import blocks in f.
commentmap.go 20 // sortComments sorts the list of comment groups in source order.
  /prebuilts/go/darwin-x86/src/math/big/
bits_test.go 64 // by treating them as an addition (e.g., Bits{5, 5} => Bits{6}), and it sorts
  /prebuilts/go/linux-x86/src/go/ast/
import.go 13 // SortImports sorts runs of consecutive import lines in import blocks in f.
  /prebuilts/go/linux-x86/src/math/big/
bits_test.go 64 // by treating them as an addition (e.g., Bits{5, 5} => Bits{6}), and it sorts
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
export.go 218 // methodbyname sorts types by symbol name.
  /prebuilts/go/darwin-x86/src/net/
dnsclient.go 202 // byPriorityWeight sorts SRV records by ascending priority and weight.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
export.go 218 // methodbyname sorts types by symbol name.
  /prebuilts/go/linux-x86/src/net/
dnsclient.go 202 // byPriorityWeight sorts SRV records by ascending priority and weight.
  /external/protobuf/python/google/protobuf/internal/
well_known_types.py 408 is also in the FieldMask. Then sorts all paths in alphabetical order.

Completed in 3578 milliseconds

1 2 3