Home
last modified time | relevance | path

Searched defs:expr (Results 226 – 250 of 1748) sorted by relevance

12345678910>>...70

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp413 void GLSLCodeGenerator::writeExpression(const Expression& expr, Precedence parentPrecedence) { in writeExpression()
477 static bool is_abs(Expression& expr) { in is_abs()
982 const Expression& expr = *c.arguments().front(); in writeConstructorCompound() local
1136 void GLSLCodeGenerator::writeIndexExpression(const IndexExpression& expr) { in writeIndexExpression()
1143 bool is_sk_position(const Expression& expr) { in is_sk_position()
1151 bool is_sk_samplemask(const Expression& expr) { in is_sk_samplemask()
/aosp_15_r20/external/guice/extensions/persist/lib/
HDjavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/cloog/
Dclast.h19 struct clast_expr expr; member
29 struct clast_expr expr; member
41 struct clast_expr expr; member
50 struct clast_expr expr; member
/aosp_15_r20/external/rust/android-crates-io/crates/pest_meta/src/
Dast.rs20 pub expr: Expr, field
117 let expr = f(expr); in map_top_down() localVariable
405 let expr = Expr::Choice( in top_down_iterator() localVariable
418 let expr = Expr::Choice( in identity() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dunit_test.hpp115 #define BOOST_ASIO_CHECK(expr) \ argument
123 #define BOOST_ASIO_CHECK_MESSAGE(expr, msg) \ argument
131 #define BOOST_ASIO_WARN_MESSAGE(expr, msg) \ argument
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dgen_disasm.py122 def find_context_keys_expr(expr): argument
152 def compile_derived_inner(expr, keys): argument
167 def compile_derived(expr, keys): argument
/aosp_15_r20/external/pigweed/pw_unit_test/light_public_overrides/pw_unit_test/
H A Dframework_backend.h86 #define EXPECT_TRUE(expr) _PW_TEST_EXPECT(_PW_TEST_BOOL(expr, true)) argument
92 #define EXPECT_FALSE(expr) _PW_TEST_EXPECT(_PW_TEST_BOOL(expr, false)) argument
197 #define ASSERT_TRUE(expr) _PW_TEST_ASSERT(_PW_TEST_BOOL(expr, true)) argument
201 #define ASSERT_FALSE(expr) _PW_TEST_ASSERT(_PW_TEST_BOOL(expr, false)) argument
827 #define _PW_TEST_BOOL(expr, value) \ argument
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/
H A DRewriteRuleExpressionVisitor.java29 public RuleExpression visitLiteralBooleanExpression(LiteralBooleanExpression expr) { in visitLiteralBooleanExpression()
34 public RuleExpression visitLiteralIntegerExpression(LiteralIntegerExpression expr) { in visitLiteralIntegerExpression()
39 public RuleExpression visitLiteralStringExpression(LiteralStringExpression expr) { in visitLiteralStringExpression()
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Daction.c208 static void free_parse_tree(struct expr *expr) in free_parse_tree()
230 struct expr *expr; in create_expr() local
252 struct expr *expr; in create_unary_op() local
275 struct expr *expr; in parse_test() local
403 struct expr *expr = get_atom(); in parse_expr() local
450 struct expr *expr; in parse_action() local
700 static int eval_expr_log(struct expr *expr, struct action_data *action_data) in eval_expr_log()
731 static int eval_expr(struct expr *expr, struct action_data *action_data) in eval_expr()
3140 static void dump_parse_tree(struct expr *expr) in dump_parse_tree()
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/
H A Dcounting.py173 def loop(expr, lambdaEnv={}): argument
174 def do_func(expr): argument
217 def do_exprval(expr, lambdaEnv= {}): argument
225 def do_lambda(expr, lambdaEnv= {}): argument
H A Dmarshaling.py245 def loop(expr, lambdaEnv={}): argument
246 def do_func(expr): argument
289 def do_exprval(expr, lambdaEnv= {}): argument
297 def do_lambda(expr, lambdaEnv= {}): argument
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp96 if (const Expr *expr = dyn_cast<Expr>(S)) in getDereferenceExpr() local
221 const Expr *expr = getDereferenceExpr(S); in checkLocation() local
263 const Expr *expr = getDereferenceExpr(S, /*IsBind=*/true); in checkBind() local
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/
H A DPrettyPrintVisitorTest.java69 ClassExpr expr = parseExpression("Foo.class"); in printSimpleClassExpr() local
75 ClassExpr expr = parseExpression("Foo[].class"); in printArrayClassExpr() local
81 ClassExpr expr = parseExpression("Foo<String>.class"); in printGenericClassExpr() local
/aosp_15_r20/art/libelffile/dwarf/
H A Ddebug_frame_opcode_writer.h253 void ALWAYS_INLINE DefCFAExpression(uint8_t* expr, int expr_size) { in DefCFAExpression()
263 void ALWAYS_INLINE Expression(Reg reg, uint8_t* expr, int expr_size) { in Expression()
274 void ALWAYS_INLINE ValExpression(Reg reg, uint8_t* expr, int expr_size) { in ValExpression()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/stream/detail/
Dformat_manip.hpp41 Expr const& expr; member
60 Expr const& expr; member
79 Expr expr; member
/aosp_15_r20/external/iptables/iptables/
H A Dnft.c1050 struct nftnl_expr *expr; in add_nft_limit() local
1304 struct nftnl_expr *expr; in add_nft_tcpudp() local
1372 struct nftnl_expr *expr = nftnl_expr_alloc("match"); in add_nft_udp() local
1425 struct nftnl_expr *expr = nftnl_expr_alloc("match"); in add_nft_tcp() local
1472 struct nftnl_expr *expr; in add_match() local
1521 struct nftnl_expr *expr; in add_meta_nftrace() local
1543 struct nftnl_expr *expr; in add_target() local
1561 struct nftnl_expr *expr; in add_jumpto() local
1577 struct nftnl_expr *expr; in add_verdict() local
1620 struct nftnl_expr *expr; in add_log() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Doperators_arithmetic.hpp140 auto& operator += (T& lhs, const boost::numeric::ublas::detail::tensor_expression<T,D> &expr) { in operator +=()
146 auto& operator -= (T& lhs, const boost::numeric::ublas::detail::tensor_expression<T,D> &expr) { in operator -=()
152 auto& operator *= (T& lhs, const boost::numeric::ublas::detail::tensor_expression<T,D> &expr) { in operator *=()
158 auto& operator /= (T& lhs, const boost::numeric::ublas::detail::tensor_expression<T,D> &expr) { in operator /=()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Ddcfmtest.cpp90 #define DF_ASSERT(expr) UPRV_BLOCK_MACRO_BEGIN { \ argument
96 #define DF_ASSERT_FAIL(expr, errcode) UPRV_BLOCK_MACRO_BEGIN { \ argument
111 #define DF_ASSERT_L(expr, line) UPRV_BLOCK_MACRO_BEGIN { \ argument
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp90 #define DF_ASSERT(expr) UPRV_BLOCK_MACRO_BEGIN { \ argument
96 #define DF_ASSERT_FAIL(expr, errcode) UPRV_BLOCK_MACRO_BEGIN { \ argument
111 #define DF_ASSERT_L(expr, line) UPRV_BLOCK_MACRO_BEGIN { \ argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dsal.h149 #define _Pre_equal_to_(expr) argument
150 #define _Post_equal_to_(expr) argument
165 #define _Return_type_success_(expr) argument
166 #define _Success_(expr) argument
219 #define _Analysis_assume_(expr) argument
220 #define _Analysis_assume_nullterminated_(expr) argument
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_debug.h187 #define debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNC… argument
189 #define debug_assert(expr) (void)(0 && (expr)) argument
197 #define assert(expr) debug_assert(expr) argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/stream/detail/
Dmatch_manip.hpp44 Expr const& expr; member
63 Expr const& expr; member
82 Expr expr; member
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPath.java185 Expression expr = compiler.compile(0); in XPath() local
237 Expression expr = compiler.compile(0); in XPath() local
276 public XPath(Expression expr) in XPath()
/aosp_15_r20/external/googleapis/google/analytics/data/v1alpha/
H A Ddata.proto126 oneof expr { oneof
845 oneof expr { oneof
937 oneof expr { oneof
1040 oneof expr { oneof
1109 oneof expr { oneof
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/proto/google/analytics/data/v1alpha/
H A Ddata.proto117 oneof expr { oneof
828 oneof expr { oneof
919 oneof expr { oneof
1022 oneof expr { oneof
1090 oneof expr { oneof

12345678910>>...70