Home | History | Annotate | Download | only in cros

Lines Matching refs:That

2 # Use of this source code is governed by a BSD-style license that can be
46 # Artifacts that should be staged when client calls devserver RPC to stage an
49 # Artifacts that should be staged when client calls devserver RPC to stage an
54 # Artifacts that should be staged when client calls devserver RPC to stage an
99 # People who see this should know that they shouldn't change these
202 _EXCEPTION_PATTERNS are very specific so that errors cannot match
230 """HTML parser that strips HTML tags, coded characters like &
283 @return: The address of the storage server that has these artifacts.
458 Note that this is likely parsed from the devserver URL from
459 shadow_config.ini, meaning that
524 """Inner method that makes the call."""
632 """Build a URL to |host| that calls |method|, passing |kwargs|.
634 Builds a URL that calls |method| on the dev server defined by |host|,
637 @param host: a string that is the host basename e.g. http://server:90.
654 """Builds a devserver RPC string that is used by 'run_call()'.
663 """Builds a list of URLs that makes RPC calls on all devservers.
665 Build a URL that calls |method| on the dev server, passing a set
689 @param call: a url string that calls a method to a devserver.
707 """Returns a list of servers that can serve as this type of server."""
803 devservers that's available for the given hostname. can_retry
804 is a flag that indicate if caller can retry the selection of
851 @param hostname: The hostname of dut that requests a devserver. It's
895 """Return a random devserver that's available.
898 build that a caller wants to stage. The purpose is that different
901 devservers. That helps to reduce the duplication of builds across
910 """Class of DevServer that symbolicates crash dumps."""
921 Stage the debug symbols for |build| and, if that works, ask the
928 @raise DevServerException upon any return code that's not HTTP OK.
979 """Returns a list of servers that can serve as a desired type of
988 @param image: the image that was fetched.
1024 @param call: a url string that calls a method to a devserver.
1065 @param call: a url string that calls a method to a devserver.
1078 @param call: a url string that calls a method to a devserver.
1117 @param remote_file: The URL of the file on devserver that need to be
1142 exceptions that were raised when devserver tried to download
1191 @raise DevServerException upon any return code that's expected_response.
1213 # wait_for_artifacts_staged, since that method is implemented by
1234 @param archive_url: Optional parameter that has the archive_url to stage
1237 @param kwargs: keyword arguments that specify the build information, to
1240 @raise DevServerException upon any return code that's not HTTP OK.
1318 @raise DevServerException upon any return code that's not HTTP OK.
1362 @raise DevServerException upon any return code that's not HTTP OK.
1399 @raise DevServerException upon any return code that's not HTTP OK.
1439 @raise DevServerException upon any return code that's not HTTP OK.
1456 @raise DevServerException upon any return code that's not HTTP OK.
1475 @raise DevServerException upon any return code that's not HTTP OK.
1484 """Class for DevServer that handles RPCs related to CrOS images.
1487 made in async mode. That is, when caller makes an RPC |stage| to request
1494 with a fixed number of threads that handle devserver rpc.
1544 @raise DevServerException upon any return code that's expected_response.
1569 @param archive_url: Optional parameter that has the archive_url to stage
1573 @raise DevServerException upon any return code that's not HTTP OK.
1587 @raise DevServerException upon any return code that's not HTTP OK.
1615 @raise DevServerException upon any return code that's not HTTP OK.
1633 @returns path on the devserver that telemetry is installed to.
1657 @raise DevServerException upon any return code that's not HTTP OK.
1665 """Returns the url that should be passed to the updater.
1667 @param image: the image that was fetched.
1683 @param image: the image that was fetched.
1685 @return A fully qualified URL that can be used for downloading the
1695 @param image: the image that was fetched.
1697 @return A fully qualified URL that can be used for downloading the
1707 @param image: the image that was fetched.
1709 @return A fully qualified URL that can be used for downloading the
1728 @raise DevServerException upon any return code that's not HTTP OK.
1742 @raise DevServerException upon any return code that's not HTTP OK.
1780 webserver sending an empty string, '', ensures that
1784 @raise DevServerException upon any return code that's not HTTP OK.
1817 make sure the process is killed. This is used for the case that the au
1876 This is extracted to its own function so that it can be easily mocked.
1890 Collect the logs that recording the whole cros-update process, and
1893 The example log file name that is stored is like:
2003 exceptions that were raised when devserver tried to
2199 # reset_after=True is required for String gauges events to ensure that
2227 cardinality limit, we avoid a metric that includes both dut hostname
2261 # reset_after=True is required for String gauges events to ensure that
2292 # Get the instructions file that contains info about the build.
2513 """Class for DevServer that handles RPCs related to Android builds.
2516 made in async mode. That is, when caller makes an RPC |stage| to request
2523 with a fixed number of threads that handle devserver rpc.
2573 @raise DevServerException upon any return code that's expected_response.
2608 @param archive_url: Optional parameter that has the archive_url to stage
2612 @raise DevServerException upon any return code that's not HTTP OK.
2657 @raise DevServerException upon any return code that's not HTTP OK.
2687 @raise DevServerException upon any return code that's not HTTP OK.
2807 overloaded, the logic here should fall back to the old behavior that randomly
2812 @param hostname: Hostname of the dut that the devserver is used for. The
2879 @return: A DevServer instance that can be used to stage given build for the