/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/ |
D | sort.go | 28 func SortSlices(less interface{}) cmp.Option { 29 vf := reflect.ValueOf(less) 31 panic(fmt.Sprintf("invalid less function: %T", less)) 51 ok1 := sliceIsSorted(x, func(i, j int) bool { return ss.less(vx, i, j) }) 52 ok2 := sliceIsSorted(y, func(i, j int) bool { return ss.less(vy, i, j) }) 61 sortSliceStable(dst.Interface(), func(i, j int) bool { return ss.less(dst, i, j) }) 68 if ss.less(v, i-1, i) { 70 if start >= 0 && (ss.less(v, start, i-1) || ss.less(v, i-1, start)) { 79 func (ss sliceSorter) less(v reflect.Value, i, j int) bool { func 99 func SortMaps(less interface{}) cmp.Option { [all …]
|
D | sort_go17.go | 20 func sliceIsSorted(slice interface{}, less func(i, j int) bool) bool { 21 return sort.IsSorted(reflectSliceSorter{reflect.ValueOf(slice), less}) 23 func sortSlice(slice interface{}, less func(i, j int) bool) { 24 sort.Sort(reflectSliceSorter{reflect.ValueOf(slice), less}) 26 func sortSliceStable(slice interface{}, less func(i, j int) bool) { 27 sort.Stable(reflectSliceSorter{reflect.ValueOf(slice), less}) 32 less func(i, j int) bool member 39 return ss.less(i, j)
|
D | sort_go18.go | 23 func sliceIsSorted(slice interface{}, less func(i, j int) bool) bool { 24 return sort.SliceIsSorted(slice, less) 26 func sortSlice(slice interface{}, less func(i, j int) bool) { 27 sort.Slice(slice, less) 29 func sortSliceStable(slice interface{}, less func(i, j int) bool) { 30 sort.SliceStable(slice, less)
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | newline-handling.mir | 8 br i1 %0, label %less, label %exit 10 less: 20 br i1 %0, label %less, label %exit 22 less: 38 # CHECK-NEXT: successors: %bb.1.less(0x40000000 / 0x80000000 = 50.00%), %bb.2.exit(0x40000000 / 0x8… 43 # CHECK: bb.1.less: 53 successors: %bb.1.less, %bb.2.exit 61 bb.1.less: 82 # CHECK-NEXT: successors: %bb.1.less(0x40000000 / 0x80000000 = 50.00%), %bb.2.exit(0x40000000 / 0x8… 87 # CHECK: bb.1.less: [all …]
|
D | virtual-registers.mir | 10 br i1 %0, label %less, label %exit 12 less: 22 br i1 %0, label %less, label %exit 24 less: 46 successors: %bb.2.exit, %bb.1.less 53 JMP_1 %bb.1.less 55 bb.1.less: 81 successors: %bb.2.exit, %bb.1.less 88 JMP_1 %bb.1.less 90 bb.1.less:
|
D | successor-basic-blocks-weights.mir | 10 br i1 %0, label %less, label %exit 12 less: 24 …; CHECK: successors: %bb.1.less({{[0-9a-fx/= ]+}}33.00%), %bb.2.exit({{[0-9a-fx/= ]+}}67.0… 25 ; CHECK-LABEL: bb.1.less: 27 successors: %bb.1.less (33), %bb.2.exit(67) 33 bb.1.less:
|
D | successor-basic-blocks.mir | 9 br i1 %0, label %less, label %exit 11 less: 35 …; CHECK: successors: %bb.1.less(0x40000000 / 0x80000000 = 50.00%), %bb.2.exit(0x40000000 /… 36 ; CHECK-LABEL: bb.1.less: 38 successors: %bb.1.less, %bb.2.exit 44 bb.1.less:
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
D | includes_comp.pass.cpp | 52 assert(std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib), std::less<int>())); in test() 53 assert(!std::includes(Iter1(ia), Iter1(ia), Iter2(ib), Iter2(ib+1), std::less<int>())); in test() 54 assert(std::includes(Iter1(ia), Iter1(ia+1), Iter2(ib), Iter2(ib), std::less<int>())); in test() 55 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ia), Iter2(ia+sa), std::less<int>())); in test() 57 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(ib), Iter2(ib+sb), std::less<int>())); in test() 58 assert(!std::includes(Iter1(ib), Iter1(ib+sb), Iter2(ia), Iter2(ia+sa), std::less<int>())); in test() 60 assert(std::includes(Iter1(ia), Iter1(ia+2), Iter2(ic), Iter2(ic+2), std::less<int>())); in test() 61 assert(!std::includes(Iter1(ia), Iter1(ia+2), Iter2(ib), Iter2(ib+2), std::less<int>())); in test() 63 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+1), std::less<int>())); in test() 64 assert(std::includes(Iter1(ia), Iter1(ia+sa), Iter2(id), Iter2(id+2), std::less<int>())); in test() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | virtual-registers.mir | 10 br i1 %0, label %less, label %exit 12 less: 22 br i1 %0, label %less, label %exit 24 less: 45 successors: %bb.2.exit, %bb.1.less 52 JMP_1 %bb.1.less 54 bb.1.less: 79 successors: %bb.2.exit, %bb.1.less 86 JMP_1 %bb.1.less 88 bb.1.less:
|
D | newline-handling.mir | 8 br i1 %0, label %less, label %exit 10 less: 20 br i1 %0, label %less, label %exit 22 less: 43 # CHECK: bb.1.less: 61 bb.1.less: 87 # CHECK: bb.1.less: 102 bb.1.less: $eax = MOV32r0 implicit-def dead $eflags
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/ |
D | 2007-06-04-PackedStruct.ll | 7 …less<int>,std::allocator<std::pair<const int, int> > >" = type { %"struct.std::_Rb_tree<int,std::p… 8 …1st<std::pair<const int, int> >,std::less<int>,std::allocator<std::pair<const int, int> > >::_Rb_t… 10 …less<int>,std::allocator<std::pair<const int, int> > >" = type { %"struct.std::_Rb_tree<int,std::p… 11 …td::map<int,int,std::less<int>,std::allocator<std::pair<const int, int> > >" zeroinitializer ; <%… 31 …"struct.std::map<int,int,std::less<int>,std::allocator<std::pair<const int, int> > >", %"struct.st…
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2007-06-04-PackedStruct.ll | 7 …less<int>,std::allocator<std::pair<const int, int> > >" = type { %"struct.std::_Rb_tree<int,std::p… 8 …1st<std::pair<const int, int> >,std::less<int>,std::allocator<std::pair<const int, int> > >::_Rb_t… 10 …less<int>,std::allocator<std::pair<const int, int> > >" = type { %"struct.std::_Rb_tree<int,std::p… 11 …td::map<int,int,std::less<int>,std::allocator<std::pair<const int, int> > >" zeroinitializer ; <%… 31 …"struct.std::map<int,int,std::less<int>,std::allocator<std::pair<const int, int> > >", %"struct.st…
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_less.cc | 19 REGISTER5(BinaryOp, CPU, "Less", functor::less, float, Eigen::half, double, 21 REGISTER5(BinaryOp, CPU, "Less", functor::less, int64, uint8, int8, int16, 25 REGISTER7(BinaryOp, GPU, "Less", functor::less, float, Eigen::half, double, 37 BinaryOp<CPUDevice, functor::less<int32>>); 40 REGISTER3(BinaryOp, SYCL, "Less", functor::less, float, double, int64); 47 BinaryOp<CPUDevice, functor::less<int32>>);
|
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/ |
D | 2007-06-04-PackedStruct.ll | 7 …less<int>,std::allocator<std::pair<const int, int> > >" = type { %"struct.std::_Rb_tree<int,std::p… 8 …1st<std::pair<const int, int> >,std::less<int>,std::allocator<std::pair<const int, int> > >::_Rb_t… 10 …less<int>,std::allocator<std::pair<const int, int> > >" = type { %"struct.std::_Rb_tree<int,std::p… 11 …td::map<int,int,std::less<int>,std::allocator<std::pair<const int, int> > >" zeroinitializer ; <%… 31 …store i8 0, i8* getelementptr (%"struct.std::map<int,int,std::less<int>,std::allocator<std::pair<c…
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 198 less than 1 month 199 less than 1 month and 2 weeks 200 less than 1 month, 2 weeks, and 3 days 201 less than 1 month ago 202 less than 1 month and 2 weeks ago 203 less than 1 month, 2 weeks, and 3 days ago 204 less than 1 month from now 205 less than 1 month and 2 weeks from now 206 less than 1 month, 2 weeks, and 3 days from now 225 less than 1 hour [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 198 less than 1 month 199 less than 1 month and 2 weeks 200 less than 1 month, 2 weeks, and 3 days 201 less than 1 month ago 202 less than 1 month and 2 weeks ago 203 less than 1 month, 2 weeks, and 3 days ago 204 less than 1 month from now 205 less than 1 month and 2 weeks from now 206 less than 1 month, 2 weeks, and 3 days from now 225 less than 1 hour [all …]
|
/external/libcxx/test/std/utilities/function.objects/comparisons/ |
D | less.pass.cpp | 23 typedef std::less<int> F; in main() 33 do_pointer_comparison_test<int, std::less>(); in main() 36 typedef std::less<> F2; in main() 46 constexpr bool foo = std::less<int> () (36, 36); in main() 49 constexpr bool bar = std::less<> () (36.0, 36); in main()
|
/external/libcxx/test/std/containers/associative/ |
D | iterator_types.pass.cpp | 63 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() 70 typedef std::map<int, int, std::less<int>, Alloc> Map; in main() 82 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() 89 typedef std::multimap<int, int, std::less<int>, Alloc> Map; in main() 101 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() 108 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() 120 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() 127 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main()
|
/external/tcpdump/tests/ |
D | ripv2_auth.out | 3 RIPv2, Request, length: 44, routes: 2 or less 8 RIPv2, Response, length: 44, routes: 2 or less 13 RIPv2, Request, length: 64, routes: 3 or less 20 RIPv2, Response, length: 64, routes: 3 or less 27 RIPv2, Request, length: 68, routes: 3 or less 35 RIPv2, Response, length: 68, routes: 3 or less 43 RIPv2, Request, length: 80, routes: 4 or less 51 RIPv2, Response, length: 80, routes: 4 or less 59 RIPv2, Request, length: 96, routes: 4 or less 68 RIPv2, Response, length: 96, routes: 4 or less [all …]
|
/external/eigen/unsupported/Eigen/src/Polynomials/ |
D | PolynomialSolver.h | 111 std::less<Scalar> less; in smallestRoot() local 112 return selectComplexRoot_withRespectToNorm( less ); in smallestRoot() 239 std::less<Scalar> less; variable 240 return selectRealRoot_withRespectToAbsRealPart( less, hasArealRoot, absImaginaryThreshold ); 285 std::less<Scalar> less; variable 286 return selectRealRoot_withRespectToRealPart( less, hasArealRoot, absImaginaryThreshold );
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/Generic/ |
D | expected-mbb-reference-for-successor-mbb.mir | 8 br i1 %0, label %less, label %exit 10 less: 23 successors: %bb.1.less, 2 25 bb.1.less:
|
/external/llvm/test/CodeGen/MIR/Generic/ |
D | expected-mbb-reference-for-successor-mbb.mir | 8 br i1 %0, label %less, label %exit 10 less: 23 successors: %bb.1.less, 2 25 bb.1.less:
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | types.pass.cpp | 43 static_assert((std::is_same<C::key_compare, std::less<int> >::value), ""); in main() 44 static_assert((std::is_same<C::value_compare, std::less<int> >::value), ""); in main() 55 typedef std::multiset<int, std::less<int>, min_allocator<int>> C; in main() 58 static_assert((std::is_same<C::key_compare, std::less<int> >::value), ""); in main() 59 static_assert((std::is_same<C::value_compare, std::less<int> >::value), ""); in main()
|
/external/libcxx/test/std/containers/associative/set/ |
D | types.pass.cpp | 43 static_assert((std::is_same<C::key_compare, std::less<int> >::value), ""); in main() 44 static_assert((std::is_same<C::value_compare, std::less<int> >::value), ""); in main() 55 typedef std::set<int, std::less<int>, min_allocator<int>> C; in main() 58 static_assert((std::is_same<C::key_compare, std::less<int> >::value), ""); in main() 59 static_assert((std::is_same<C::value_compare, std::less<int> >::value), ""); in main()
|
/external/libcxx/test/libcxx/debug/containers/ |
D | db_associative_container_tests.pass.cpp | 62 std::set<int, std::less<int>, SetAlloc>, CT_Set>::run(); in main() 64 std::multiset<int, std::less<int>, SetAlloc>, CT_MultiSet>::run(); in main() 66 std::map<int, int, std::less<int>, MapAlloc>, CT_Map>::run(); in main() 68 std::multimap<int, int, std::less<int>, MapAlloc>, CT_MultiMap>::run(); in main()
|