/external/python/cpython2/Tools/faqwiz/ |
D | faqwiz.py | 3 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/ |
D | Rev.py | 7 >>> 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/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/ |
D | git-llvm | 3 # ======- git-llvm - LLVM Git Help Integration ---------*- python -*--========# 10 # ==------------------------------------------------------------------------==# 13 git-llvm integration 37 'clang-tools-extra', 38 'compiler-rt', 39 'debuginfo-tests', 51 'parallel-libs', 112 elapsed = time.time() - start 133 return shell(['git'] + list(cmd), kwargs.get('strip', True)) 138 return shell(['svn'] + list(cmd), cwd=cwd, stdin=kwargs.get('stdin', None), [all …]
|
/external/toybox/www/ |
D | cleanup.html | 2 <!--#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/ |
D | CMSUtils.java | 10 import java.util.List; 26 // Android-removed: Unsupported algorithms 58 // BEGIN Android-removed: Unsupported algorithms 86 // END Android-removed: Unsupported algorithms 104 // BEGIN Android-removed: Unsupported algorithms 111 // END Android-removed: Unsupported algorithms 158 static List getCertificatesFromStore(Store certStore) in getCertificatesFromStore() 161 List certs = new ArrayList(); in getCertificatesFromStore() 180 static List getAttributeCertificatesFromStore(Store attrStore) in getAttributeCertificatesFromStore() 183 List certs = new ArrayList(); in getAttributeCertificatesFromStore() [all …]
|
/external/python/cpython2/Demo/pdist/ |
D | rcslib.py | 30 - 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 …]
|
D | rcvs.py | 3 """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 …]
|
/external/autotest/tko/ |
D | site_parse.py | 1 #!/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/ |
D | find-rev | 8 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/ |
D | find-rev | 8 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/swiftshader/third_party/llvm-7.0/llvm/utils/git/ |
D | find-rev | 8 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/ |
D | t_crl.c | 1 /* 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 :-). 80 STACK_OF(X509_REVOKED) *rev; in X509_CRL_print() 86 BIO_printf(out, "Certificate Revocation List (CRL):\n"); in X509_CRL_print() 89 X509_signature_print(out, x->sig_alg, NULL); in X509_CRL_print() 102 X509V3_extensions_print(out, "CRL extensions", x->crl->extensions, 0, 8); in X509_CRL_print() 104 rev = X509_CRL_get_REVOKED(x); in X509_CRL_print() [all …]
|
D | x_crl.c | 1 /* 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/cldr/tools/scripts/web/ |
D | bugdiffs | 1 #!/usr/bin/perl -w 2 #--*-Perl-*-- 10 # given a tag and a list of bugs, and helping to incorporate those bug 12 # tag within the bug list must be contiguous and must begin in the tag's 16 # debug - if set, output debugging info 17 # user - user name 18 # path_info - override actual path info, for debugging, e.g., "/form" 19 # mod - module(s) list 20 # include_attic - if set, include Attic during search (ignored by default) 24 #use CGI::Carp qw(fatalsToBrowser); # Do NOT use this -- doesn't work [all …]
|
/external/libogg/include/ |
D | Makefile.in | 25 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/u-boot/scripts/ |
D | objdiff | 3 # objdiff - a small script for validating that a commit or series of commits 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd) 30 if [ -z "$SRCTREE" ]; then 39 echo >&2 " record <list of object files or directories>" 63 [ ! -d "$dir" ] && mkdir -p $dir 66 # http://dummdida.tumblr.com/post/60924060451/binary-diff-between-libc-from-scientificlinux-and 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped 68 $OBJDUMP -D $stripped | sed -e "s/^[[:space:]]\+[0-9a-f]\+//" -e "s:^$stripped:$1:" > $dis 72 [ $# -eq 0 ] && usage 76 CMT="`git rev-parse --short HEAD`" [all …]
|
/external/ImageMagick/ |
D | gitversion.sh | 4 c=`git rev-list --full-history --all --abbrev-commit | wc -l | sed -e 's/^ *//'` 5 h=`git rev-list --full-history --all --abbrev-commit | head -1`
|
/external/libogg/doc/ |
D | Makefile.in | 26 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/vixl/test/aarch32/traces/ |
D | assembler-cond-rd-rn-rev-t32.h | 8 // 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/libnfnetlink/include/ |
D | Makefile.in | 24 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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 1 (*===---------------------------------------------------------------------=== 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-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 1 (*===---------------------------------------------------------------------=== 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/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 1 (*===---------------------------------------------------------------------=== 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/libexif/contrib/ |
D | Makefile.in | 23 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 …]
|
/external/libcap-ng/libcap-ng-0.7/bindings/ |
D | Makefile.in | 18 # Makefile.am -- 34 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 45 install_sh_DATA = $(install_sh) -c -m 644 46 install_sh_PROGRAM = $(install_sh) -c 47 install_sh_SCRIPT = $(install_sh) -c 69 mkinstalldirs = $(install_sh) -d 74 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 75 html-recursive info-recursive install-data-recursive \ 76 install-dvi-recursive install-exec-recursive \ 77 install-html-recursive install-info-recursive \ [all …]
|