/bionic/libc/upstream-netbsd/lib/libc/isc/ |
eventlib_p.h | 45 #include <isc/list.h> 223 LIST(evAccept) accepts;
|
/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
|
/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/opencv3/3rdparty/libwebp/mux/ |
muxread.c | 27 #define SWITCH_ID_LIST(INDEX, LIST) \ 29 const WebPChunk* const chunk = ChunkSearchList((LIST), nth, \ 223 // Add this to mux->images_ list. 239 chunk_list = MuxGetChunkListFromId(mux, id); // List to add this chunk.
|
muxedit.c | 69 #define SWITCH_ID_LIST(INDEX, LIST) \ 73 err = ChunkSetNth(&chunk, (LIST), nth); \
|
/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 | 45 // struct for serializing/deserializing a list of keymaster_key_param_t's 119 LIST = IBinder::FIRST_CALL_TRANSACTION + 5, 165 virtual int32_t list(const String16& prefix, int uid, Vector<String16>* matches) = 0;
|
/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 */ }
|
ldgram.y | 150 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K 211 | LIST { 1294 PUSH_ERROR (_("dynamic list"));
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
PerfTest.java | 346 static final int LIST = 15; 370 UOption.DEF("list", (char) -1, UOption.NO_ARG), }; 443 * @return the method list to call 467 if (options[LIST].doesOccur) { 526 // build the test list 541 // if no tests were specified, put all the tests in the test list 759 ArrayList list = new ArrayList(); local 770 list.add(line); 773 int size = list.size(); 780 buffer.append((String) list.get(i)) [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
a.out.go | 186 LIST = 1 << 7
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
a.out.go | 183 LIST = 1 << 7
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
a.out.go | 186 LIST = 1 << 7
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
a.out.go | 183 LIST = 1 << 7
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
perfdiag.py | 158 -t Sets the list of diagnostic tests to perform. The default is to 160 comma-separated list containing one or more of the following: 167 list 410 LIST = 'list' 417 # List of all diagnostic tests. 418 ALL_DIAG_TESTS = (RTHRU, RTHRU_FILE, WTHRU, WTHRU_FILE, LAT, LIST) 420 # List of diagnostic tests to run by default. 423 # List of parallelism strategies. 455 cmd: List containing the command to execute [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
h8300.h | 528 #define MOVFROM_IMM(CODE, PREFIX, NAME, SRC, LIST) \ 529 {CODE, AV_H8SX, 0, NAME, {{SRC, RDIND, E}}, {{PREFIX, LIST, 0, RDIND, DATA2, E}}}, \ 530 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTINC, E}}, {{PREFIX, LIST, 8, RDPOSTINC, DATA2, E}}}, \ 531 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTDEC, E}}, {{PREFIX, LIST, 10, RDPOSTDEC, DATA2, E}}}, \ 532 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREINC, E}}, {{PREFIX, LIST, 9, RDPREINC, DATA2, E}}}, \ 533 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREDEC, E}}, {{PREFIX, LIST, 11, RDPREDEC, DATA2, E}}}, \ 534 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, LIST, B30 | B20 | DISP2DST, DSTDISPREG, DATA2, E}}}, \ 535 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP16DST, E}}, {{PREFIX, LIST, 12, B30 | DSTDISPREG, DATA2, DSTDISP16LIST, E}}}, \ 536 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP32DST, E}}, {{PREFIX, LIST, 12, B31 | DSTDISPREG, DATA2, DSTDISP32LIST, E}}}, \ 537 {CODE, AV_H8SX, 0, NAME, {{SRC, INDEXB16D, E}}, {{PREFIX, LIST, 13, B30 | DSTDISPREG, DATA2, DSTDISP16LIST, E}}}, [all...] |