/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
H A D | tuple_size_incomplete.pass.cpp | 26 constexpr bool is_complete(int) { static_assert(Size > 0, ""); return true; } in is_complete() function 27 template <class> constexpr bool is_complete(long) { return false; } in is_complete() function 28 template <class T> constexpr bool is_complete() { return is_complete<T>(0); } in is_complete() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
H A D | tuple_size_incomplete.pass.cpp | 26 constexpr bool is_complete(int) { static_assert(Size > 0, ""); return true; } in is_complete() function 27 template <class> constexpr bool is_complete(long) { return false; } in is_complete() function 28 template <class T> constexpr bool is_complete() { return is_complete<T>(0); } in is_complete() function
|
/aosp_15_r20/tools/asuite/adevice/src/ |
H A D | progress.rs | 13 is_complete: Arc<Mutex<bool>>, field 18 let is_complete = self.is_complete.clone(); in start() localVariable 42 let mut is_complete = self.is_complete.lock().unwrap(); in stop() localVariable
|
/aosp_15_r20/out/soong/.intermediates/system/server_configurable_flags/aconfigd/libcxx_aconfigd_bridge_code/gen/ |
D | libcxx_aconfigd_cxx_generated.cc | 89 struct is_complete : std::false_type {}; struct 91 struct is_complete<T, decltype(sizeof(T))> : std::true_type {}; struct
|
/aosp_15_r20/packages/modules/Bluetooth/system/hci/test/ |
D | packet_fragmenter_test.cc | 225 bool is_complete = length_to_send == total_length; in manufacture_iso_packet_and_then_reassemble() local 287 bool is_complete = false) { in expect_packet_reassembled_iso()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/compos_verify/native/compos_verify_native_code/gen/ |
D | verify_native_cxx_generated.cc | 328 struct is_complete : std::false_type {}; struct 330 struct is_complete<T, decltype(sizeof(T))> : std::true_type {}; struct
|
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/aconfig_storage_write_api/libcxx_aconfig_storage_write_api_bridge_code/gen/aconfig_storage/ |
D | lib.rs.cc | 399 struct is_complete : std::false_type {}; struct 401 struct is_complete<T, decltype(sizeof(T))> : std::true_type {}; struct
|
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/aconfig_storage_read_api/libcxx_aconfig_storage_read_api_bridge_code/gen/aconfig_storage/ |
D | lib.rs.cc | 446 struct is_complete : std::false_type {}; struct 448 struct is_complete<T, decltype(sizeof(T))> : std::true_type {}; struct
|
/aosp_15_r20/out/soong/.intermediates/system/security/keystore2/src/hal_instance_names/hal_names_bridge_code/gen/ |
D | hal_names_cxx_generated.cc | 694 struct is_complete : std::false_type {}; struct 696 struct is_complete<T, decltype(sizeof(T))> : std::true_type {}; struct
|
/aosp_15_r20/out/soong/.intermediates/frameworks/minikin/rust/libminikin_cxx_bridge_code/gen/ |
D | minikin_cxx_bridge_generated.cpp | 564 struct is_complete : std::false_type {}; struct 566 struct is_complete<T, decltype(sizeof(T))> : std::true_type {}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
D | is_complete.hpp | 52 template <class T> struct is_complete struct
|
/aosp_15_r20/external/libcxx/test/support/test.support/ |
H A D | test_poisoned_hash_helper.pass.cpp | 22 template <class T> constexpr bool is_complete() { return is_complete_imp<T>(0); } in is_complete() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/test.support/ |
H A D | test_poisoned_hash_helper.pass.cpp | 23 template <class T> constexpr bool is_complete() { return is_complete_imp<T>(0); } in is_complete() function
|
/aosp_15_r20/external/openscreen/cast/streaming/ |
H A D | frame_collector.h | 40 bool is_complete() const { return num_missing_packets_ == 0; } in is_complete() function
|
/aosp_15_r20/external/sdv/vsomeip/implementation/service_discovery/src/ |
D | remote_subscription_ack.cpp | 21 remote_subscription_ack::is_complete() const { in is_complete() function in vsomeip_v3::sd::remote_subscription_ack
|
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/aconfig_storage_file/libcxx_aconfig_storage_file_bridge_code/gen/aconfig_storage/ |
D | lib.rs.cc | 693 struct is_complete : std::false_type {}; struct 695 struct is_complete<T, decltype(sizeof(T))> : std::true_type {}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | coroutine.hpp | 255 bool is_complete() const { return value_ == -1; } in is_complete() function in boost::asio::coroutine
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/input/rust/libinput_cxx_bridge_code/gen/ |
D | input_cxx_bridge_generated.cpp | 612 struct is_complete : std::false_type {}; struct 614 struct is_complete<T, decltype(sizeof(T))> : std::true_type {}; struct
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | ssa_rewrite_pass.h | 70 bool is_complete() const { return is_complete_; } in is_complete() function
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ssa_rewrite_pass.h | 70 bool is_complete() const { return is_complete_; } in is_complete() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ssa_rewrite_pass.h | 70 bool is_complete() const { return is_complete_; } in is_complete() function
|
/aosp_15_r20/external/webrtc/modules/audio_device/include/ |
H A D | audio_device_defines.h | 140 bool is_complete() const { return (is_valid() && (frames_per_buffer_ > 0)); } in is_complete() function
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/ |
H A D | advertising_data.h | 163 bool is_complete; member
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/systrace_parser/parser/ |
D | tracker.py | 137 def is_complete(self): member in Tracker
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/defrag/ |
D | ip_defrag_buf.rs | 161 pub fn is_complete(&self) -> bool { in is_complete() method
|