Home
last modified time | relevance | path

Searched full:heads (Results 1 – 25 of 260) sorted by relevance

1234567891011

/external/v8/tools/release/
Dtest_search_related_commits.py46 Cr-Commit-Position: refs/heads/master@{#28059}"""
55 Cr-Commit-Position: refs/heads/master@{#28030}"""
89 > Cr-Commit-Position: refs/heads/master@{#28059}
94 Cr-Commit-Position: refs/heads/master@{#28088}"""
109 > Cr-Commit-Position: refs/heads/master@{#289}
114 Cr-Commit-Position: refs/heads/master@{#28088}"""
137 Cr-Commit-Position: refs/heads/master@{#28088}"""
165 Cr-Commit-Position: refs/heads/master@{#28088}"""
174 Cr-Commit-Position: refs/heads/master@{#""" + commit_pos_of_master + "}"
182 Cr-Commit-Position: refs/heads/master@{#28173}"""
[all …]
Dtest_scripts.py948 Cmd("git fetch origin +refs/heads/*:refs/heads/*", ""),
962 Cmd("git push origin push_hash:refs/heads/3.22.5", ""),
1155 Cmd("git fetch origin +refs/heads/lkgr:refs/heads/lkgr", ""),
1156 Cmd("git show-ref -s refs/heads/lkgr", "abc123\n"),
1312 Cr-Commit-Position: refs/heads/master@{#5678}
1320 > Cr-Commit-Position: refs/heads/master@{#12345}
1325 Cr-Commit-Position: refs/heads/master@{#4567}
1340 Cr-Commit-Position: refs/heads/candidates@{#234}
1348 Cr-Commit-Position: refs/heads/candidates@{#345}
1352 Cr-Commit-Position: refs/heads/4.2.71@{#1}
[all …]
Dreleases.py9 # Requires a chromium checkout with branch heads:
275 if b.startswith("branch-heads/"):
276 branch = b.split("branch-heads/")[1]
323 self.GitFetchOrigin("+refs/heads/*:refs/remotes/origin/*",
324 "+refs/branch-heads/*:refs/remotes/branch-heads/*",
395 branches = filter(lambda r: re.match(r"branch-heads/\d+", r),
399 branches = map(lambda r: int(re.match(r"branch-heads/(\d+)", r).group(1)),
409 "refs/branch-heads/%d" % branch, "DEPS", cwd=cwd)
Dauto_push.py53 self.Git("fetch origin +refs/heads/lkgr:refs/heads/lkgr")
54 self["candidate"] = self.Git("show-ref -s refs/heads/lkgr").strip()
/external/syslinux/libinstaller/
Dsyslxopt.c34 .heads = 0,
59 {"heads", 1, NULL, 'H'},
110 " --heads=# -H Force number of heads\n" in usage()
147 opt.heads = 64; in parse_options()
160 opt.heads = strtoul(optarg, NULL, 0); in parse_options()
161 if (opt.heads < 1 || opt.heads > 256) { in parse_options()
163 "%s: invalid number of heads: %u (must be 1-256)\n", in parse_options()
164 program, opt.heads); in parse_options()
/external/clang/
DToolchainPrebuilts.md52 git push aosp refs/heads/working_dev:refs/heads/dev
62 git push aosp refs/heads/working_dev:refs/heads/dev
78 git push aosp refs/heads/working_dev:refs/heads/dev
101 git push aosp refs/heads/working_dev:refs/heads/dev
/external/curl/src/
Dtool_cb_hdr.c47 struct OutStruct *heads = hdrcbdata->heads; in tool_header_cb() local
61 if(!heads->config) in tool_header_cb()
66 warnf(heads->config->global, "Header data exceeds single call write " in tool_header_cb()
76 if(heads->config->headerfile && heads->stream) { in tool_header_cb()
77 size_t rc = fwrite(ptr, size, nmemb, heads->stream); in tool_header_cb()
81 (void)fflush(heads->stream); in tool_header_cb()
Dtool_operate.c199 struct OutStruct heads; in operate_do() local
218 memset(&heads, 0, sizeof(struct OutStruct)); in operate_do()
219 heads.stream = stdout; in operate_do()
220 heads.config = config; in operate_do()
332 heads.filename = config->headerfile; in operate_do()
333 heads.s_isreg = TRUE; in operate_do()
334 heads.fopened = TRUE; in operate_do()
335 heads.stream = newfile; in operate_do()
340 set_binmode(heads.stream); in operate_do()
1336 hdrcbdata.heads = &heads; in operate_do()
[all …]
/external/autotest/client/tests/scrashme/
Dscrashme-git-snapshot-03-18-2010.tar.bz2
/external/syslinux/gpxe/src/arch/i386/include/
Dint13.h98 /** Number of heads
101 * giving a maximum of 256 heads. However, apparently all
103 * heads, so the maximum encountered in practice is 255.
105 unsigned int heads; member
142 /** Number of heads */
143 uint32_t heads; member
/external/skia/infra/bots/recipe_modules/core/examples/full.expected/
Dpdfium_trybot.json86 …"@@@STEP_LOG_LINE@json.output@ \"got_pdfium_revision_cp\": \"refs/heads/master@{#52055}\", @@@",
88 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#120212}\"@@@",
95 "@@@SET_BUILD_PROPERTY@got_pdfium_revision_cp@\"refs/heads/master@{#52055}\"@@@",
97 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#120212}\"@@@"
Dflutter_trybot.json86 …"@@@STEP_LOG_LINE@json.output@ \"got_flutter_revision_cp\": \"refs/heads/master@{#84512}\", @@@…
88 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#143121}\"@@@",
95 "@@@SET_BUILD_PROPERTY@got_flutter_revision_cp@\"refs/heads/master@{#84512}\"@@@",
97 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
/external/syslinux/dosutil/
Dmdiskchk.c42 int heads; member
85 mm.heads = ((_edx >> 8) & 0xff) + 1; in query_memdisk()
134 m->mdi.diskbuf, m->mdi.disksize, m->cylinders, m->heads, m->sectors, in OUTPUT_FUNC_DECL()
238 m.heads = patch_area->heads; in MDISKCHK_FUNC_DECL()
283 m.heads = patch_area->heads; in MDISKCHK_FUNC_DECL()
/external/syslinux/com32/modules/
Ddisk.c45 printf(" C/H/S: %d heads, %d cylinders\n", in main()
51 printf(" %d heads, %d cylinders\n", in main()
52 (int) d->edd_params.heads, (int) d->edd_params.cylinders); in main()
/external/syslinux/com32/gplinclude/disk/
Dgeom.h47 uint32_t heads; /* number of physical heads on drive */ member
210 * 02h BYTE number of heads
217 * 0Bh BYTE number of physical heads
310 drive_info->edd_params.heads > 0) in chs_to_lba()
313 (cylinder * (drive_info->edd_params.heads) * in chs_to_lba()
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dint13.c158 assert ( head < drive->heads ); in int13_rw_sectors()
161 lba = ( ( ( ( cylinder * drive->heads ) + head ) in int13_rw_sectors()
230 unsigned int max_head = drive->heads - 1; in int13_get_parameters()
361 .heads = drive->heads, in int13_get_extended_parameters()
545 /* Scan through partition table and modify guesses for heads in guess_int13_geometry()
567 if ( ! drive->heads ) in guess_int13_geometry()
568 drive->heads = guessed_heads; in guess_int13_geometry()
575 blocks_per_cyl = ( drive->heads * drive->sectors_per_track ); in guess_int13_geometry()
615 drive->cylinders, drive->heads, drive->sectors_per_track ); in register_int13_drive()
/external/toybox/toys/pending/
Dfdisk.c14 usage: fdisk [-lu] [-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SECTSZ] DISK
21 -C CYLINDERS Set number of cylinders/heads/sectors
22 -H HEADS
33 long heads;
129 if (!g_heads) printf(" heads"); in chs_warn()
228 disk->heads = geometry.heads; in read_geometry()
372 disk.heads = disk.sectors = 0; in read_mbr()
379 g_heads = (toys.optflags & FLAG_H && TT.heads)? TT.heads : h? h : disk.heads? disk.heads : 255; in read_mbr()
507 xprintf("%ld heads, %ld sectors/track, %ld cylinders", g_heads, g_sectors, g_cylinders); in print_mbr()
1194 …xprintf("Disk %s: %lu heads, %lu sectors, %lu cylinders\n\n", disk_device, g_heads, g_sectors, g_c… in print_partitions_list()
[all …]
/external/syslinux/bios/com32/modules/
Ddisk.c32 ... X: C/H/S: %d heads, %d cylinders %d sectors/track, ...
/external/syslinux/efi32/com32/modules/
Ddisk.c32 ... X: C/H/S: %d heads, %d cylinders %d sectors/track, ...
/external/ltp/testcases/kernel/fs/fs_maim/
Dmaimparts54 ($Cyl,$Heads,$Sec) = split(/\, /,$Temp1,3);
56 ($Heads,$Junk) = split(/ /,$Heads,2);
/external/v8/
DREADME.md32 fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
/external/syslinux/extlinux/
Dmain.c179 geo->heads = fd_str.head; in get_geometry()
194 /* Didn't work either... assign a geometry of 64 heads, 32 sectors; this is in get_geometry()
198 geo->heads = opt.heads ? : 64; in get_geometry()
200 geo->cylinders = totalbytes / (geo->heads * geo->sectors << SECTOR_SHIFT); in get_geometry()
203 if (!opt.sectors && !opt.heads) { in get_geometry()
205 "Warning: unable to obtain device geometry (defaulting to %d heads, %d sectors)\n" in get_geometry()
207 geo->heads, geo->sectors); in get_geometry()
285 if (opt.heads) in patch_file_and_bootblock()
286 geo.heads = opt.heads; in patch_file_and_bootblock()
293 dprintf("heads = %u, sect = %u\n", geo.heads, geo.sectors); in patch_file_and_bootblock()
[all …]
/external/strace/
Dhdio.c51 tprintf("{heads=%u, sectors=%u, " in MPERS_PRINTER_DECL()
53 (unsigned) geo.heads, in MPERS_PRINTER_DECL()
/external/syslinux/man/
Dextlinux.119 \fB\-H\fR, \fB\-\-heads\fR=#
20 Force the number of heads.
/external/skia/infra/bots/recipes/compile.expected/
DBuild-Ubuntu-GCC-x86_64-Release-PDFium_SkiaPaths.json82 …"@@@STEP_LOG_LINE@json.output@ \"got_pdfium_revision_cp\": \"refs/heads/master@{#52055}\", @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#120212}\"@@@",
91 "@@@SET_BUILD_PROPERTY@got_pdfium_revision_cp@\"refs/heads/master@{#52055}\"@@@",
93 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#120212}\"@@@"

1234567891011