| /third_party/skia/third_party/externals/tint/src/writer/msl/ |
| H A D | generator_impl_import_test.cc | 79 auto* expr = Call("abs", 1); in TEST_F() local 90 auto* expr = Call("length", 2.f); in TEST_F() local 103 auto* expr = Call(param.name, 1.0f, 2.0f); in TEST_P() local 122 auto* expr in TEST_F() local 136 auto* expr = TEST_P() local 163 auto* expr = Call(param.name, 1, 2); TEST_P() local 181 auto* expr = Call(param.name, 1.f, 2.f, 3.f); TEST_P() local 202 auto* expr = Call(param.name, vec3<f32>(1.f, 2.f, 3.f), TEST_P() local 227 auto* expr = Call(param.name, 1, 2, 3); TEST_P() local 244 auto* expr = Call("determinant", "var"); TEST_F() local [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder_accessor_expression_test.cc | 34 auto* expr = IndexAccessor(ary, idx_expr); in TEST_F() local 71 auto* expr = IndexAccessor(ary, idx_expr); in TEST_F() local 109 auto* expr = IndexAccessor(ary, Add(1, 2)); in TEST_F() local 145 auto* expr in TEST_F() local 183 auto* expr = MemberAccessor(IndexAccessor("ary", 2), "xy"); TEST_F() local 229 auto* expr = MemberAccessor("ident", "b"); TEST_F() local 274 auto* expr = MemberAccessor(MemberAccessor("ident", "inner"), "b"); TEST_F() local 317 auto* expr = MemberAccessor("ident", "b"); TEST_F() local 358 auto* expr = MemberAccessor(MemberAccessor("ident", "inner"), "b"); TEST_F() local 402 auto* expr = MemberAccessor(MemberAccessor("ident", "inner"), "a"); TEST_F() local 447 auto* expr = TEST_F() local 499 auto* expr = Assign("store", rhs); TEST_F() local 536 auto* expr = MemberAccessor("ident", "y"); TEST_F() local 567 auto* expr = MemberAccessor("ident", "yx"); TEST_F() local 597 auto* expr = MemberAccessor(MemberAccessor("ident", "yxz"), "xz"); TEST_F() local 628 auto* expr = MemberAccessor(MemberAccessor("ident", "yxz"), "x"); TEST_F() local 658 auto* expr = IndexAccessor(MemberAccessor("ident", "yxz"), 1); TEST_F() local 706 auto* expr = MemberAccessor( TEST_F() local 764 auto* expr = IndexAccessor("pos", 1u); TEST_F() local 808 auto* expr = IndexAccessor(IndexAccessor("pos", 2u), 1u); TEST_F() local 848 auto* expr = IndexAccessor("pos", 1u); TEST_F() local 878 auto* expr = IndexAccessor("pos", idx); TEST_F() local 913 auto* expr = IndexAccessor("a", 2); TEST_F() local 951 auto* expr = IndexAccessor("a", idx); TEST_F() local 1002 auto* expr = IndexAccessor("a", idx); TEST_F() local [all...] |
| H A D | builder_if_test.cc | 30 auto* expr = in TEST_F() local 59 auto* expr = create<ast::IfStatement>(cond, block, elses); in TEST_F() local 78 auto* expr = in TEST_F() local 117 auto* expr in TEST_F() local 161 auto* expr = create<ast::IfStatement>( TEST_F() local 218 auto* expr = create<ast::IfStatement>( TEST_F() local 288 auto* expr = Loop(loop_body, Block()); TEST_F() local 332 auto* expr = Loop(loop_body, Block()); TEST_F() local 376 auto* expr = Loop(loop_body, Block()); TEST_F() local 420 auto* expr = Loop(loop_body, Block()); TEST_F() local [all...] |
| /third_party/rust/crates/nom/tests/ |
| H A D | arithmetic_ast.rs | 107 fn expr(i: &str) -> IResult<&str, Expr> { expr() functions [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuDefs.cpp | 58 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError() argument 64 msg << ": '" << expr << '\''; in formatError() local 72 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception() argument 84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qpTestResult result) in TestException() argument 96 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError() argument 100 TestError::TestError (const std::string& message, const char* expr, cons in TestError() argument 110 InternalError(const char* message, const char* expr, const char* file, int line) InternalError() argument 115 InternalError(const std::string& message, const char* expr, const char* file, int line) InternalError() argument 125 ResourceError(const char* message, const char* expr, const char* file, int line) ResourceError() argument 135 NotSupportedError(const char* message, const char* expr, const char* file, int line) NotSupportedError() argument 140 NotSupportedError(const std::string& message, const char* expr, const char* file, int line) NotSupportedError() argument [all...] |
| /third_party/vk-gl-cts/framework/egl/ |
| H A D | egluDefs.cpp | 61 Error::Error (deUint32 errCode, const char* message, const char* expr, const char* file, int line) in Error() argument 72 BadAllocError::BadAllocError (const char* message, const char* expr, const char* file, int line) in BadAllocError() argument
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| H A D | stwotox.S | 381 expr: label
|
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| H A D | stwotox.S | 381 expr: label
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nft_osf.c | 20 static void nft_osf_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_osf_eval() argument 95 static int nft_osf_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_osf_dump() argument 60 nft_osf_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_osf_init() argument 114 nft_osf_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_osf_validate() argument
|
| H A D | nft_rt.c | 53 void nft_rt_get_eval(const struct nft_expr *expr, in nft_rt_get_eval() argument 163 static int nft_rt_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_rt_validate() argument 110 nft_rt_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_rt_get_init() argument 148 nft_rt_get_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_rt_get_dump() argument
|
| H A D | nft_range.c | 23 void nft_range_eval(const struct nft_expr *expr, in nft_range_eval() argument 50 static int nft_range_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_range_init() argument 114 static int nft_range_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_range_dump() argument
|
| H A D | nft_socket.c | 62 static void nft_socket_eval(const struct nft_expr *expr, in nft_socket_eval() argument 115 nft_socket_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_socket_init() argument 153 nft_socket_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_socket_dump() argument 165 nft_socket_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_socket_validate() argument
|
| H A D | nft_byteorder.c | 26 void nft_byteorder_eval(const struct nft_expr *expr, in nft_byteorder_eval() argument 151 static int nft_byteorder_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_byteorder_dump() argument 96 nft_byteorder_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_byteorder_init() argument
|
| H A D | nft_dup_netdev.c | 20 static void nft_dup_netdev_eval(const struct nft_expr *expr, in nft_dup_netdev_eval() argument 47 static int nft_dup_netdev_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dup_netdev_dump() argument 70 static bool nft_dup_netdev_offload_action(const struct nft_expr *expr) in nft_dup_netdev_offload_action() argument 34 nft_dup_netdev_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_dup_netdev_init() argument 60 nft_dup_netdev_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_dup_netdev_offload() argument
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| H A D | conditional.h | 59 struct cond_expr expr; member
|
| /kernel/linux/linux-5.10/net/bridge/netfilter/ |
| H A D | nft_meta_bridge.c | 21 static void nft_meta_bridge_get_eval(const struct nft_expr *expr, in nft_meta_bridge_get_eval() argument 69 nft_meta_bridge_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_meta_bridge_get_init() argument
|
| /kernel/linux/linux-5.10/net/ipv4/netfilter/ |
| H A D | nft_dup_ipv4.c | 20 static void nft_dup_ipv4_eval(const struct nft_expr *expr, in nft_dup_ipv4_eval() argument 55 static int nft_dup_ipv4_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dup_ipv4_dump() argument 33 nft_dup_ipv4_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_dup_ipv4_init() argument
|
| /kernel/linux/linux-5.10/net/ipv6/netfilter/ |
| H A D | nft_dup_ipv6.c | 20 static void nft_dup_ipv6_eval(const struct nft_expr *expr, in nft_dup_ipv6_eval() argument 53 static int nft_dup_ipv6_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dup_ipv6_dump() argument 31 nft_dup_ipv6_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_dup_ipv6_init() argument
|
| /kernel/linux/linux-6.6/fs/xfs/ |
| H A D | xfs_message.c | 81 asswarn( struct xfs_mount *mp, char *expr, char *file, int line) asswarn() argument 93 assfail( struct xfs_mount *mp, char *expr, char *file, int line) assfail() argument
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nft_reject_netdev.c | 84 static void nft_reject_netdev_eval(const struct nft_expr *expr, in nft_reject_netdev_eval() argument 147 nft_reject_netdev_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_reject_netdev_validate() argument
|
| H A D | nft_range.c | 23 void nft_range_eval(const struct nft_expr *expr, in nft_range_eval() argument 50 static int nft_range_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_range_init() argument 114 nft_range_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_range_dump() argument
|
| H A D | nft_fib.c | 29 int nft_fib_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_fib_validate() argument 69 int nft_fib_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_fib_init() argument 122 int nft_fib_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) in nft_fib_dump() argument 168 nft_fib_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_fib_reduce() argument [all...] |
| H A D | nft_dup_netdev.c | 20 static void nft_dup_netdev_eval(const struct nft_expr *expr, in nft_dup_netdev_eval() argument 71 static bool nft_dup_netdev_offload_action(const struct nft_expr *expr) in nft_dup_netdev_offload_action() argument 34 nft_dup_netdev_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_dup_netdev_init() argument 47 nft_dup_netdev_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_dup_netdev_dump() argument 61 nft_dup_netdev_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_dup_netdev_offload() argument
|
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| H A D | conditional.h | 59 struct cond_expr expr; member
|
| /kernel/linux/linux-6.6/net/ipv4/netfilter/ |
| H A D | nft_dup_ipv4.c | 20 static void nft_dup_ipv4_eval(const struct nft_expr *expr, in nft_dup_ipv4_eval() argument 33 nft_dup_ipv4_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_dup_ipv4_init() argument 55 nft_dup_ipv4_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_dup_ipv4_dump() argument
|