Home
last modified time | relevance | path

Searched defs:RESULT (Results 1 – 25 of 25) 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.h28 #define GR_VK_LOG_IF_NOT_SUCCESS(GPU, RESULT, X, ...) \ argument
35 #define GR_VK_CALL_RESULT(GPU, RESULT, X) \ argument
43 #define GR_VK_CALL_RESULT_NOCHECK(GPU, RESULT, X) \ argument
/external/rust/crates/once_cell/examples/
Dtest_synchronization.rs16 static RESULT: OnceCell<usize> = OnceCell::new(); variable
/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/skia/src/gpu/graphite/vk/
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
/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/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() variable
321 static mut RESULT: Result<()> = Ok(()); in get() constant
/external/python/mobly/mobly/
Dbase_instrumentation_test.py61 RESULT = 'INSTRUMENTATION_RESULT:' variable in _InstrumentationStructurePrefixes
242 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/python/cpython3/Modules/
D_testinternalcapi.c94 #define CHECK(X, RESULT) \ in test_popcount() argument
134 #define CHECK(X, RESULT) \ in test_bit_length() argument
D_localemodule.c260 #define RESULT(key, obj)\ in _locale_localeconv_impl() macro
D_datetimemodule.c157 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \ argument
/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/python/cpython2/Lib/unittest/test/
Dtest_program.py108 RESULT = object() variable
/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/Lib/unittest/test/
Dtest_program.py181 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
/external/python/cpython2/Modules/
Ddatetimemodule.c116 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \ argument