Home
last modified time | relevance | path

Searched refs:check_flags (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/getdents/
H A Dgetdents01.c26 static void check_flags(void);
98 check_flags(); in run()
111 static void check_flags(void) in check_flags() function
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py209 def check_flags(incompatible_flags, actual_flags, rule): function
232 check_flags(negate_flags(all_flags), all_flags, "Flag negations")
237 check_flags(INCOMPATIBLE_FLAGS_PER_VARIANT[self.variant], file_specific_flags,
244 check_flags(incompatible_flags, file_specific_flags,
250 check_flags(incompatible_flags, file_specific_flags,
/third_party/toybox/toys/pending/
H A Darp.c95 static void check_flags(int *i, char** argv) in check_flags() function
164 if (toys.optargs[2]) check_flags(&flags, (toys.optargs+2)); in set_entry()
192 if (toys.optargs[1]) check_flags(&flags, (toys.optargs+1)); in delete_entry()
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c2654 int check_flags = 0, strict_mode; in tls1_check_chain() local
2687 check_flags = CERT_PKEY_STRICT_FLAGS; in tls1_check_chain()
2689 check_flags = CERT_PKEY_VALID_FLAGS; in tls1_check_chain()
2695 if (check_flags) in tls1_check_chain()
2696 check_flags |= CERT_PKEY_SUITEB; in tls1_check_chain()
2700 else if (!check_flags) in tls1_check_chain()
2766 if (check_flags) in tls1_check_chain()
2776 * so check_flags is always set. in tls1_check_chain()
2781 if (!check_flags) in tls1_check_chain()
2788 if (check_flags) { in tls1_check_chain()
[all...]
/third_party/openssl/ssl/
H A Dt1_lib.c2634 int check_flags = 0, strict_mode; in tls1_check_chain() local
2667 check_flags = CERT_PKEY_STRICT_FLAGS; in tls1_check_chain()
2669 check_flags = CERT_PKEY_VALID_FLAGS; in tls1_check_chain()
2675 if (check_flags) in tls1_check_chain()
2676 check_flags |= CERT_PKEY_SUITEB; in tls1_check_chain()
2680 else if (!check_flags) in tls1_check_chain()
2746 if (check_flags) in tls1_check_chain()
2756 * so check_flags is always set. in tls1_check_chain()
2761 if (!check_flags) in tls1_check_chain()
2768 if (check_flags) { in tls1_check_chain()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h488 unused_func_t check_flags; member
/third_party/python/Lib/test/
H A Dtest_re.py2579 def check_flags(self, pattern, flags, expected): member in PatternReprTests
2587 self.check_flags('random pattern', re.IGNORECASE,
2591 self.check_flags('random pattern', re.I|re.S|re.X,
2596 self.check_flags('random pattern', re.U,
2598 self.check_flags('random pattern', re.I|re.S|re.U,
2607 self.check_flags('random pattern', 0x123000,
2609 self.check_flags('random pattern', 0x123000|re.I,
2615 self.check_flags(b'bytes pattern', re.A,
2619 self.check_flags(b'bytes pattern', re.L,
H A Dtest_tempfile.py1639 self.check_flags(flags)
1854 def check_flags(self, flags): member in TestTemporaryDirectory
1873 self.check_flags(flags)
/third_party/rust/crates/serde/serde_derive/src/
H A Dde.rs2769 let check_flags = fields_names in deserialize_map_in_place()
2821 #(#check_flags)* in deserialize_map_in_place()

Completed in 22 milliseconds