Home
last modified time | relevance | path

Searched defs:not_empty (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/regex/tests/
Dset.rs64 let not_empty = regex_set!(&["ab", "b"]); in len_and_empty() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/test/
Depsilon_tests.cpp50 static char const not_empty[] = "asdfgh"; variable
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/codegen/
Dmod.rs98 let mut not_empty = false; in cargo_out_dir() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/types/test/
Draw_address_unittest.cc46 RawAddress not_empty; in TEST() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc957 auto not_empty = DeviceGroups::GetForStorage(addr, group_info); in btif_storage_add_groups() local
1008 auto not_empty = CsisClient::GetForStorage(addr, set_info); in btif_storage_update_csis_info() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Daddress_unittest.cc53 Address not_empty; in TEST() local
/aosp_15_r20/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_device_session_3_4.cpp370 auto not_empty = [this] { return !pending_requests_.empty(); }; in getRequestFromQueue() local
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/
Dstr.rs716 fn not_empty(s: &&str) -> bool { in not_empty() function