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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc 25 static bool IsSorted(const uptr *array, uptr n) {
40 EXPECT_TRUE(IsSorted(array, n));
46 EXPECT_TRUE(IsSorted(array, n));
52 EXPECT_TRUE(IsSorted(array, n));
58 EXPECT_TRUE(IsSorted(array, n));
65 EXPECT_TRUE(IsSorted(array, n));
70 EXPECT_TRUE(IsSorted(array, 2));
  /external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h 24 IsSorted = 1
52 IsSorted = 0
69 IsSorted = 0
87 IsSorted = 0
168 SwapStorage = 1 - MapTraits<ScalarWrapper>::IsSorted,
  /external/webrtc/talk/media/webrtc/
webrtcmediaengine_unittest.cc 66 bool IsSorted(const std::vector<webrtc::RtpExtension>& extensions) {
133 EXPECT_TRUE(IsSorted(filtered));
141 EXPECT_TRUE(IsSorted(filtered));
149 EXPECT_TRUE(IsSorted(filtered));
158 EXPECT_TRUE(IsSorted(filtered));
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 26 if !IsSorted(a) {
36 if !IsSorted(a) {
46 if !IsSorted(a) {
558 if IsSorted(data) {
563 if !IsSorted(data) {
573 if !IsSorted(data) {
586 if !IsSorted(data) {
643 if !IsSorted(data) {
sort.go 294 // IsSorted reports whether data is sorted.
295 func IsSorted(data Interface) bool {
354 func IntsAreSorted(a []int) bool { return IsSorted(IntSlice(a)) }
357 func Float64sAreSorted(a []float64) bool { return IsSorted(Float64Slice(a)) }
360 func StringsAreSorted(a []string) bool { return IsSorted(StringSlice(a)) }
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 26 if !IsSorted(a) {
36 if !IsSorted(a) {
46 if !IsSorted(a) {
558 if IsSorted(data) {
563 if !IsSorted(data) {
573 if !IsSorted(data) {
586 if !IsSorted(data) {
643 if !IsSorted(data) {
sort.go 294 // IsSorted reports whether data is sorted.
295 func IsSorted(data Interface) bool {
354 func IntsAreSorted(a []int) bool { return IsSorted(IntSlice(a)) }
357 func Float64sAreSorted(a []float64) bool { return IsSorted(Float64Slice(a)) }
360 func StringsAreSorted(a []string) bool { return IsSorted(StringSlice(a)) }
  /prebuilts/go/darwin-x86/src/internal/trace/
order.go 103 if !sort.IsSorted(eventList(events)) {
233 if !sort.IsSorted(eventList(events)) {
  /prebuilts/go/linux-x86/src/internal/trace/
order.go 103 if !sort.IsSorted(eventList(events)) {
233 if !sort.IsSorted(eventList(events)) {
  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 252 assert(sort.IsSorted(byUniqueMethodName(a)))
253 assert(sort.IsSorted(byUniqueMethodName(b)))
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 252 assert(sort.IsSorted(byUniqueMethodName(a)))
253 assert(sort.IsSorted(byUniqueMethodName(b)))
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray_test.go 216 if !sort.IsSorted((*index)(x)) {
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray_test.go 216 if !sort.IsSorted((*index)(x)) {
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap.go 26 if orderedList := byPos(list); !sort.IsSorted(orderedList) {
  /prebuilts/go/linux-x86/src/go/ast/
commentmap.go 26 if orderedList := byPos(list); !sort.IsSorted(orderedList) {
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 3064 milliseconds