/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
PerfTest.java | 348 static final int LIST = 15; 372 UOption.DEF("list", (char) -1, UOption.NO_ARG), }; 445 * @return the method list to call 469 if (options[LIST].doesOccur) { 528 // build the test list 543 // if no tests were specified, put all the tests in the test list 761 ArrayList list = new ArrayList(); local 772 list.add(line); 775 int size = list.size(); 782 buffer.append((String) list.get(i)) [all...] |
/external/webp/src/mux/ |
muxedit.c | 68 #define SWITCH_ID_LIST(INDEX, LIST) \ 72 err = ChunkSetNth(&chunk, (LIST), nth); \ 424 // Returns the tightest dimension for the canvas considering the image list. 581 // Total size of a list of images. 591 // Write out the given list of images into 'dst'.
|
/prebuilts/tools/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/ |
butterknife-compiler-8.4.0.jar | |
/toolchain/binutils/binutils-2.25/ld/ |
ldgram.y | 150 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K 211 | LIST { 1294 PUSH_ERROR (_("dynamic list"));
|
/external/libpng/contrib/tools/ |
pngcp.c | 148 #define LIST 0x80000001 /* Used for handling options */ 282 png_uint_32 opt; /* an option, or OPTION or LIST */ 284 png_byte value_count; /* length of the list of values: */ 285 const value_list *values; /* values for OPTION or LIST */ 310 /* OPTION settings, these and LIST settings are read on demand */ 359 /* LIST settings */ 360 # define VLL(name, search) VL(#name, name, LIST, search) 709 * Set an option to a bitmask constructed from the values (List) 829 * the first entry in the list. 1405 const char *list = arg + (i+1); local [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...] |
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
mtb_unittest.py | 575 for axis in AXIS.LIST:
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Settings.java | 69 * Integer, one of {@link AutoAdvance#LIST}, {@link AutoAdvance#NEWER}, 98 * an arrow ( ? ) by messages sent to my address (not a mailing list), 121 mAutoAdvance = AutoAdvance.LIST;
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
TwoPaneController.java | 49 import java.util.List; 66 private List<TwoPaneLayout.ConversationListLayoutListener> mConversationListLayoutListeners = 147 * Display the conversation list fragment. 161 * Render the conversation list in the correct pane. 265 // The conversation list is visible. 273 // support peek (i.e. portrait), remap the view mode to list-mode if previously peeking. 282 // manually, and finally tear down the pager and go back to the list. 326 // It's possible that we are not in conversation list mode 375 final SwipeableListView list = clf.getListView(); local 376 if (list != null) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToHTMLStream.java | 225 new ElemDesc(0 | ElemDesc.LIST | ElemDesc.BLOCK)); 228 new ElemDesc(0 | ElemDesc.LIST | ElemDesc.BLOCK)); [all...] |
/external/curl/packages/vms/ |
build_vms.com | 44 $! LIST Create C compiler listings and linker maps. 45 $! /list/show=(expan,includ)/machine 47 $! /list/show=(all, nomessages)/machine 116 $! the default set to a search list, with created or 118 $! list. 175 $! Have to manually parse the device for a search list. 177 $! in the search list. 185 $! default directory which could be a search list. 263 $! When building on a search list, need to do a create to make sure that 272 $ list = [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 251 LIST
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
a.out.go | 251 LIST
|
/prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/ |
butterknife-7.0.1.jar | |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
validators.py | 201 """Is any element of directions list found in variation?""" 233 """Get the direction string from the variation list.""" 337 # Get the list of syn_time of all packets 340 # Get the time to cut the list at. list_syn_time is in seconds. 343 # Find the index at which the list of timestamps is greater than 441 # Convert the int list to the float array 471 # Convert the int list to the float array 530 @param list_t: a list of time instants 531 @param list_y: a list of x/y coordinates 533 This method returns the list of residuals, wher [all...] |
/external/curl/tests/ |
ftpserver.pl | 151 # need flexible LIST responses.. and corresponding files. 152 # $ftptargetdir is keeping the fake "name" of LIST directory. 549 'LIST' => \&LIST_ftp, 567 'LIST' => '150 here comes a directory', 594 'LIST' => \&LIST_pop3, 627 'LIST' => \&LIST_imap, [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
a.out.go | 281 LIST = 1 << 7
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/ |
a.out.go | 169 LIST = 1 << 7
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
a.out.go | 281 LIST = 1 << 7
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
a.out.go | 169 LIST = 1 << 7
|
/system/security/keystore/ |
IKeystoreService.cpp | 215 KeyStoreServiceReturnCode list(const String16& prefix, int uid, 221 status_t status = remote()->transact(BnKeystoreService::LIST, data, &reply); 223 ALOGD("list() could not contact remote: %d\n", status); 232 ALOGD("list() caught exception %d\n", err); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
cPickle.c | 13 #define DEL_LIST_SLICE(list, from, to) (PyList_SetSlice(list, from, to, NULL))
63 #define LIST 'l'
3814 PyObject *list; local 3835 PyObject *list = 0; local 4422 PyObject *value = 0, *list = 0, *append_method = 0; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
ftplib.py | 11 >>> ftp.retrlines('LIST') # list directory contents
276 msg = "getaddrinfo returns an empty list"
332 # a LIST or STOR command, before the 150 reply
335 # 1xx or error messages for LIST), so we just discard
412 cmd: A RETR, LIST, NLST, or MLSD command.
494 '''Return a list of files in a given directory (default the current).'''
503 '''List a directory in long form.
504 By default list current directory to stdout.
507 LIST command. (This *should* only be used for a pathname.)''' [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
cPickle.c | 13 #define DEL_LIST_SLICE(list, from, to) (PyList_SetSlice(list, from, to, NULL))
63 #define LIST 'l'
3779 PyObject *list; local 3800 PyObject *list = 0; local 4387 PyObject *value = 0, *list = 0, *append_method = 0; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest.java | 49 import java.util.List; 128 static final List<String> ALIST = Arrays.asList(new String[] { "a", "list", "of", 131 static final List<String> LIST = new ArrayList<String>(ALIST); 152 .asList(new String[] { "a", "linked", "list", "of", "strings" })); [all...] |