HomeSort by relevance Sort by last modified time
    Searched refs:rev (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/llvm/utils/release/
merge.sh 17 rev=""
23 echo " -rev NUM The revision to merge into the project"
28 -rev | --rev | -r )
30 rev=$1
49 if [ "x$rev" = "x" -o "x$proj" = "x" ]; then
63 echo "Merging r$rev:" > $tempfile
64 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1
69 echo "# Merging r$rev into $proj"
70 svn merge -c $rev https://llvm.org/svn/llvm-project/$proj/trunk . || exit
    [all...]
  /external/v8/test/mjsunit/
bitops-info.js 56 assertEquals(46512102 & 2600822924, x & 46512102, "1rev");
57 assertEquals(1600822924 & 2600822924, x & 1600822924, "2rev");
58 assertEquals(2600822924 & 2600822924, x & 2600822924, "3rev");
59 assertEquals(46512102 & 46512102, y & 46512102, "4rev");
60 assertEquals(1600822924 & 46512102, y & 1600822924, "5rev");
61 assertEquals(2600822924 & 46512102, y & 2600822924, "6rev");
62 assertEquals(46512102 & 1600822924, z & 46512102, "7rev");
63 assertEquals(1600822924 & 1600822924, z & 1600822924, "8rev");
64 assertEquals(2600822924 & 1600822924, z & 2600822924, "9rev");
65 assertEquals(46512102 & 2600822924, x & y, "10rev");
    [all...]
  /external/llvm/utils/git/
find-rev 16 repo,rev = args
19 rev = int(rev)
24 p = subprocess.Popen(['git', 'rev-list', opts.branch, '--pretty'],
36 if lrev<=rev:
41 if lrev == rev:
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
crashmon 46 rev=$(cd "${crashmon_src_path}" && svn info | sed -e '/^Revision:/s/Revision: //p' -e d)
58 printf " rev ${rev}</title></head>\n<body>Core dump file: "
67 ) > "/var/www/svn_${rev}.${coredump}.trace.html"
  /external/compiler-rt/lib/arm/
bswapsi2.S 20 // before armv6 does not have "rev" instruction
26 rev r0, r0
bswapdi2.S 20 // before armv6 does not have "rev" instruction
21 // r2 = rev(r0)
26 // r0 = rev(r1)
32 rev r2, r0 // r2 = rev(r0)
33 rev r0, r1 // r0 = rev(r1)
35 mov r1, r2 // r1 = r2 = rev(r0)
  /external/webkit/Tools/Scripts/
bisect-builds 141 $nightlies[$startIndex]->{rev};
144 $didReproduceBug = promptForTest($nightlies[$startIndex]->{rev});
154 $nightlies[$endIndex]->{rev};
157 $didReproduceBug = promptForTest($nightlies[$endIndex]->{rev});
166 printStatus($nightlies[$startIndex]->{rev}, $nightlies[$endIndex]->{rev}, $isProgression);
177 printf "\nChecking revision r%s (%d build%s left to test after this)...\n", $nightlies[$index]->{rev}, $buildsLeft, $plural;
180 $didReproduceBug = promptForTest($nightlies[$index]->{rev});
183 $brokenRevisions{$nightlies[$index]->{rev}} = $nightlies[$index]->{file};
198 printStatus($nightlies[$startIndex]->{rev}, $nightlies[$endIndex]->{rev}, $isProgression)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
flat.h 29 unsigned long rev; /* version (as above) */ member in struct:flat_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
flat.h 29 unsigned long rev; /* version (as above) */ member in struct:flat_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
flat.h 29 unsigned long rev; /* version (as above) */ member in struct:flat_hdr
  /external/openssl/crypto/asn1/
