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

1 2 3 4

  /frameworks/compile/libbcc/runtime/lib/arm/
bswapsi2.S 18 rev r0, r0 // reverse bytes in parameter and put into result register
bswapdi2.S 18 rev r2, r1 // reverse bytes in high 32-bits into temp2
19 rev r3, r0 // reverse bytes in low 32-bit into temp3
  /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', 'git-svn', '--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/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...]
  /prebuilt/linux-x86/toolchain/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
  /external/openssl/crypto/asn1/
t_crl.c 87 STACK_OF(X509_REVOKED) *rev;
113 rev = X509_CRL_get_REVOKED(x);
115 if(sk_X509_REVOKED_num(rev) > 0)
119 for(i = 0; i < sk_X509_REVOKED_num(rev); i++) {
120 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/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...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LayoutlibVersionMixin.java 45 * The layoutlib element is new in the XSD rev 4, so we need to cope with it missing
51 int rev = LAYOUTLIB_REV_NOT_SPECIFIED; local
57 rev = XmlParserUtils.getXmlInt(layoutlibNode, RepoConstants.NODE_REVISION, 0);
60 mLayoutlibVersion = Pair.of(api, rev);
  /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;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterLogic.java 159 int rev = p.getRevision(); local
168 // The score is 10*api + (1 if preview) + rev/100
171 float score = api * 10 + (isPreview ? 1 : 0) + rev/100.f;
200 int rev = p.getRevision(); local
209 float score = api * 10 + (isPreview ? 1 : 0) + rev/100.f;
479 // - platform: *might* depends on tools of rev >= min-tools-rev
570 * A platform or an extra package can both have a min-tools-rev, in which case it
583 int rev = pkg.getMinToolsRevision(); local
585 if (rev == MinToolsPackage.MIN_TOOLS_REV_NOT_SPECIFIED) {
681 int rev = pkg.getMinPlatformToolsRevision(); local
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmdefs.h 85 #define CHIPREV(rev) (BCMCHIPREV)
87 #define CHIPREV(rev) (rev)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 85 #define CHIPREV(rev) (BCMCHIPREV)
87 #define CHIPREV(rev) (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);
ocsp_cl.c 270 OCSP_REVOKEDINFO *rev = cst->value.revoked; local
271 if (revtime) *revtime = rev->revocationTime;
274 if(rev->revocationReason)
275 *reason = ASN1_ENUMERATED_get(rev->revocationReason);
  /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;
  /external/llvm/test/MC/ARM/
thumb.s 18 @ CHECK: rev r2, r3 @ encoding: [0x1a,0xba]
21 rev r2, r3
  /external/bluetooth/bluez/tools/
ubcsp.c 255 rev; local
259 for (b = 0, rev=0; b < 16; b++)
261 rev = rev << 1;
262 rev |= (crc & 1);
266 return rev;
    [all...]

Completed in 276 milliseconds

1 2 3 4