Home
last modified time | relevance | path

Searched refs:check_type (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/experimental/skrive/tests/
H A DDomTypes.cpp12 void check_type(skiatest::Reporter* reporter, const sk_sp<U>& node, bool expected) { in check_type() function
21 check_type<skrive::Component >(reporter, node, true); in DEF_TEST()
22 check_type<skrive::TransformableComponent>(reporter, node, true); in DEF_TEST()
23 check_type<skrive::Node >(reporter, node, true); in DEF_TEST()
24 check_type<skrive::Drawable >(reporter, node, false); in DEF_TEST()
25 check_type<skrive::Shape >(reporter, node, false); in DEF_TEST()
31 check_type<skrive::Component >(reporter, node, true); in DEF_TEST()
32 check_type<skrive::TransformableComponent>(reporter, node, true); in DEF_TEST()
33 check_type<skrive::Node >(reporter, node, true); in DEF_TEST()
34 check_type<skriv in DEF_TEST()
[all...]
/third_party/python/Lib/ctypes/test/
H A Dtest_callbacks.py21 def check_type(self, typ, arg): member in Callbacks
41 self.check_type(c_byte, 42)
42 self.check_type(c_byte, -42)
45 self.check_type(c_ubyte, 42)
48 self.check_type(c_short, 42)
49 self.check_type(c_short, -42)
52 self.check_type(c_ushort, 42)
55 self.check_type(c_int, 42)
56 self.check_type(c_int, -42)
59 self.check_type(c_uin
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmsgobject.c29 pa_msgobject *pa_msgobject_new_internal(size_t size, const char *type_id, bool (*check_type)(const char *type_name)) { in pa_msgobject_new_internal()
35 if (!check_type) in pa_msgobject_new_internal()
36 check_type = pa_msgobject_check_type; in pa_msgobject_new_internal()
38 pa_assert(check_type(type_id)); in pa_msgobject_new_internal()
39 pa_assert(check_type(pa_object_type_id)); in pa_msgobject_new_internal()
40 pa_assert(check_type(pa_msgobject_type_id)); in pa_msgobject_new_internal()
42 o = PA_MSGOBJECT(pa_object_new_internal(size, type_id, check_type)); in pa_msgobject_new_internal()
H A Dobject.c29 pa_object *pa_object_new_internal(size_t size, const char *type_id, bool (*check_type)(const char *type_id)) { in pa_object_new_internal()
35 if (!check_type) in pa_object_new_internal()
36 check_type = pa_object_check_type; in pa_object_new_internal()
38 pa_assert(check_type(type_id)); in pa_object_new_internal()
39 pa_assert(check_type(pa_object_type_id)); in pa_object_new_internal()
45 o->check_type = check_type; in pa_object_new_internal()
H A Dobject.h36 bool (*check_type)(const char *type_name); member
39 pa_object *pa_object_new_internal(size_t size, const char *type_id, bool (*check_type)(const char *type_id));
50 return obj ? obj->check_type(pa_object_type_id) : true; in pa_object_isinstance()
62 pa_assert(!obj || obj->check_type(pa_object_type_id)); in pa_object_cast()
73 return obj ? obj->check_type(c##_type_id) : true; \
H A Dmsgobject.h37 pa_msgobject *pa_msgobject_new_internal(size_t size, const char *type_id, bool (*check_type)(const char *type_name));
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp905 static int check_type(yyscan_t yyscanner);
1862 return check_type(yyscanner);
1874 return check_type(yyscanner);
1927 return check_type(yyscanner);
3321 int check_type(yyscan_t yyscanner) in check_type() function
3392 return check_type(yyscanner); in ES3_reserved_ES3_1_keyword()
3411 return check_type(yyscanner); in ES3_keyword()
3442 return check_type(yyscanner); in ES3_1_keyword()
3458 return check_type(yyscanner); in WEBGL_video_texture_extension()
3481 return check_type(yyscanne in ES2_extension_2_ES3_keyword()
[all...]
/third_party/libfuse/test/
H A Dtest_syscalls.c164 static int check_type(const char *path, mode_t type) in check_type() function
492 res = check_type(path, S_IFREG); in create_file()
630 res = check_type(path, S_IFDIR); in create_dir()
991 res = check_type(testfile, S_IFREG); in test_create()
1081 res = check_type(testfile, S_IFREG); in test_mknod()
1151 err += check_type(testfile, S_IFREG); in do_test_open()
1339 res = check_type(testfile2, S_IFLNK); in test_symlink()
1401 res = check_type(testfile2, S_IFREG); in test_link()
1463 res = check_type(testfile, S_IFREG); in test_link2()
1513 res = check_type(testfile in test_rename_file()
[all...]
/third_party/toybox/toys/pending/
H A Dxzcat.c2343 #define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64)
2381 enum xz_check check_type; member
2570 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
2573 else if (s->check_type == XZ_CHECK_CRC64) { in dec_block()
2598 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block()
2704 while (s->pos < check_sizes[s->check_type]) { in check_skip()
2736 s->check_type = s->temp.buf[HEADER_MAGIC_SIZE + 1]; in dec_stream_header()
2738 if (s->check_type > XZ_CHECK_MAX) in dec_stream_header()
2741 if (s->check_type > XZ_CHECK_CRC3 in dec_stream_header()
[all...]
/third_party/ffmpeg/
H A Dconfigure1542 check_type(){ function
1543 log check_type "$@"
6181 check_type netdb.h "struct addrinfo"
6182 check_type netinet/in.h "struct group_source_req" -D_BSD_SOURCE
6183 check_type netinet/in.h "struct ip_mreq_source" -D_BSD_SOURCE
6184 check_type netinet/in.h "struct ipv6_mreq" -D_DARWIN_C_SOURCE
6185 check_type poll.h "struct pollfd"
6186 check_type netinet/sctp.h "struct sctp_event_subscribe"
6189 check_type netinet/in.h "struct sockaddr_in6"
6190 check_type "sy
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-util.c1681 parser_check_context_type_t check_type) /**< context type */ in scanner_is_context_needed()
1686 JERRY_UNUSED (check_type); in scanner_is_context_needed()
1689 JERRY_ASSERT ((check_type == PARSER_CHECK_BLOCK_CONTEXT ? info_p->type == SCANNER_TYPE_BLOCK in scanner_is_context_needed()
1692 uint32_t scope_stack_reg_top = (check_type != PARSER_CHECK_GLOBAL_CONTEXT ? context_p->scope_stack_reg_top in scanner_is_context_needed()
1695 JERRY_ASSERT (check_type == PARSER_CHECK_BLOCK_CONTEXT); in scanner_is_context_needed()
1710 JERRY_ASSERT (check_type == PARSER_CHECK_FUNCTION_CONTEXT); in scanner_is_context_needed()
1716 if (check_type == PARSER_CHECK_BLOCK_CONTEXT) in scanner_is_context_needed()
1724 else if (check_type == PARSER_CHECK_GLOBAL_CONTEXT) in scanner_is_context_needed()
1742 JERRY_ASSERT (check_type == PARSER_CHECK_FUNCTION_CONTEXT); in scanner_is_context_needed()
1779 if (JERRY_UNLIKELY (check_type in scanner_is_context_needed()
1680 scanner_is_context_needed(parser_context_t *context_p, parser_check_context_type_t check_type) scanner_is_context_needed() argument
[all...]
H A Djs-parser-internal.h762 bool scanner_is_context_needed (parser_context_t *context_p, parser_check_context_type_t check_type);
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_utl.c877 unsigned int flags, int check_type, char **peername) in do_x509_check()
890 if (check_type == GEN_EMAIL) { in do_x509_check()
894 } else if (check_type == GEN_DNS) { in do_x509_check()
919 if ((gen->type == GEN_OTHERNAME) && (check_type == GEN_EMAIL)) { in do_x509_check()
939 if ((gen->type != check_type) && (gen->type != GEN_OTHERNAME)) in do_x509_check()
943 if (check_type == GEN_EMAIL) in do_x509_check()
945 else if (check_type == GEN_DNS) in do_x509_check()
876 do_x509_check(X509 *x, const char *chk, size_t chklen, unsigned int flags, int check_type, char **peername) do_x509_check() argument
/third_party/openssl/crypto/x509/
H A Dv3_utl.c877 unsigned int flags, int check_type, char **peername) in do_x509_check()
890 if (check_type == GEN_EMAIL) { in do_x509_check()
894 } else if (check_type == GEN_DNS) { in do_x509_check()
952 if (check_type != GEN_EMAIL in do_x509_check()
961 if (check_type != GEN_EMAIL) in do_x509_check()
966 if (check_type != GEN_DNS) in do_x509_check()
971 if (check_type != GEN_IPADD) in do_x509_check()
876 do_x509_check(X509 *x, const char *chk, size_t chklen, unsigned int flags, int check_type, char **peername) do_x509_check() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-augment-properties.c122 static int check_type(pa_config_parser_state *state) { in check_type() function
179 { "Type", check_type, NULL, "Desktop Entry" }, in update_rule()
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs1006 macro_rules! check_type { in io_uring_layouts() macros
1015 // The same as `check_type`, but for unions we've renamed to avoid having in io_uring_layouts()
1051 check_type!($name); in io_uring_layouts()
1074 check_type!(io_uring_sqe); in io_uring_layouts()
1089 check_type!(io_uring_restriction); in io_uring_layouts()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h221 ObjectRef(JSHeapBroker* broker, ObjectData* data, bool check_type = true) in ObjectRef()
327 Name##Ref(JSHeapBroker* broker, ObjectData* data, bool check_type = true) \
329 if (check_type) { \
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp1174 static int check_type(yyscan_t yyscanner);
2025 return check_type(yyscanner);
2037 return check_type(yyscanner);
2092 return check_type(yyscanner);
3653 int check_type(yyscan_t yyscanner) { in check_type() function
3710 return check_type(yyscanner); in ES2_identifier_ES3_keyword()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py222 self.check_type(name, info, cat)
296 Called from check_type and check_command.
331 def check_type(self, name, info, category): member in XMLChecker
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dxml_consistency.py504 def check_type(self, name, info, category): member in Checker
531 super().check_type(name, info, category)
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c2823 int check_type = 0; in tls1_check_chain() local
2826 check_type = TLS_CT_RSA_SIGN; in tls1_check_chain()
2828 check_type = TLS_CT_DSS_SIGN; in tls1_check_chain()
2830 check_type = TLS_CT_ECDSA_SIGN; in tls1_check_chain()
2832 if (check_type) { in tls1_check_chain()
2837 if (*ctypes == check_type) { in tls1_check_chain()
/third_party/openssl/ssl/
H A Dt1_lib.c2803 int check_type = 0; in tls1_check_chain() local
2806 check_type = TLS_CT_RSA_SIGN; in tls1_check_chain()
2808 check_type = TLS_CT_DSS_SIGN; in tls1_check_chain()
2810 check_type = TLS_CT_ECDSA_SIGN; in tls1_check_chain()
2812 if (check_type) { in tls1_check_chain()
2817 if (*ctypes == check_type) { in tls1_check_chain()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp5442 const glsl_type *check_type = var->type->without_array(); in hir() local
5445 switch (check_type->base_type) { in hir()
5472 check_type->name); in hir()
5507 const glsl_type *check_type = var->type->without_array(); in hir() local
5508 if (check_type->is_boolean() || in hir()
5509 check_type->contains_opaque()) { in hir()
5512 check_type->name); in hir()
5543 const glsl_type *check_type = var->type->without_array(); in hir() local
5557 if (check_type->is_struct() || check_type in hir()
[all...]

Completed in 60 milliseconds