aboutsummaryrefslogtreecommitdiff
path: root/util/tests
AgeCommit message (Expand)Author
2020-05-14Remove potentially redundant debug dump buffer writeMeng-hsuan Chung
2020-04-10Support clear and va_list print in DebugDumpWrapperMeng-hsuan Chung
2019-12-06Invert relationship between Sensor and SensorRequestsAnthony Stange
2019-10-21Add initDefaultSize method to DynamicVectorAnthony Stange
2019-08-20Run clang-format on system/chreAnthony Stange
2019-08-20Commit EventLoopManger debug dump multiple timesStan Rokita
2019-03-21Merge "Adds pop_back() method to FixedSizeVector"TreeHugger Robot
2019-03-20Adds pop_back() method to FixedSizeVectorArthur Ishiguro
2019-03-20Add destructor for chre::OptionalEnxun Wei
2019-01-29Remove the RidiculouslyHugeReserveFails DynamicVector testAndrew Rossignol
2018-11-21Add default copy constructor for optional.Enxun Wei
2018-10-16Add reset(), ==, != operator to chre::UniquePtr class.Jason Guo
2018-09-27Return true when calling copy_array with an empty inputAndrew Rossignol
2018-09-05Remove wrap and copy_array from DynamicVectorAndrew Rossignol
2018-09-04Introduce the Buffer<T> containerAndrew Rossignol
2018-07-17Check how long the system has been forced into big image am: 02dfbbb5f6Meng-hsuan Chung
2018-07-17Check how long the system has been forced into big imageMeng-hsuan Chung
2018-06-26Merge "Implements chre::ArrayQueue::clear" into pi-dev am: 603d721e93Arthur Ishiguro
2018-06-25Implements chre::ArrayQueue::clearArthur Ishiguro
2018-05-08Merge "Add kick_push() to array_queue"android-build-team Robot
2018-05-08Add kick_push() to array_queueEnxun Wei
2018-05-07Implements UniquePtr::resetArthur Ishiguro
2018-04-26Add safeGet() to Singleton<> and make get() simplerAndrew Rossignol
2018-03-23Make ArrayQueueIterator satisfy ForwardIteratorBrian Duddie
2018-03-19Allow move semantics in FixedSizeBlockingQueueArthur Ishiguro
2018-02-22Add getMilliseconds() to MicrosecondsMeng-hsuan Chung
2018-01-18Adds a resize() method to DynamicVectorAndrew Rossignol
2018-01-09Add a move assignment operator to DynamicVectorKevin Chyn
2017-11-22Adds getFreeBlockCount to MemoryPool and testAndrew Rossignol
2017-11-20Add ArrayQueue::back() with testsBrian Duddie
2017-11-10Adds retry to SEE sensor discovery.Meng-hsuan Chung
2017-10-16Adds a less than or equal to comparison for nanosecondsAndrew Rossignol
2017-08-24Merge changes I4f533108,Ifd38fac4 into oc-mr1-dev am: 7d20c6018dBrian Duddie
2017-08-24Add MakeUniqueZeroFill helper for UniquePtr + testBrian Duddie
2017-08-09Adds pop_back() to ArrayQueue and testsAndrew Rossignol
2017-04-28[Nanoseconds] Adds tests to verify overflow in +/- operationsMeng-hsuan Chung
2017-04-20Overloads operator== for DynamicVectorMehdi Alizadeh
2017-04-19Add unit tests for time duration classes in utilArthur Ishiguro
2017-04-17Updates to Optional for safety and consistencyBrian Duddie
2017-04-07Add ConditionalLockGuard, update EventLoop to use itBrian Duddie
2017-04-05Add DynamicVector::pop_back()Brian Duddie
2017-03-27Fix incorrect usage of assignment, move in containersBrian Duddie
2017-03-27Move unique pointer construction to free functionBrian Duddie
2017-03-21Implement UniquePtr::release()Brian Duddie
2017-03-20Reorganize HostProtocol, add hub info queryBrian Duddie
2017-03-09Implements the chreWifiConfigureScanMonitorAsync CHRE APIAndrew Rossignol
2017-03-03Adds a full() method to the ArrayQueue container with a testAndrew Rossignol
2017-03-03Add DynamicVector::copy_arrayBrian Duddie
2017-03-03Add deferCallback() for use by the CHRE systemBrian Duddie
2017-03-03Add DynamicVector::front()Brian Duddie