/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
hetero-nodes.rb | 286 tokens {LIST;} 304 a : id (',' id)* -> ^(LIST<W>["LIST"] id+); 638 example "token with list label" do 650 example "token root with list label" do 700 result.should == '(LIST<W> a<V> b<V> c<V>)' 710 example "tree parser rewrite flat list" do
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
example.js | 128 } else if (command == 'LIST') {
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest3.java | 837 objToSave = LIST; 842 assertTrue(MSG_TEST_FAILED + objToSave, LIST.equals(objLoaded)); 865 Object col = Collections.synchronizedList(LIST); 894 Object col = Collections.unmodifiableList(LIST); [all...] |
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" }));
|
/external/chromium_org/ui/native_theme/ |
native_theme_win.h | 41 LIST,
|
native_theme_win.cc | [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
UIProvider.java | 56 * of the fetched results in the conversation list. 115 * Query parameter key that can be used to control the behavior of list queries. The value 351 * list of top level folders for this account. 357 * list of all real folders for this account. 363 * list of all real and synthetic folders for this account. 527 * or not in the conversation list view. This value will be one of the values in 534 * previews or not in the conversation list view. A non zero value indicates that 649 * Parameter used to limit the number of rows returned by a conversation list query 667 // We define a "folder" as anything that contains a list of conversations. [all...] |
Settings.java | 64 * Integer, one of {@link AutoAdvance#LIST}, {@link AutoAdvance#NEWER}, 110 mAutoAdvance = AutoAdvance.LIST;
|
/prebuilts/python/darwin-x86/2.7.5/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...] |
ftplib.py | 11 >>> ftp.retrlines('LIST') # list directory contents 293 raise socket.error("getaddrinfo returns an empty list") 336 # a LIST or STOR command, before the 150 reply 339 # 1xx or error messages for LIST), so we just discard 422 cmd: A RETR, LIST, NLST, or MLSD command. 504 '''Return a list of files in a given directory (default the current).''' 513 '''List a directory in long form. 514 By default list current directory to stdout. 517 LIST command. (This *should* only be used for a pathname.)'' [all...] |
/prebuilts/python/linux-x86/2.7.5/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...] |
ftplib.py | 11 >>> ftp.retrlines('LIST') # list directory contents 293 raise socket.error("getaddrinfo returns an empty list") 336 # a LIST or STOR command, before the 150 reply 339 # 1xx or error messages for LIST), so we just discard 422 cmd: A RETR, LIST, NLST, or MLSD command. 504 '''Return a list of files in a given directory (default the current).''' 513 '''List a directory in long form. 514 By default list current directory to stdout. 517 LIST command. (This *should* only be used for a pathname.)'' [all...] |
/ndk/build/core/ |
definitions-utils.mk | 40 # Arguments: a list 41 # Returns : the list with duplicate items removed, order is preserved. 42 # Usage : $(call remove-duplicates, <LIST>) 65 # Arguments: 1: list of variable names 69 # Rationale: Clears/undefines all variables in argument list 75 # Arguments: 1: list 99 # Arguments: 1: list 123 # Arguments: 1: list
|
/external/qemu/android/ |
hw-events.h | 340 KEY_CODE(LIST ,0x18b) \ 538 /* returns the list of valid event type string aliases */ 542 /* returns the list of valid event code string aliases for a given event type */
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_wave.c | 448 } while ( (chunk.magic == FACT) || (chunk.magic == LIST) );
|
/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...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 412 /* Possible cases of expression list used by build_x_compound_expr_from_list. */ 451 of the list (modulo oddities for looking up the names of types, 603 /* The capture-list, including `this'. Each capture is stored as a FIELD_DECL 612 /* The node in the capture-list that holds the 'this' capture. */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 412 /* Possible cases of expression list used by build_x_compound_expr_from_list. */ 451 of the list (modulo oddities for looking up the names of types, 603 /* The capture-list, including `this'. Each capture is stored as a FIELD_DECL 612 /* The node in the capture-list that holds the 'this' capture. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 412 /* Possible cases of expression list used by build_x_compound_expr_from_list. */ 451 of the list (modulo oddities for looking up the names of types, 603 /* The capture-list, including `this'. Each capture is stored as a FIELD_DECL 612 /* The node in the capture-list that holds the 'this' capture. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | 412 /* Possible cases of expression list used by build_x_compound_expr_from_list. */ 451 of the list (modulo oddities for looking up the names of types, 603 /* The capture-list, including `this'. Each capture is stored as a FIELD_DECL 612 /* The node in the capture-list that holds the 'this' capture. */ [all...] |
/external/grub/ |
configure | 780 # Omit some internal or obsolete options to make the list less imposing. 910 --enable-smc9000-scan=LIST 911 probe for SMC9000 I/O addresses using LIST 912 --enable-ne-scan=LIST probe for NE base address using LIST 915 --enable-cs-scan=LIST probe for CS89x0 base address using LIST [all...] |
/cts/tools/signature-tools/lib/ |
stringtemplate.jar | |
/external/chromium_org/third_party/libxml/src/ |
HTMLparser.c | 596 * The list of HTML elements and their properties * 623 #define BLOCK HEADING, LIST, "pre", "p", "dl", "div", "center", "noscript", "noframes", "blockquote", "form", "isindex", "hr", "table", "fieldset", "address" 631 #define LIST "ul", "ol", "dir", "menu" 707 static const char* const form_contents[] = { HEADING, LIST, INLINE, "pre", "p", "div", "center", "noscript", "noframes", "blockquote", "isindex", "hr", "table", "fieldset", "address", NULL } ; 839 { "dir", 0, 0, 0, 0, 1, 1, 0, "directory list", 845 { "dl", 0, 0, 0, 0, 0, 0, 0, "definition list ", [all...] |
/external/libxml2/ |
HTMLparser.c | 596 * The list of HTML elements and their properties * 623 #define BLOCK HEADING, LIST, "pre", "p", "dl", "div", "center", "noscript", "noframes", "blockquote", "form", "isindex", "hr", "table", "fieldset", "address" 631 #define LIST "ul", "ol", "dir", "menu" 707 static const char* const form_contents[] = { HEADING, LIST, INLINE, "pre", "p", "div", "center", "noscript", "noframes", "blockquote", "isindex", "hr", "table", "fieldset", "address", NULL } ; 839 { "dir", 0, 0, 0, 0, 1, 1, 0, "directory list", 845 { "dl", 0, 0, 0, 0, 0, 0, 0, "definition list ", [all...] |
/prebuilts/devtools/tools/lib/ |
osgi-4.0.0.jar | |