/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_ext_test/ |
D | erase.cpp | 77 struct is_even struct 79 typedef bool result_type; 80 typedef int argument_type; 81 bool operator()(int x) const { return x % 2 == 0; } in operator ()()
|
/aosp_15_r20/external/libcxx/fuzzing/ |
H A D | fuzzing.cpp | 88 struct is_even struct 90 bool operator () (const T &t) const in operator ()() 98 struct is_even<stable_test> struct 100 bool operator () (const stable_test &t) const in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/adaptor_test/ |
D | filtered_example.cpp | 28 struct is_even struct 30 bool operator()( int x ) const { return x % 2 == 0; } in operator ()()
|
D | replaced_if_example.cpp | 28 struct is_even struct 30 bool operator()(int x) const { return x % 2 == 0; } in operator ()()
|
D | filtered.cpp | 42 struct is_even struct 45 bool operator()( IntegerT x ) const { return x % 2 == 0; } in operator ()()
|
/aosp_15_r20/external/cronet/base/third_party/double_conversion/double-conversion/ |
H A D | bignum-dtoa.cc | 110 bool is_even = (significand & 1) == 0; in BignumDtoa() local 187 bool is_even, in GenerateShortestDigits() 612 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | double-conversion-bignum-dtoa.cpp | 124 bool is_even = (significand & 1) == 0; in BignumDtoa() local 201 bool is_even, in GenerateShortestDigits() 626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | double-conversion-bignum-dtoa.cpp | 124 bool is_even = (significand & 1) == 0; in BignumDtoa() local 201 bool is_even, in GenerateShortestDigits() 626 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
|
/aosp_15_r20/external/double-conversion/double-conversion/ |
H A D | bignum-dtoa.cc | 110 bool is_even = (significand & 1) == 0; in BignumDtoa() local 187 bool is_even, in GenerateShortestDigits() 612 static void FixupMultiply10(int estimated_power, bool is_even, in FixupMultiply10()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/example/ |
D | doc_erasing_and_disposing.cpp | 34 struct is_even struct 36 bool operator()(const my_class &c) const in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/ |
D | test_list_ops.cpp | 39 struct is_even struct 41 bool operator()(int x)const{return x%2==0;} in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | itestvalue.hpp | 181 struct is_even struct 184 bool operator() in operator ()()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radix_sort_vk.c | 761 bool is_even = true; in radix_sort_vk_sort_devaddr() local 1103 bool is_even = true; in radix_sort_vk_sort_indirect_devaddr() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/fuzzing/ |
H A D | partition.pass.cpp | 19 auto is_even = [](auto x) { return x % 2 == 0; }; in LLVMFuzzerTestOneInput() local
|
H A D | partition_copy.pass.cpp | 20 auto is_even = [](auto t) { in LLVMFuzzerTestOneInput() local
|
H A D | stable_partition.pass.cpp | 19 auto is_even = [](auto b) { return b.key % 2 == 0; }; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/math/ |
D | is_even.hpp | 40 struct is_even struct
|
/aosp_15_r20/platform_testing/libraries/rdroidtest/tests/ |
H A D | raw.rs | 35 fn is_even(param: u32) { in is_even() function
|
H A D | main.rs | 38 fn is_even(param: u32) { in is_even() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/ |
D | partition_copy_test1.cpp | 60 bool is_even ( int v ) { return v % 2 == 0; } in is_even() function
|
D | gather_test1.cpp | 86 bool is_even ( int i ) { return i % 2 == 0; } in is_even() function
|
D | copy_if_test1.cpp | 33 BOOST_CXX14_CONSTEXPR bool is_even ( int v ) { return v % 2 == 0; } in is_even() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.elements/ |
H A D | general.pass.cpp | 51 auto is_even = [](const auto x) { return x % 2 == 0; }; in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/ |
D | stream_try_stream.rs | 137 async fn is_even(number: u8) -> bool { in is_even() function
|
/aosp_15_r20/external/cronet/net/extras/preload_data/ |
H A D | decoder.cc | 80 bool is_even; in DecodeSize() local
|