Searched defs:RESULT (Results 1 – 11 of 11) sorted by relevance
/third_party/rust/crates/once_cell/examples/ |
D | test_synchronization.rs | 16 static RESULT: OnceCell<usize> = OnceCell::new(); variable
|
/third_party/skia/src/gpu/vk/ |
D | GrVkUtil.h | 24 #define GR_VK_CALL_RESULT(GPU, RESULT, X) \ argument 34 #define GR_VK_CALL_RESULT_NOCHECK(GPU, RESULT, X) \ argument
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mlpdsp_init.c | 97 #define RESULT "%%rsi" macro 123 #define RESULT "%%eax" macro
|
/third_party/ffmpeg/libavcodec/arm/ |
D | startcode_armv6.S | 24 RESULT .req a1 label
|
/third_party/python/Modules/ |
D | _testinternalcapi.c | 88 #define CHECK(X, RESULT) \ in test_popcount() argument 127 #define CHECK(X, RESULT) \ in test_bit_length() argument
|
D | _localemodule.c | 260 #define RESULT(key, obj)\ in _locale_localeconv_impl() macro
|
D | _datetimemodule.c | 152 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \ argument
|
/third_party/skia/src/sksl/ |
D | SkSLConstantFolder.cpp | 430 #define RESULT(Op) fold_int_expression(line, \ in Simplify() macro 486 #define RESULT(Op) fold_float_expression(line, leftVal Op rightVal, &resultType) in Simplify() macro
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | locktests.h | 108 RESULT, enumerator
|
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/ |
D | userIAMuserAuth.js | 41 RESULT: 1, property
|
/third_party/python/Lib/unittest/test/ |
D | test_program.py | 157 RESULT = object() variable
|