HomeSort by relevance Sort by last modified time
    Searched defs:utils (Results 251 - 275 of 1598) sorted by null

<<11121314151617181920>>

  /external/autotest/frontend/afe/
rpc_client_lib.py 10 from autotest_lib.client.common_lib import utils namespace
37 authorization_headers = utils.import_site_function(
  /external/autotest/scheduler/
archive_results.py 4 from autotest_lib.client.common_lib import global_config, utils namespace
22 ResultsArchiver = utils.import_site_class(
  /external/autotest/server/
base_utils_unittest.py 7 from autotest_lib.server import utils namespace
24 (ntuples, failures) = utils.form_ntuples_from_machines(self.machines)
52 self.assertEquals(utils.parse_machine(machine), result)
57 self.assertEquals(utils.parse_machine('host', 'bob', 'foo', 1234),
71 self.assertRaises(exception, utils.parse_machine, machine)
  /external/autotest/server/hosts/
base_classes.py 23 from autotest_lib.server import utils namespace
69 self.serverdir = utils.get_server_dir()
  /external/autotest/server/site_tests/brillo_KernelVersionTest/
brillo_KernelVersionTest.py 6 from autotest_lib.client.bin import utils namespace
32 if utils.compare_versions(result, min_version) < 0:
  /external/autotest/server/site_tests/desktopui_CrashyRebootServer/
desktopui_CrashyRebootServer.py 6 from autotest_lib.client.bin import utils namespace
69 utils.poll_for_condition(lambda: host.wait_up(5),
71 except utils.TimeoutError:
  /external/autotest/server/site_tests/firmware_CgptStress/
firmware_CgptStress.py 7 from autotest_lib.client.common_lib import utils namespace
20 dict_args = utils.args_to_dict(cmdline_args)
  /external/autotest/server/site_tests/firmware_DevModeStress/
firmware_DevModeStress.py 9 from autotest_lib.client.common_lib import utils namespace
22 dict_args = utils.args_to_dict(cmdline_args)
  /external/autotest/server/site_tests/firmware_UpdateFirmwareVersion/
firmware_UpdateFirmwareVersion.py 6 from autotest_lib.server import utils namespace
40 dict_args = utils.args_to_dict(cmdline_args)
  /external/autotest/server/site_tests/video_VDAStressSetup/
video_VDAStressSetup.py 10 from autotest_lib.server import utils namespace
31 utils.system('gsutil cp %s %s' % (gs_video_list, local_video_list))
48 utils.system('gsutil cp %s %s' %
  /external/autotest/server/tests/netperf2/
netperf2.py 2 from autotest_lib.server import utils namespace
58 utils.write_keyval('../' + server.hostname,
60 utils.write_keyval('../' + client.hostname,
  /external/autotest/server/tests/netpipe/
netpipe.py 2 from autotest_lib.server import utils namespace
59 utils.write_keyval('../' + server.hostname,
61 utils.write_keyval('../' + client.hostname,
  /external/chromium-trace/catapult/dashboard/dashboard/
edit_anomalies.py 13 from dashboard import utils namespace
41 if not utils.IsValidSheriffUser():
new_points.py 9 from dashboard import utils namespace
61 test_keys = map(utils.TestKey, test_paths)
77 'test': utils.TestPath(row.parent_test),
oauth2_decorator.py 9 from dashboard import utils namespace
14 scope=utils.EMAIL_SCOPE,
set_warning_message.py 13 from dashboard import utils namespace
63 if not utils.IsInternalUser():
test_buildbucket.py 12 from dashboard import utils namespace
21 if not utils.IsInternalUser():
  /external/chromium-trace/catapult/dashboard/dashboard/models/
alert_test.py 8 from dashboard import utils namespace
22 anomaly.Anomaly(test=utils.TestKey('SuperGPU/Bot1/foo/bar')).put()
23 anomaly.Anomaly(test=utils.TestKey('SuperGPU/Bot1/foo/bar')).put()
32 anomaly.Anomaly(test=utils.TestKey('SuperGPU/Bot1/foo/bar')).put()
33 anomaly.Anomaly(test=utils.TestKey('SuperGPU/Bot2/foo/bar')).put()
34 anomaly.Anomaly(test=utils.TestKey('SuperGPU/Bot3/foo/bar')).put()
anomaly_config_test.py 12 from dashboard import utils namespace
20 test = utils.TestKey('M/b/foo/bar').get()
48 test = utils.TestKey('M/b/foo/bar').get()
bug_label_patterns.py 13 from dashboard import utils namespace
50 if utils.TestMatchesPattern(test, pattern):
bug_label_patterns_test.py 8 from dashboard import utils namespace
41 foo_test = utils.TestKey('M/b/foo').get()
42 bar_test = utils.TestKey('M/b/bar').get()
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
AssertionFailedException.java 11 package org.eclipse.wb.internal.core.utils.check;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
RunnableEx.java 11 package org.eclipse.wb.internal.core.utils.execution;
RunnableObjectEx.java 11 package org.eclipse.wb.internal.core.utils.execution;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
ImageImageDescriptor.java 11 package org.eclipse.wb.internal.core.utils.ui;

Completed in 2474 milliseconds

<<11121314151617181920>>