Home
last modified time | relevance | path

Searched defs:Sort (Results 1 – 25 of 45) sorted by relevance

12

/external/libcxx/benchmarks/
Dalgorithms.bench.cpp131 struct Sort { struct
132 size_t Quantity;
134 void run(benchmark::State& state) const { in run()
140 bool skip() const { return Order() == ::Order::Heap; } in skip()
142 std::string name() const { in name()
/external/llvm-project/libcxx/benchmarks/
Dalgorithms.bench.cpp189 struct Sort { struct
190 size_t Quantity;
192 void run(benchmark::State& state) const { in run()
198 bool skip() const { return Order() == ::Order::Heap; } in skip()
200 std::string name() const { in name()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp71 Z3_sort Sort; member in __anon2fdbe40f0111::Z3Sort
291 SMTSortRef newSortRef(const SMTSort &Sort) { in newSortRef()
726 const SMTSortRef Sort = getBitvectorSort(BitWidth); in mkBitvector() local
733 SMTSortRef Sort = in mkFloat() local
743 SMTExprRef mkSymbol(const char *Name, SMTSortRef Sort) override { in mkSymbol()
768 bool toAPFloat(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPFloat()
789 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt()
837 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
851 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
/external/llvm-project/llvm/lib/Support/
DZ3Solver.cpp72 Z3_sort Sort; member in __anon90b5489b0111::Z3Sort
292 SMTSortRef newSortRef(const SMTSort &Sort) { in newSortRef()
749 SMTSortRef Sort = in mkFloat() local
759 SMTExprRef mkSymbol(const char *Name, SMTSortRef Sort) override { in mkSymbol()
784 bool toAPFloat(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPFloat()
805 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt()
853 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
867 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dcomparator_deep_blocks_first_test.cpp107 TEST(ComparatorDeepBlocksFirstTest, Sort) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dcomparator_deep_blocks_first_test.cpp107 TEST(ComparatorDeepBlocksFirstTest, Sort) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dcomparator_deep_blocks_first_test.cpp107 TEST(ComparatorDeepBlocksFirstTest, Sort) { in TEST() argument
/external/skia/tests/
DSortTest.cpp36 DEF_TEST(Sort, reporter) { in DEF_TEST() argument
/external/skqp/tests/
DSortTest.cpp36 DEF_TEST(Sort, reporter) { in DEF_TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DTrace.cpp380 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile()
418 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
/external/llvm-project/llvm/lib/XRay/
DTrace.cpp380 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile()
419 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
/external/perfetto/src/trace_processor/
Dtrace_sorter.cc36 void TraceSorter::Queue::Sort() { in Sort() function in perfetto::trace_processor::TraceSorter::Queue
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAranges.cpp80 void DWARFDebugAranges::Sort(bool minimize) { in Sort() function in DWARFDebugAranges
/external/protobuf/src/google/protobuf/
Ddynamic_message.h158 static std::vector<const Message*> Sort(const Message& message, int map_size, in Sort() function
/external/perfetto/src/trace_processor/db/
Dtable.cc67 Table Table::Sort(const std::vector<Order>& od) const { in Sort() function in perfetto::trace_processor::Table
/external/lzma/CPP/Common/
DMyVector.h351 void Sort(int (*compare)(const T*, const T*, void *), void *param) in Sort() function
623 void Sort(int (*compare)(void *const *, void *const *, void *), void *param) in Sort() function
629 void Sort() { _v.Sort(CompareObjectItems, 0); } in Sort() function
/external/llvm-project/lldb/include/lldb/Utility/
DRangeMap.h174 void Sort() { in Sort() function
411 void Sort() { in Sort() function
686 void Sort() { in Sort() function
/external/gemmlowp/profiling/
Dprofiler.h238 void Sort() { SortNode(&root_); } in Sort() function
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2742 ## Sort section in Operation Semantics
/external/llvm-project/lldb/include/lldb/Core/
DUniqueCStringMap.h168 void Sort() { llvm::sort(m_map.begin(), m_map.end(), Compare()); } in Sort() function
/external/perfetto/src/trace_processor/tables/
Dmacros_unittest.cc429 TEST_F(TableMacrosUnittest, Sort) { in TEST_F() argument
/external/libchrome/base/metrics/
Dstatistics_recorder.cc350 StatisticsRecorder::Histograms StatisticsRecorder::Sort(Histograms histograms) { in Sort() function in base::StatisticsRecorder
/external/vixl/src/
Dinvalset-vixl.h540 void InvalSet<TEMPLATE_INVALSET_P_DEF>::Sort(SortType sort_type) { in Sort() function
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/
Dcycle_detector.cc220 static void Sort(const Vec<Node*>& nodes, Vec<int32_t>* delta) { in Sort() function
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc598 static PyObject* Sort(PyObject* pself, PyObject* args, PyObject* kwds) { in Subscript() function

12