Home
last modified time | relevance | path

Searched defs:is_ (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dnone_of_test.cpp21 struct is_ { struct
22 BOOST_CXX14_CONSTEXPR is_ ( T v ) : val_ ( v ) {} in is_() argument
25 is_ (); // need a value argument
43 BOOST_CHECK ( ba::none_of ( vi, is_<int> ( 100 ))); in test_none() argument
Done_of_test.cpp21 struct is_ { struct
22 BOOST_CXX14_CONSTEXPR is_ ( T v ) : val_ ( v ) {} in is_() function
25 is_ (); // need a value argument
43 BOOST_CHECK (!ba::one_of ( vi, is_<int> ( 1 ))); in test_one() argument
Dall_of_test.cpp21 struct is_ { struct
22 BOOST_CXX14_CONSTEXPR is_ ( T v ) : val_ ( v ) {} in is_() function
25 is_ (); // need a value argument
44 BOOST_CHECK (!ba::all_of ( vi, is_<int> ( 1 ))); in test_all() argument
Dany_of_test.cpp21 struct is_ { struct
22 BOOST_CXX14_CONSTEXPR is_ ( T v ) : val_ ( v ) {} in is_() function
25 is_ (); // need a value argument
43 BOOST_CHECK ( ba::any_of ( vi, is_<int> ( 1 ))); in test_any() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/
Dtext_iarchive.hpp115 text_iarchive(std::istream & is_, unsigned int flags = 0) : in text_iarchive()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Dbind_stdin.cpp97 bp::ipstream &is_; member
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dtest_utils.cc64 std::ifstream is_; member in webrtc::rnn_vad::__anon96ab64690111::FloatFileReader
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/
Dfile_input.hpp135 std::basic_ifstream<CharT> *is_, in basic_file_input()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/tomllib/
H A D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/tomli/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/tomli/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/tomli/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/tomli/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/tomllib/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/tomli/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/tomllib/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/tomllib/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/external/python/cpython3/Lib/tomllib/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/tomllib/
D_parser.py175 def is_(self, key: Key, flag: int) -> bool: member in Flags
/aosp_15_r20/external/python/cpython2/Modules/
Doperator.c165 is_(PyObject *s, PyObject *a) in is_() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Doperator.py61 def is_(a, b): function

12