/external/fmtlib/doc/bootstrap/ |
D | bootstrap.less | 2 @import "variables.less"; 3 @import "mixins.less"; 6 @import "normalize.less"; 7 @import "print.less"; 8 @import "glyphicons.less"; 11 @import "scaffolding.less"; 12 @import "type.less"; 13 @import "code.less"; 14 @import "grid.less"; 15 @import "tables.less"; [all …]
|
D | mixins.less | 5 @import "mixins/hide-text.less"; 6 @import "mixins/opacity.less"; 7 @import "mixins/image.less"; 8 @import "mixins/labels.less"; 9 @import "mixins/reset-filter.less"; 10 @import "mixins/resize.less"; 11 @import "mixins/responsive-visibility.less"; 12 @import "mixins/size.less"; 13 @import "mixins/tab-focus.less"; 14 @import "mixins/text-emphasis.less"; [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | compare_test.cc | 69 EXPECT_TRUE(Identity(partial_ordering::less < 0)); in TEST() 70 EXPECT_TRUE(Identity(0 > partial_ordering::less)); in TEST() 71 EXPECT_TRUE(Identity(partial_ordering::less <= 0)); in TEST() 72 EXPECT_TRUE(Identity(0 >= partial_ordering::less)); in TEST() 90 partial_ordering::less, partial_ordering::equivalent, in TEST() 102 EXPECT_TRUE(Identity(weak_ordering::less < 0)); in TEST() 103 EXPECT_TRUE(Identity(0 > weak_ordering::less)); in TEST() 104 EXPECT_TRUE(Identity(weak_ordering::less <= 0)); in TEST() 105 EXPECT_TRUE(Identity(0 >= weak_ordering::less)); in TEST() 113 weak_ordering::less, weak_ordering::equivalent, weak_ordering::greater}; in TEST() [all …]
|
/external/angle/third_party/abseil-cpp/absl/types/ |
D | compare_test.cc | 69 EXPECT_TRUE(Identity(partial_ordering::less < 0)); in TEST() 70 EXPECT_TRUE(Identity(0 > partial_ordering::less)); in TEST() 71 EXPECT_TRUE(Identity(partial_ordering::less <= 0)); in TEST() 72 EXPECT_TRUE(Identity(0 >= partial_ordering::less)); in TEST() 90 partial_ordering::less, partial_ordering::equivalent, in TEST() 102 EXPECT_TRUE(Identity(weak_ordering::less < 0)); in TEST() 103 EXPECT_TRUE(Identity(0 > weak_ordering::less)); in TEST() 104 EXPECT_TRUE(Identity(weak_ordering::less <= 0)); in TEST() 105 EXPECT_TRUE(Identity(0 >= weak_ordering::less)); in TEST() 113 weak_ordering::less, weak_ordering::equivalent, weak_ordering::greater}; in TEST() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/types/ |
D | compare_test.cc | 69 EXPECT_TRUE(Identity(partial_ordering::less < 0)); in TEST() 70 EXPECT_TRUE(Identity(0 > partial_ordering::less)); in TEST() 71 EXPECT_TRUE(Identity(partial_ordering::less <= 0)); in TEST() 72 EXPECT_TRUE(Identity(0 >= partial_ordering::less)); in TEST() 90 partial_ordering::less, partial_ordering::equivalent, in TEST() 102 EXPECT_TRUE(Identity(weak_ordering::less < 0)); in TEST() 103 EXPECT_TRUE(Identity(0 > weak_ordering::less)); in TEST() 104 EXPECT_TRUE(Identity(weak_ordering::less <= 0)); in TEST() 105 EXPECT_TRUE(Identity(0 >= weak_ordering::less)); in TEST() 113 weak_ordering::less, weak_ordering::equivalent, weak_ordering::greater}; in TEST() [all …]
|
/external/abseil-cpp/absl/types/ |
D | compare_test.cc | 69 EXPECT_TRUE(Identity(partial_ordering::less < 0)); in TEST() 70 EXPECT_TRUE(Identity(0 > partial_ordering::less)); in TEST() 71 EXPECT_TRUE(Identity(partial_ordering::less <= 0)); in TEST() 72 EXPECT_TRUE(Identity(0 >= partial_ordering::less)); in TEST() 90 partial_ordering::less, partial_ordering::equivalent, in TEST() 102 EXPECT_TRUE(Identity(weak_ordering::less < 0)); in TEST() 103 EXPECT_TRUE(Identity(0 > weak_ordering::less)); in TEST() 104 EXPECT_TRUE(Identity(weak_ordering::less <= 0)); in TEST() 105 EXPECT_TRUE(Identity(0 >= weak_ordering::less)); in TEST() 113 weak_ordering::less, weak_ordering::equivalent, weak_ordering::greater}; in TEST() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/types/ |
D | compare_test.cc | 69 EXPECT_TRUE(Identity(partial_ordering::less < 0)); in TEST() 70 EXPECT_TRUE(Identity(0 > partial_ordering::less)); in TEST() 71 EXPECT_TRUE(Identity(partial_ordering::less <= 0)); in TEST() 72 EXPECT_TRUE(Identity(0 >= partial_ordering::less)); in TEST() 90 partial_ordering::less, partial_ordering::equivalent, in TEST() 102 EXPECT_TRUE(Identity(weak_ordering::less < 0)); in TEST() 103 EXPECT_TRUE(Identity(0 > weak_ordering::less)); in TEST() 104 EXPECT_TRUE(Identity(weak_ordering::less <= 0)); in TEST() 105 EXPECT_TRUE(Identity(0 >= weak_ordering::less)); in TEST() 113 weak_ordering::less, weak_ordering::equivalent, weak_ordering::greater}; in TEST() [all …]
|
/external/openscreen/third_party/abseil/src/absl/types/ |
D | compare_test.cc | 69 EXPECT_TRUE(Identity(partial_ordering::less < 0)); in TEST() 70 EXPECT_TRUE(Identity(0 > partial_ordering::less)); in TEST() 71 EXPECT_TRUE(Identity(partial_ordering::less <= 0)); in TEST() 72 EXPECT_TRUE(Identity(0 >= partial_ordering::less)); in TEST() 90 partial_ordering::less, partial_ordering::equivalent, in TEST() 102 EXPECT_TRUE(Identity(weak_ordering::less < 0)); in TEST() 103 EXPECT_TRUE(Identity(0 > weak_ordering::less)); in TEST() 104 EXPECT_TRUE(Identity(weak_ordering::less <= 0)); in TEST() 105 EXPECT_TRUE(Identity(0 >= weak_ordering::less)); in TEST() 113 weak_ordering::less, weak_ordering::equivalent, weak_ordering::greater}; in TEST() [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-transparent-functors.cpp | 26 struct less { struct 31 struct less<void> { struct 52 class Compare = std::less<>, 58 class Compare = std::less<Key>, 75 using std::less; in main() 76 std::set<int, std::less<int>> s; in main() 79 set<int, std::less<int>> s2; in main() 82 set<int, less<int>> s3; in main() 85 std::set<int, std::less<>> s4; in main() 86 std::set<char *, std::less<std::string>> s5; in main() [all …]
|
/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:
|
/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/llvm-project/libcxx/test/std/algorithms/ |
D | robust_against_adl.pass.cpp | 132 (void)std::binary_search(t.data, t.data+10, value, std::less<void*>()); in test() 134 (void)std::equal_range(t.data, t.data+10, value, std::less<void*>()); in test() 136 (void)std::includes(t.data, t.data+10, u.data, u.data+10, std::less<void*>()); in test() 137 (void)std::is_heap(t.data, t.data+10, std::less<void*>()); in test() 138 (void)std::is_heap_until(t.data, t.data+10, std::less<void*>()); in test() 140 (void)std::is_sorted(t.data, t.data+10, std::less<void*>()); in test() 141 (void)std::is_sorted_until(t.data, t.data+10, std::less<void*>()); in test() 142 (void)std::lexicographical_compare(t.data, t.data+10, u.data, u.data+10, std::less<void*>()); in test() 144 (void)std::lower_bound(t.data, t.data+10, value, std::less<void*>()); in test() 145 (void)std::max(value, value, std::less<void*>()); in test() [all …]
|
/external/llvm-project/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:
|
/external/llvm-project/flang/lib/Decimal/ |
D | binary-to-decimal.cpp | 211 BigRadixFloatingPointNumber &&less, BigRadixFloatingPointNumber &&more) { in Minimize() argument 213 if (less.exponent_ < leastExponent) { in Minimize() 214 leastExponent = less.exponent_; in Minimize() 223 while (less.exponent_ > leastExponent) { in Minimize() 224 --less.exponent_; in Minimize() 225 less.MultiplyBy<10>(); in Minimize() 231 if (less.Mean(*this)) { in Minimize() 232 less.AddCarry(); // round up in Minimize() 237 while (less.digits_ < more.digits_) { in Minimize() 238 less.digit_[less.digits_++] = 0; in Minimize() [all …]
|
/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.strongord/ |
D | strongord.pass.cpp | 25 DoNotOptimize(&std::strong_ordering::less); in test_static_members() 63 std::strong_ordering::less, in test_conversion() 84 std::strong_ordering::less, in test_conversion() 101 auto V = std::strong_ordering::less; in test_conversion() 119 auto V = std::strong_ordering::less; in test_conversion() 134 auto& Less = std::strong_ordering::less; in test_constexpr() 182 {std::strong_ordering::less, ER_Less}, in test_constexpr() 202 static_assert(std::strong_ordering::less == std::strong_ordering::less); in test_constexpr() 203 static_assert(std::strong_ordering::less != std::strong_ordering::equal); in test_constexpr() 204 static_assert(std::strong_ordering::less != std::strong_ordering::greater); in test_constexpr() [all …]
|
/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.weakord/ |
D | weakord.pass.cpp | 25 DoNotOptimize(&std::weak_ordering::less); in test_static_members() 62 std::weak_ordering::less, in test_conversion() 78 auto V = std::weak_ordering::less; in test_conversion() 92 auto& Less = std::weak_ordering::less; in test_constexpr() 139 {std::weak_ordering::less, ER_Less}, in test_constexpr() 160 static_assert(std::weak_ordering::less == std::weak_ordering::less); in test_constexpr() 161 static_assert(std::weak_ordering::less != std::weak_ordering::equivalent); in test_constexpr() 162 static_assert(std::weak_ordering::less != std::weak_ordering::greater); in test_constexpr() 164 static_assert(std::weak_ordering::equivalent != std::weak_ordering::less); in test_constexpr() 170 static_assert(std::weak_ordering::greater != std::weak_ordering::less); in test_constexpr()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_less.cc | 19 REGISTER5(BinaryOp, CPU, "Less", functor::less, float, Eigen::half, double, 21 REGISTER7(BinaryOp, CPU, "Less", functor::less, uint8, uint16, uint32, uint64, 27 REGISTER9(BinaryOp, GPU, "Less", functor::less, float, Eigen::half, double, 29 REGISTER(BinaryOp, GPU, "Less", functor::less, int16); 32 REGISTER4(BinaryOp, GPU, "Less", functor::less, uint8, uint16, uint32, uint64); 44 BinaryOp<CPUDevice, functor::less<int32>>);
|
/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.partialord/ |
D | partialord.pass.cpp | 25 DoNotOptimize(&std::partial_ordering::less); in test_static_members() 62 std::partial_ordering::less, in test_conversion() 76 auto& Less = std::partial_ordering::less; in test_constexpr() 126 {std::partial_ordering::less, ER_Less}, in test_constexpr() 154 static_assert(std::partial_ordering::less == std::partial_ordering::less); in test_constexpr() 155 static_assert(std::partial_ordering::less != in test_constexpr() 157 static_assert(std::partial_ordering::less != in test_constexpr() 159 static_assert(std::partial_ordering::less != in test_constexpr() 163 std::partial_ordering::less); in test_constexpr() 172 std::partial_ordering::less); in test_constexpr() [all …]
|
/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/llvm-project/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-project/libcxx/test/std/utilities/function.objects/comparisons/ |
D | less.pass.cpp | 22 typedef std::less<int> F; in main() 32 do_pointer_comparison_test<int, std::less>(); in main() 35 typedef std::less<> F2; in main() 45 constexpr bool foo = std::less<int> () (36, 36); in main() 48 constexpr bool bar = std::less<> () (36.0, 36); in main()
|
/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/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 …]
|