/external/llvm-project/polly/lib/External/isl/ |
D | isl_list_templ.c | 25 isl_ctx *FN(LIST(EL),get_ctx)(__isl_keep LIST(EL) *list) in FN() 30 __isl_give LIST(EL) *FN(LIST(EL),alloc)(isl_ctx *ctx, int n) in LIST() function 32 LIST(EL) *list; in LIST() 38 list = isl_alloc(ctx, LIST(EL), in LIST() 39 sizeof(LIST(EL)) + (n - 1) * sizeof(struct EL *)); in LIST() 51 __isl_give LIST(EL) *FN(LIST(EL),copy)(__isl_keep LIST(EL) *list) in LIST() function 60 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list) in LIST() function 63 LIST(EL) *dup; in LIST() 68 dup = FN(LIST(EL),alloc)(FN(LIST(EL),get_ctx)(list), list->n); in LIST() 72 dup = FN(LIST(EL),add)(dup, FN(EL,copy)(list->p[i])); in LIST() [all …]
|
D | isl_list_templ.h | 4 #define LIST(EL) xLIST(EL) macro 6 struct LIST(EL) { in LIST() function 16 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list);
|
D | isl_test_list_templ.c | 6 #define LIST(EL) xLIST(EL) macro 23 LIST(EL) *list; in FN() 26 list = FN(FN(SET,get),LIST(EL_BASE))(set); in FN() 30 n = FN(LIST(EL),size)(list); in FN() 33 el = FN(LIST(EL),get_at)(list, i); in FN() 41 FN(LIST(EL),free)(list); in FN()
|
D | isl_multi_read_no_explicit_domain_templ.c | 22 LIST(EL) **list = (LIST(EL) **) user; in FN() 26 *list = FN(LIST(EL),add)(*list, el); in FN() 45 LIST(EL) *list; in MULTI() 65 list = FN(LIST(EL),alloc)(s->ctx, 0); in MULTI() 67 multi = FN(FN(MULTI(BASE),from),LIST(BASE))(space, list); in MULTI()
|
/external/curl/tests/data/ |
D | test806 | 6 LIST 14 * LIST () "/" /806/blurdybloop 15 * LIST (\Noselect) "/" /806/foo 16 * LIST () "/" /806/foo/bar 27 IMAP LIST mailbox 40 A003 LIST "806" *
|
D | test854 | 6 LIST 14 REPLY LIST +OK but no messages\r\n. 27 POP3 LIST no messages available 41 LIST
|
D | test852 | 6 LIST 15 REPLY LIST -ERR no such message 26 POP3 LIST invalid message 43 LIST 852
|
D | test851 | 6 LIST 15 REPLY LIST +OK 851 100\r\n. 26 POP3 LIST one message 40 LIST 851
|
D | test1501 | 7 LIST 16 DELAY LIST 2 30 FTP with multi interface and slow LIST response 48 LIST
|
D | test853 | 6 LIST 18 # When doing LIST, we get the default list output hard-coded in the test 34 POP3 LIST messages from *SLOW* server 48 LIST
|
D | test1010 | 6 LIST 12 # When doing LIST, we get the default list output hard-coded in the test 52 LIST /list/this/path/1010 54 LIST /list/this/path/1010
|
D | test1149 | 7 LIST 13 # When doing LIST, we get the default list output hard-coded in the test 57 LIST 60 LIST list/this/path/1149
|
D | test1316 | 6 LIST 22 # When doing LIST, we get the default list output hard-coded in the test 61 FTP LIST tunneled through HTTP proxy 77 LIST
|
D | test1113 | 6 LIST 29 FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response) 51 LIST 70 LIST
|
D | test574 | 5 LIST 28 FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response) 50 LIST 69 LIST
|
/external/llvm-project/llvm/test/tools/llvm-ar/ |
D | windows-path.test | 25 RUN: llvm-ar t archive.a | FileCheck %s --check-prefix=LIST-BOTH --implicit-check-not {{.}} 26 RUN: llvm-ar t archive.a a\foo.txt | FileCheck %s --check-prefix=LIST-A --implicit-check-not {{.}} 27 RUN: llvm-ar t archive.a b\foo.txt | FileCheck %s --check-prefix=LIST-B --implicit-check-not {{.}} 29 LIST-BOTH: a/foo.txt 30 LIST-BOTH-NEXT: b/foo.txt 31 LIST-BOTH-NEXT: b/foo.txt 32 LIST-A: a/foo.txt 33 LIST-B: b/foo.txt
|
/external/llvm-project/mlir/test/Pass/ |
D | pipeline-stats.mlir | 1 …-stats-pass)' -pass-statistics -pass-statistics-display=list 2>&1 | FileCheck -check-prefix=LIST %s 4 // LIST: Pass statistics report 5 // LIST: TestStatisticPass 6 // LIST-NEXT: (S) {{0|8}} num-ops - Number of operations counted 7 // LIST-NOT: Verifier
|
D | pass-timing.mlir | 1 …se,canonicalize,cse)' -pass-timing -pass-timing-display=list 2>&1 | FileCheck -check-prefix=LIST %s 7 // LIST: Pass execution timing report 8 // LIST: Total Execution Time: 9 // LIST: Name 10 // LIST-DAG: Canonicalizer 11 // LIST-DAG: CSE 12 // LIST-DAG: DominanceInfo 13 // LIST: Total
|
/external/ImageMagick/scripts/ |
D | txt2html | 244 $LIST = 1; 515 !($line_action & ($HEADER | $HRULE | $BREAK | $LIST))) 602 $line_action |= $LIST; 603 $mode |= $LIST; 625 $mode ^= ($LIST & $mode) if (!$listnum); 633 $line_action |= $LIST; 648 return if !($mode & $LIST); # This just speeds up the inevitable 664 &continuelist($prefix, $number, $rawprefix) if ($mode & $LIST); 896 &preformat if (!($line_action & ($HEADER | $LIST | $MAILHEADER)) && 897 !($mode & ($LIST | $PRE)) && [all …]
|
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/ |
D | help-message.test | 10 # RUN: FileCheck -check-prefixes=LIBTOOL-USAGE,LIST %s --match-full-lines --implicit-check-not="s… 20 # LIST-NOT: Color Options: 22 # LIST-NOT: Generic Options: 24 # LIST-NOT: llvm-libtool-darwin Options: 25 # LIST-NOT: General options:
|
/external/llvm-project/lldb/test/Shell/SymbolFile/PDB/ |
D | class-layout.test | 9 RUN: lldb-test symbols %T/ClassLayoutTest.cpp.exe | FileCheck --check-prefix=LIST %s 52 LIST: name = "_List", size = 12, decl = ClassLayoutTest.cpp:45 53 LIST-SAME: struct _List { 54 LIST: _List *current; 55 LIST: _List *previous; 56 LIST: _List *next; 57 LIST:}
|
/external/igt-gpu-tools/tests/ |
D | igt_command_line.sh | 79 LIST=`./$test --list-subtests` 85 if [ $RET -eq 79 -a -n "$LIST" ]; then 89 if [ $RET -eq 0 -a -z "$LIST" ]; then
|
/external/llvm-project/llvm/test/tools/llvm-size/ |
D | help.test | 6 RUN: | FileCheck %s --check-prefixes=CHECK,LIST 12 LIST-NOT: Generic Options: 14 LIST-NOT: llvm-size Options:
|
/external/llvm-project/llvm/test/tools/llvm-strings/ |
D | help.test | 6 RUN: | FileCheck %s --check-prefixes=CHECK,LIST 12 LIST-NOT: General options: 14 LIST-NOT: Generic Options:
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64_32-va.ll | 14 ; CHECK: add x[[LIST:[0-9]+]], sp, #16 15 ; CHECK: str w[[LIST]], 24 ; CHECK: add x[[LIST:[0-9]+]], sp, #20 25 ; CHECK: str w[[LIST]],
|