/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/algorithms/ |
H A D | sort.bench.cpp | 15 struct Sort { struct 16 size_t Quantity; 18 void run(benchmark::State& state) const { in run() 24 bool skip() const { return Order() == ::Order::Heap; } in skip() 26 …) const { return "BM_Sort" + ValueType::name() + Order::name() + "_" + std::to_string(Quantity); }; in name()
|
H A D | ranges_sort.bench.cpp | 15 struct Sort { struct 16 size_t Quantity; 18 void run(benchmark::State& state) const { in run() 24 bool skip() const { return Order() == ::Order::Heap; } in skip() 26 std::string name() const { in name()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 71 Z3_sort Sort; member in __anone9dc615e0111::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
|
/aosp_15_r20/external/libcxx/benchmarks/ |
H A D | algorithms.bench.cpp | 131 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()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/sort/ |
D | sort.go | 45 func Sort(data Interface) { func 125 func (x IntSlice) Sort() { Sort(x) } func 148 func (x Float64Slice) Sort() { Sort(x) } func 158 func (x StringSlice) Sort() { Sort(x) } func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 74 Z3_sort Sort; member in __anon512af9640111::Z3Sort 294 SMTSortRef newSortRef(const SMTSort &Sort) { in newSortRef() 751 SMTSortRef Sort = in mkFloat() local 761 SMTExprRef mkSymbol(const char *Name, SMTSortRef Sort) override { in mkSymbol() 786 bool toAPFloat(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPFloat() 807 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt() 855 SMTSortRef Sort = getSort(Assign); in getInterpretation() local 869 SMTSortRef Sort = getSort(Assign); in getInterpretation() local
|
/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | MyVector.h | 401 void Sort(int (*compare)(const T*, const T*, void *), void *param) in Sort() function 713 void Sort(int (*compare)(void *const *, void *const *, void *), void *param) in Sort() function 719 void Sort() { _v.Sort(CompareObjectItems, NULL); } in Sort() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | UniqueCStringMap.h | 168 void Sort() { in Sort() function 174 template <typename TCompare> void Sort(TCompare tc) { in Sort() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | UniqueCStringMap.h | 168 void Sort() { in Sort() function 174 template <typename TCompare> void Sort(TCompare tc) { in Sort() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | UniqueCStringMap.h | 168 void Sort() { in Sort() function 174 template <typename TCompare> void Sort(TCompare tc) { in Sort() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | UniqueCStringMap.h | 168 void Sort() { in Sort() function 174 template <typename TCompare> void Sort(TCompare tc) { in Sort() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | Trace.cpp | 380 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile() 418 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/ |
H A D | Trace.cpp | 378 Expected<Trace> llvm::xray::loadTraceFile(StringRef Filename, bool Sort) { in loadTraceFile() 417 Expected<Trace> llvm::xray::loadTrace(const DataExtractor &DE, bool Sort) { in loadTrace()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/ |
D | RangeMap.h | 217 void Sort() { in Sort() function 460 void Sort() { in Sort() function 749 void Sort() { in Sort() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/ |
D | RangeMap.h | 217 void Sort() { in Sort() function 460 void Sort() { in Sort() function 749 void Sort() { in Sort() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/ |
D | RangeMap.h | 217 void Sort() { in Sort() function 460 void Sort() { in Sort() function 749 void Sort() { in Sort() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/ |
D | RangeMap.h | 217 void Sort() { in Sort() function 460 void Sort() { in Sort() function 749 void Sort() { in Sort() function
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | StringPool.cpp | 311 void StringPool::Sort() { in Sort() function in android::StringPool 315 void StringPool::Sort(base::function_ref<int(const Context&, const Context&)> cmp) { in Sort() function in android::StringPool
|
/aosp_15_r20/out/soong/.intermediates/art/tools/ahat/ahat/linux_glibc_common/javac/ |
D | ahat.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/lib/ |
H A D | control_socket.proto | 53 enum Sort { enum
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/mysort/ |
D | mysort.go | 18 func Sort[T LessConstraint[T]](x []T) { func
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | merge_sequence_generator.h | 49 T&& Sort(T&& container) { in Sort() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fmtsort/ |
D | sort.go | 49 func Sort(mapValue reflect.Value) SortedMap { func
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | url_search_params.cc | 35 void UrlSearchParams::Sort() { in Sort() function in net::UrlSearchParams
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | address_sorter_unittest.cc | 47 TEST(AddressSorterTest, Sort) { in TEST() argument
|