Home
last modified time | relevance | path

Searched defs:checked (Results 1 – 25 of 66) sorted by relevance

123

/third_party/boost/boost/multiprecision/cpp_int/
Dchecked.hpp60 inline BOOST_MP_CXX14_CONSTEXPR A checked_add(A a, A b, const mpl::int_<checked>&) in checked_add()
93 inline BOOST_MP_CXX14_CONSTEXPR A checked_subtract(A a, A b, const mpl::int_<checked>&) in checked_subtract()
104 inline BOOST_MP_CXX14_CONSTEXPR A checked_multiply(A a, A b, const mpl::int_<checked>&) in checked_multiply()
118 inline BOOST_MP_CXX14_CONSTEXPR A checked_divide(A a, A b, const mpl::int_<checked>&) in checked_divide()
131 …_CXX14_CONSTEXPR A checked_left_shift(A a, boost::ulong_long_type shift, const mpl::int_<checked>&) in checked_left_shift()
Dcpp_int_config.hpp151 checked = 1, enumerator
/third_party/boost/boost/outcome/
Dresult.hpp49 template <class R, class S = boost::system::error_code> using checked = result<R, S, policy::throw_… typedef
/third_party/python/PC/layout/
Dmain.py256 def _compile_one_py(src, dest, name, optimize, checked=True): argument
285 def _py_temp_compile(src, name, ns, dest_dir=None, checked=True): argument
292 def _write_to_zip(zf, dest, src, ns, checked=True): argument
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_unittests.cc156 bool checked = false; in TEST() local
178 bool checked = false; in TEST() local
201 int checked = false; in TEST() local
228 int checked = false; in TEST() local
/third_party/boost/tools/quickbook/src/
Ddependency_tracker.hpp35 checked = 1, enumerator
/third_party/cef/libcef/browser/chrome/
Dchrome_context_menu_handler.cc105 void SetChecked(int command_id, bool checked) override { in SetChecked()
132 bool checked = false; member
/third_party/boost/libs/proto/example/
Dexternal_transforms.cpp118 checked_division checked; in main() local
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dscan_on_gpu.hpp41 bool checked = true; in local_scan_kernel() local
139 bool checked = true; in write_scanned_output_kernel() local
/third_party/boost/boost/compute/algorithm/detail/
Dscan_on_gpu.hpp41 bool checked = true; in local_scan_kernel() local
139 bool checked = true; in write_scanned_output_kernel() local
/third_party/boost/libs/contract/test/destructor/
Ddecl_entry_inv_all.cpp40 enum checked { passed, failed, threw }; enum
Ddecl_entry_inv_ends.cpp60 enum checked { passed, failed, threw }; enum
Ddecl_exit_static_inv_all.cpp39 enum checked { passed, failed, threw }; enum
Ddecl_exit_static_inv_ends.cpp58 enum checked { passed, failed, threw }; enum
/third_party/glib/gio/
Dgdatainputstream.c637 gsize available, checked; in scan_for_newline() local
752 gsize checked; in g_data_input_stream_read_line() local
865 gsize available, checked; in scan_for_chars() local
952 gsize checked; member
1342 gsize checked; in g_data_input_stream_read_upto() local
/third_party/boost/libs/proto/test/
Dexternal_transforms.cpp127 checked_division checked; in test_external_transforms() local
/third_party/node/test/fixtures/wpt/resources/
Dcheck-layout-th.js30 var output = { checked: false }; property
/third_party/ffmpeg/libavformat/
Dicodec.c48 unsigned i, frames, checked = 0; in probe() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.cpp50 static bool checked = false; in IsUnderDebugger() local
/third_party/boost/boost/safe_numerics/
Dchecked_float.hpp19 namespace checked { namespace
/third_party/libxml2/include/libxml/
Dentities.h59 int checked; /* was the entity content checked */ member
/third_party/gettext/gnulib-local/lib/libxml/
Dentities.in.h88 int checked; /* was the entity content checked */ member
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAudioMidiTester.java158 public void setEnabled(boolean checked) { in setEnabled()
/third_party/ltp/testcases/kernel/syscalls/preadv2/
Dpreadv203.c75 size_t j, checked = 0; in verify_short_read() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.cpp281 static bool checked = false; in IsWayland() local

123