Home
last modified time | relevance | path

Searched defs:RESULT (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dhas_binary_operators.hpp20 #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
Dhas_prefix_operators.hpp19 #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
Dhas_postfix_operators.hpp14 #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/
Dadapt_function.hpp16 #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 DGrVkUtil.h31 #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 DVulkanGraphiteUtilsPriv.h26 #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/
Dtest_synchronization.rs16 static RESULT: OnceCell<usize> = OnceCell::new(); variable
/aosp_15_r20/external/crosvm/sandbox/src/
H A Dlib.rs187 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/
Dinputconnection.proto.h130 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/
Dinputconnection.proto.h130 const uint64_t RESULT = 0x0000010b00000004LL; variable
154 const uint64_t RESULT = 0x0000010500000002LL; variable
/aosp_15_r20/external/python/mobly/mobly/
Dbase_instrumentation_test.py61 RESULT = 'INSTRUMENTATION_RESULT:' variable in _InstrumentationStructurePrefixes
242 RESULT = 2 variable in _InstrumentationBlockStates
/aosp_15_r20/external/python/cpython3/Modules/
D_testinternalcapi.c94 #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 Dresult.rs337 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 Dresult.rs337 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 Dresult.rs337 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 Dresult.rs337 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 Dresult.rs337 const RESULT: Result<usize, bool> = Ok(32); in result_const() constant
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Daconfigd_util.h25 #define RETURN_IF_ERROR(RESULT, ERROR) \ argument
/aosp_15_r20/external/autotest/client/site_tests/power_Speedometer2/
H A Dpower_Speedometer2.py14 RESULT = 'result' variable
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DDiskCacheStrategy.java14 RESULT(false, true); enumConstant
/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/
H A Daccumulate_grad.h21 #define CHECK_RESULT(RESULT, VAR) \ argument
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/
H A DCallableBackgroundInitializerTest.java35 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/
DWifiThreadRunnerTest.java49 private static final int RESULT = 2; field in WifiThreadRunnerTest
/aosp_15_r20/packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/
DConnectivityTestActivity.java45 private static final String RESULT = "result"; field in ConnectivityTestActivity
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DProcessingTaskController.java36 public final static int RESULT = 1; field in ProcessingTaskController

12345678910>>...22