MCPcopy Create free account

hub / github.com/Mobiperf/MobiPerf / functions

Functions766 in github.com/Mobiperf/MobiPerf

MethodsetUp
()
android/tests/src/com/mobiperf/speedometer/test/TestHttpTask.java:34
MethodsetUp
()
android/tests/src/com/mobiperf/speedometer/test/TestPingTask.java:38
MethodsetUp
()
android/tests/src/com/mobiperf/speedometer/test/TestMeasurementTaskBase.java:57
MethodsetUp
()
android/tests/src/com/mobiperf/speedometer/test/UtilTest.java:41
MethodsetUp
()
android/tests/src/com/mobiperf/speedometer/test/TestSchedulerBasic.java:38
MethodsetUp
(self)
server/gspeedometer/helpers/test.py:37
MethodshutDown
Shuts down the executor thread
android/src/com/mobiperf/AccountSelector.java:81
MethodshutDown
Release all resource upon app shutdown
android/src/com/mobiperf/util/PhoneUtils.java:468
MethodstartSpeedometerInForeGround
Keep the service in the foreground, preventing it from being killed in low-memory situations.
android/src/com/mobiperf/MeasurementScheduler.java:293
Methodstop
Stop the measurement, even when it is running. There is no side effect if the measurement has not started or is already finished.
android/src/com/mobiperf/MeasurementTask.java:201
Methodstop
()
android/src/com/mobiperf/measurements/HttpTask.java:325
Methodstop
Stop the measurement, even when it is running. Should release all acquired resource in this function. There should not be side effect if the measureme
android/src/com/mobiperf/measurements/UDPBurstTask.java:758
Methodstop
()
android/src/com/mobiperf/measurements/DnsLookupTask.java:165
Methodstop
()
android/src/com/mobiperf/measurements/TCPThroughputTask.java:292
Methodstop
()
android/src/com/mobiperf/measurements/PingTask.java:485
Methodstop
()
android/src/com/mobiperf/measurements/TracerouteTask.java:445
Methodstop
()
android/tests/src/com/mobiperf/speedometer/test/TestMeasurementTaskBase.java:132
Methodswap
Swap the keys and values in the dict, and uppercase the values from the dict during the swap.
server/routes/base.py:1104
MethodtearDown
(self)
server/gspeedometer/helpers/test.py:48
MethodtestAnonymizeFieldsRespected
Test whether data anonymization is happening properly.
server/gspeedometer/controllers/archive_test.py:68
MethodtestArchiveCompress
Test the compression. This test will fail if the type of compression or the type of hash generated changes. The hash should match the md5sum
server/gspeedometer/helpers/archive_util_test.py:51
MethodtestArchiveHash
Test the hash. This test will fail if the type of hash generated changes.
server/gspeedometer/helpers/archive_util_test.py:41
MethodtestCheckin
Test the checkin by manually invoking the methods
android/tests/src/com/mobiperf/speedometer/test/TestCheckin.java:34
MethodtestDeviceInfoCreate
(self)
server/gspeedometer/model_test.py:28
MethodtestDeviceLastUpdateTime
(self)
server/gspeedometer/model_test.py:60
MethodtestDevicePropertiesCreate
(self)
server/gspeedometer/model_test.py:36
MethodtestDevicePropertiesUpdate
(self)
server/gspeedometer/model_test.py:47
MethodtestDeviceTaskCreate
(self)
server/gspeedometer/model_test.py:138
MethodtestGson
()
android/tests/src/com/mobiperf/speedometer/test/UtilTest.java:46
MethodtestHttpTask
()
android/tests/src/com/mobiperf/speedometer/test/TestHttpTask.java:41
MethodtestIMEIHash
Test the hashing of device ID and extraction of type allocation code. This test will fail if the the type allocation code is not preserved or
server/gspeedometer/helpers/util_test.py:28
MethodtestId
()
android/src/com/mobiperf/measurements/RRCTask.java:520
MethodtestInversionSingleInput
Inversion pair of <1> are null. Inversion number is 0
measurement_server/src/com/udpmeasurement/test/TestCalculation.java:49
MethodtestJitterSingleValue
Jitter(Standard Deviation) of <1> should be 0
measurement_server/src/com/udpmeasurement/test/TestCalculation.java:78
MethodtestMeasurementCreate
(self)
server/gspeedometer/model_test.py:93
MethodtestMeasurementCreateWithTask
(self)
server/gspeedometer/model_test.py:103
MethodtestMeasurementExpando
(self)
server/gspeedometer/model_test.py:119
MethodtestNormalJitter
Jitter(Standard Deviation) of <1, -4, 8, 10, -8> should be 7.66 = 7 Since the calculation is made in double, we do not need to consider overflow test
measurement_server/src/com/udpmeasurement/test/TestCalculation.java:62
MethodtestNullTaskAddition
Test what happens if a null task is added
android/tests/src/com/mobiperf/speedometer/test/TestSchedulerBasic.java:44
MethodtestOutOfOrderNum
Inversion pair of <2,3,8,6,1> are <2,1> <3,1> <8,6> <8,1> <6,1>. Inversion number is 5
measurement_server/src/com/udpmeasurement/test/TestCalculation.java:32
MethodtestParametersToFileNameBase
Test the file name base creation based on parameters.
server/gspeedometer/controllers/archive_test.py:44
MethodtestPingOutputPatternMatching
()
android/tests/src/com/mobiperf/speedometer/test/UtilTest.java:71
MethodtestPingTask
()
android/tests/src/com/mobiperf/speedometer/test/TestPingTask.java:45
MethodtestPingTask
()
android/tests/src/com/mobiperf/speedometer/test/TestTracerouteTask.java:39
MethodtestPriorityQueueOnPriority
Test the ordering of tasks of the same priority
android/tests/src/com/mobiperf/speedometer/test/TestSchedulerBasic.java:107
MethodtestPriorityQueueOnStartTime
Test the ordering of tasks of the same priority
android/tests/src/com/mobiperf/speedometer/test/TestSchedulerBasic.java:77
MethodtestRawDataExistsWhenNotAnonymizing
Test whether raw data is fetched properly.
server/gspeedometer/controllers/archive_test.py:100
MethodtestSchedulerCheckin
Allow the scheduler to checkin once and verify checkin results
android/tests/src/com/mobiperf/speedometer/test/TestSchedulerBasic.java:140
MethodtestTaskCreate
(self)
server/gspeedometer/model_test.py:70
MethodtestTaskExpando
(self)
server/gspeedometer/model_test.py:79
MethodtestValidationOperation
Test that validation logic runs without error.
server/gspeedometer/controllers/validation_test.py:35
MethodtoJSON
(String networktype, String phoneId)
android/src/com/mobiperf/measurements/RRCTask.java:439
MethodtoString
()
android/src/com/mobiperf/MeasurementDesc.java:103
MethodtoString
()
android/src/com/mobiperf/MeasurementResult.java:85
MethodtoString
This will be printed to the device log console. Make sure it's well structured and human readable
android/src/com/mobiperf/measurements/UDPBurstTask.java:767
MethodtoString
()
android/src/com/mobiperf/measurements/DnsLookupTask.java:158
Functiontranslate
Translates a UTC datetime to the env_tz query parameter's time zone. Args: timestamp: A datetime instance. Returns: A (str, date
server/gspeedometer/helpers/util.py:165
Methodtzname
(self, dt)
server/gspeedometer/helpers/util.py:151
Methodtzname
(self, dt)
server/gspeedometer/helpers/util.py:157
MethodupdateNotificationBar
(String notificationMsg)
android/src/com/mobiperf/MeasurementScheduler.java:596
MethoduploadRRCInference
Handler for uploadRRCInference request generated from client. Take the results of the RRC inference tasks and store them in the
server/gspeedometer/controllers/RRCstates.py:35
MethoduploadRRCInferenceSizes
Handler for uploadRRCInferenceSizes request generated by client. Takes the results of the RRC size depencence task and stores t
server/gspeedometer/controllers/RRCstates.py:83
Methodutcoffset
(self, dt)
server/gspeedometer/helpers/util.py:149
Methodutcoffset
(self, dt)
server/gspeedometer/helpers/util.py:155
Methodv
(String msg)
android/src/com/mobiperf/Logger.java:50
Methodvalue_from_datadict
(self, data, unused_files, name)
server/gspeedometer/controllers/googlemap.py:39
← previous701–766 of 766, ranked by callers