Home
last modified time | relevance | path

Searched refs:lab (Results 1 – 25 of 269) sorted by relevance

1234567891011

/external/autotest/contrib/
Dgenerate_rpm_mapping.py94 return device_hostname.lab == cls.LAB_NUMBER
115 device_hostname.lab, device_hostname.row,
162 device_hostname.lab, device_hostname.row,
215 device_hostname.lab, device_hostname.row,
322 device_hostname.lab,
388 lab=int(m.group(1)),
414 for lab in lab_configs:
415 if lab.is_device_in_the_lab(device_hostname):
416 rpm_hostname = lab.get_rpm_hostname(device_hostname)
417 rpm_outlet = lab.get_rpm_outlet(device_hostname)
[all …]
Dinventory_options23 chromeos-lab-alerts@google.com
27 chromeos-lab-alerts@google.com
/external/autotest/docs/
Dtest-that.md58 ### Running jobs in the lab
60 `test_that` now allows you to run jobs in the test lab. The usage is similar to
61 running tests against a specified host. The keyword :lab: is used as
72 $ test_that -b lumpy -i lumpy-paladin/R38-6009.0.0-rc4 :lab: dummy_Pass
75 This will kick off a suite in the lab that consists of just 1 job, dummy\_Pass,
77 lumpy-paladin/R38-6009.0.0-rc4. The lab's scheduler will take responsibility
86 $ test_that -b lumpy -i ${latest_image} :lab: dummy_Pass dummy_Fail
87 $ test_that -b lumpy -i ${latest_image} :lab: e:login_.*
90 Kicking off a run in the lab should be useful whenever you need to run a
92 locally.For occasional runs of ad-hoc suites in the lab, this will also avoid
[all …]
/external/opencv/cv/src/
Dcvsegmentation.cpp242 int lab = 0, t; in cvWatershed() local
261 if( t > 0 ) lab = t; in cvWatershed()
265 if( lab == 0 ) lab = t; in cvWatershed()
266 else if( t != lab ) lab = WSHED; in cvWatershed()
271 if( lab == 0 ) lab = t; in cvWatershed()
272 else if( t != lab ) lab = WSHED; in cvWatershed()
277 if( lab == 0 ) lab = t; in cvWatershed()
278 else if( t != lab ) lab = WSHED; in cvWatershed()
280 assert( lab != 0 ); in cvWatershed()
281 m[0] = lab; in cvWatershed()
[all …]
/external/llvm/test/MC/Mips/
Dmips-jump-instructions.s104 # CHECK32:lab:
111 # CHECK32: jalx lab # encoding: [A,A,A,0b011101AA]
112 # CHECK32: # fixup A - offset: 0, value: lab, kind: fixup_Mips_26
127 # CHECK64:lab:
134 # CHECK64: jalx lab # encoding: [A,A,A,0b011101AA]
135 # CHECK64: # fixup A - offset: 0, value: lab, kind: fixup_Mips_26
150 lab: label
157 jalx lab
/external/autotest/
DREADME.md13 for later collection from a development machine or lab infrastructure.
16 setup, test logic executes on a development machine or piece of lab
23 so that the same test logic that runs in the lab will run at their desk,
28 lab environments. This includes code for both synchronous and asynchronous
32 * Infrastructure to set up miniature replicas of a full lab. A full lab does
36 Moblab, allows a natural progressing from desk -> mini lab -> full lab.
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2007-10-28-stacksave.ll10 br label %lab
12 lab: ; preds = %cleanup31, %entry
36 cond_next: ; preds = %lab
40 cleanup31: ; preds = %lab
42 br label %lab
/external/llvm/test/Transforms/InstCombine/
D2007-10-28-stacksave.ll10 br label %lab
12 lab: ; preds = %cleanup31, %entry
36 cond_next: ; preds = %lab
40 cleanup31: ; preds = %lab
42 br label %lab
/external/autotest/server/cros/chaos_lib/
DREADME4 the Interoperability (Chaos) lab infrastructure, see
6 https://sites.google.com/a/google.com/chromeos/for-team-members/lab/lab-infrastructure-of-wifi-cham…
/external/llvm/test/CodeGen/SystemZ/
Dla-04.ll14 br label %b.lab
16 b.lab:
17 ret i8 *blockaddress(@f1, %b.lab)
/external/autotest/test_suites/
Dcontrol.test_that_wrapper5 AUTHOR = "akeshet, chromeos-lab-infrastructure"
15 This is a wrapper suite for lab jobs that get kicked off by developers
16 running the test_that tool on their desks, but targetting devices in the lab.
23 @param check_hosts: require appropriate live hosts to exist in the lab.
44 'cc': ['chromeos-lab-errors@google.com']
Dcontrol.bvt-inline26 lab resources.
29 * The failure may impact the stability of the test lab.
40 @param check_hosts: require appropriate live hosts to exist in the lab.
58 'cc': ['chromeos-lab-errors@google.com']
Dcontrol.bvt-perbuild22 specialized lab resources.
33 @param check_hosts: require appropriate live hosts to exist in the lab.
51 'cc': ['chromeos-lab-errors@google.com']
Dcontrol.bvt-cq25 lab resources.
36 @param check_hosts: require appropriate live hosts to exist in the lab.
54 'cc': ['chromeos-lab-errors@google.com']
/external/llvm/docs/
DHowToAddABuilder.rst10 `<http://lab.llvm.org:8011>`_.
44 the **lab.llvm.org** port **9990** (see `Buildbot documentation,
52 lab.llvm.org:9990 \
82 <http://lab.llvm.org:8011/waterfall>`_ to make sure it is connected, and
83 ``http://lab.llvm.org:8011/buildslaves/<your-buildslave-name>`` to see
/external/e2fsprogs/lib/blkid/
Dgetsize.c137 struct disklabel lab; in blkid_get_dev_size() local
155 if (part >= 0 && (ioctl(fd, DIOCGDINFO, (char *)&lab) >= 0)) { in blkid_get_dev_size()
156 pp = &lab.d_partitions[part]; in blkid_get_dev_size()
/external/clang/test/CodeGenCXX/
D2003-11-29-DuplicatedCleanupTest.cpp11 lab: in atest()
13 goto lab; in atest()
/external/llvm/test/CodeGen/AArch64/
Dbreg.ll7 %lab = load i8*, i8** @stored_label
8 indirectbr i8* %lab, [label %otherlab, label %retlab]
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
Dcontrol.open12 lab and has a chrome device connect to each in series. This test must be
13 performed in the AP compatibility lab.
Dcontrol.jetstream12 lab and has a chrome device connect to each in series. This test must be
13 performed in the AP compatibility lab.
Dcontrol.debug12 lab and has a chrome device connect to each in series. This test must be
13 performed in the AP compatibility lab.
Dcontrol.wpapsk12 lab and has a chrome device connect to each in series. This test must be
13 performed in the AP compatibility lab.
Dcontrol.wpa2psk15 lab and has a chrome device connect to each in series. This test must be
16 performed in the AP compatibility lab.
/external/icu/icu4c/source/data/rbnf/
Dfil.txt27 "11: lab\u00EDng->>;",
45 "11: lab\u00EDng->>;",
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c205 struct disklabel lab; in ext2fs_get_device_size2() local
230 if (part >= 0 && (ioctl(fd, DIOCGDINFO, (char *)&lab) >= 0)) { in ext2fs_get_device_size2()
231 pp = &lab.d_partitions[part]; in ext2fs_get_device_size2()

1234567891011