/external/autotest/server/site_tests/platform_KernelErrorPaths/ |
control.PANIC | 15 This test uses /proc/breakme to cause the machine to have various 23 def run_kernel_error_paths(machine): 24 host = hosts.create_host(machine)
|
control.SOFTLOCKUP | 15 This test uses /proc/breakme to cause the machine to have various 23 def run_kernel_error_paths(machine): 24 host = hosts.create_host(machine)
|
control.SPINLOCKUP | 15 This test uses /proc/breakme to cause the machine to have various 23 def run_kernel_error_paths(machine): 24 host = hosts.create_host(machine)
|
control.SYSRQ_X | 15 This test uses /proc/breakme to cause the machine to have various 23 def run_kernel_error_paths(machine): 24 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/power_IdleServer/ |
control | 14 This test first cuts off power to a machine and then measures the battery power 21 def run_system_power_idle(machine): 22 host = hosts.create_host(machine)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/ |
call_compute_service.py | 2 # from local machine and GCE. 3 # The GCE virtual machine needs to have both service account and 10 PROJECT = 'bamboo-machine-422' # Provide your own GCE project here
|
/external/opencv3/doc/tutorials/ml/ |
table_of_content_ml.markdown | 0 Machine Learning (ml module) {#tutorial_table_of_content_ml} 4 Use the powerful machine learning classes for statistical classification, regression and clustering 13 Learn what a Suport Vector Machine is.
|
/external/skia/site/dev/testing/ |
skialab.md | 34 Each machine is labeled with its hostname and the number or letter used to 38 associated with. Each device connects to a host machine, either directly or 41 **Disclaimer: Please ONLY make changes on a lab machine as a last resort, as it 45 made on the machine (such as a driver update), please contact an infra team 52 ### Locating the host machine for a failing bot 56 machine where a failing bot is running in order to debug the failure. 62 builder and buildslave. Click the "Lookup" link next to "Host machine". This 65 select the machine which runs the buildslave in question. 66 3. The information box will display the hostname of the machine as well as the 67 KVM switch and number used to access the machine, if the machine is in th [all...] |
/external/autotest/client/cros/cellular/wardmodem/state_machines/ |
level_indicators_machine.py | 12 Machine that maintains the information about different indications that are 25 @raises: SetupException if we attempt to create an instance of a machine 32 # Add all wardmodem response functions used by this machine. 35 # Load configuration for this machine and initialize relevant 53 """ Returns the well known name for this machine. """ 58 # State machine API functions.
|
/external/autotest/server/brillo/feedback/ |
client_factory.py | 12 def _get_client(fb_client_name, available_clients, test_name, machine, 19 @param machine: A dictionary describing the test host and DUT. 34 dut_name = '%s-%s' % (machine['hostname'], 35 machine['host_attributes']['serials']) 50 def get_audio_client(fb_client_name, test_name, machine, args_str): 53 machine, args_str)
|
/external/autotest/tko/parsers/ |
base.py | 19 # create and prime the parser state machine 25 """ Feed 'lines' into the parser state machine, and return 42 """ Feed 'lines' into the parser state machine, signal to the 43 state machine that no more lines are forthcoming, and then 46 # run the state machine to clear out the buffer 69 state machine. """
|
/libcore/luni/src/main/java/android/system/ |
StructUtsname.java | 29 /** The machine's unqualified name on some implementation-defined network. */ 38 /** The machine architecture, such as "armv7l" or "x86_64". */ 39 public final String machine; field in class:StructUtsname 44 public StructUtsname(String sysname, String nodename, String release, String version, String machine) { 49 this.machine = machine;
|
/development/ndk/platforms/android-21/arch-x86_64/include/machine/ |
setjmp.h | 5 * machine/setjmp.h: machine dependent setjmp-related information.
|
/external/autotest/server/site_tests/android_ACTS/ |
control.BluetoothTest | 19 def run(machine): 21 testbed=hosts.create_testbed(machine),
|
/external/autotest/server/site_tests/android_DummyTest/ |
control | 17 def run(machine): 18 job.run_test('android_DummyTest', host=hosts.create_host(machine))
|
/external/autotest/server/site_tests/brillo_FastbootTest/ |
control | 21 def run(machine): 22 job.run_test('brillo_FastbootTest', host=hosts.create_host(machine))
|
/external/autotest/server/site_tests/brillo_Gtests/ |
control.brillo_GtestsWhitelist | 17 def run(machine): 18 job.run_test('brillo_Gtests', host=hosts.create_host(machine),
|
/external/autotest/server/site_tests/brillo_Invariants/ |
control | 16 def run(machine): 17 job.run_test('brillo_Invariants', dut=hosts.create_host(machine))
|
/external/autotest/server/site_tests/brillo_Minijail/ |
control | 21 def run(machine): 22 job.run_test('brillo_Minijail', host=hosts.create_host(machine))
|
/external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/ |
control | 17 def run(machine): 18 job.run_test(NAME, host=hosts.create_host(machine))
|
/external/autotest/server/site_tests/brillo_WebservdSanity/ |
control | 17 def run(machine): 18 job.run_test('brillo_WebservdSanity', host=hosts.create_host(machine))
|
/external/autotest/server/site_tests/buffet_PrivetInfo/ |
control | 18 def run(machine): 20 host=hosts.create_host(machine))
|
/external/autotest/server/site_tests/cellular_ChromeEndToEnd/ |
control | 16 def run(machine): 17 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/dummy_FailServer/ |
control.retry_failfast | 18 def run(machine): 19 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/dummy_PassServer/ |
control | 20 def run(machine): 22 host=hosts.create_host(machine))
|