Home
last modified time | relevance | path

Searched refs:IsSorted (Results 1 – 19 of 19) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_common_test.cc25 static bool IsSorted(const uptr *array, uptr n) { in IsSorted() function
40 EXPECT_TRUE(IsSorted(array, n)); in TEST()
46 EXPECT_TRUE(IsSorted(array, n)); in TEST()
52 EXPECT_TRUE(IsSorted(array, n)); in TEST()
58 EXPECT_TRUE(IsSorted(array, n)); in TEST()
65 EXPECT_TRUE(IsSorted(array, n)); in TEST()
70 EXPECT_TRUE(IsSorted(array, 2)); in TEST()
/external/llvm-project/lldb/include/lldb/Utility/
DRangeMap.h180 bool IsSorted() const { in IsSorted() function
195 assert(IsSorted()); in CombineConsecutiveRanges()
220 assert(IsSorted()); in GetMinRangeBase()
231 assert(IsSorted()); in GetMaxRangeEnd()
275 assert(IsSorted()); in FindEntryIndexThatContains()
297 assert(IsSorted()); in FindEntryThatContains()
320 assert(IsSorted()); in FindEntryThatContains()
426 bool IsSorted() const { in IsSorted() function
439 assert(IsSorted()); in CombineConsecutiveEntriesWithEqualData()
506 assert(IsSorted()); in FindEntryIndexesThatContain()
[all …]
/external/webrtc/media/engine/
Dwebrtc_media_engine_unittest.cc56 bool IsSorted(const std::vector<webrtc::RtpExtension>& extensions) { in IsSorted() function
123 EXPECT_TRUE(IsSorted(filtered)); in TEST()
131 EXPECT_TRUE(IsSorted(filtered)); in TEST()
139 EXPECT_TRUE(IsSorted(filtered)); in TEST()
148 EXPECT_TRUE(IsSorted(filtered)); in TEST()
161 EXPECT_TRUE(IsSorted(filtered)); in TEST()
177 EXPECT_TRUE(IsSorted(filtered)); in TEST()
/external/eigen/unsupported/Eigen/src/SparseExtra/
DRandomSetter.h24 IsSorted = 1 enumerator
52 IsSorted = 0 enumerator
69 IsSorted = 0 enumerator
87 IsSorted = 0 enumerator
168 SwapStorage = 1 - MapTraits<ScalarWrapper>::IsSorted,
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_common_test.cpp27 static bool IsSorted(const uptr *array, uptr n) { in IsSorted() function
42 EXPECT_TRUE(IsSorted(array, n)); in TEST()
48 EXPECT_TRUE(IsSorted(array, n)); in TEST()
54 EXPECT_TRUE(IsSorted(array, n)); in TEST()
60 EXPECT_TRUE(IsSorted(array, n)); in TEST()
67 EXPECT_TRUE(IsSorted(array, n)); in TEST()
72 EXPECT_TRUE(IsSorted(array, 2)); in TEST()
/external/perfetto/src/trace_processor/db/
Dcolumn.h290 if (IsSorted() && value.type == type()) { in FilterInto()
308 if (IsSorted()) in Min()
322 if (IsSorted()) in Max()
337 bool IsSorted() const { return (flags_ & Flag::kSorted) != 0; } in IsSorted() function
486 PERFETTO_DCHECK(IsSorted()); in FilterIntoSorted()
Dtable.cc74 if (od.size() == 1 && first_col.IsSorted() && !od.front().desc) in Sort()
80 if (od.size() == 1 && first_col.IsSorted()) { in Sort()
/external/perfetto/src/trace_processor/tables/
Dmacros_unittest.cc430 ASSERT_TRUE(event_.ts().IsSorted()); in TEST_F()
440 ASSERT_FALSE(ts->IsSorted()); in TEST_F()
441 ASSERT_TRUE(arg_set_id->IsSorted()); in TEST_F()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.cc41 PERFETTO_CHECK(ts_col.IsSorted()); in DbTableMaybeUpdateMinMax()
/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.cc377 if (upstream_table_->GetColumn(col).IsSorted()) in TryCacheCreateSortedTable()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp4438 bool IsSorted = true; in splitAlloca() local
4463 IsSorted = false; in splitAlloca()
4480 IsSorted = false; in splitAlloca()
4485 if (!IsSorted) in splitAlloca()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp4275 bool IsSorted = true; in splitAlloca() local
4299 IsSorted = false; in splitAlloca()
4316 IsSorted = false; in splitAlloca()
4321 if (!IsSorted) in splitAlloca()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3968 bool IsSorted = true; in splitAlloca() local
3982 IsSorted = false; in splitAlloca()
3985 if (!IsSorted) in splitAlloca()
/external/abseil-cpp/absl/algorithm/
Dcontainer_test.cc502 TEST_F(SortingTest, IsSorted) { in TEST_F() argument
/external/webrtc/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc502 TEST_F(SortingTest, IsSorted) { in TEST_F() argument
/external/openscreen/third_party/abseil/src/absl/algorithm/
Dcontainer_test.cc576 TEST_F(SortingTest, IsSorted) { in TEST_F() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc576 TEST_F(SortingTest, IsSorted) { in TEST_F() argument
/external/libtextclassifier/abseil-cpp/absl/algorithm/
Dcontainer_test.cc576 TEST_F(SortingTest, IsSorted) { in TEST_F() argument
/external/perfetto/src/trace_processor/
Dexport_json.cc1849 PERFETTO_DCHECK(counter_table.ts().IsSorted() && in GetCounterValue()