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

1 2 3

  /external/webkit/WebKitTools/Scripts/
bisect-builds 140 $nightlies[$startIndex]->{rev};
143 $didReproduceBug = promptForTest($nightlies[$startIndex]->{rev});
153 $nightlies[$endIndex]->{rev};
156 $didReproduceBug = promptForTest($nightlies[$endIndex]->{rev});
165 printStatus($nightlies[$startIndex]->{rev}, $nightlies[$endIndex]->{rev}, $isProgression);
176 printf "\nChecking revision r%s (%d build%s left to test after this)...\n", $nightlies[$index]->{rev}, $buildsLeft, $plural;
179 $didReproduceBug = promptForTest($nightlies[$index]->{rev});
182 $brokenRevisions{$nightlies[$index]->{rev}} = $nightlies[$index]->{file};
197 printStatus($nightlies[$startIndex]->{rev}, $nightlies[$endIndex]->{rev}, $isProgression)
    [all...]
  /external/openssl/crypto/asn1/
t_crl.c 87 STACK_OF(X509_REVOKED) *rev;
114 rev = X509_CRL_get_REVOKED(x);
116 if(sk_X509_REVOKED_num(rev) > 0)
120 for(i = 0; i < sk_X509_REVOKED_num(rev); i++) {
121 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)
335 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/WebCore/html/
HTMLLinkElement.idl 30 attribute [ConvertNullToNullString] DOMString rev;
HTMLAnchorElement.idl 31 attribute [ConvertNullToNullString, Reflect] DOMString rev;
HTMLLinkElement.h 62 String rev() const;
  /libcore/luni/src/test/java/libcore/java/lang/
SystemTest.java 83 private void induceGc(int rev) {
86 byte[] b = new byte[1024 << 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 191 OCSP_REVOKEDINFO *rev = NULL; local
245 rev = cst->value.revoked;
249 rev->revocationTime))
251 if (rev->revocationReason)
253 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);
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmpcispi.c 62 uint8 rev; /* PCI Card Revision ID */ member in struct:spih_info_
87 si->rev = OSL_PCI_READ_CONFIG(sd->osh, PCI_CFG_REV, 4) & 0xFF;
89 if (si->rev < 3) {
90 sd_err(("Host controller %d not supported, please upgrade to rev >= 3\n", si->rev));
95 sd_err(("Attaching to Generic PCI SPI Host Controller Rev %d\n", si->rev));
98 ASSERT(si->rev >= 3);
102 /* Rev < 10 PciSpiHost has 2 BARs:
106 * Rev 10 and up use a different PCI core which only has a singl
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterLogic.java 104 int rev = p.getRevision(); local
113 // The score is 10*api + (1 if preview) + rev/100
116 float score = api * 10 + (isPreview ? 1 : 0) + rev/100.f;
138 int rev = p.getRevision(); local
147 float score = api * 10 + (isPreview ? 1 : 0) + rev/100.f;
341 // - platform: *might* depends on tools of rev >= min-tools-rev
400 * A platform or an extra package can both have a min-tools-rev, in which case it
413 int rev = pkg.getMinToolsRevision(); local
415 if (rev == MinToolsPackage.MIN_TOOLS_REV_NOT_SPECIFIED) {
    [all...]
  /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...]
  /system/core/init/
util.c 420 char *x, *hw, *rev; local
435 rev = strstr(data, "\nRevision");
451 if (rev) {
452 x = strstr(rev, ": ");
  /external/openssl/apps/
rsautl.c 96 char need_priv = 0, badarg = 0, rev = 0; local
169 else if(!strcmp(*argv, "-rev")) rev = 1;
269 if(rev) {
pkeyutl.c 95 char badarg = 0, rev = 0; local
197 else if(!strcmp(*argv, "-rev"))
198 rev = 1;
316 if(rev)
  /ndk/build/tools/
build-platforms.sh 270 local file subdir rev
271 rev=`reverse_path $1`
273 ln -s $rev/$1/$file $DSTDIR/$2/$file
  /external/bluetooth/hcidump/src/
bpasniff.c 364 char rev[46]; local
430 if (read_revision(dd, rev, sizeof(rev)) < 0) {
437 printf("%s\n", rev);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
StringBuffer2Test.java 874 private void reverseTest(String id, String org, String rev, String back) {
880 reversed.equals(rev));
895 reversed.equals(rev));
898 assertEquals(rev, copy);
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSource.java 548 int rev = 0; local
552 rev = Integer.parseInt(content);
553 if (rev < 1) {
563 SdkRepository.NODE_REVISION, Integer.toString(rev));
    [all...]
Package.java 509 int rev = getRevision(); // 12 bits... 4095 local
532 int n = (type << 28) + (offset << 12) + rev;
  /external/bison/
Makefile 365 rev=''; for subdir in $$list; do \
367 rev="$$subdir $$rev"; \
370 rev="$$rev ."; \
372 for subdir in $$rev; do \
  /external/bison/examples/
Makefile 294 rev=''; for subdir in $$list; do \
296 rev="$$subdir $$rev"; \
299 rev="$$rev ."; \
301 for subdir in $$rev; do \

Completed in 163 milliseconds

1 2 3