Searched defs:the (Results 1 - 5 of 5) sorted by relevance

/external/skia/tools/
H A Ddm_flags.py5 # found in the LICENSE file.
11 Write extra flags to outfile for DM based on the bot name:
53 # The S4 crashes and the NP produces a long error stream when we run with
76 # We want to run gpudft on atleast the mali 400
92 # Certain gm's on win7 gpu and pdf are never finishing and keeping the test
110 # the 32-bit GCE bots run out of memory in DM when running these large images
217 import coverage # This way the bots don't need coverage.py to be installed. namespace
H A Dnanobench_flags.py5 # found in the LICENSE file.
11 Write extra flags to outfile for nanobench based on the bot name:
47 # The S4 crashes and the NP produces a long error stream when we run with
62 # Ensure that the bot framework does not think we have timed out.
90 # the 32-bit GCE bots run out of memory in DM when running these large images
101 # We do not need or want to benchmark the decodes of incomplete images.
102 # In fact, in nanobench we assert that the full image decode succeeds.
136 import coverage # This way the bots don't need coverage.py to be installed. namespace
H A Dbuildbot_spec.py5 # found in the LICENSE file.
11 Write buildbot spec to outfile based on the bot name:
35 # Since we don't actually start coverage until we're in the self-test,
170 # We have to use Clang 3.6 because earlier versions do not support the
188 """Return a list of targets to build, depending on the builder type."""
318 import coverage # This way the bots don't need coverage.py to be installed. namespace
/external/jsoncpp/scons-tools/
H A Dsubstinfile.py2 from SCons.Script import * # the usual scons stuff you get in a SConscript namespace
7 Add builders and construction variables for the
10 Adds SubstInFile builder, which substitutes the keys->values of SUBST_DICT
11 from the source to the target.
15 the result is expanded as the value.
17 substituted from the corresponding source.
20 """Replace all instances of the keys of dict with their values.
22 then all instances of %VERSION% in the fil
[all...]
/external/autotest/site_utils/
H A Ddump_to_cloudsql.py5 # found in the LICENSE file.
57 data: A line of data from the MySQL dump.
58 execute_cmd: Whether to execute the command, defaults to True.
74 """Closes the current database connection."""
95 """Connects to the Cloud SQL database and returns the connection.
98 A MySQLdb compatible database connection to the Cloud SQL instance.
104 sys.exit('Unable to import rdbms_googleapi. Add the AppEngine SDK ' namespace
105 'directory to your PYTHONPATH. Download the SDK from: '
120 """Connects to the loca
[all...]

Completed in 211 milliseconds