Home
last modified time | relevance | path

Searched defs:returned (Results 1 – 18 of 18) sorted by relevance

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
DgUnitTestResult.java35 private String returned; // AST (toStringTree) or ST (toString) field in gUnitTestResult
48 public gUnitTestResult(boolean success, String output, String returned) { in gUnitTestResult()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
D1-2.c34 static int returned; variable
/external/mockito/src/test/java/org/mockitousage/debugging/
DInvocationListenerCallbackTest.java77 …private static Condition<RememberingListener> notifiedFor(final Object returned, final String loca… in notifiedFor()
/external/jsilver/src/org/clearsilver/
DFactoryLoader.java76 ClearsilverFactory returned = clearsilverFactory; in getClearsilverFactory() local
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction.h109 bool returned; // True when the packet already has been returned to the variable
/external/clang/test/CodeGen/
Dtypes.c30 struct List returned; member
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D3-2.c98 int returned = 0; variable
D1-2.c92 int returned = 0; variable
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DMockMethodAdvice.java187 private final Object returned; field in MockMethodAdvice.ReturnValueWrapper
189 private ReturnValueWrapper(Object returned) { in ReturnValueWrapper()
/external/skia/tests/
DPointTest.cpp30 SkScalar returned = SkPoint::Normalize(&point); in test_Normalize() local
/external/libogg/include/ogg/
Dogg.h109 int returned; member
/external/harfbuzz_ng/src/
Dhb-private.hh803 static inline void _hb_warn_no_return (bool returned) in _hb_warn_no_return()
858 bool returned; member
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2059 bool compare16BitFloat (float original, deUint16 returned, RoundingModeFlags flags, tcu::TestLog& l… in compare16BitFloat()
2122 bool compare32BitFloat (float expected, float returned, tcu::TestLog& log) in compare32BitFloat()
DvktSpvAsm16bitStorageTests.cpp150 const deUint16* returned = static_cast<const deUint16*>(outputAllocs[outputNdx]->getHostPtr()); in graphicsCheck16BitFloats() local
173 const deUint16* returned = static_cast<const deUint16*>(outputAllocs[outputNdx]->getHostPtr()); in computeCheck16BitFloats() local
/external/python/cpython2/Python/
D_warnings.c647 PyObject *returned; in warnings_warn_explicit() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java1290 int returned = calendar.getActualMaximum(field); in Test4166109() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java1289 int returned = calendar.getActualMaximum(field); in Test4166109() local
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp1872 int32_t returned = calendar->getActualMaximum(field, status); in Test4166109() local