HomeSort by relevance Sort by last modified time
    Searched refs:lab (Results 1 - 25 of 31) sorted by null

1 2

  /cts/tools/dasm/src/java_cup/
production_part.java 20 public production_part(String lab)
22 _label = lab;
symbol_part.java 19 * @param lab an optional label string for the part.
21 public symbol_part(symbol sym, String lab) throws internal_error
23 super(lab);
parser.java 362 protected production_part add_lab(production_part part, String lab)
366 if (lab == null || part.is_action()) return part;
369 return new symbol_part(((symbol_part)part).the_symbol(),lab);
    [all...]
  /external/clang/test/CodeGenCXX/
2003-11-29-DuplicatedCleanupTest.cpp 11 lab:
13 goto lab;
  /external/autotest/contrib/
generate_rpm_mapping.py 10 host in our lab. The csv file is in the following format.
40 'DeviceHostname', ['lab', 'row', 'rack', 'host'])
44 """Base class for a lab configuration."""
86 """Check whether a dut belongs to the lab.
90 @returns: True if the dut belongs to the lab,
94 return device_hostname.lab == cls.LAB_NUMBER
115 device_hostname.lab, device_hostname.row,
134 """Configuration for Atlantis lab."""
162 device_hostname.lab, device_hostname.row,
200 """Configuration for Chaos lab.""
    [all...]
  /external/autotest/docs/
test-that.md 19 launch jobs in the ChromeOS Hardware Lab (or against a local Autotest instance
58 ### 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
    [all...]
  /external/e2fsprogs/lib/blkid/
getsize.c 140 struct disklabel lab; local
158 if (part >= 0 && (ioctl(fd, DIOCGDINFO, (char *)&lab) >= 0)) {
159 pp = &lab.d_partitions[part];
  /external/libcxx/utils/docker/scripts/
run_buildbot.sh 29 buildslave create-slave --allow-shutdown=signal $BOT_DIR lab.llvm.org:9990 $BOT_NAME $BOT_PASS
  /external/llvm/test/MC/Mips/
mips-jump-instructions.s 104 # 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
mips-jump-delay-slots.s 126 # CHECK: jalx lab
128 jalx lab
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
mips-jump-instructions.s 104 # 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
mips-jump-delay-slots.s 125 # CHECK: jalx lab
127 jalx lab
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 647 #define Unexpected(place) if (setjmp(lab)!=0) croak(place)
735 int setjmp ARGS((jmp_buf lab));
737 jmp_buf lab, mlab; variable
738 int setjmp(jmp_buf lab) { return(0); }
739 void longjmp(jmp_buf lab, int val) { return; }
744 jmp_buf lab, mlab; variable
748 longjmp(lab, 1);
    [all...]
  /external/clang/test/CodeGen/
designated-initializers.c 142 // CHECK: @lab = global { [4 x i8], i32 } { [4 x i8] undef, i32 123 }
143 struct leading_anon_bitfield { int : 32; int n; } lab = { .n = 123 }; variable in typeref:struct:leading_anon_bitfield
  /external/e2fsprogs/lib/ext2fs/
getsize.c 208 struct disklabel lab;
233 if (part >= 0 && (ioctl(fd, DIOCGDINFO, (char *)&lab) >= 0)) {
234 pp = &lab.d_partitions[part];
  /external/autotest/cli/
host.py 207 lab = text_manager.load_lab(inventory_repo.get_data_dir())
211 lab,
668 lab = text_manager.load_lab(data_dir)
678 lab,
696 text_manager.dump_lab(data_dir, lab)
    [all...]
  /external/autotest/server/
lab_status_unittest.py 47 _make_open_status('Lab is up (cross your fingers)', 'open'),
48 _make_open_status('Lab is on fire', 'throttled'),
49 _make_open_status('Lab is up despite deadboard', 'open'),
50 _make_open_status('Lab is up despite .*/R33-4966.0.0', 'open'),
54 _make_closed_status('Lab is down for spite'),
55 _make_closed_status('Lab is down even for [%s]' % _LIVEBUILD),
56 _make_closed_status('Lab is down even for [%s]' % _DEADBUILD),
60 _make_deadbuild_status('Lab is up except for [deadboard-]'),
61 _make_deadbuild_status('Lab is up except for [board- deadboard-]'),
62 _make_deadbuild_status('Lab is up except for [.*/R33-]')
    [all...]
autoserv_parser.py 192 self.parser.add_argument('--lab', action='store', type=str,
193 dest='lab', default='',
266 if self.options.lab and self.options.host_attributes:
268 '--lab and --host-attributes are mutually exclusive. '
  /external/replicaisland/src/com/replica/replicaisland/
LevelBuilder.java 138 tileMapIndex = R.drawable.lab;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr.g     [all...]
antlr.c 1909 TermEntry *t=NULL; LabelEntry *l=NULL; RuleEntry *r=NULL; char *lab; local
    [all...]
  /external/autotest/site_utils/
setup_dev_autotest.sh 23 to puppet for use in the autotest lab. Not to be used by developers.
lab_inventory_unittest.py 320 lab = 0
323 lab += 1
325 [_FakeHostLocation((lab,) + t) for t in tuples])
332 # each lab, and compare the dictionaries.
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 769 float lab[3]; local
770 lab[0] = pSrcBuf[0] * 100 / 255.0f;
771 lab[1] = pSrcBuf[1] - 128;
772 lab[2] = pSrcBuf[2] - 128;
777 GetRGB(lab, &R, &G, &B);
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
confusion_matrix_test.py 95 lab = array_ops.concat(
104 lab, data, dtype=tf_dtype, num_classes=2)
106 d, l, cm_out = sess.run([data, lab, cm], {m_neg: 0.0, m_pos: 1.0, s: 1.0})

Completed in 696 milliseconds

1 2