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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /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>) {
  /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);
  /toolchain/binutils/binutils-2.27/binutils/
arlex.l 57 "LIST" { return LIST; }
72 "list" { return LIST; }
arparse.y 39 struct list *list ;
47 %token LIST
62 %type <list> modulelist
63 %type <list> modulename
125 LIST
173 { struct list *n = (struct list *) malloc(sizeof(struct list));
  /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...]
  /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);
  /frameworks/base/core/proto/android/util/
event_log_tags.proto 48 LIST = 4;
  /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 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;
  /frameworks/support/slices/builders/src/main/java/androidx/slice/builders/
MessagingSliceBuilder.java 91 } else if (checkCompatible(SliceSpecs.LIST)) {
92 return new MessagingListV1Impl(getBuilder(), SliceSpecs.LIST);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
rx-asm-bad.s 47 .LIST ON
  /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";
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
SimplePerfUtilTest.java 28 import java.util.List;
55 List<String> params = new ArrayList<>();
66 spu = SimplePerfUtil.newInstance(mockDevice, SimplePerfType.LIST);
68 Assert.assertEquals("simpleperf list ", fullCommand);
  /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 $?

Completed in 962 milliseconds

1 2 3 4 5 6 7 8 91011>>