Home
last modified time | relevance | path

Searched defs:expr (Results 151 – 175 of 1748) sorted by relevance

12345678910>>...70

/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
87 #define OR_FATAL(expr) \ argument
97 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/13/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
88 #define OR_FATAL(expr) \ argument
99 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
88 #define OR_FATAL(expr) \ argument
99 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
87 #define OR_FATAL(expr) \ argument
97 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
87 #define OR_FATAL(expr) \ argument
97 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
87 #define OR_FATAL(expr) \ argument
97 #define OR_FATAL(expr) \ argument
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLPrefixExpression.cpp45 const Expression& expr, in apply_to_elements()
80 if (std::unique_ptr<Expression> expr = apply_to_elements(context, pos, *value, in simplify_negation() local
127 for (const std::unique_ptr<Expression>& expr : array) { in negate_operands() local
210 if (std::unique_ptr<Expression> expr = apply_to_elements(context, pos, *value, in bitwise_not_operand() local
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dfcontext_record.c15 char *expr; member
27 char *expr; member
35 const char *expr, in semanage_fcontext_key_create()
165 semanage_fcontext_t * fcontext, const char *expr) in semanage_fcontext_set_expr()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_tcl.py280 def check(expr, expected): argument
314 def check(expr, expected): argument
345 def check(expr, expected): argument
376 def check(expr, expected): argument
415 def check(expr, expected): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tcl.py278 def check(expr, expected): argument
312 def check(expr, expected): argument
343 def check(expr, expected): argument
374 def check(expr, expected): argument
412 def check(expr, expected): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/auxiliary/
Dattr_cast.hpp26 attr_cast(Expr const& expr) in attr_cast()
34 attr_cast(Expr const& expr) in attr_cast()
42 attr_cast(Expr const& expr) in attr_cast()
/aosp_15_r20/packages/modules/NeuralNetworks/shim_and_sl/include/
DShimUtils.h36 #define SLW2SAS_RETURN_IF_ERROR(expr) \ argument
46 #define SLW2SAS_RETURN_AND_CALLBACK_IF_ERROR(expr, callback) \ argument
57 #define SLW2SAS_OK_RETURN_AND_ERROR_CALLBACK_IF_ERROR(expr, callback) \ argument
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Dint_util.h28 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) argument
29 #define COMPILE_TIME_ASSERT1(expr, cnt) COMPILE_TIME_ASSERT2(expr, cnt) argument
30 #define COMPILE_TIME_ASSERT2(expr, cnt) \ argument
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/expr/
H A DThisExprTest.java12 Expression expr = parseExpression("this"); in justThis() local
19 Expression expr = parseExpression("A.this"); in singleScopeThis() local
28 Expression expr = parseExpression("a.B.this"); in multiScopeThis() local
/aosp_15_r20/hardware/google/aemu/windows/src/
Dint_util.h26 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__) argument
27 #define COMPILE_TIME_ASSERT1(expr, cnt) COMPILE_TIME_ASSERT2(expr, cnt) argument
28 #define COMPILE_TIME_ASSERT2(expr, cnt) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/control/
Dexpr_if.hpp24 # define BOOST_PP_EXPR_IF(cond, expr) BOOST_PP_EXPR_IIF(BOOST_PP_BOOL(cond), expr) argument
26 # define BOOST_PP_EXPR_IF(cond, expr) BOOST_PP_EXPR_IF_I(cond, expr) argument
27 # define BOOST_PP_EXPR_IF_I(cond, expr) BOOST_PP_EXPR_IIF(BOOST_PP_BOOL(cond), expr) argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir_printer.cpp17 void IRPrinter::print(ExprHandle expr) { in print()
21 void IRPrinter::print(Expr& expr) { in print()
599 std::ostream& operator<<(std::ostream& stream, const ExprHandle& expr) { in operator <<()
612 std::ostream& operator<<(std::ostream& stream, const Expr& expr) { in operator <<()
643 void print(const ExprPtr& expr) { in print()
669 std::string to_string(const ExprPtr& expr) { in to_string()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DDebug.h51 #define ASSERT(expr) ((expr) ? (void)0 : AssertFail(#expr, __FILE__, __LINE__, __func__)) argument
53 #define ASSERT(expr) do { } while (0 && (expr)) argument
65 #define LOG_UNSUPPORTED(expr) \ argument

12345678910>>...70