Home
last modified time | relevance | path

Searched +full:rev +full:- +full:list (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/external/python/cpython2/Tools/faqwiz/
Dfaqwiz.py3 This is a CGI program that maintains a user-editable FAQ. It uses RCS
10 The actual script to place in cgi-bin is faqw.py.
71 r'\b(http|ftp|https)://\S+(\b|/)|\b[-.\w]+@[-.\w]+')
75 list = []
81 list.append(escape(text[i:j]))
84 while url[-1] in '();:,.?\'"<>':
85 url = url[:-1]
95 list.append(repl)
97 list.append(escape(text[i:j]))
98 return ''.join(list)
[all …]
/external/python/cpython2/Demo/classes/
DRev.py7 >>> chars = list(Rev('Hello World!'))
13 If you give it a non-anonymous mutable sequence, the reverse sequence
14 will track the updated values. ( but not reassignment! - another
20 >>> rnn = Rev(nnn)
35 >>> nnn = nnn[1:-1]
47 >>> WH = Rev('Hello World!')
50 >>> nnn = Rev(range(1, 10))
56 >>> rrr = Rev(nnn)
62 class Rev: class
71 return self.forw[-(j + 1)]
[all …]
/external/v8/tools/
Dv8-info.sh8 # notice, this list of conditions and the following disclaimer.
10 # copyright notice, this list of conditions and the following
32 BASE_URL="https://code.google.com/p/v8/source/list"
33 VERSION="include/v8-version.h"
49 Fetches V8 revision information from a git-svn checkout.
52 -h Show this message.
54 -i Print revision info for all branches matching the V8 version.
55 Example usage: $0 -i 3.19.10$
58 -v Print the V8 version tag for a trunk SVN revision.
59 Example usage: $0 -v 14981
[all …]
/external/toybox/www/
Dcleanup.html2 <!--#include file="header.html" -->
23 <p>Toybox <a href=http://landley.net/notes.html#31-03-2013>hasn't always</a>
38 posting explanations of each change to the mailing list.
47 command name links to a commit list with the bulk of the changes, it may
60 links to mailing list messages that cover various programming topics
64 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000850.html>Error mess…
65 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000891.html>Why not "c…
69 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000893.html>Why not to…
70 <li><a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001044.html>Relationshi…
72 sight does not really help readability."</a> -
[all …]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSUtils.java10 import java.util.List;
26 // BEGIN android-removed
32 // END android-removed
52 // BEGIN android-removed
57 // END android-removed
105 static List getCertificatesFromStore(Store certStore) in getCertificatesFromStore()
108 List certs = new ArrayList(); in getCertificatesFromStore()
127 static List getAttributeCertificatesFromStore(Store attrStore) in getAttributeCertificatesFromStore()
130 List certs = new ArrayList(); in getAttributeCertificatesFromStore()
150 static List getCRLsFromStore(Store crlStore) in getCRLsFromStore()
[all …]
/external/python/cpython2/Demo/pdist/
Drcslib.py30 - The instance always represents the current directory so it's not
36 okchars = string.ascii_letters + string.digits + '-_=+'
46 # --- Informational methods about a single file/revision ---
59 elif data[-1] == '\n':
60 data = data[:-1]
69 """Return a dictionary of info (from rlog -h) for NAME_REV
78 f = self._open(name_rev, 'rlog -h')
96 # --- Methods that change files ---
100 name, rev = self.checkfile(name_rev)
101 cmd = "rcs -l%s %s" % (rev, name)
[all …]
Drcvs.py3 """Remote CVS -- command line interface"""
8 # - if the remote file is deleted, "rcvs update" will fail
11 # - cvs rm
12 # - descend into directories (alraedy done for update)
13 # - conflict resolution
14 # - other relevant commands?
15 # - branches
17 # - Finesses:
18 # - retain file mode's x bits
19 # - complain when "nothing known about filename"
[all …]
Dcvslib.py18 file -- the filename (no slashes), None if uninitialized
19 lseen -- true if the data for the local file is up to date
20 eseen -- true if the data from the CVS/Entries entry is up to date
22 rseen -- true if the data for the remote file is up to date
23 proxy -- RCSProxy instance used to contact the server, or None
26 or remote file *exists* -- they indicate that we've checked it.
32 lsum -- checksum of the local file, None if no local file
33 lctime -- ctime of the local file, None if no local file
34 lmtime -- mtime of the local file, None if no local file
38 erev -- revision, None if this is a no revision (not '0')
[all …]
/external/autotest/tko/
Dsite_parse.py1 #!/usr/bin/python -u
4 # Use of this source code is governed by a BSD-style license that can be
58 _CACHE_DIR = 'tmp/symbol-cache'
116 """Returns a tuple of (board, rev, version) parsed from the job name.
118 Handles job names of the form "<board-rev>-<version>...",
119 "<board-rev>-<rev>-<version>...", and
120 "<board-rev>-<rev>-<version_0>_to_<version>..."
126 A tuple of (board, rev, version) parsed from the job name.
128 version = job_name.rsplit('-', 3)[1].split('_')[-1]
129 arch, board, rev = job_name.split('-', 3)[:3]
[all …]
/external/swiftshader/third_party/LLVM/utils/git/
Dfind-rev8 parser.add_option("", "--dump-section-data", dest="dumpSectionData",
16 repo,rev = args
19 rev = int(rev)
24 p = subprocess.Popen(['git', 'rev-list', 'git-svn', '--pretty'],
32 elif ln.startswith(' git-svn-id: '):
36 if lrev<=rev:
41 if lrev == rev:
/external/llvm/utils/git/
Dfind-rev8 parser.add_option("", "--branch", dest="branch",
10 action="store", default="git-svn")
16 repo,rev = args
19 rev = int(rev)
24 p = subprocess.Popen(['git', 'rev-list', opts.branch, '--pretty'],
32 elif ln.startswith(' git-svn-id: '):
36 if lrev<=rev:
41 if lrev == rev:
/external/boringssl/src/crypto/x509/
Dt_crl.c1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
8 * This library is free for commercial and non-commercial use as long as
26 * notice, this list of conditions and the following disclaimer.
28 * notice, this list of conditions and the following disclaimer in the
35 * being used are not cryptographic related :-).
83 STACK_OF(X509_REVOKED) *rev; in X509_CRL_print()
89 BIO_printf(out, "Certificate Revocation List (CRL):\n"); in X509_CRL_print()
92 X509_signature_print(out, x->sig_alg, NULL); in X509_CRL_print()
105 X509V3_extensions_print(out, "CRL extensions", x->crl->extensions, 0, 8); in X509_CRL_print()
107 rev = X509_CRL_get_REVOKED(x); in X509_CRL_print()
[all …]
Dx_crl.c1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
8 * This library is free for commercial and non-commercial use as long as
26 * notice, this list of conditions and the following disclaimer.
28 * notice, this list of conditions and the following disclaimer in the
35 * being used are not cryptographic related :-).
121 if (!a || !a->revoked) in crl_inf_cb()
129 (void)sk_X509_REVOKED_set_cmp_func(a->revoked, X509_REVOKED_cmp); in crl_inf_cb()
163 X509_REVOKED *rev = sk_X509_REVOKED_value(revoked, i); variable
167 gtmp = X509_REVOKED_get_ext_d2i(rev,
169 if (!gtmp && (j != -1)) {
[all …]
/external/vixl/test/aarch32/traces/
Dassembler-cond-rd-rn-t32-rev.h8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
28 // ---------------------------------------------------------------------
32 // ---------------------------------------------------------------------
38 0x00, 0xba // rev al r0 r0
41 0x08, 0xba // rev al r0 r1
44 0x10, 0xba // rev al r0 r2
47 0x18, 0xba // rev al r0 r3
50 0x20, 0xba // rev al r0 r4
53 0x28, 0xba // rev al r0 r5
[all …]
/external/libogg/include/
DMakefile.in25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
44 mkinstalldirs = $(install_sh) -d
49 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50 html-recursive info-recursive install-data-recursive \
51 install-exec-recursive install-info-recursive \
52 install-recursive installcheck-recursive installdirs-recursive \
53 pdf-recursive ps-recursive uninstall-info-recursive \
54 uninstall-recursive
[all …]
/external/libogg/doc/
DMakefile.in26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
45 mkinstalldirs = $(install_sh) -d
50 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51 html-recursive info-recursive install-data-recursive \
52 install-exec-recursive install-info-recursive \
53 install-recursive installcheck-recursive installdirs-recursive \
54 pdf-recursive ps-recursive uninstall-info-recursive \
55 uninstall-recursive
[all …]
/external/autotest/site_utils/suite_scheduler/
Dmanifest_versions_unittest.py4 # Use of this source code is governed by a BSD-style license that can be
30 @var _MANIFESTS_STRING: canned (string) list of manifest file paths.
36 build-name/x86-alex-release-group/pass/20/2057.0.9.xml
39 build-name/x86-alex-release-group/pass/20/2057.0.10.xml
42 build-name/x86-alex-release-group/pass/20/2054.0.0.xml
45 build-name/x86-alex-release/pass/18/1660.103.0.xml
48 build-name/x86-alex-release-group/pass/20/2051.0.0.xml
51 build-name/x86-alex-firmware/pass/20/2048.1.1.xml
54 build-name/x86-alex-release/pass/19/2046.3.0.xml
57 build-name/x86-alex-release-group/pass/20/2050.0.0.xml
[all …]
Dmanifest_versions.py2 # Use of this source code is governed by a BSD-style license that can be
78 @var _MANIFEST_VERSIONS_URL: URL of the internal manifest-versions git repo.
79 @var _BOARD_MANIFEST_GLOB_PATTERN: pattern for shell glob for passed-build
90 _MANIFEST_VERSIONS_URL = ('https://chrome-internal-review.googlesource.com/'
91 'chromeos/manifest-versions.git')
92 _ANY_MANIFEST_GLOB_PATTERN = 'build-name/*/pass/'
93 _BOARD_MANIFEST_GLOB_PATTERN = 'build-name/%s-*/pass/'
94 _BOARD_MANIFEST_RE_PATTERN = (r'build-name/%s-([^-]+)'
95 r'(?:-group)?/pass/(\d+)/([0-9.]+)\.xml')
96 _BOARD_BRANCH_MANIFEST_GLOB_PATTERN = 'build-name/%s-%s/pass/'
[all …]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dparser.ml1 (*===---------------------------------------------------------------------===
3 *===---------------------------------------------------------------------===*)
5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
10 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1
21 | [< 'Token.Number n >] -> Ast.Number n
24 | [< 'Token.Kwd '('; e=parse_expr; 'Token.Kwd ')' ?? "expected ')'" >] -> e
29 | [< 'Token.Ident id; stream >] ->
31 | [< e=parse_expr; stream >] ->
33 | [< 'Token.Kwd ','; e=parse_args (e :: accumulator) >] -> e
[all …]
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dparser.ml1 (*===---------------------------------------------------------------------===
3 *===---------------------------------------------------------------------===*)
5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
10 let precedence c = try Hashtbl.find binop_precedence c with Not_found -> -1
21 | [< 'Token.Number n >] -> Ast.Number n
24 | [< 'Token.Kwd '('; e=parse_expr; 'Token.Kwd ')' ?? "expected ')'" >] -> e
29 | [< 'Token.Ident id; stream >] ->
31 | [< e=parse_expr; stream >] ->
33 | [< 'Token.Kwd ','; e=parse_args (e :: accumulator) >] -> e
[all …]
/external/libnfnetlink/include/
DMakefile.in24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
29 *=*|--*) ;; \
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
64 mkinstalldirs = $(install_sh) -d
75 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76 html-recursive info-recursive install-data-recursive \
77 install-dvi-recursive install-exec-recursive \
78 install-html-recursive install-info-recursive \
[all …]
/external/vixl/test/aarch32/config/
Dcond-rd-rn-t32.json8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
35 "Rev", // REV{<c>}{<q>} <Rd>, <Rm> ; T1
36 // REV{<c>}{<q>} <Rd>, <Rm> ; T2
74 "test-files": [
77 "test-cases": [
83 "operand-filter": "cond == 'al'"
88 "type": "macro-assembler",
89 "test-cases": [
95 "operand-limit": 500
[all …]
/external/python/cpython2/Lib/idlelib/
DChangeLog8 2001-07-20 11:35 elguavas
12 2001-07-19 16:40 elguavas
14 * IDLEFORK.html: replaced by IDLEFORK-index.html
16 2001-07-19 16:39 elguavas
18 * IDLEFORK-index.html: updated placeholder idlefork homepage
20 2001-07-19 14:49 elguavas
24 minor tidy-ups ready for 0.8.1 alpha tarball release
26 2001-07-17 15:12 kbk
36 2001-07-17 15:01 kbk
40 2001-07-17 14:59 kbk
[all …]
/external/netperf/src/missing/
DMakefile.in24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
58 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
61 am__mv = mv -f
65 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
68 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69 html-recursive info-recursive install-data-recursive \
70 install-dvi-recursive install-exec-recursive \
71 install-html-recursive install-info-recursive \
[all …]
/external/libexif/contrib/
DMakefile.in23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
39 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
40 $(top_srcdir)/m4m/gp-config-msg.m4 \
41 $(top_srcdir)/m4m/gp-documentation.m4 \
42 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
43 $(top_srcdir)/m4m/stdint.m4 $(top_srcdir)/auto-m4/gettext.m4 \
44 $(top_srcdir)/auto-m4/iconv.m4 $(top_srcdir)/auto-m4/lib-ld.m4 \
45 $(top_srcdir)/auto-m4/lib-link.m4 \
[all …]

12345678910>>...14