Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:commit +full:- +full:id (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/external/openssh/
DChangeLog1 commit d38f05dbdd291212bc95ea80648b72b7177e9f4e
7 commit 72536316a219b7394996a74691a5d4ec197480f7
13 commit 3be52bc36bdfd24ded7e0f46999e7db520fb4e3f
17 upstream commit
19 openssh-7.5
21 Upstream-ID: b8b9a4a949427c393cd868215e1724ceb3467ee5
23 commit db84e52fe9cfad57f22e7e23c5fbf00092385129
31 commit 89f04852db27643717c9c3a2b0dde97ae50099ee
39 commit 7ef1f9bafc2cc8d97ff2fbd4f280002b6e8ea5d9
48 commit 9165abfea3f68a0c684a6ed2e575e59bc31a3a6b
[all …]
/external/libvpx/libvpx/tools/
Dftfy.sh9 This script applies a whitespace transformation to the commit at HEAD. If no
13 -h, --help Shows this message
14 -n, --dry-run Shows a diff of the changes to be made.
15 --amend Squashes the changes into the commit at HEAD
16 This option will also reformat the commit message.
17 --commit Creates a new commit containing only the whitespace changes
18 --msg-only Reformat the commit message only, ignore the patch itself.
21 rm -f ${CLEAN_FILES}
35 clang-format -i --style=file "$f"
43 [ $INTERSECT_RESULT -ne 0 ] && patch -p1 < "$1"
[all …]
/external/mesa3d/docs/
Dsubmittingpatches.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
26 <li><a href="#nominations">Nominating a commit for a stable branch</a>
31 <h2 id="guidelines">Basic guidelines</h2>
44 <li>Patches should be submitted to <a href="#mailing">mesa-dev</a>
45 for <a href="#reviewing">review</a> using <code>git send-email</code>.
49 <h2 id="formatting">Patch formatting</h2>
53 displayed in 80-column terminals avoid line wrapping. Note that git
67 i965: Remove end-of-thread SEND alignment code.
70 for Sandybridge (commit 077d01b6). There is no documentation saying this
[all …]
Dreleasing.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
22 <li><a href="#pickntest">Cherry-pick and test</a>
24 <li><a href="#prerelease">Pre-release announcement</a>
31 <h1 id="overview">Overview</h1>
38 while the latter have a non-zero one.
45 Mesa 10.1.0 - 10.1 branch, feature
46 Mesa 10.1.4 - 10.1 branch, bugfix
47 Mesa 12.0.0 - 12.0 branch, feature
48 Mesa 12.0.2 - 12.0 branch, bugfix
[all …]
/external/v8/tools/release/
Dpush_to_candidates.py20 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
71 if not self["push_hash"]: # pragma: no cover
110 MESSAGE = "Detect commit ID of last release base."
123 """Attempts to reload the commit message from rietveld in order to allow
136 except urllib2.URLError: # pragma: no cover
148 # Cache raw commit messages.
151 self.GitLog(n=1, format="%s", git_hash=commit),
152 self.Reload(self.GitLog(n=1, format="%B", git_hash=commit)),
153 self.GitLog(n=1, format="%an", git_hash=commit),
154 ] for commit in commits.splitlines()
[all …]
Dgit_recipes.py20 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
31 SHA1_RE = re.compile('^[a-fA-F0-9]{40}$')
32 ROLL_DEPS_GIT_SVN_ID_RE = re.compile('^git-svn-id: .*@([0-9]+) .*$')
34 # Regular expression that matches a single commit footer line.
37 # Footer metadata key for commit position.
38 COMMIT_POSITION_FOOTER_KEY = 'Cr-Commit-Position'
40 # Regular expression to parse a commit position
43 # Key for the 'git-svn' ID metadata commit footer entry.
44 GIT_SVN_ID_FOOTER_KEY = 'git-svn-id'
46 # e.g., git-svn-id: https://v8.googlecode.com/svn/trunk@23117
[all …]
Dauto_roll.py3 # Use of this source code is governed by a BSD-style license that can be
20 https://v8-roll.appspot.com/
36 MESSAGE = "Detect commit ID of the last Chromium roll."
43 # TODO(machenbach): This should be part or the roll-deps api of
55 MESSAGE = "Detect commit ID of the V8 revision to roll."
66 # recent releases based on commit timestamp.
73 # to oldest. It is possible that the newest timestamp has no progress
74 # compared to the last roll, i.e. if the newest release is a cherry-pick
84 print("There is no newer v8 revision than the one in Chromium (%s)."
113 if not self.GitIsWorkdirClean(cwd=cwd): # pragma: no cover
[all …]
Dcreate_release.py3 # Use of this source code is governed by a BSD-style license that can be
20 self.DeleteBranch("work-branch")
71 MESSAGE = "Detect commit ID of last release base."
81 """Attempts to reload the commit message from rietveld in order to allow
94 except urllib2.URLError: # pragma: no cover
106 # Cache raw commit messages.
109 self.GitLog(n=1, format="%s", git_hash=commit),
110 self.Reload(self.GitLog(n=1, format="%B", git_hash=commit)),
111 self.GitLog(n=1, format="%an", git_hash=commit),
112 ] for commit in commits.splitlines()
[all …]
/external/wpa_supplicant_8/src/eap_peer/
Deap_eke.c2 * EAP peer method: EAP-EKE (RFC 6124)
18 IDENTITY, COMMIT, CONFIRM, SUCCESS, FAILURE enumerator
43 case COMMIT: in eap_eke_state_txt()
44 return "COMMIT"; in eap_eke_state_txt()
59 wpa_printf(MSG_DEBUG, "EAP-EKE: %s -> %s", in eap_eke_state()
60 eap_eke_state_txt(data->state), eap_eke_state_txt(state)); in eap_eke_state()
61 data->state = state; in eap_eke_state()
77 wpa_printf(MSG_INFO, "EAP-EKE: No password configured"); in eap_eke_init()
88 data->peerid = os_malloc(identity_len); in eap_eke_init()
89 if (data->peerid == NULL) { in eap_eke_init()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c2 * Copyright 2008-2013 VMware, Inc. All rights reserved.
18 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
49 SVGA3dRenderTargetViewId *id, // OUT in view_relocation() argument
54 assert(s->handle); in view_relocation()
55 swc->surface_relocation(swc, id, NULL, s->handle, flags); in view_relocation()
58 swc->surface_relocation(swc, id, NULL, NULL, flags); in view_relocation()
73 swc->surface_relocation(swc, sid, NULL, surface, flags); in surface_to_resourceid()
76 swc->surface_relocation(swc, sid, NULL, NULL, flags); in surface_to_resourceid()
103 cmd->VariableName = VariableName; \
185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_PredCopyRegion()
[all …]
Dsvga_cmd.c2 * Copyright 2008-2009 VMware, Inc. All rights reserved.
18 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * svga_cmd.c --
40 *----------------------------------------------------------------------
42 * surface_to_surfaceid --
52 * id is filled out.
57 *----------------------------------------------------------------------
63 SVGA3dSurfaceImageId *id, // OUT in surface_to_surfaceid() argument
68 swc->surface_relocation(swc, &id->sid, NULL, s->handle, flags); in surface_to_surfaceid()
69 id->face = s->real_layer; /* faces have the same order */ in surface_to_surfaceid()
[all …]
/external/autotest/client/common_lib/
Drevision_control.py38 """Exception raised for git commit errors."""
46 repo is up-to-date, if not update. It delegates the install to
60 In such repos the -git-dir option should point to
61 the .git directory and -work-tree should point to
65 (.git) in the same directory. This class assumes non-bare
74 warnings.warn("Param weburl: You are no longer required to provide "
95 raise ValueError('Unsupported operation -- this object was not'
106 gitcmdbase = '%s --git-dir=%s' % (self.git_base_cmd,
109 gitcmdbase += ' --work-tree=%s' % self.work_tree
173 cmd += '-b %s' % remote_branch
[all …]
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1 //===--- ObjCMT.cpp - ObjC Migrate Tool -----------------------------------===//
8 //===----------------------------------------------------------------------===//
21 #include "clang/Edit/Commit.h"
157 return canModifyFile(FE->getName()); in canModifyFile()
169 return canModify(CatImpl->getCategoryDecl()); in canModify()
171 return canModify(Impl->getClassInterface()); in canModify()
173 return canModify(cast<Decl>(MD->getDeclContext())); in canModify()
175 FileID FID = PP.getSourceManager().getFileID(D->getLocation()); in canModify()
196 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager()); in CreateASTConsumer()
201 MigrateDir, ObjCMigAction, Remapper, CompInst->getFileManager(), PPRec, in CreateASTConsumer()
[all …]
/external/python/cpython2/Lib/lib-tk/
DTkdnd.py1 """Drag-and-drop support for Tkinter.
6 I am trying to make this as generic as possible -- not dependent on
11 for it that starts the drag-and-drop process. Typically, you should
16 instantiation, the returned instance should not be stored -- it will
17 be kept alive automatically for the duration of the drag-and-drop.
19 When a drag-and-drop is already in process for the Tk interpreter, the
24 The object is *not* necessarily a widget -- it can be any
25 application-specific object that is meaningful to potential
26 drag-and-drop targets.
28 Potential drag-and-drop targets are discovered as follows. Whenever
[all …]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPresencePreferences.java7 * - Redistributions of source code must retain the above copyright
9 * - Redistributions in binary form must reproduce the above copyright
12 * - Neither the name of Motorola Mobility nor the
19 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MOTOROLA MOBILITY LLC BE LIABLE
77 editor.commit(); in updateCapabilityDiscoveryTime()
89 public void setSubscriberId(String id) { in setSubscriberId() argument
95 editor.putString(PHONE_SUBSCRIBER_ID, id); in setSubscriberId()
96 editor.commit(); in setSubscriberId()
115 editor.commit(); in setLine1Number()
134 editor.commit(); in setRcsTestMode()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_eke.c2 * hostapd / EAP-EKE (RFC 6124) server
19 IDENTITY, COMMIT, CONFIRM, FAILURE_REPORT, SUCCESS, FAILURE enumerator
43 case COMMIT: in eap_eke_state_txt()
44 return "COMMIT"; in eap_eke_state_txt()
61 wpa_printf(MSG_DEBUG, "EAP-EKE: %s -> %s", in eap_eke_state()
62 eap_eke_state_txt(data->state), in eap_eke_state()
64 data->state = state; in eap_eke_state()
70 wpa_printf(MSG_DEBUG, "EAP-EKE: Failure - code 0x%x", code); in eap_eke_fail()
71 data->failure_code = code; in eap_eke_fail()
86 data->serverid_type = EAP_EKE_ID_OPAQUE; in eap_eke_init()
[all …]
/external/valgrind/docs/internals/
D3_8_BUGSTATUS.txt14 -- PUSH TO 3_8_BRANCH
17 (B38=12930) 12873 n-i-bz: Use -s USR1 instead of -10 to send SIGUSR1 signal
18 (B38=12931) 12874 n-i-bz: shmat of a segment > 4Gb does not work
19 (B38=12933) 12878 n-i-bz: On Darwin, use __NR_poll_nocancel rather than __NR_poll
23 (B38=2502) 2475 (289584: Handle a reg-reg encoding of MOVAPS)
24 (B38=2503) 2476 (305042: Implement 0F 7F encoding of movq reg-reg)
25 (B38=12940) 12887 (n-i-bz: libmpiwrap.c fixes)
26 (B38=2504) 2477 (305321: Re-enable 'prefetch m8' and 'prefetchw m8')
33 (B38=12944) 12894 (n-i-bz, exp-sgcheck memcpy)
34 (B38=12945) 12897/8 (305690: Handle non-zero sem_*wait() return values correctly)
[all …]
/external/e2fsprogs/misc/
Dext4.5.in1 .\" -*- nroff -*-
7 ext2 \- the second extended file system
9 ext3 \- the third extended file system
11 ext4 \- the fourth extended file system
49 .B mke2fs \-C
66 Use hashed b-trees to speed up name lookups in large directories. This
76 This ext4 feature provides file-system level encryption of data blocks
84 on single-user systems, encryption at the block device layer using
85 dm-crypt may provide much better security.
128 This ext4 feature allows the per-block group metadata (allocation
[all …]
/external/python/cpython2/Doc/library/
Dnntplib.rst2 :mod:`nntplib` --- NNTP protocol client
15 --------------
29 >>> resp, subs = s.xhdr('subject', first + '-' + last)
30 >>> for id, sub in subs[-10:]: print id, sub
33 1063 Re: [python-committers] (Windows) buildbots on 3.x
37 1067 Commit Privileges for Ask Solem
38 1068 Re: Commit Privileges for Ask Solem
39 1069 Re: Commit Privileges for Ask Solem
40 1070 Re: Commit Privileges for Ask Solem
69 call reader-specific commands, such as ``group``. If you get unexpected
[all …]
/external/wpa_supplicant_8/src/ap/
Dfils_hlp.c25 for (pos = buf; len >= 2; len -= 2) in ip_checksum()
45 if (!sta->hlp_dhcp_discover) { in fils_dhcp_request()
47 "FILS: No pending HLP DHCPDISCOVER available"); in fils_dhcp_request()
48 return -1; in fils_dhcp_request()
51 /* Convert to DHCPREQUEST, remove rapid commit option, replace requested in fils_dhcp_request()
53 pos = wpabuf_mhead(sta->hlp_dhcp_discover); in fils_dhcp_request()
54 end = pos + wpabuf_len(sta->hlp_dhcp_discover); in fils_dhcp_request()
67 if (olen > end - pos) in fils_dhcp_request()
79 pos -= 2; in fils_dhcp_request()
80 os_memmove(pos, pos + 2 + olen, end - pos - 2 - olen); in fils_dhcp_request()
[all …]
/external/tpm2/
DCommit.c41 eccKey = ObjectGet(in->signHandle); in TPM2_Commit()
42 parms = & eccKey->publicArea.parameters.eccDetail; in TPM2_Commit()
45 if(eccKey->publicArea.type != TPM_ALG_ECC) in TPM2_Commit()
48 // This command may only be used with a sign-only key using an anonymous in TPM2_Commit()
50 // NOTE: a sign + decrypt key has no scheme so it will not be an anonymous one in TPM2_Commit()
51 // and an unrestricted sign key might no have a signing scheme but it can't in TPM2_Commit()
52 // be use in Commit() in TPM2_Commit()
53 if(!CryptIsSchemeAnonymous(parms->scheme.scheme)) in TPM2_Commit()
57 if((in->s2.t.size == 0) != (in->y2.t.size == 0)) in TPM2_Commit()
62 p = (TPM2B *)CryptEccGetParameter('p', parms->curveID); in TPM2_Commit()
[all …]
/external/gemmlowp/internal/
Dallocator.h7 // http://www.apache.org/licenses/LICENSE-2.0
20 // and only reallocated as needed when the commit size gets larger.
22 // This is driven by Android-specific needs:
30 // 2. Call Commit() once.
35 // it retained its allocated storage, so the next Commit() will be faster.
45 #include <android/api-level.h>
47 // to a Google-internal issue.
76 #define GEMMLOWP_REGISTER_TYPEID(type_, id) \
79 static const TypeId Value = TypeId::id; \
109 // there is no point in allowing more until we need to.
[all …]
/external/autotest/server/hosts/
Dafe_store_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
15 """Test refresh/commit success cases for AfeStore."""
18 self.hostname = 'some-host'
46 """Test that refresh complains if no host is found."""
63 """Tests that labels are updated correctly on commit."""
70 mock.call('host_remove_labels', id='some-host',
72 mock.call('host_add_labels', id='some-host',
90 """Tests that new attributes are added correctly on commit."""
101 """Tests that existing attributes are updated correctly on commit."""
112 """Tests that deleted attributes are updated correctly on commit."""
[all …]
/external/clang/tools/clang-format/
Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
10 #===------------------------------------------------------------------------===#
13 clang-format git integration
16 This file provides a clang-format integration for git. Put it somewhere in your
17 path and ensure that it is executable. Then, "git clang-format" will invoke
18 clang-format on the changes in current files or a specific commit.
21 git clang-format -h
35 usage = 'git clang-format [OPTIONS] [<commit>] [<commit>] [--] [<file>...]'
38 If zero or one commits are given, run clang-format on all lines that differ
39 between the working directory and <commit>, which defaults to HEAD. Changes are
[all …]
/external/autotest/docs/
Dtest-droid.md5 [Autotest Best Practices](best-practices.md)
7 [test\_that Basic Usage](test-that.md)
46 $ ./site_utils/test_droid.py suite:brillo-bvt
63 $ ./site_utils/test_droid.py -s 7d52318 brillo_WhitelistedGtests
74 emulator-5554 device
77 $ ./site_utils/test_droid.py -s emulator-5554,7d52318 testbed_DummyTest
83 If no username is specified, `test_droid` will try the root and adb users.
90 …e OS testing keys](https://www.chromium.org/chromium-os/testing/autotest-developer-faq/ssh-test-ke…
97 CheckHostIP no
98 StrictHostKeyChecking no
[all …]

12345678910>>...17