Home
last modified time | relevance | path

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

/third_party/rust/crates/once_cell/examples/
Dtest_synchronization.rs16 static RESULT: OnceCell<usize> = OnceCell::new(); variable
/third_party/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
/third_party/ffmpeg/libavcodec/x86/
Dmlpdsp_init.c94 #define RESULT "%%rsi" macro
120 #define RESULT "%%eax" macro
/third_party/ffmpeg/libavcodec/arm/
Dstartcode_armv6.S24 RESULT .req a1 label
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.h36 RESULT, enumerator
Ddevtools_util.h64 RESULT, // Result message. enumerator
/third_party/python/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
/third_party/skia/src/sksl/
DSkSLConstantFolder.cpp430 #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/
Dlocktests.h108 RESULT, enumerator
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DuserIAMuserAuth.js41 RESULT: 1, property
/third_party/python/Lib/unittest/test/
Dtest_program.py157 RESULT = object() variable
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.cpp1526 #define RESULT(t, op) std::unique_ptr<Expression>(new t ## Literal(fContext, left.fOffset, \ in constantFold() macro
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstvalue.c3655 #define RESULT(i) _RESULT(i) macro