Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/vk/
DGrVkUtil.h27 #define GR_VK_LOG_IF_NOT_SUCCESS(GPU, RESULT, X, ...) \ argument
34 #define GR_VK_CALL_RESULT(GPU, RESULT, X) \ argument
42 #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/skia/src/gpu/graphite/vk/
DVulkanGraphiteUtilsPriv.h19 #define VULKAN_CALL_RESULT(IFACE, RESULT, X) \ argument
33 #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() variable
/external/python/cpython3/Modules/
D_testinternalcapi.c88 #define CHECK(X, RESULT) \ in test_popcount() argument
127 #define CHECK(X, RESULT) \ in test_bit_length() argument
D_localemodule.c260 #define RESULT(key, obj)\ in _locale_localeconv_impl() macro
D_datetimemodule.c152 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \ argument
/external/python/mobly/mobly/
Dbase_instrumentation_test.py61 RESULT = 'INSTRUMENTATION_RESULT:' variable in _InstrumentationStructurePrefixes
242 RESULT = 2 variable in _InstrumentationBlockStates
/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.cpp749 #define RESULT(Op) fold_expression(pos, (SKSL_INT)(leftVal) Op \ in Simplify() macro
806 #define RESULT(Op) fold_expression(pos, leftVal Op rightVal, &resultType) in Simplify() macro
/external/python/cpython3/Lib/unittest/test/
Dtest_program.py157 RESULT = object() variable
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.h197 enum RESULT enum
/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