/third_party/boost/boost/safe_numerics/ |
D | automatic.hpp | 70 checked::cast<temp_base_type>(base_value(std::numeric_limits<T>::min())), 71 checked::cast<temp_base_type>(base_value(std::numeric_limits<T>::max())) 75 checked::cast<temp_base_type>(base_value(std::numeric_limits<U>::min())), 76 checked::cast<temp_base_type>(base_value(std::numeric_limits<U>::max())) 105 checked::cast<temp_base_type>(base_value(std::numeric_limits<T>::min())), 106 checked::cast<temp_base_type>(base_value(std::numeric_limits<T>::max())) 110 checked::cast<temp_base_type>(base_value(std::numeric_limits<U>::min())), 111 checked::cast<temp_base_type>(base_value(std::numeric_limits<U>::max())) 147 checked::cast<temp_base_type>(base_value(std::numeric_limits<T>::min())), 148 checked::cast<temp_base_type>(base_value(std::numeric_limits<T>::max())) [all …]
|
D | safe_base_operations.hpp | 68 checked::cast<R>(base_value(std::numeric_limits<T>::min())), in return_value() 69 checked::cast<R>(base_value(std::numeric_limits<T>::max())) in return_value() 361 checked::cast<result_base_type>(base_value(std::numeric_limits<T>::min())), in get_r_type_interval() 362 checked::cast<result_base_type>(base_value(std::numeric_limits<T>::max())) in get_r_type_interval() 365 checked::cast<result_base_type>(base_value(std::numeric_limits<U>::min())), in get_r_type_interval() 366 checked::cast<result_base_type>(base_value(std::numeric_limits<U>::max())) in get_r_type_interval() 479 checked::cast<result_base_type>(base_value(std::numeric_limits<T>::min())), in get_r_type_interval() 480 checked::cast<result_base_type>(base_value(std::numeric_limits<T>::max())) in get_r_type_interval() 484 checked::cast<result_base_type>(base_value(std::numeric_limits<U>::min())), in get_r_type_interval() 485 checked::cast<result_base_type>(base_value(std::numeric_limits<U>::max())) in get_r_type_interval() [all …]
|
/third_party/flutter/engine/flutter/fml/ |
D | message_loop_unittests.cc | 156 bool checked = false; in TEST() local 157 std::thread thread([&checked]() { in TEST() 162 [begin, &checked]() { in TEST() 167 checked = true; in TEST() 174 ASSERT_TRUE(checked); in TEST() 178 bool checked = false; in TEST() local 179 std::thread thread([&checked]() { in TEST() 184 [begin, &checked]() { in TEST() 189 checked = true; in TEST() 196 ASSERT_TRUE(checked); in TEST() [all …]
|
/third_party/openssl/test/recipes/ |
D | 15-test_genrsa.t | 33 my $checked = int(($good + $bad + 1) / 2); 35 2 ** $checked ], stderr => undef))) { 36 note 2 ** $checked, " bits is good"; 37 $good = $checked; 39 note 2 ** $checked, " bits is bad"; 40 $bad = $checked;
|
/third_party/glib/gio/ |
D | gdatainputstream.c | 637 gsize available, checked; in scan_for_newline() local 644 checked = *checked_out; in scan_for_newline() 649 start = checked; in scan_for_newline() 654 for (i = 0; checked < available && i < peeked; i++) in scan_for_newline() 715 checked = end; in scan_for_newline() 717 *checked_out = checked; in scan_for_newline() 752 gsize checked; in g_data_input_stream_read_line() local 764 checked = 0; in g_data_input_stream_read_line() 767 while ((found_pos = scan_for_newline (stream, &checked, &last_saw_cr, &newline_len)) == -1) in g_data_input_stream_read_line() 788 found_pos = checked; in g_data_input_stream_read_line() [all …]
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_context_menu_handler.cc | 59 return info ? info->checked : false; in IsCommandIdChecked() 105 void SetChecked(int command_id, bool checked) override { in SetChecked() argument 107 if (!checked && !GetItemInfo(command_id)) in SetChecked() 111 info->checked = checked; in SetChecked() 112 if (!checked) in SetChecked() 132 bool checked = false; member 154 if (!info->checked && !info->accel) { in MaybeDeleteItemInfo()
|
/third_party/typescript/tests/baselines/reference/ |
D | typeFromPropertyAssignment23.types | 38 >D.prototype.foo = () => { this.n = 'not checked, so no error'} : () => void 44 >() => { this.n = 'not checked, so no error'} : () => void 46 this.n = 'not checked, so no error' 47 >this.n = 'not checked, so no error' : "not checked, so no error" 51 >'not checked, so no error' : "not checked, so no error"
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_4_test.dart | 19 // / \ C=node with checked 38 checked: true, 41 checked: false, 81 // L* LC C=node with checked 100 checked: true, 130 // C=node with checked 145 checked: true,
|
/third_party/boost/libs/multiprecision/test/ |
D | test_cpp_int_conv.cpp | 26 number<cpp_int_backend<32, 32, signed_magnitude, checked, void> > i4(5); in main() 60 number<cpp_int_backend<30, 30, signed_magnitude, checked, void>, et_off> i9(-5677334); in main() 63 i7 = number<cpp_int_backend<32, 32, signed_magnitude, checked, void>, et_off>(i9); in main() 66 i9 = static_cast<number<cpp_int_backend<30, 30, signed_magnitude, checked, void>, et_off> >(i7); in main()
|
D | test_checked_cpp_int.cpp | 183 test<number<cpp_int_backend<0, 0, signed_magnitude, checked> > >(); in main() 186 test<number<cpp_int_backend<32, 32, signed_magnitude, checked, void> > >(); in main() 187 test<number<cpp_int_backend<32, 32, unsigned_magnitude, checked, void> > >(); in main() 192 test<number<cpp_int_backend<528, 528, signed_magnitude, checked, void> > >(); in main() 193 test<number<cpp_int_backend<528, 528, unsigned_magnitude, checked, void> > >(); in main() 194 test<number<cpp_int_backend<48, 48, signed_magnitude, checked, void> > >(); in main() 195 test<number<cpp_int_backend<48, 48, unsigned_magnitude, checked, void> > >(); in main()
|
D | test_arithmetic_cpp_int_17.cpp | 11 …sion::cpp_int_backend<MinBits, MaxBits, SignType, boost::multiprecision::checked, Allocator>, Expr… 26 …4, 64, boost::multiprecision::unsigned_magnitude, boost::multiprecision::checked, void> > > : publ… 31 …end<64, 64, boost::multiprecision::unsigned_magnitude, boost::multiprecision::checked, void> > >(); in main()
|
D | test_arithmetic_cpp_int_18.cpp | 11 …sion::cpp_int_backend<MinBits, MaxBits, SignType, boost::multiprecision::checked, Allocator>, ET> … 15 …sion::cpp_int_backend<MinBits, MaxBits, SignType, boost::multiprecision::checked, Allocator>, Expr… 31 …ckend<31, 31, boost::multiprecision::signed_magnitude, boost::multiprecision::checked, void> > >(); in main()
|
D | test_arithmetic_cpp_int_12.cpp | 11 …sion::cpp_int_backend<MinBits, MaxBits, SignType, boost::multiprecision::checked, Allocator>, ET> … 15 …sion::cpp_int_backend<MinBits, MaxBits, SignType, boost::multiprecision::checked, Allocator>, Expr… 31 …end<500, 500, boost::multiprecision::signed_magnitude, boost::multiprecision::checked, void> > >(); in main()
|
D | test_arithmetic_cpp_int_16.cpp | 11 …sion::cpp_int_backend<MinBits, MaxBits, SignType, boost::multiprecision::checked, Allocator>, ET> … 15 …sion::cpp_int_backend<MinBits, MaxBits, SignType, boost::multiprecision::checked, Allocator>, Expr… 31 …ckend<64, 64, boost::multiprecision::signed_magnitude, boost::multiprecision::checked, void> > >(); in main()
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/ |
D | scan_on_gpu.hpp | 41 bool checked = true; in local_scan_kernel() local 55 if(checked){ in local_scan_kernel() 72 if(checked){ in local_scan_kernel() 96 if(checked){ in local_scan_kernel() 104 if(checked){ in local_scan_kernel() 139 bool checked = true; in write_scanned_output_kernel() local 151 if(checked){ in write_scanned_output_kernel() 160 if(checked){ in write_scanned_output_kernel()
|
/third_party/boost/boost/compute/algorithm/detail/ |
D | scan_on_gpu.hpp | 41 bool checked = true; in local_scan_kernel() local 55 if(checked){ in local_scan_kernel() 72 if(checked){ in local_scan_kernel() 96 if(checked){ in local_scan_kernel() 104 if(checked){ in local_scan_kernel() 139 bool checked = true; in write_scanned_output_kernel() local 151 if(checked){ in write_scanned_output_kernel() 160 if(checked){ in write_scanned_output_kernel()
|
/third_party/mesa3d/bin/ |
D | gen_release_notes.py | 135 checked = "" 147 checked += before 157 checked += (inline[:rolePfx.end()] + "\\" 161 checked += (inline[:refSfx.start()] + "\\" 165 checked += "\\" + inline 167 checked += remaining 170 checked = re.sub('\x00', "\\\x00", checked) 171 return docutils.utils.unescape(checked, 1)
|
/third_party/boost/libs/multiprecision/test/include_test/ |
D | cpp_int_include_test.cpp | 14 number<cpp_int_backend<64, 64, signed_magnitude, checked, void>, et_off> c; in main() 15 number<cpp_int_backend<128, 128, signed_magnitude, checked, void>, et_off> d; in main() 16 number<cpp_int_backend<500, 500, signed_magnitude, checked, void>, et_off> e; in main()
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | _analyzer.py | 184 checked = _check_typedep(member, typedecl, types, knowntypes) 185 unsupported.append(checked) 217 checked = _check_vartype(decl, typedecl, types, knowntypes) 218 return 'mutable' if checked is FIXED_TYPE else checked 225 checked = _check_typespec(decl, typedecl, types, knowntypes) 226 if checked: 227 return checked
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-unnecessary-boolean-literal-compare.md | 47 // if false, comparisons between a nullable boolean variable to `true` will be checked and fixed 49 // if false, comparisons between a nullable boolean variable to `false` will be checked and fixed 58 are **not** checked by default. 127 | `nullableBooleanVar === true` | `nullableBooleanVar` | Only checked/fixed if the `all… 128 | `nullableBooleanVar !== true` | `!nullableBooleanVar` | Only checked/fixed if the `all… 129 | `nullableBooleanVar === false` | `nullableBooleanVar ?? true` | Only checked/fixed if the `all… 130 | `nullableBooleanVar !== false` | `!(nullableBooleanVar ?? true)` | Only checked/fixed if the `all…
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | checked.hpp | 60 inline BOOST_MP_CXX14_CONSTEXPR A checked_add(A a, A b, const mpl::int_<checked>&) in checked_add() argument 93 inline BOOST_MP_CXX14_CONSTEXPR A checked_subtract(A a, A b, const mpl::int_<checked>&) in checked_subtract() argument 104 inline BOOST_MP_CXX14_CONSTEXPR A checked_multiply(A a, A b, const mpl::int_<checked>&) in checked_multiply() argument 118 inline BOOST_MP_CXX14_CONSTEXPR A checked_divide(A a, A b, const mpl::int_<checked>&) in checked_divide() argument 131 …_CXX14_CONSTEXPR A checked_left_shift(A a, boost::ulong_long_type shift, const mpl::int_<checked>&) in checked_left_shift() argument
|
/third_party/boost/boost/contract/detail/condition/ |
D | cond_subcontracting.hpp | 374 bool checked = f ? (this->*f)( 376 if(!checked) { 383 bool checked = f ? 386 if(!checked) { 408 bool checked = false; 410 checked = exec_or_bases< 412 } catch(...) { checked = false; } 413 if(!checked) throw;
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/ |
D | main.qml | 31 active: playing.checked 36 source: playing.checked ? modelData : "" 47 checked: true
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | ASSERT_RELATION.rst | 39 | ``x`` | An integral constant | Left operand of the checked relation. … 41 | ``y`` | An integral constant | Right operand of the checked relation. … 44 | | | checked. … 66 the error message will include a name of the relation being checked,
|
/third_party/boost/libs/proto/test/ |
D | external_transforms.cpp | 127 checked_division checked; in test_external_transforms() local 131 int result3 = calc_grammar()(_1 / _2, fusion::make_vector(6, 0), checked); in test_external_transforms() 146 …int result4 = calc_grammar()(_1 / _2, fusion::make_vector(6, 0), (checked, mydata = test_external_… in test_external_transforms() 161 …c_grammar()(_1 / _2, fusion::make_vector(6, 0), (42, proto::transforms = checked, mydata = test_ex… in test_external_transforms()
|