HomeSort by relevance Sort by last modified time
    Searched defs:returned (Results 1 - 25 of 39) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
1-2.c 15 2. For about ten seconds, keep checking from main() that the "returned"
17 returned even before a signal was sent to it, thus FAIL the test.
19 and verify that "returned" has now been set to 1, meaning that the
20 sigpause returned from suspension.
34 static int returned; variable
50 returned = 1;
66 if (returned == 1) {
67 printf("Test FAILED: sigpause returned before "
80 if (returned != 1) {
82 "never returned.\n")
    [all...]
  /frameworks/native/libs/gui/include/gui/
IGraphicBufferConsumer.h 44 // Returned by releaseBuffer, after which the consumer must free any references to the
47 // Returned by dequeueBuffer if there are no pending buffers available.
49 // Returned by dequeueBuffer if it's too early for the buffer to be acquired.
55 // acquired, the information about the buffer is returned in BufferItem.
57 // If the buffer returned had previously been acquired then the BufferItem::mGraphicBuffer field
63 // PRESENT_LATER will be returned. The presentation time is in nanoseconds, and the time base
69 // onFrameReplaced callback), then PRESENT_LATER will be returned.
96 // succeeds, it will be as if this buffer was acquired from the returned slot number. As such,
113 // buffer is no longer in use. frameNumber is used to identify the exact buffer returned.
179 // setDefaultBufferSize is used to set the size of buffers returned by dequeueBuffer when
279 String8 returned; local
280 dumpState(String8(prefix), &returned); local
    [all...]
  /libcore/support/src/test/java/tests/support/
ThrowingReader.java 53 int returned = super.read(buf, offset, count); local
54 total += returned;
55 return returned;
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 35 private String returned; // AST (toStringTree) or ST (toString) field in class:gUnitTestResult
48 public gUnitTestResult(boolean success, String output, String returned) {
50 this.returned = returned;
66 return returned;
  /external/clang/test/CodeGen/
types.c 30 struct List returned; member in struct:Village
  /frameworks/ml/nn/driver/sample/
SampleDriver.cpp 87 VLOG(DRIVER) << "executor.run returned " << n;
90 Return<void> returned = callback->notify(executionStatus); local
91 if (!returned.isOk()) {
92 LOG(ERROR) << " hidl callback failed to return properly: " << returned.description();
  /system/tools/aidl/tests/
aidl_test_client_parcelables.cpp 47 SimpleParcelable out_param, returned; local
48 Status status = s->RepeatSimpleParcelable(input, &out_param, &returned);
53 if (input != out_param || input != returned) {
82 PersistableBundle empty_bundle, returned; local
83 Status status = s->RepeatPersistableBundle(empty_bundle, &returned);
88 if (empty_bundle != returned) {
112 status = s->RepeatPersistableBundle(non_empty_bundle, &returned);
117 if (non_empty_bundle != returned) {
  /external/jsilver/src/org/clearsilver/
FactoryLoader.java 76 ClearsilverFactory returned = clearsilverFactory; local
78 return returned;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
1-2.c 27 * -> Is an error returned when unlocking the mutex in unlocked state?
92 int returned = 0; variable
125 returned = 0;
127 returned = 1;
161 ("Mutex unlock returned an error but mutex is unlocked.");
222 ("Results for unlock issue #1:\n mutex 1 unlocking returned %i\n mutex 2 unlocking returned %i\n",
269 ("Results for unlock issue #2:\n mutex 1 returned %i\n mutex 2 returned %i\n",
308 if (returned == 0
    [all...]
3-2.c 32 * -> Is an error returned when unlocking the mutex in unlocked state?
98 int returned = 0; variable
131 returned = 0;
133 returned = 1;
167 ("Mutex unlock returned an error but mutex is unlocked.");
215 ("Results for unlock issue #1:\n mutex 1 unlocking returned %i\n mutex 2 unlocking returned %i\n",
262 ("Results for unlock issue #2:\n mutex 1 returned %i\n mutex 2 returned %i\n",
301 if (returned == 0
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
forward_error_correction.h 109 bool returned; // True when the packet already has been returned to the member in class:webrtc::ForwardErrorCorrection::RecoveredPacket
  /external/skia/tests/
PointTest.cpp 30 SkScalar returned = SkPoint::Normalize(&point); local
32 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(returned, oldLength));
  /art/runtime/interpreter/
interpreter.cc 314 bool returned = ExecuteMterpImpl(self, code_item, &shadow_frame, &result_register); local
315 if (returned) {
  /external/libogg/include/ogg/
ogg.h 57 long body_returned; /* elements of fill returned */
109 int returned; member in struct:__anon24130
  /external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
MockMethodAdvice.java 57 private static void exit(@Advice.Return(readOnly = false, typing = Assigner.Typing.DYNAMIC) Object returned,
60 returned = mocked.call();
187 private final Object returned; field in class:MockMethodAdvice.ReturnValueWrapper
189 private ReturnValueWrapper(Object returned) {
190 this.returned = returned;
195 return returned;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 648 PyObject *returned; local
696 returned = warn_explicit(category, message, filename, lineno, module,
699 return returned;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 647 PyObject *returned; local
695 returned = warn_explicit(category, message, filename, lineno, module,
698 return returned;
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsm16bitStorageTests.cpp 150 const deUint16* returned = static_cast<const deUint16*>(outputAllocs[outputNdx]->getHostPtr()); local
155 if (!compare16BitFloat(original[numNdx], returned[numNdx], RoundingMode, log))
173 const deUint16* returned = static_cast<const deUint16*>(outputAllocs[outputNdx]->getHostPtr()); local
178 if (!compare16BitFloat(original[numNdx], returned[numNdx], RoundingMode, log))
    [all...]
  /external/python/cpython2/Python/
_warnings.c 647 PyObject *returned; local
695 returned = warn_explicit(category, message, filename, lineno, module,
698 return returned;
  /system/tools/aidl/tests/java_app/src/android/aidl/tests/
TestServiceClient.java 407 SimpleParcelable returned = local
413 if (!input.equals(returned)) {
414 mLog.log(input.toString() + " != " + returned.toString());
415 mLog.logAndThrow("returned SimpleParcelable was not equivalent");
457 PersistableBundle returned = service.RepeatPersistableBundle(emptyBundle); local
458 if (emptyBundle.size() != 0 || returned.size() != 0) {
459 mLog.log(emptyBundle.toString() + " != " + returned.toString());
460 mLog.logAndThrow("returned empty PersistableBundle object was not equivalent");
493 PersistableBundle returned = service.RepeatPersistableBundle(nonEmptyBundle); local
494 if (returned.size() != nonEmptyBundle.size(
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 803 static inline void _hb_warn_no_return (bool returned)
805 if (unlikely (!returned)) {
806 fprintf (stderr, "OUCH, returned with no call to return_trace(). This is a bug, please report.\n");
810 /*static*/ inline void _hb_warn_no_return<hb_void_t> (bool returned HB_UNUSED)
820 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false)
831 _hb_warn_no_return<ret_t> (returned);
832 if (!returned) {
840 if (unlikely (returned)) {
850 returned = true;
858 bool returned; member in struct:hb_auto_trace_t
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java 1146 Bundle returned = dpm.getApplicationRestrictions(admin1, "pkg1"); local
1153 Bundle returned = dpm.getApplicationRestrictions(admin1, "pkg2"); local
1377 Bundle returned = dpm.getApplicationRestrictions(null, "pkg1"); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 1872 int32_t returned = calendar->getActualMaximum(field, status); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java 1290 int returned = calendar.getActualMaximum(field); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegressionTest.java 1289 int returned = calendar.getActualMaximum(field); local
    [all...]

Completed in 1707 milliseconds

1 2