Home
last modified time | relevance | path

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

/external/rust/crates/once_cell/examples/
Dtest_synchronization.rs16 static RESULT: OnceCell<usize> = OnceCell::new(); variable
/external/skia/src/gpu/vk/
DGrVkUtil.h24 #define GR_VK_CALL_RESULT(GPU, RESULT, X) \ argument
34 #define GR_VK_CALL_RESULT_NOCHECK(GPU, RESULT, X) \ argument
/external/autotest/client/site_tests/power_Speedometer2/
Dpower_Speedometer2.py15 RESULT = 'result' variable
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DDiskCacheStrategy.java14 RESULT(false, true); enumConstant
/external/llvm-project/flang/lib/Parser/
Dbasic-parsers.h606 inline RESULT ApplyHelperFunction(FUNCTION<RESULT, PARSER...> f, in ApplyHelperFunction()
639 ApplicableFunctionPointer<RESULT, PARSER...> f, const PARSER &...parser) { in applyFunction()
646 ApplicableFunctionObject<RESULT, PARSER...> f, const PARSER &...parser) { in applyLambda()
/external/libtextclassifier/native/utils/java/
Djni-cache.cc52 #define TC3_CHECK_JNI_RESULT(RESULT) TC3_CHECK(RESULT) argument
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_program.py98 RESULT = object() variable
/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.cpp421 #define RESULT(t, op) t ## Literal::Make(offset, leftVal op rightVal, &resultType) in Simplify() macro
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.h197 enum RESULT enum
/external/python/cpython3/Lib/unittest/test/
Dtest_program.py147 RESULT = object() variable
/external/llvm-project/flang/lib/Evaluate/
Dconstant.cpp138 const ConstantBase<RESULT, ELEMENT> &source, std::size_t count, in CopyFrom()
Dfold-implementation.h1243 const Operation<DERIVED, RESULT, LEFT, RIGHT> &operation) { in OperandsAreConstants() argument
/external/python/cpython3/Modules/
D_localemodule.c245 #define RESULT(key, obj)\ in PyLocale_localeconv() macro
D_datetimemodule.c155 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \ argument
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java617 private static final String RESULT = "RESULT"; field in OverrideModuleTest
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp1350 #define RESULT(t, op) std::unique_ptr<Expression>(new t ## Literal(fContext, left.fOffset, \ in constantFold() macro
/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