t_crl.c 87 STACK_OF(X509_REVOKED) *rev;
112 rev = X509_CRL_get_REVOKED(x);
114 if(sk_X509_REVOKED_num(rev) > 0)
118 for(i = 0; i < sk_X509_REVOKED_num(rev); i++) {
119 r = sk_X509_REVOKED_value(rev, i);
x_crl.c 138 X509_REVOKED *rev = sk_X509_REVOKED_value(revoked, i);
142 gtmp = X509_REVOKED_get_ext_d2i(rev,
163 rev->issuer = gens;
165 reason = X509_REVOKED_get_ext_d2i(rev, NID_crl_reason,
175 rev->reason = ASN1_ENUMERATED_get(reason);
179 rev->reason = CRL_REASON_NONE;
183 exts = rev->extensions;
371 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev)
377 if(!inf->revoked || !sk_X509_REVOKED_push(inf->revoked, rev)) {
416 X509_REVOKED *rev)
    [all...]
  /hardware/invensense/libsensors_iio/software/core/driver/include/linux/
mpu.h 79 #define INV_PROD_KEY(ver, rev) (ver * 100 + rev)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 164 function cvsminus($rev)
166 if (preg_match("/^1\.1$/", $rev)) // "1.10" == "1.1" returns true, curiously enough
168 return $rev;
172 if (preg_match("/\.1$/", $rev))
174 return preg_replace("/^(\d+\.\d+)\..+$/", "$1", $rev);
178 return preg_replace("/^(.+\.)(\d+)$/e", "\"$1\" . ($2 - 1);", $rev);
183 function showrev($rev, $file)
185 $link = "<a href=\"" . cvsfile($file) . "\">$rev</a>";
186 if (!preg_match("/^1\.1$/", $rev)) // "1.10" == "1.1" returns true, curiously enough
188 $oldrev = cvsminus($rev);
    [all...]
  /hardware/ril/libril/
ril_event.cpp 148 struct ril_event * rev = watch_table[i]; local
150 if ((rev != NULL) && (rev->fd > n)) {
151 n = rev->fd;
189 struct ril_event * rev = watch_table[i]; local
190 if (rev != NULL && FD_ISSET(rev->fd, rfds)) {
191 addToList(rev, &pending_list);
192 if (rev->persist == false) {
193 removeWatch(rev, i)
336 struct ril_event * rev = watch_table[i]; local
    [all...]
  /external/grub/stage2/
vstafs.h 69 unsigned long rev; member in struct:fs_file
  /external/webkit/Source/WebCore/html/
HTMLLinkElement.idl 30 attribute [Reflect] DOMString rev;
  /external/skia/gm/
pathreverse.cpp 26 SkPath rev; local
27 rev.reverseAddPath(path);
30 test_path(canvas, rev);
  /external/tcpdump/
print-tcp.c 315 register int rev; local
325 rev = 0;
330 rev = 1;
333 rev = 1;
335 if (rev) {
348 rev = 1;
351 rev = 1;
353 if (rev) {
364 rev = 0;
368 rev = 1
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_prn.c 190 OCSP_REVOKEDINFO *rev = NULL; local
243 rev = cst->value.revoked;
247 rev->revocationTime))
249 if (rev->revocationReason)
251 l=ASN1_ENUMERATED_get(rev->revocationReason);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 131 #define CHIPREV(rev) (BCMCHIPREV)
133 #define CHIPREV(rev) (rev)
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAnchorElement08.js 78 The rev attribute contains the reverse link type
80 Retrieve the rev attribute and examine its value.
102 vrev = testNode.rev;
HTMLLinkElement07.js 78 The rev attribute specifies the reverse link type.
80 Retrieve the rev attribute and examine its value.
102 vrev = testNode.rev;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAnchorElement08.js 78 The rev attribute contains the reverse link type
80 Retrieve the rev attribute and examine its value.
102 vrev = testNode.rev;
HTMLLinkElement07.js 78 The rev attribute specifies the reverse link type.
80 Retrieve the rev attribute and examine its value.
102 vrev = testNode.rev;

Completed in 3210 milliseconds

1 2 3 4 5 6 7