HomeSort by relevance Sort by last modified time
    Searched refs:LIST (Results 51 - 75 of 293) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 113 * Test the LIST and SYST commands.
119 ListCommandHandler listCommandHandler = (ListCommandHandler) stubFtpServer.getCommandHandler(CommandNames.LIST);
123 // LIST
128 verifyReplyCode("list", 226);
132 * Test the LIST, PASV and SYST commands, transferring a directory listing in passive mode
140 ListCommandHandler listCommandHandler = (ListCommandHandler) stubFtpServer.getCommandHandler(CommandNames.LIST);
143 // LIST
146 verifyReplyCode("list", 226);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 131 * Test the LIST and SYST commands.
137 ListCommandHandler listCommandHandler = (ListCommandHandler) stubFtpServer.getCommandHandler(CommandNames.LIST);
141 // LIST
146 verifyReplyCode("list", 226);
150 * Test the LIST, PASV and SYST commands, transferring a directory listing in passive mode
158 ListCommandHandler listCommandHandler = (ListCommandHandler) stubFtpServer.getCommandHandler(CommandNames.LIST);
161 // LIST
164 verifyReplyCode("list", 226);
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 41 import java.util.List;
301 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException,
326 List<ImapResponse> executeSimpleCommand(String command) throws IOException, MessagingException {
333 * @return a list of ImapResponses
337 List<ImapResponse> getCommandResponses() throws IOException, MessagingException {
338 final List<ImapResponse> responses = new ArrayList<ImapResponse>();
368 * @return a list of ImapResponses
372 List<ImapResponse> executeSimpleCommand(String command, boolean sensitive)
384 * @param commands a list of strings that comprise the command to be sent to the server
386 * @return a list of ImapResponse
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 45 #include <isc/list.h>
223 LIST(evAccept) accepts;
  /external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter.h 10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
129 LIST = 2,
206 // Whether this node is a placeholder for an object or list automatically
  /packages/apps/Email/src/com/android/email/preferences/
EmailPreferenceMigrator.java 35 import java.util.List;
46 final List<Account> accounts = new ArrayList<Account>();
72 final List<Account> accounts) {
174 // The default for the conversation list icon is the sender image.
195 mailPrefs.setAutoAdvanceMode(UIProvider.AutoAdvance.LIST);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 58 * of the fetched results in the conversation list.
161 * Query parameter key that can be used to control the behavior of list queries. The value
416 * list of top level folders for this account.
422 * list of all real folders for this account.
428 * list of all real and synthetic folders for this account.
598 * or not in the conversation list view. This value will be one of the values in
651 * an arrow ( ? ) by messages sent to my address (not a mailing list),
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
GeneralPrefsFragment.java 65 AutoAdvance.LIST
  /prebuilts/go/darwin-x86/src/net/http/
sniff_test.go 52 {"AVI video #1", []byte("RIFF,O\n\x00AVI LISTÀ"), "video/avi"},
53 {"AVI video #2", []byte("RIFF,\n\x00\x00AVI LISTÀ"), "video/avi"},
  /prebuilts/go/linux-x86/src/net/http/
sniff_test.go 52 {"AVI video #1", []byte("RIFF,O\n\x00AVI LISTÀ"), "video/avi"},
53 {"AVI video #2", []byte("RIFF,\n\x00\x00AVI LISTÀ"), "video/avi"},
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcLowLevel.asm 26 .LIST
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 286 tokens {LIST;}
304 a : id (',' id)* -> ^(LIST<W>["LIST"] id+);
638 example "token with list label" do
650 example "token root with list label" do
700 result.should == '(LIST<W> a<V> b<V> c<V>)'
710 example "tree parser rewrite flat list" do
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_log.py 267 AXIS.LIST,
273 AXIS.LIST,
480 @param metrics: a list of Metric objects.
483 self.metrics_values = defaultdict(list)
484 self.metrics_dict = defaultdict(list)
518 self._table = defaultdict(list)
528 A key is a list of attributes.
584 # Convert set to list below
585 self.fws = sorted(list(self.fws))
586 self.gestures = sorted(list(self.gestures)
    [all...]
  /external/webp/src/mux/
muxread.c 23 #define SWITCH_ID_LIST(INDEX, LIST) \
25 const WebPChunk* const chunk = ChunkSearchList((LIST), nth, \
247 // Add this to mux->images_ list.
260 chunk_list = MuxGetChunkListFromId(mux, id); // List to add this chunk.
  /external/libcxx/utils/libcxx/test/
format.py 49 IntegratedTestKeywordParser('MODULES_DEFINES:', ParserKind.LIST,
181 # TODO: Only list actually needed files in file_deps.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest3.java 827 objToSave = LIST;
832 assertTrue(MSG_TEST_FAILED + objToSave, LIST.equals(objLoaded));
855 Object col = Collections.synchronizedList(LIST);
884 Object col = Collections.unmodifiableList(LIST);
    [all...]
  /platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DownloadAppTestHelper.java 41 import java.util.List;
98 /** returns text list of items in Download app */
99 public List<String> getDownloadItemNames() {
100 List<UiObject2> itmesList = mDevice.wait(Until.findObjects(By.res("android:id/title")),
102 List<String> nameList = new ArrayList<String>();
111 List<String> nameList = getDownloadItemNames();
122 List<String> nameList = getDownloadItemNames();
136 List<String> nameList = getDownloadItemNames();
317 LIST {
  /system/security/keystore/include/keystore/
IKeystoreService.h 84 LIST = IBinder::FIRST_CALL_TRANSACTION + 5,
134 virtual ::keystore::KeyStoreServiceReturnCode list(const String16& prefix, int uid,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py 122 APPEND = 'a' # append stack top to list below it
127 APPENDS = 'e' # extend list on stack by topmost stack slice
132 LIST = 'l' # build list from topmost stack items
133 EMPTY_LIST = ']' # push empty list
409 # the 4th and 5th item should be iterators that provide list
597 write(MARK + LIST)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 122 APPEND = 'a' # append stack top to list below it
127 APPENDS = 'e' # extend list on stack by topmost stack slice
132 LIST = 'l' # build list from topmost stack items
133 EMPTY_LIST = ']' # push empty list
409 # the 4th and 5th item should be iterators that provide list
597 write(MARK + LIST)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py 122 APPEND = 'a' # append stack top to list below it
127 APPENDS = 'e' # extend list on stack by topmost stack slice
132 LIST = 'l' # build list from topmost stack items
133 EMPTY_LIST = ']' # push empty list
409 # the 4th and 5th item should be iterators that provide list
597 write(MARK + LIST)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 122 APPEND = 'a' # append stack top to list below it
127 APPENDS = 'e' # extend list on stack by topmost stack slice
132 LIST = 'l' # build list from topmost stack items
133 EMPTY_LIST = ']' # push empty list
409 # the 4th and 5th item should be iterators that provide list
597 write(MARK + LIST)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 122 APPEND = 'a' # append stack top to list below it
127 APPENDS = 'e' # extend list on stack by topmost stack slice
132 LIST = 'l' # build list from topmost stack items
133 EMPTY_LIST = ']' # push empty list
409 # the 4th and 5th item should be iterators that provide list
597 write(MARK + LIST)
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 79 * server commands (e.g. RETR, DELE, LIST). These handlers implement the {@link CommandHandler}
180 setCommandHandler(CommandNames.LIST, new ListCommandHandler());
  /toolchain/binutils/binutils-2.25/ld/
ldlex.l 80 INPUTLIST definitely in a script, a filename-list
349 <MRI>"LIST".* { RTOKEN(LIST); /* LIST and ignore to end of line */ }
367 <MRI>"list".* { RTOKEN(LIST); /* LIST and ignore to end of line */ }

Completed in 1130 milliseconds

1 23 4 5 6 7 8 91011>>