HomeSort by relevance Sort by last modified time
    Searched defs:LIST (Results 1 - 25 of 268) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
rndo-add.c 37 #define LIST x, y, d, u, e, z
41 mpfr_t LIST;
59 mpfr_inits2 (prec, LIST, (mpfr_ptr) 0);
89 mpfr_clears (LIST, (mpfr_ptr) 0);
  /frameworks/support/slices/core/src/main/java/androidx/slice/
SliceSpecs.java 34 * List of rows, each row has start/end items, title, summary.
37 public static final SliceSpec LIST = new SliceSpec("androidx.slice.LIST", 1);
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
list.h 1 /* $NetBSD: list.h,v 1.5 2009/04/12 17:07:16 christos Exp $ */
24 #define LIST(type) struct { type *head, *tail; }
25 #define INIT_LIST(list) \
26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0)
39 #define HEAD(list) ((list).head)
40 #define TAIL(list) ((list).tail)
41 #define EMPTY(list) ((list).head == NULL
    [all...]
  /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/llvm/utils/lit/lit/
TestRunner.py 109 # Empty the list and note that we've done a pass over the list
110 self._procs = [] # Python2 doesn't have list.clear()
123 self.outputFiles = list(outputFiles)
219 # from a file are represented with a list [file, mode, file-object]
297 args = list(j.args)
550 Parse the commands in an integrated test script file into a list of
671 # Note Python 3 map() gives an iterator rather than a list so explicitly
672 # convert to list before returning.
673 return list(map(processLine, script)
    [all...]
  /external/mesa3d/src/compiler/glsl/
s_expression.h 31 #include "list.h"
36 #define SX_AS_LIST(x) SX_AS_(list, x)
42 #define MATCH(list, pat) s_match(list, ARRAY_SIZE(pat), pat, false)
43 #define PARTIAL_MATCH(list, pat) s_match(list, ARRAY_SIZE(pat), pat, true)
157 s_pattern(s_list *&s) : p_list(&s), type(LIST) { }
174 enum { EXPR, LIST, SYMBOL, NUMBER, INT, STRING } type;
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandNames.java 36 public static final String LIST = "LIST";
  /tools/tradefederation/core/src/com/android/tradefed/util/
SimplePerfUtil.java 24 import java.util.List;
38 private List<String> mArguList;
67 * @return list of subcommand and arguments (nullable)
69 public List<String> getArgumentList() {
76 * @param arguList list of subcommand and arguments
78 public void setArgumentList(List<String> arguList) {
166 LIST("list");
  /external/mockftpserver/MockFtpServer/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/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
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
BracketExpr.java 27 import java.util.List;
33 LIST,
49 mAccessor = BracketAccessor.LIST;
54 "expression. Cast the value to List, Map, " +
61 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) {
62 final List<ExecutionPath> targetPaths = getTarget().toExecutionPath(paths);
64 List<ExecutionPath> result = new ArrayList<ExecutionPath>();
74 final List<ExecutionPath> argPath = getArg().toExecutionPath(subPath);
83 protected List<Dependency> constructDependencies()
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsService.java 39 import java.util.List;
106 LIST,
154 } else if ("list".equalsIgnoreCase(arg)) {
155 mVerb = CommandVerb.LIST;
171 if (mVerb == CommandVerb.LIST) {
268 } else if (mVerb == CommandVerb.DELETE || mVerb == CommandVerb.LIST) {
269 perr.println("--user not supported for delete and list.");
291 case LIST:
307 private List<String> listForUser(IContentProvider provider, int userHandle, String table) {
481 pw.println(" list NAMESPACE")
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 63 public static final String LIST = "LIST";
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 62 public static final String LIST = "LIST";
  /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 {
  /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...]
  /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...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 56 #define LIST(rr) L##rr=1<<rr
57 LIST(R0), LIST(R1), LIST(R2), LIST(R3), LIST(R4), LIST(R5), LIST(R6),
58 LIST(R7), LIST(R8), LIST(R9), LIST(R10), LIST(R11), LIST(R12)
    [all...]
  /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...]
  /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...]
  /external/python/cpython2/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
415 # the 4th and 5th item should be iterators that provide list
603 write(MARK + LIST)
    [all...]
  /external/python/cpython3/Lib/
pickle.py 122 APPEND = b'a' # append stack top to list below it
127 APPENDS = b'e' # extend list on stack by topmost stack slice
132 LIST = b'l' # build list from topmost stack items
133 EMPTY_LIST = b']' # push empty list
280 # Protect the iteration by using a list copy of sys.modules against dynamic
282 for module_name, module in list(sys.modules.items()):
624 # the 4th and 5th item should be iterators that provide list
778 self.write(MARK + LIST)
783 dispatch[list] = save_lis
    [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...]

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 91011