Home
last modified time | relevance | path

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

/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
/external/skia/src/gpu/ganesh/vk/
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
/external/skia/src/gpu/graphite/vk/
DVulkanGraphiteUtils.h30 #define VULKAN_LOG_IF_NOT_SUCCESS(SHARED_CONTEXT, RESULT, X, ...) \ argument
37 #define VULKAN_CALL_RESULT(SHARED_CONTEXT, RESULT, X) \ argument
50 #define VULKAN_CALL_RESULT_NOCHECK(IFACE, RESULT, X) \ argument
/external/rust/android-crates-io/crates/once_cell/examples/
Dtest_synchronization.rs16 static RESULT: OnceCell<usize> = OnceCell::new(); constant
/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
/external/autotest/client/site_tests/power_Speedometer2/
Dpower_Speedometer2.py14 RESULT = 'result' variable
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DDiskCacheStrategy.java14 RESULT(false, true); enumConstant
/external/pytorch/torch/csrc/autograd/functions/
Daccumulate_grad.h21 #define CHECK_RESULT(RESULT, VAR) \ argument
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/
DCallableBackgroundInitializerTest.java35 private static final Integer RESULT = Integer.valueOf(42); field in CallableBackgroundInitializerTest
/external/crosvm/sandbox/src/
Dlib.rs187 static mut RESULT: Result<()> = Ok(()); in get() constant
321 static mut RESULT: Result<()> = Ok(()); in get() constant
/external/python/mobly/mobly/
Dbase_instrumentation_test.py61 RESULT = 'INSTRUMENTATION_RESULT:' variable in _InstrumentationStructurePrefixes
236 RESULT = 2 variable in _InstrumentationBlockStates
/external/zxing/android/src/com/google/zxing/client/android/
DIntents.java130 public static final String RESULT = "SCAN_RESULT"; field in Intents.Scan
/external/libtextclassifier/native/utils/java/
Djni-cache.cc52 #define TC3_CHECK_JNI_RESULT(RESULT) TC3_CHECK(RESULT) argument
/external/ltp/testcases/network/nfsv4/locks/
Dlocktests.h108 RESULT, enumerator
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/base64/
DBase64BinaryParsingTest.java326 …final String RESULT = "Man is distinguished, not only by his reason, but by this singular passion … in _testSimple() local
/external/skia/src/sksl/
DSkSLConstantFolder.cpp686 #define RESULT(Op) fold_expression(pos, (SKSL_INT)(leftVal) Op \ in fold_two_constants() macro
748 #define RESULT(Op) fold_expression(pos, leftVal Op rightVal, &resultType) in fold_two_constants() macro
/external/python/cpython3/Modules/
D_localemodule.c252 #define RESULT(key, obj)\ in _locale_localeconv_impl() macro
D_testinternalcapi.c169 #define CHECK(X, RESULT) \ in test_popcount() argument
209 #define CHECK(X, RESULT) \ in test_bit_length() argument
D_datetimemodule.c339 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \ argument
/external/python/cpython3/Lib/test/test_unittest/
Dtest_program.py208 RESULT = object() variable
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java617 private static final String RESULT = "RESULT"; field in OverrideModuleTest
/external/mdnsresponder/mDNSShared/
DCommonServices.h540 #define _endthreadex_compat( RESULT ) ExitThread( (DWORD) RESULT ) argument