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

1 2 3 4 5 6 7 8 91011

  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties_parser.h 9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
71 } LIST;
95 LIST sPublicPropertyList;
96 LIST sPrivatePropertyList;
102 LIST sSystemSectionPropertyList;
104 LIST sDriverSectionList;
105 LIST sPreinstalledSectionList;
106 LIST sSectionList;
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
71 } LIST;
95 LIST sPublicPropertyList;
96 LIST sPrivatePropertyList;
102 LIST sSystemSectionPropertyList;
104 LIST sDriverSectionList;
105 LIST sPreinstalledSectionList;
106 LIST sSectionList;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
types.py 17 LIST = 'L'
  /ndk/tests/device/test-stlport_shared-exception/jni/
p11667.cpp 8 class LIST {
11 LIST() { nitems = 16; items = new T[nitems]; };
13 LIST(int u) { nitems = u; items = new T[nitems]; };
44 LIST<int> mylist(10);
46 printf("Start dumping initial 10 item list\n");
52 printf("Growing list to 20\n");
55 printf("Start dumping grown 20 item list\n");
  /ndk/tests/device/test-stlport_static-exception/jni/
p11667.cpp 8 class LIST {
11 LIST() { nitems = 16; items = new T[nitems]; };
13 LIST(int u) { nitems = u; items = new T[nitems]; };
44 LIST<int> mylist(10);
46 printf("Start dumping initial 10 item list\n");
52 printf("Growing list to 20\n");
55 printf("Start dumping grown 20 item list\n");
  /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/
object-api.h 142 * // a comparison function and define a list of attributes which
168 * // list is used when caches look for an old version of an object.
234 * @arg LIST list of attributes to be compared
253 #define ATTR_DIFF(LIST, ATTR, A, B, EXPR) \
255 if (((LIST) & (ATTR)) && ATTR_MISMATCH(A, B, ATTR, EXPR)) \
274 /* 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/data-binding/compiler/src/main/java/android/databinding/tool/expr/
BracketExpr.java 23 import java.util.List;
29 LIST,
45 mAccessor = BracketAccessor.LIST;
50 "expression. Cast the value to List, Map, " +
57 protected List<Dependency> constructDependencies() {
58 final List<Dependency> dependencies = constructDynamicChildrenDependencies();
103 case LIST: {
104 ModelClass listType = ModelAnalyzer.getInstance().findClass(java.util.List.class).
  /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/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/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, Elements(pat), pat, false)
43 #define PARTIAL_MATCH(list, pat) s_match(list, Elements(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";
  /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/pcre/dist/
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 1247 milliseconds

1 2 3 4 5 6 7 8 91011