HomeSort by relevance Sort by last modified time
    Searched defs:recorded (Results 1 - 4 of 4) sorted by null

  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-notification.hpp 241 class recorded class in namespace:rxcpp::notifications
246 recorded(long t, T v) function in class:rxcpp::notifications::recorded
258 bool operator == (recorded<T> lhs, recorded<T> rhs) {
263 std::ostream& operator<< (std::ostream& out, const recorded<T>& r) {
275 inline std::ostream& operator<< (std::ostream& out, const std::vector<rxcpp::notifications::recorded<T>>& vr) {
  /external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/
MockStatic.java 67 static String recorded = null; field in class:MockStatic.SubClass
74 recorded = toRecord;
336 SubClass.recorded = null;
338 assertEquals("no sideeffect", SubClass.recorded);
342 assertEquals("no sideeffect", SubClass.recorded);
346 assertEquals("no sideeffect", SubClass.recorded);
  /external/jline/
jline-1.0.jar 
  /external/stressapptest/src/
worker.cc 707 recorded[kErrorLimit]; // Queued errors for later printing. local
729 recorded[errors].actual = actual;
730 recorded[errors].expected = expected;
731 recorded[errors].vaddr = &memblock[i];
813 ProcessError(&recorded[0], 0, errormessage.c_str());
826 // Process error queue after all errors have been recorded.
831 ProcessError(&recorded[err], priority, errormessage.c_str());
    [all...]

Completed in 2522 milliseconds