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

1 2 3 4 5 6 7 8 91011>>

  /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.25/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/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);
  /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;
  /toolchain/binutils/binutils-2.25/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 $?
  /external/libnetfilter_conntrack/build-aux/
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 $?
  /external/pcre/dist2/
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 $?
  /external/bison/lib/
bbitset.h 34 BITSET_LIST: Linked list of arrays of bits (variable size, least storage
150 bitset_bindex (*list) (bitset, bitset_bindex *, bitset_bindex, member in struct:bitset_vtable
269 /* Find list of up to NUM bits set in BSET starting from and including
272 #define BITSET_LIST_(BSET, LIST, NUM, NEXT) \
273 (BSET)->b.vtable->list (BSET, LIST, NUM, NEXT)
275 /* Find reverse list of up to NUM bits set in BSET starting from and
278 #define BITSET_LIST_REVERSE_(BSET, LIST, NUM, NEXT) \
279 (BSET)->b.vtable->list_reverse (BSET, LIST, NUM, NEXT)
bitset.h 70 struct lbitset_elt_struct *head; /* First element in linked list. */
71 struct lbitset_elt_struct *tail; /* Last element in linked list. */
93 bitset_bindex list[BITSET_LIST_SIZE]; member in struct:__anon13264
270 /* Find list of up to NUM bits set in BSET starting from and including
273 #define bitset_list(BSET, LIST, NUM, NEXT) \
274 BITSET_LIST_ (BSET, LIST, NUM, NEXT)
276 /* Find reverse list of up to NUM bits set in BSET starting from and
279 #define bitset_list_reverse(BSET, LIST, NUM, NEXT) \
280 BITSET_LIST_REVERSE_ (BSET, LIST, NUM, NEXT)
318 && (ITER.num = bitset_list (BSET, ITER.list, \
    [all...]

Completed in 871 milliseconds

1 2 3 4 5 6 7 8 91011>>