MCPcopy Create free account

hub / github.com/Mobiperf/MobiPerf / functions

Functions766 in github.com/Mobiperf/MobiPerf

Method__delattr__
(self, attr, g=thread.get_ident)
server/routes/threadinglocal.py:29
Method__getattr__
(self, name)
server/routes/__init__.py:13
Method__getattr__
(self, attr, g=thread.get_ident)
server/routes/threadinglocal.py:18
Method__init__
(self, speedometer_server=None, use_local_dev_server=None, auth_function=None)
client/speedometer_client.py:74
Method__init__
Creates a new HttpRpcServer. Args: host: The host to send requests to. auth_function: A function that takes no arguments and returns
client/appengine_client.py:53
Method__init__
(self, host, username='test@example.com', host_override=None, extra_headers={}, account_type=AU
client/appengine_client.py:313
Method__init__
Create a Route middleware object Using the use_method_override keyword will require Paste to be installed, and your applicat
server/routes/middleware.py:18
Method__init__
Initialize a route, with a given routepath for matching/generation The set of keyword args will be used as defaults.
server/routes/base.py:29
Method__init__
Create a new Mapper instance All keyword arguments are optional. ``controller_scan`` Function reference
server/routes/base.py:550
Method__init__
(self)
server/routes/threadinglocal.py:15
Method__init__
Initializes this application with the given URL mapping. Args: mapper: a routes.mapper.Mapper instance. debug: if true, we send Pytho
server/gspeedometer/wsgi.py:56
Method__init__
(self, kind, description, field_to_description)
server/gspeedometer/controllers/measurement.py:164
Method__init__
Initializes the dns lookup object with data.
server/gspeedometer/measurement/dns.py:29
Method__init__
Initializes the RRC object
server/gspeedometer/measurement/rrc.py:27
Method__init__
Initializes the traceroute object with hops and latencies.
server/gspeedometer/measurement/traceroute.py:29
Method__init__
Initializes the HTTP lookup object with data.
server/gspeedometer/measurement/http.py:29
Method__init__
Initializes the ping object with hops and latencies
server/gspeedometer/measurement/ping.py:29
Method__init__
Initializes the RRC object
server/gspeedometer/measurement/udpburst.py:27
Method__init__
(self, value)
server/gspeedometer/helpers/error.py:35
Method__init__
(self, icon_id='icon', image=config.DEFAULT_GOOGLEMAP_ICON_IMAGE, shadow='', ico
server/gspeedometer/helpers/googlemaphelper.py:29
Method__init__
(self, map_id='map', width='500px', height='300px', center=(0, 0), zoom='2', show_navcontrols=T
server/gspeedometer/helpers/googlemaphelper.py:50
Method__init__
(self, key=None, themap=None, iconlist=None)
server/gspeedometer/helpers/googlemaphelper.py:82
Method__setattr__
If the name is environ, load the wsgi envion with load_wsgi_environ and set the environ
server/routes/__init__.py:16
Method__setattr__
(self, attr, value, g=thread.get_ident)
server/routes/threadinglocal.py:26
Method__str__
(self)
server/gspeedometer/model.py:58
Method__str__
(self)
server/gspeedometer/model.py:133
Method__str__
(self)
server/gspeedometer/model.py:288
Method__str__
(self)
server/gspeedometer/helpers/error.py:39
Method__str__
(self)
server/gspeedometer/helpers/googlemaphelper.py:42
Method__str__
(self)
server/gspeedometer/helpers/googlemaphelper.py:74
Method__str__
(self)
server/gspeedometer/helpers/googlemaphelper.py:123
Method_envdel
(self)
server/routes/base.py:629
Method_envget
(self)
server/routes/base.py:625
Method_envset
(self, env)
server/routes/base.py:627
Methodcall
()
android/src/com/mobiperf/MeasurementTask.java:175
Methodcall
()
android/src/com/mobiperf/AccountSelector.java:242
Methodcall
The call() method that broadcast intents before the measurement starts and after the measurement finishes.
android/src/com/mobiperf/MeasurementScheduler.java:1245
Methodcall
()
android/src/com/mobiperf/ResourceCapManager.java:417
Methodcall
Runs the HTTP measurement task. Will acquire power lock to ensure wifi is not turned off
android/src/com/mobiperf/measurements/HttpTask.java:142
Methodcall
Depending on the type of measurement, indicated by desc.Up, perform an uplink/downlink measurement @return the measurement's results @throws Measurem
android/src/com/mobiperf/measurements/UDPBurstTask.java:669
Methodcall
()
android/src/com/mobiperf/measurements/RRCTask.java:718
Methodcall
()
android/src/com/mobiperf/measurements/DnsLookupTask.java:102
Methodcall
()
android/src/com/mobiperf/measurements/TCPThroughputTask.java:296
Methodcall
()
android/src/com/mobiperf/measurements/PingTask.java:157
Methodcall
()
android/src/com/mobiperf/measurements/TracerouteTask.java:167
Methodcall
Dummy call() that does nothing but sleeps forever
android/tests/src/com/mobiperf/speedometer/test/TestMeasurementTaskBase.java:100
MethodcaptureScreenshot
Captures a screenshot of a WebView, except scrollbars, and returns it as a Bitmap. @param webView The WebView to screenshot. @return A Bitmap with th
android/src/com/mobiperf/util/PhoneUtils.java:497
MethodcheckClientTrusted
(X509Certificate[] chain, String authType)
android/src/com/mobiperf/Checkin.java:276
MethodcheckServerTrusted
(X509Certificate[] chain, String authType)
android/src/com/mobiperf/Checkin.java:282
Methodclone
Returns a copy of the HttpTask
android/src/com/mobiperf/measurements/HttpTask.java:133
Methodclone
Make a deep cloning of the task
android/src/com/mobiperf/measurements/UDPBurstTask.java:204
Methodclone
Returns a copy of the DnsLookupTask
android/src/com/mobiperf/measurements/DnsLookupTask.java:94
Methodclone
Make a deep cloning of the task
android/src/com/mobiperf/measurements/TCPThroughputTask.java:246
Methodclone
Returns a copy of the PingTask
android/src/com/mobiperf/measurements/PingTask.java:147
Methodclone
Returns a copy of the TracerouteTask
android/src/com/mobiperf/measurements/TracerouteTask.java:159
Methodclone
()
android/tests/src/com/mobiperf/speedometer/test/TestMeasurementTaskBase.java:121
Methodcompare
(MeasurementTask task1, MeasurementTask task2)
android/src/com/mobiperf/MeasurementScheduler.java:554
Functioncontroller_scan
Scan a directory for python files and use them as controllers
server/routes/util.py:218
MethodcreateSocket
(Socket socket, String host, int port, boolean autoClose)
android/src/com/mobiperf/Checkin.java:292
MethoddebugString
Returns a debug printable representation of a string list.
android/src/com/mobiperf/util/PhoneUtils.java:546
MethoddeleteItem
Erase all data corresponding to a set of results with a particular interpacket interval @param index Index into the array of results.
android/src/com/mobiperf/measurements/RRCTask.java:554
Methoddeserialize
(JsonElement json, Type type, JsonDeserializationContext context)
android/src/com/mobiperf/util/MeasurementJsonConvertor.java:128
MethoddisplayResults
(StringBuilderPrinter printer)
android/src/com/mobiperf/measurements/RRCTask.java:166
Methoddst
(self, dt)
server/gspeedometer/helpers/util.py:150
Methoddst
(self, dt)
server/gspeedometer/helpers/util.py:156
Methodgenerate
Generate a route from a set of keywords Returns the url text, or None if no URL could be generated. .. code-block::
server/routes/base.py:818
MethodgeneratePhoneId
Returns a string representing this phone: "Android_<hardware-type>-<build-release>_<network-type>_" + "<network-carrier>_<mobile-type>_<Portrait-or-L
android/src/com/mobiperf/util/PhoneUtils.java:218
MethodgetAcceptedIssuers
()
android/src/com/mobiperf/Checkin.java:272
MethodgetDataConsumed
All measurement tasks must provide measurements of how much data they have used to be fetched when the task completes. This allows us to make sure we
android/src/com/mobiperf/MeasurementTask.java:210
MethodgetDataConsumed
Data used so far by the task. To calculate this, we measure <i>all</i> data sent while the task is running. This will tend to overestimate the data c
android/src/com/mobiperf/measurements/HttpTask.java:341
MethodgetDataConsumed
Based on a direct accounting of UDP packet sizes.
android/src/com/mobiperf/measurements/UDPBurstTask.java:787
MethodgetDataConsumed
Since it is hard to get the amount of data sent directly, use a fixed value. The data consumed is usually small, and the fixed value is a conservativ
android/src/com/mobiperf/measurements/DnsLookupTask.java:177
MethodgetDataConsumed
Based on the measured total data sent and received, the same returned as a measurement result
android/src/com/mobiperf/measurements/TCPThroughputTask.java:638
MethodgetDataConsumed
Data sent so far by this task. We count packets sent directly to calculate the data sent
android/src/com/mobiperf/measurements/PingTask.java:496
MethodgetDataConsumed
Based on counting the number of pings sent
android/src/com/mobiperf/measurements/TracerouteTask.java:473
MethodgetDescClass
()
android/src/com/mobiperf/MeasurementTask.java:118
MethodgetDescClass
()
android/src/com/mobiperf/measurements/HttpTask.java:303
MethodgetDescClass
()
android/src/com/mobiperf/measurements/UDPBurstTask.java:189
MethodgetDescClass
()
android/src/com/mobiperf/measurements/RRCTask.java:698
MethodgetDescClass
()
android/src/com/mobiperf/measurements/DnsLookupTask.java:143
MethodgetDescClass
()
android/src/com/mobiperf/measurements/TCPThroughputTask.java:287
MethodgetDescClass
()
android/src/com/mobiperf/measurements/PingTask.java:133
MethodgetDescClass
()
android/src/com/mobiperf/measurements/TracerouteTask.java:318
MethodgetDescriptor
()
android/src/com/mobiperf/measurements/HttpTask.java:313
MethodgetDescriptor
Returns a brief human-readable descriptor of the task.
android/src/com/mobiperf/measurements/UDPBurstTask.java:744
MethodgetDescriptor
()
android/src/com/mobiperf/measurements/DnsLookupTask.java:153
MethodgetDescriptor
()
android/src/com/mobiperf/measurements/TCPThroughputTask.java:261
MethodgetDescriptor
()
android/src/com/mobiperf/measurements/PingTask.java:193
MethodgetDescriptor
()
android/src/com/mobiperf/measurements/TracerouteTask.java:328
MethodgetDescriptor
()
android/tests/src/com/mobiperf/speedometer/test/TestMeasurementTaskBase.java:127
MethodgetGlobalContext
Returns the context previously set with {@link #setGlobalContext}.
android/src/com/mobiperf/util/PhoneUtils.java:178
MethodgetNextCheckinTime
Returns the next (expected) checkin time
android/src/com/mobiperf/MeasurementScheduler.java:499
MethodgetProgress
()
android/src/com/mobiperf/MeasurementTask.java:182
MethodgetProgress
()
android/src/com/mobiperf/measurements/PingTask.java:198
MethodgetSpeedomterTabHost
Returns the tab host. Allows child tabs to request focus changes, etc...
android/src/com/mobiperf/SpeedometerApp.java:100
MethodgetType
Return the type of the measurement (DNS, Ping, Traceroute, etc.)
android/src/com/mobiperf/MeasurementDesc.java:98
MethodgetType
Return the string indicating the measurement type.
android/src/com/mobiperf/MeasurementTask.java:179
MethodgetType
()
android/src/com/mobiperf/MeasurementResult.java:75
MethodgetType
()
android/src/com/mobiperf/measurements/HttpTask.java:123
MethodgetType
()
android/src/com/mobiperf/measurements/HttpTask.java:308
← previousnext →501–600 of 766, ranked by callers