/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
gentests.pl | 22 open (LIST, "ls ./templates/*.in|") or die "Could not get listing"; 23 while (<LIST>) {
|
/external/curl/docs/cmdline-opts/ |
request.d | 26 Specifies a custom FTP command to use instead of LIST when doing file lists 30 Specifies a custom POP3 command to use instead of LIST or RETR. (Added in 34 Specifies a custom IMAP command to use instead of LIST. (Added in 7.30.0)
|
/external/libnl/include/netlink-private/ |
object-api.h | 143 * // a comparison function and define a list of attributes which 169 * // list is used when caches look for an old version of an object. 241 * @arg LIST list of attributes to be compared 260 #define ATTR_DIFF(LIST, ATTR, A, B, EXPR) \ 262 if (((LIST) & (ATTR)) && ATTR_MISMATCH(A, B, ATTR, EXPR)) \ 281 /* List of attributes needed to uniquely identify the object */
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/stub/ |
RunStubFtpServer.groovy | 39 stubFtpServer.getCommandHandler(CommandNames.LIST).setDirectoryListing(LISTING)
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/ |
ListCommandHandlerTest.java | 53 Command command1 = new Command(CommandNames.LIST, array(DIR1));
54 Command command2 = new Command(CommandNames.LIST, EMPTY);
|
NlstCommandHandlerTest.java | 53 Command command1 = new Command(CommandNames.LIST, array(DIR1));
54 Command command2 = new Command(CommandNames.LIST, EMPTY);
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/ |
ListCommandHandlerTest.java | 55 Command command1 = new Command(CommandNames.LIST, array(DIR1));
56 Command command2 = new Command(CommandNames.LIST, EMPTY);
|
NlstCommandHandlerTest.java | 53 Command command1 = new Command(CommandNames.LIST, array(DIR1));
54 Command command2 = new Command(CommandNames.LIST, EMPTY);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ElemDesc.java | 98 /** Bit position if this element type is a list. */ 99 static final int LIST = (1 << 19);
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
CommandNames.java | 36 public static final String LIST = "LIST";
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
MapField.java | 10 // notice, this list of conditions and the following disclaimer. 12 // copyright notice, this list of conditions and the following disclaimer 38 import java.util.List; 45 * generated API and also supports accessing the field as a {@link List} to be 47 * and do necessary conversions between map and list. 61 * LIST: Data is stored in listData. 68 * MAP MAP BOTH MAP LIST 69 * LIST BOTH LIST MAP LIST [all...] |
/external/ImageMagick/scripts/ |
txt2html | 81 # * Changed list references to scalars where appropriate. (@foo[0] -> $foo[0]) 82 # * Added untabify() to homogenize leading indentation for list 94 # list was ended "</UL>" was *always* used! 121 # * Doesn't break short lines if they are the first line in a list 123 # continuation of the list item, but I haven't dealt with this yet. 231 # level of a list 244 $LIST = 1; 515 !($line_action & ($HEADER | $HRULE | $BREAK | $LIST))) 595 $list[$listnum] = $OL; 598 $list[$listnum] = $UL [all...] |
/external/mesa3d/src/compiler/glsl/ |
s_expression.h | 30 #include "list.h" 35 #define SX_AS_LIST(x) SX_AS_(list, x) 41 #define MATCH(list, pat) s_match(list, ARRAY_SIZE(pat), pat, false) 42 #define PARTIAL_MATCH(list, pat) s_match(list, ARRAY_SIZE(pat), pat, true) 156 s_pattern(s_list *&s) : p_list(&s), type(LIST) { } 173 enum { EXPR, LIST, SYMBOL, NUMBER, INT, STRING } type;
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
common_unittest_utils.py | 55 for platform in PLATFORM.LIST:
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
CommandNames.java | 36 public static final String LIST = "LIST";
|
/external/ImageMagick/config/ |
ar-lib | 155 list= 166 t*) list=yes ;; 181 case $delete$extract$list$quick$replace,$index in 227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member 265 elif test -n "$list"; then 269 $AR -NOLOGO -LIST "$archive" || exit $?
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
CLI.java | 28 LIST("Analysing") { 136 System.out.println("Parameters: archive-name [list|extract]"); 141 return Mode.LIST;
|
/external/libnetfilter_conntrack/build-aux/ |
ar-lib | 155 list= 166 t*) list=yes ;; 181 case $delete$extract$list$quick$replace,$index in 227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member 265 elif test -n "$list"; then 269 $AR -NOLOGO -LIST "$archive" || exit $?
|
/external/pcre/dist2/ |
ar-lib | 155 list= 166 t*) list=yes ;; 181 case $delete$extract$list$quick$replace,$index in 227 $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member 265 elif test -n "$list"; then 269 $AR -NOLOGO -LIST "$archive" || exit $?
|
/external/protobuf/src/google/protobuf/util/internal/ |
default_value_objectwriter.cc | 10 // notice, this list of conditions and the following disclaimer. 12 // copyright notice, this list of conditions and the following disclaimer 230 // Write out lists. If we didn't have any list in response, write out empty 231 // list. 232 if (kind_ == LIST) { 286 // TODO(tsun): remove "kStructValueType" from the list. It's being checked 319 // If the child field has already been set, we just add it to the new list 356 kind = LIST; 472 if (current_->kind() == LIST || current_->kind() == MAP || child == NULL) { 473 // If current_ is a list or a map node, we should create a new child and us [all...] |
/build/make/core/ |
cleanspec.mk | 33 # of the list. These steps will only be run once, if they haven't been 47 # the command and add it to the bottom of the list. E.g., if a change 50 # touch step and add it to the end of the list. 53 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 63 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST 67 $(file <$(OUT_DIR)/.module_paths/CleanSpec.mk.list)
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/ |
StubFtpServer.java | 30 * server commands (e.g. RETR, DELE, LIST). These handlers implement the {@link CommandHandler}
112 setCommandHandler(CommandNames.LIST, new ListCommandHandler());
|
/external/ltp/ |
ltpmenu | 42 # April 17 2003 - Added menu selection to list contents of selected 186 community by posting it to the LTP results mailing list?" \ 288 -f /tmp/runltp.test.list.$$ 334 LIST=$(for i in `ls -1 -A -I "CVS" runtest`; do echo -n "$i "; j=$(head -n1 runtest/$i | cut -d: -f2|sed s/" "/_/g); echo -n "$j off "; done) 338 $LIST \ 354 >> /tmp/runltp.test.list.$$ ; 441 # Description: This function displays a list of scenario files located 442 # in /runtest. Users can list the contents of each file. 446 # Output: 1) Menu selection containing each file as an option to list.
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
ListCommandHandlerTest.groovy | 119 return new Command(CommandNames.LIST, [DIR])
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/unit/ |
TestRunner.py | 59 IntegratedTestKeywordParser("MY_LIST:", ParserKind.LIST), 78 assert isinstance(script, list) 133 IntegratedTestKeywordParser("LIST_WITH_DOT.", ParserKind.LIST),
|