Home
last modified time | relevance | path

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

12

/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!"
21 echo " * Your revision number ($COMMIT) is wrong"
27 if [ -n "$(echo $COMMIT | grep '^r[0-9]\+')" ]; then
28 SVN=`echo $COMMIT | sed -e 's/^r//'`
32 GIT=$COMMIT
/external/deqp/framework/qphelper/
Dgen_release_info.py39 COMMIT = 0 variable
46 return (COMMIT, m.group(0))
56 if type == COMMIT:
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-journal-checksum/
Dext4_journal_checksum.sh100 COMMIT=( 1 100 )
123 ${COMMIT[$l]} \
/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/dist2/testdata/
Dtestinput14504 /a+b?(*COMMIT)c+(*FAIL)/
4675 /A(*COMMIT)(B|D)/
4733 # COMMIT at the start of a pattern should act like an anchor. Again, however,
4736 /(*COMMIT)(A|P)(B|P)(C|P)/
4741 # COMMIT inside an atomic group can't stop backtracking over the group.
4743 /(\w+)(?>b(*COMMIT))\w{2}/
4746 /(\w+)b(*COMMIT)\w{2}/
4755 # COMMIT should override THEN.
4757 /(?>(*COMMIT)(?>yes|no)(*THEN)(*F))?/
4761 /(?>(*COMMIT)(yes|no)(*THEN)(*F))?/
[all …]
Dtestoutput17217 /a+b?(*COMMIT)c+(*FAIL)/
7559 /A(*COMMIT)(B|D)/
7634 # COMMIT at the start of a pattern should act like an anchor. Again, however,
7637 /(*COMMIT)(A|P)(B|P)(C|P)/
7647 # COMMIT inside an atomic group can't stop backtracking over the group.
7649 /(\w+)(?>b(*COMMIT))\w{2}/
7654 /(\w+)b(*COMMIT)\w{2}/
7665 # COMMIT should override THEN.
7667 /(?>(*COMMIT)(?>yes|no)(*THEN)(*F))?/
7672 /(?>(*COMMIT)(yes|no)(*THEN)(*F))?/
[all …]
Dtestinput22167 /A(*PRUNE)B(*SKIP)C(*THEN)D(*COMMIT)E(*F)F(*FAIL)G(?!)H(*ACCEPT)I/B
2181 /a+b?(*COMMIT)c+(*FAIL)/auto_callout
2885 # hitting (*COMMIT).
2887 /(?1)(A(*COMMIT)|B)D/
2949 /A(*COMMIT)B/aftertext,mark
2970 # COMMIT at the start of a pattern should be the same as an anchor. Perl
2974 /(*COMMIT)ABC/
2977 /(*COMMIT)ABC/no_start_optimize
3686 /aaaaa(*COMMIT)(*PRUNE)b|a+c/
3692 /(?!a(*COMMIT)b)ac|ad/
Dtestoutput28073 /A(*PRUNE)B(*SKIP)C(*THEN)D(*COMMIT)E(*F)F(*FAIL)G(?!)H(*ACCEPT)I/B
8083 *COMMIT
8162 /a+b?(*COMMIT)c+(*FAIL)/auto_callout
8168 +4 ^ ^ (*COMMIT)
9784 # hitting (*COMMIT).
9786 /(?1)(A(*COMMIT)|B)D/
9992 Failed: error 159 at offset 13: an argument is not allowed for (*ACCEPT), (*FAIL), or (*COMMIT)
9997 /A(*COMMIT)B/aftertext,mark
10022 # COMMIT at the start of a pattern should be the same as an anchor. Perl
10026 /(*COMMIT)ABC/
[all …]
/external/selinux/libsemanage/tests/
Dnc_sort_sorted25 COMMIT
Dnc_sort_malformed25 post COMMIT
Dnc_sort_unsorted27 post COMMIT
/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/skia/site/dev/chrome/
Dmulti_repo_trybots.md85 'COMMIT=false' to the issue description to avoid accidentally checking it in.
/external/guice/extensions/persist/lib/
Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/ ...
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
/external/regex-re2/doc/
Dsyntax.txt359 (*COMMIT) NOT SUPPORTED
/external/pcre/dist2/doc/
Dpcre2.txt1425 ing function. This means that a special item such as (*COMMIT) at the
1436 such as (*COMMIT) and (*MARK) are considered at every possible starting
1442 (*COMMIT)ABC
1447 first match attempt from there. The (*COMMIT) item means that the pat-
1452 (*COMMIT) prevents any further matches being tried, so the overall
4104 A(*COMMIT)B(*PRUNE)C a failure in B triggers (*COMMIT), but a failure
8121 (*COMMIT)
8127 (*COMMIT) is the only backtracking verb that is encountered, once it
8131 a+(*COMMIT)b
8135 most recently passed (*MARK) in the path is passed back when (*COMMIT)
[all …]
/external/robolectric/v1/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2262 …BY|CASCADE|CASE|CHECK|CHECKPOINT|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMN|COMMIT|COMPUTE|CONSTRAINT…
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12