Home
last modified time | relevance | path

Searched defs:check_for (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/localization/locales/locale/locale.statics/
H A Dclassic.pass.cpp24 void check_for(const std::locale& loc) in check_for() function
H A Dglobal.pass.cpp27 void check_for(const std::locale& loc) in check_for() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/localization/locales/locale/locale.cons/
H A Dcopy.pass.cpp29 void check_for(const std::locale& loc) in check_for() function
H A Dassign.pass.cpp31 void check_for(const std::locale& loc) in check_for() function
H A Dlocale_string_cat.pass.cpp31 void check_for(const std::locale& loc) in check_for() function
H A Dlocale_char_pointer_cat.pass.cpp31 void check_for(const std::locale& loc) in check_for() function
H A Dlocale_locale_cat.pass.cpp31 void check_for(const std::locale& loc) in check_for() function
H A Ddefault.pass.cpp28 void check_for(const std::locale& loc) in check_for() function
H A Dstring.pass.cpp30 void check_for(const std::locale& loc) in check_for() function
H A Dchar_pointer.pass.cpp34 void check_for(const std::locale& loc) in check_for() function
H A Dlocale_facetptr.pass.cpp30 void check_for(const std::locale& loc) in check_for() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
H A Dmod.rs81 fn check_for(x: Feature) -> bool { in check_for() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
H A Dmod.rs81 fn check_for(x: Feature) -> bool { in check_for() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
H A Dmod.rs81 fn check_for(x: Feature) -> bool { in check_for() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
H A Dmod.rs81 fn check_for(x: Feature) -> bool { in check_for() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/std_detect/src/detect/
H A Dmod.rs81 fn check_for(x: Feature) -> bool { in check_for() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/localization/locales/locale/locale.members/
H A Dcombine.pass.cpp27 void check_for(const std::locale& loc) in check_for() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/x86/
H A Dsyscall_numbering.c208 #define check_for(msb,start,end,expect) \ macro