Home
last modified time | relevance | path

Searched refs:COMMIT (Results 1 – 21 of 21) sorted by relevance

/external/llvm/utils/git-svn/
Dgit-svnrevert15 COMMIT=$1
16 OTHER=$(git svn find-rev "$COMMIT")
18 echo "Error! Could not find an svn/git revision for commit $COMMIT!"
22 if [ -n "$(echo $COMMIT | grep '^r[0-9]\+')" ]; then
23 SVN=`echo $COMMIT | sed -e 's/^r//'`
27 GIT=$COMMIT
/external/deqp/framework/qphelper/
Dgen_release_info.py19 COMMIT = 0 variable
26 return (COMMIT, m.group(0))
36 if type == COMMIT:
/external/iptables/tests/
Doptions-ipv4.rules22 COMMIT
36 COMMIT
51 COMMIT
Doptions-most.rules200 COMMIT
214 COMMIT
/external/skia/site/dev/contrib/
Dcqkeywords.md4 COMMIT section in Commit Queue Keywords
8 submitting the change via the CQ, then you can mark it with "COMMIT=false".
12 COMMIT=false
/external/wpa_supplicant_8/src/eap_server/
Deap_server_eke.c19 IDENTITY, COMMIT, CONFIRM, FAILURE_REPORT, SUCCESS, FAILURE enumerator
43 case COMMIT: in eap_eke_state_txt()
368 case COMMIT: in eap_eke_buildReq()
403 if (data->state == COMMIT && eke_exch == EAP_EKE_COMMIT) in eap_eke_check()
511 eap_eke_state(data, COMMIT); in eap_eke_process_identity()
525 if (data->state != COMMIT) { in eap_eke_process_commit()
/external/pcre/dist/testdata/
Dtestinput14537 /a+b?(*COMMIT)c+(*FAIL)/
4704 /A(*COMMIT)(B|D)/
4762 /--- COMMIT at the start of a pattern should act like an anchor. Again,
4765 /(*COMMIT)(A|P)(B|P)(C|P)/
4770 /--- COMMIT inside an atomic group can't stop backtracking over the group. ---/
4772 /(\w+)(?>b(*COMMIT))\w{2}/
4775 /(\w+)b(*COMMIT)\w{2}/
4783 /--- COMMIT should override THEN ---/
4785 /(?>(*COMMIT)(?>yes|no)(*THEN)(*F))?/
4788 /(?>(*COMMIT)(yes|no)(*THEN)(*F))?/
[all …]
Dtestoutput17507 /a+b?(*COMMIT)c+(*FAIL)/
7857 /A(*COMMIT)(B|D)/
7934 /--- COMMIT at the start of a pattern should act like an anchor. Again,
7937 /(*COMMIT)(A|P)(B|P)(C|P)/
7948 /--- COMMIT inside an atomic group can't stop backtracking over the group. ---/
7950 /(\w+)(?>b(*COMMIT))\w{2}/
7955 /(\w+)b(*COMMIT)\w{2}/
7965 /--- COMMIT should override THEN ---/
7967 /(?>(*COMMIT)(?>yes|no)(*THEN)(*F))?/
7971 /(?>(*COMMIT)(yes|no)(*THEN)(*F))?/
[all …]
Dtestinput22232 /A(*PRUNE)B(*SKIP)C(*THEN)D(*COMMIT)E(*F)F(*FAIL)G(?!)H(*ACCEPT)I/BZ
2243 /a+b?(*COMMIT)c+(*FAIL)/C
2953 hitting (*COMMIT). --/
2955 /(?1)(A(*COMMIT)|B)D/
3014 /A(*COMMIT)B/+K
3033 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
3037 /(*COMMIT)ABC/
3776 /aaaaa(*COMMIT)(*PRUNE)b|a+c/
3782 /(?!a(*COMMIT)b)ac|ad/
Dtestoutput28656 /A(*PRUNE)B(*SKIP)C(*THEN)D(*COMMIT)E(*F)F(*FAIL)G(?!)H(*ACCEPT)I/BZ
8666 *COMMIT
8742 /a+b?(*COMMIT)c+(*FAIL)/C
8747 +4 ^ ^ (*COMMIT)
10421 hitting (*COMMIT). --/
10423 /(?1)(A(*COMMIT)|B)D/
10633 Failed: an argument is not allowed for (*ACCEPT), (*FAIL), or (*COMMIT) at offset 13
10638 /A(*COMMIT)B/+K
10662 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
10666 /(*COMMIT)ABC/
[all …]
/external/selinux/libsemanage/tests/
Dnc_sort_sorted25 COMMIT
Dnc_sort_malformed25 post COMMIT
Dnc_sort_unsorted27 post COMMIT
/external/skia/
DHASHTAGS14 nocommit,COMMIT=false
/external/wpa_supplicant_8/src/eap_peer/
Deap_eke.c18 IDENTITY, COMMIT, CONFIRM, SUCCESS, FAILURE enumerator
43 case COMMIT: in eap_eke_state_txt()
348 eap_eke_state(data, COMMIT); in eap_eke_process_id()
371 if (data->state != COMMIT) { in eap_eke_process_commit()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/
DREADME.folder.contents.may.not.be.up.to.date.txt25 ** WARNING: DO NOT COMMIT THIS FILE INTO YOUR PUBLIC CVS REPOSITORY! **
/external/libxml2/
DHACKING15 BEFORE READING FURTHER: DO NOT COMMIT DIRECTLY !
/external/regex-re2/doc/
Dsyntax.txt359 (*COMMIT) NOT SUPPORTED
/external/pcre/dist/doc/
Dpcre.txt2466 59 an argument is not allowed for (*ACCEPT), (*FAIL), or (*COMMIT)
3346 This means that a special item such as (*COMMIT) at the start of a pat-
3356 such as (*COMMIT) and (*MARK) are considered at every possible starting
3366 (*COMMIT)ABC
3371 first match attempt from there. The (*COMMIT) item means that the pat-
3376 (*COMMIT) prevents any further matches being tried, so the overall
4617 A(*COMMIT)B(*PRUNE)C a failure in B triggers (*COMMIT), but a failure
7401 (*COMMIT)
7407 (*COMMIT) is the only backtracking verb that is encountered, once it
7411 a+(*COMMIT)b
[all …]
/external/pcre/dist/
DChangeLog523 24. In 8.31, (*COMMIT) was confined to within a recursive subpattern. Perl also
541 (1) Previously, in something like (*COMMIT)(*SKIP), COMMIT would override
815 13. As documented, (*COMMIT) is now confined to within a recursive subpattern
818 14. As documented, (*COMMIT) is now confined to within a positive assertion.
823 16. (*COMMIT) control verb is now supported by the JIT compiler.
1003 rejected were: (*ACCEPT), (*COMMIT), (*FAIL), (*MARK), (*PRUNE), (*SKIP),
1498 2. (*COMMIT) was not overriding (*THEN), as it does in Perl. In a pattern
1499 such as (A(*COMMIT)B(*THEN)C|D) any failure after matching A should
1500 result in overall failure. Similarly, (*COMMIT) now overrides (*PRUNE) and
1794 of the verbs SKIP, PRUNE, or COMMIT, did not work correctly. When the
[all …]
DNEWS139 (*COMMIT) verbs.