/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/system/libbase/include/android-base/ |
D | errors.h | 75 #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/ |
D | errors.h | 75 #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/ |
D | errors.h | 75 #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/ |
D | errors.h | 75 #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/ |
D | errors.h | 75 #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/ |
D | errors.h | 75 #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 D | SkSLPrefixExpression.cpp | 45 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 D | fcontext_record.c | 15 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/ |
D | test_tcl.py | 280 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/ |
D | test_tcl.py | 278 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/ |
D | attr_cast.hpp | 26 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/ |
D | ShimUtils.h | 36 #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 D | int_util.h | 28 #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 D | ThisExprTest.java | 12 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/ |
D | int_util.h | 26 #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/ |
D | expr_if.hpp | 24 # 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 D | exception_testing.h | 28 #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 D | exception_testing.h | 28 #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 D | exception_testing.h | 28 #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 D | exception_testing.h | 28 #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/ |
D | exception_testing.h | 28 #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 D | exception_testing.h | 28 #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 D | exception_testing.h | 28 #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 D | ir_printer.cpp | 17 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 D | Debug.h | 51 #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
|