/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/ |
D | has_binary_operators.hpp | 20 #define TEST_T(TYPE,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE>::valu… argument 22 #define TEST_TR(TYPE,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE,T… argument 24 #define TEST_TT(TYPE1,TYPE2,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYP… argument 26 #define TEST_TTR(TYPE1,TYPE2,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAM… argument
|
D | has_prefix_operators.hpp | 19 #define TEST_T(TYPE,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE>::valu… argument 21 #define TEST_TR(TYPE,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE,R… argument
|
D | has_postfix_operators.hpp | 14 #define TEST_T(TYPE,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE>::valu… argument 16 #define TEST_TR(TYPE,RET,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE,R… argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/ |
D | adapt_function.hpp | 16 #define BOOST_PHOENIX_ADAPT_FUNCTION_NULLARY(RESULT, NAME, FUNC) \ argument 43 #define BOOST_PHOENIX_ADAPT_FUNCTION(RESULT, NAME, FUNC, N) \ argument 83 #define BOOST_PHOENIX_ADAPT_FUNCTION_VARARG(RESULT, NAME, FUNC) \ argument
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkUtil.h | 31 #define GR_VK_LOG_IF_NOT_SUCCESS(GPU, RESULT, X, ...) \ argument 38 #define GR_VK_CALL_RESULT(GPU, RESULT, X) \ argument 46 #define GR_VK_CALL_RESULT_NOCHECK(GPU, RESULT, X) \ argument
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanGraphiteUtilsPriv.h | 26 #define VULKAN_LOG_IF_NOT_SUCCESS(SHARED_CONTEXT, RESULT, X, ...) \ argument 33 #define VULKAN_CALL_RESULT(SHARED_CONTEXT, RESULT, X) \ argument 46 #define VULKAN_CALL_RESULT_NOCHECK(IFACE, RESULT, X) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/examples/ |
D | test_synchronization.rs | 16 static RESULT: OnceCell<usize> = OnceCell::new(); variable
|
/aosp_15_r20/external/crosvm/sandbox/src/ |
H A D | lib.rs | 187 static mut RESULT: Result<()> = Ok(()); in get() constant 321 static mut RESULT: Result<()> = Ok(()); in get() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/5/frameworks/base/core/proto/android/view/inputmethod/ |
D | inputconnection.proto.h | 130 const uint64_t RESULT = 0x0000010b00000004LL; variable 154 const uint64_t RESULT = 0x0000010500000002LL; variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/gensrcs/frameworks/base/core/proto/android/view/inputmethod/ |
D | inputconnection.proto.h | 130 const uint64_t RESULT = 0x0000010b00000004LL; variable 154 const uint64_t RESULT = 0x0000010500000002LL; variable
|
/aosp_15_r20/external/python/mobly/mobly/ |
D | base_instrumentation_test.py | 61 RESULT = 'INSTRUMENTATION_RESULT:' variable in _InstrumentationStructurePrefixes 242 RESULT = 2 variable in _InstrumentationBlockStates
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testinternalcapi.c | 94 #define CHECK(X, RESULT) \ in test_popcount() argument 134 #define CHECK(X, RESULT) \ in test_bit_length() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | result.rs | 337 const RESULT: Result<usize, bool> = Ok(32); in result_const() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | result.rs | 337 const RESULT: Result<usize, bool> = Ok(32); in result_const() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/ |
H A D | result.rs | 337 const RESULT: Result<usize, bool> = Ok(32); in result_const() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | result.rs | 337 const RESULT: Result<usize, bool> = Ok(32); in result_const() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | result.rs | 337 const RESULT: Result<usize, bool> = Ok(32); in result_const() constant
|
/aosp_15_r20/system/server_configurable_flags/aconfigd/ |
H A D | aconfigd_util.h | 25 #define RETURN_IF_ERROR(RESULT, ERROR) \ argument
|
/aosp_15_r20/external/autotest/client/site_tests/power_Speedometer2/ |
H A D | power_Speedometer2.py | 14 RESULT = 'result' variable
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
H A D | DiskCacheStrategy.java | 14 RESULT(false, true); enumConstant
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/ |
H A D | accumulate_grad.h | 21 #define CHECK_RESULT(RESULT, VAR) \ argument
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/ |
H A D | CallableBackgroundInitializerTest.java | 35 private static final Integer RESULT = Integer.valueOf(42); field in CallableBackgroundInitializerTest
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiThreadRunnerTest.java | 49 private static final int RESULT = 2; field in WifiThreadRunnerTest
|
/aosp_15_r20/packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/ |
D | ConnectivityTestActivity.java | 45 private static final String RESULT = "result"; field in ConnectivityTestActivity
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ProcessingTaskController.java | 36 public final static int RESULT = 1; field in ProcessingTaskController
|