Searched refs:LIST (Results 1 – 25 of 439) sorted by relevance
12345678910>>...18
/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 | test852 | 6 LIST 15 REPLY LIST -ERR no such message 26 POP3 LIST invalid message 43 LIST 852
|
D | test854 | 6 LIST 14 REPLY LIST +OK but no messages\r\n. 27 POP3 LIST no messages available 41 LIST
|
D | test1501 | 7 LIST 16 DELAY LIST 2 30 FTP with multi interface and slow LIST response 48 LIST
|
D | test851 | 6 LIST 15 REPLY LIST +OK 851 100\r\n. 26 POP3 LIST one message 40 LIST 851
|
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 | test574 | 5 LIST 28 FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response) 50 LIST 69 LIST
|
D | test1113 | 6 LIST 29 FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response) 51 LIST 70 LIST
|
D | test352 | 6 LIST 12 # When doing LIST, we get the default list output hard-coded in the test 53 LIST
|
D | test100 | 6 LIST 12 # When doing LIST, we get the default list output hard-coded in the test 53 LIST
|
D | test706 | 7 LIST 14 # When doing LIST, we get the default list output hard-coded in the test 55 LIST
|
D | test1153 | 6 LIST 16 # When doing LIST, we get the default list output hard-coded in the test 57 LIST
|
D | test350 | 6 LIST 12 # When doing LIST, we get the default list output hard-coded in the test 53 LIST
|
D | test1047 | 6 LIST 14 # When doing LIST, we get the default list output hard-coded in the test 54 LIST
|
D | test351 | 6 LIST 12 # When doing LIST, we get the default list output hard-coded in the test 52 LIST /
|
D | test707 | 7 LIST 14 # When doing LIST, we get the default list output hard-coded in the test 55 LIST
|
D | test353 | 6 LIST 12 # When doing LIST, we get the default list output hard-coded in the test 52 LIST
|
D | test400 | 7 LIST 13 # When doing LIST, we get the default list output hard-coded in the test 58 LIST
|
D | test1152 | 6 LIST 16 # When doing LIST, we get the default list output hard-coded in the test 57 LIST
|
/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/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MapField.java | 75 private enum StorageMode {MAP, LIST, BOTH} enumConstant 179 if (mode == StorageMode.LIST) { in getMap() 181 if (mode == StorageMode.LIST) { in getMap() 193 if (mode == StorageMode.LIST) { in getMutableMap() 247 if (mode != StorageMode.LIST) { in getMutableList() 252 mode = StorageMode.LIST; in getMutableList()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | vastart.ll | 8 ; CHECK: [[LIST:%[0-9]+]]:_(p0) = COPY $x0 9 ; CHECK-IOS: G_VASTART [[LIST]](p0) :: (store 8 into %ir.list, align 0) 10 ; CHECK-LINUX: G_VASTART [[LIST]](p0) :: (store 32 into %ir.list, align 0)
|
12345678910>>...18