/external/llvm/utils/git-svn/ |
D | git-svnrevert | 15 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/ |
D | gen_release_info.py | 19 COMMIT = 0 variable 26 return (COMMIT, m.group(0)) 36 if type == COMMIT:
|
/external/iptables/tests/ |
D | options-ipv4.rules | 22 COMMIT 36 COMMIT 51 COMMIT
|
D | options-most.rules | 200 COMMIT 214 COMMIT
|
/external/skia/site/dev/contrib/ |
D | cqkeywords.md | 4 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/ |
D | eap_server_eke.c | 19 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/ |
D | testinput1 | 4537 /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 …]
|
D | testoutput1 | 7507 /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 …]
|
D | testinput2 | 2232 /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/
|
D | testoutput2 | 8656 /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/ |
D | nc_sort_sorted | 25 COMMIT
|
D | nc_sort_malformed | 25 post COMMIT
|
D | nc_sort_unsorted | 27 post COMMIT
|
/external/skia/ |
D | HASHTAGS | 14 nocommit,COMMIT=false
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_eke.c | 18 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/ |
D | README.folder.contents.may.not.be.up.to.date.txt | 25 ** WARNING: DO NOT COMMIT THIS FILE INTO YOUR PUBLIC CVS REPOSITORY! **
|
/external/libxml2/ |
D | HACKING | 15 BEFORE READING FURTHER: DO NOT COMMIT DIRECTLY !
|
/external/regex-re2/doc/ |
D | syntax.txt | 359 (*COMMIT) NOT SUPPORTED
|
/external/pcre/dist/doc/ |
D | pcre.txt | 2466 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/ |
D | ChangeLog | 523 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 …]
|
D | NEWS | 139 (*COMMIT) verbs.
|