Searched refs:check_flags (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents01.c | 37 static void check_flags(void); 160 check_flags(); in main() 177 static void check_flags(void) in check_flags() function
|
/external/rust/crates/mio/src/sys/windows/ |
D | event.rs | 94 fn check_flags(got: &u32, want: &u32) -> bool { in debug_details() function 99 check_flags, in debug_details()
|
/external/toybox/toys/pending/ |
D | arp.c | 102 static void check_flags(int *i, char** argv) in check_flags() function 171 if (toys.optargs[2]) check_flags(&flags, (toys.optargs+2)); in set_entry() 200 if (toys.optargs[1]) check_flags(&flags, (toys.optargs+1)); in delete_entry()
|
/external/python/cpython3/Lib/test/ |
D | test_re.py | 2112 def check_flags(self, pattern, flags, expected): member in PatternReprTests 2120 self.check_flags('random pattern', re.IGNORECASE, 2124 self.check_flags('random pattern', re.I|re.S|re.X, 2129 self.check_flags('random pattern', re.U, 2131 self.check_flags('random pattern', re.I|re.S|re.U, 2140 self.check_flags('random pattern', 0x123000, 2142 self.check_flags('random pattern', 0x123000|re.I, 2148 self.check_flags(b'bytes pattern', re.A, 2152 self.check_flags(b'bytes pattern', re.L,
|
/external/python/pybind11/include/pybind11/ |
D | numpy.h | 277 inline bool check_flags(const void* ptr, int flag) { in check_flags() function 694 return detail::check_flags(m_ptr, detail::npy_api::NPY_ARRAY_WRITEABLE_); 699 return detail::check_flags(m_ptr, detail::npy_api::NPY_ARRAY_OWNDATA_); 939 && detail::check_flags(h.ptr(), ExtraFlags & (array::c_style | array::f_style));
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1.c | 1115 #define opj_t1_dec_clnpass_step_macro(check_flags, partial, \ argument 1120 if ( !check_flags || !(flags & ((T1_SIGMA_THIS | T1_PI_THIS) << (ci * 3U)))) {\
|
/external/rust/crates/serde_derive/src/ |
D | de.rs | 2773 let check_flags = fields_names in deserialize_map_in_place() localVariable 2825 #(#check_flags)* in deserialize_map_in_place()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 7011 …<var-decl name='check_flags' type-id='type-id-981' visibility='default' filepath='/ws/android/kern…
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 6789 …<var-decl name="check_flags" type-id="7f416e10" visibility="default" filepath="include/linux/fs.h"… 78774 …<var-decl name="check_flags" type-id="7f416e10" visibility="default" filepath="include/linux/fs.h"…
|
D | test-PR27569-v0.abi | 6789 …<var-decl name="check_flags" type-id="7f416e10" visibility="default" filepath="include/linux/fs.h"… 78760 …<var-decl name="check_flags" type-id="7f416e10" visibility="default" filepath="include/linux/fs.h"…
|