Home
last modified time | relevance | path

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

12345678910>>...12

/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 …]
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/perfetto/infra/git_mirror_bot/
Dmirror_aosp_to_ghub_repo.py19 1) Mirrors all the branches (refs/heads/foo) from Gerrit to Github as-is, taking
22 Github branches (refs/heads/cl_number) recreating a linear chain of commits
39 Also we want to make them non-hidden branch heads (i.e. in the refs/heads/)
159 return 'refs/heads/changes/%d' % cl_num, forged_sha1
171 # 1. Keep track of all branch heads refnames and sha1s from the (github)
173 # 2. Keep track of all upstream (AOSP) branch heads into |future_heads|. Note:
175 # stored in a hidden ref (refs/changes) which is NOT under refs/heads.
181 PREFIX = 'refs/heads/'
184 current_heads['refs/heads/' + branch] = ref_sha1
187 PREFIX = 'refs/remotes/upstream/heads/'
[all …]
/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.c59 struct OutStruct *heads = hdrcbdata->heads; in tool_header_cb() local
73 if(!heads->config) in tool_header_cb()
78 warnf(heads->config->global, "Header data exceeds single call write " in tool_header_cb()
88 if(heads->config->headerfile && heads->stream) { in tool_header_cb()
89 size_t rc = fwrite(ptr, size, nmemb, heads->stream); in tool_header_cb()
93 (void)fflush(heads->stream); in tool_header_cb()
Dtool_cb_hdr.h33 * 'heads' member is a pointer to the OutStruct variable used to keep
45 struct OutStruct *heads; member
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()
356 heads.filename = config->headerfile; in operate_do()
357 heads.s_isreg = TRUE; in operate_do()
358 heads.fopened = TRUE; in operate_do()
359 heads.stream = newfile; in operate_do()
364 set_binmode(heads.stream); in operate_do()
1440 hdrcbdata.heads = &heads; in operate_do()
[all …]
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dhead.py70 2) Support wide range of machine learning models. Since most heads can work
74 2) To allow users to seamlessly switch between 1 to n heads for multi
101 Most heads also support logits_input which is typically the output of the last
102 hidden layer. Some heads (like heads responsible for candidate sampling or
175 the last hidden layer in a DNN. Some heads (like the ones responsible
452 Loss only head holds additional loss terms to be added to other heads and
467 def multi_head(heads, loss_weights=None): argument
471 heads: list of Head objects.
476 A instance of `Head` that merges multiple heads.
479 ValueError: if heads and loss_weights have different size.
[all …]
Dmodel_fn.py99 of all of the heads. However: at serving time, requests will be made
100 specifically for one or more heads, and the RPCs used for these requests may
216 default_serving_output_alternative_key: Required for multiple heads. If
218 multiple heads), `EstimatorSpec` requires a default head that will be
/external/newfs_msdos/
Dnewfs_msdos.852 .Op Fl h Ar heads
152 .It Fl h Ar heads
153 Number of drive heads.
184 When the geometry is not available, it is assumed to be 63 sectors, 255 heads.
204 uint16_t bpbHeads; /* [-h] drive heads */
/external/u-boot/doc/
DREADME.imximage134 255 heads and 63 sectors, as suggested from several documentation and
169 Number of heads (1-256, default 4): 255
175 We have set 255 heads, 63 sector. We have to set the cylinder.
178 cilynder = <total size> / <heads> / <sectors> / <blocksize>
209 255 heads, 63 sectors/track, 239 cylinders
/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/skia/infra/bots/recipe_modules/checkout/examples/full.expected/
Dflutter_trybot.json84 …"@@@STEP_LOG_LINE@json.output@ \"got_flutter_revision_cp\": \"refs/heads/master@{#84512}\", @@@…
86 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#143121}\"@@@",
110 "@@@SET_BUILD_PROPERTY@got_flutter_revision_cp@\"refs/heads/master@{#84512}\"@@@",
112 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
/external/skqp/infra/bots/recipe_modules/checkout/examples/full.expected/
Dflutter_trybot.json84 …"@@@STEP_LOG_LINE@json.output@ \"got_flutter_revision_cp\": \"refs/heads/master@{#84512}\", @@@…
86 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#143121}\"@@@",
110 "@@@SET_BUILD_PROPERTY@got_flutter_revision_cp@\"refs/heads/master@{#84512}\"@@@",
112 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
/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/grpc-grpc/tools/run_tests/sanity/
Dcheck_submodules.sh37 6599cac0965be8e5a835ab7a5684bbef033d5ad0 third_party/libcxx (heads/release_60)
38 9245d481eb3e890f708ff2d7dadf2a10c04748ba third_party/libcxxabi (heads/release_60)
/external/strace/
Dhdio.c52 tprintf("{heads=%u, sectors=%u, " in MPERS_PRINTER_DECL()
54 (unsigned) geo.heads, in MPERS_PRINTER_DECL()
/external/autotest/client/tests/qemu_iotests/
Dqemu-iotests.tar.bz2 ... -iotests/.git/logs/refs/heads/ qemu-iotests/.git/logs/ ...
/external/skqp/infra/bots/
Drecipes.py36 # refs/heads/master)
83 engine.setdefault('branch', 'refs/heads/master')
88 engine['branch'] = 'refs/heads/' + engine['branch']
/external/skia/infra/bots/
Drecipes.py36 # refs/heads/master)
86 engine.setdefault('branch', 'refs/heads/master')
91 engine['branch'] = 'refs/heads/' + engine['branch']
/external/e2fsprogs/lib/ext2fs/
Ddosio.c97 chs->cyl = abss / (part->sects * part->heads); in lba2chs()
98 chs->head = (abss / part->sects) % part->heads; in lba2chs()
295 part->heads = sec[3] + 1; in dos_open()
333 (part->heads * part->sects) - 1; in dos_open()
/external/lzma/C/
DLzFindMt.c140 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \
142 const UInt32 value = (v); p++; *heads++ = pos - hash[value]; hash[value] = pos++; } }
203 … UInt32 *heads = mt->hashBuf + ((numProcessedBlocks++) & kMtHashNumBlocksMask) * kMtHashBlockSize; in HashThreadFunc() local
205 heads[0] = 2; in HashThreadFunc()
206 heads[1] = num; in HashThreadFunc()
212 …mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, … in HashThreadFunc()
213 heads[0] = 2 + num; in HashThreadFunc()
/external/skia/infra/bots/recipes/compile.expected/
DBuild-Debian9-GCC-x86_64-Release-Flutter_Android.json82 …"@@@STEP_LOG_LINE@json.output@ \"got_flutter_revision_cp\": \"refs/heads/master@{#84512}\", @@@…
84 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#143121}\"@@@",
108 "@@@SET_BUILD_PROPERTY@got_flutter_revision_cp@\"refs/heads/master@{#84512}\"@@@",
110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
/external/kernel-headers/original/uapi/linux/
Dfd.h17 head, /* nr of heads */
277 /* Position of the heads of the 4 units attached to this FDC,
280 * position of these drive heads. By allowing such
282 * incurring the expensive cost of repositioning all heads.

12345678910>>...12