| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| maven-settings-3.2.1.jar | |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| gimple.h | 41 #define DEFGSCODE(SYM, STRING, STRUCT) SYM, 470 const char *string; variable [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| snmp.h | 49 AsnOctetString string; member in union:__anon43600::__anon43601
|
| winsnmp.h | 98 smiOCTETS string; member in union:__anon44059::__anon44060 244 HSNMP_ENTITY WINAPI SnmpStrToEntity(HSNMP_SESSION session,LPCSTR string); 245 SNMPAPI_STATUS WINAPI SnmpEntityToStr(HSNMP_ENTITY entity,smiUINT32 size,LPSTR string); 247 HSNMP_CONTEXT WINAPI SnmpStrToContext(HSNMP_SESSION session,smiLPCOCTETS string); 248 SNMPAPI_STATUS WINAPI SnmpContextToStr(HSNMP_CONTEXT context,smiLPOCTETS string); 264 SNMPAPI_STATUS WINAPI SnmpStrToOid(LPCSTR string,smiLPOID dstOID); 265 SNMPAPI_STATUS WINAPI SnmpOidToStr(smiLPCOID srcOID,smiUINT32 size,LPSTR string);
|
| xcmc.h | 34 char string[1]; member in struct:__anon44145
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
| AppleScript_Suite.py | 763 string = strings variable 854 """text item delimiters - the text item delimiters of a string """ [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_builtin.py | 69 __import__('string') 250 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'badmode') 251 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'single', 0xff) 689 # This fails if the test is run twice with a constant string, 696 # Subclasses of string can't be interned, because they 1272 import string namespace [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_builtin.py | 69 __import__('string') 250 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'badmode') 251 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'single', 0xff) 689 # This fails if the test is run twice with a constant string, 696 # Subclasses of string can't be interned, because they 1272 import string namespace [all...] |
| /prebuilts/misc/common/json/ |
| json-prebuilt.jar | |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
| AppleScript_Suite.py | 763 string = strings variable 854 """text item delimiters - the text item delimiters of a string """ [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_builtin.py | 69 __import__('string') 250 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'badmode') 251 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'single', 0xff) 689 # This fails if the test is run twice with a constant string, 696 # Subclasses of string can't be interned, because they 1272 import string namespace [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_builtin.py | 69 __import__('string') 250 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'badmode') 251 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'single', 0xff) 689 # This fails if the test is run twice with a constant string, 696 # Subclasses of string can't be interned, because they 1272 import string namespace [all...] |
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/ |
| maven-settings-2.0.9.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/ |
| maven-settings-2.2.1.jar | |
| /system/core/libpixelflinger/codeflinger/ |
| MIPSAssembler.cpp | 132 void ArmToMipsAssembler::comment(const char* string) 134 mMips->comment(string); 1374 mComments.add(pc(), string); local [all...] |
| /toolchain/binutils/binutils-2.25/bfd/ |
| aoutx.h | 582 /* The file offsets of the string table and symbol table. */ 3001 const char *string; local [all...] |
| bfd-in.h | 52 wants to place a constant string into the code, followed by a 53 comma and then the length of the string. Doing this by hand 64 Note - these macros do NOT work if STR2 is not a constant string. */ 67 copying a constant string, we can use memcpy which will be faster 259 int namidx; /* Index into string table. */ 329 const char *stab_name; /* String for stab type. */ 346 /* String being hashed. */ 347 const char *string; 401 /* Look up a string in a hash table. If CREATE is TRUE, a new entry 402 will be created for this string if one does not already exist. Th 341 const char *string; member in struct:bfd_hash_entry [all...] |
| linker.c | 400 <<aout_link_write_other_symbol>>. It builds a string table 438 const char *string) 451 entry = bfd_hash_newfunc (entry, table, string); 500 const char *string, 508 bfd_hash_lookup (&table->table, string, create, copy)); 527 const char *string, 539 l = string; 602 return bfd_link_hash_lookup (info->hash, string, create, copy, follow); 613 const char *l = h->root.string; 626 if (l - (sizeof WRAP - 1) != h->root.string) 1226 const char *string; local [all...] |
| /toolchain/binutils/binutils-2.25/gas/config/ |
| tc-i370.c | 51 /* This string holds the chars that always start a comment. If the 591 char *string; 626 if (ch == ptr->string[0] 628 && memcmp (ident, ptr->string, ptr->length) == 0) 585 char *string; member in struct:map_bfd [all...] |
| tc-nios2.c | 253 /* Turn a string in input_line_pointer into a floating point constant 294 /* Return true if STR starts with PREFIX, which should be a string literal. */ 424 the parsed string representing the expected opcode. */ 431 as_bad (_("expecting opcode string in self test mode")); 1277 const char *string; member in struct:nios2_special_relocS [all...] |
| tc-s390.c | 106 { "string", stringer, 8 + 1 }, 360 /* Map a CPU string as given with -march= or .machine to the 668 char *string; member in struct:map_tls 713 && strncasecmp (ident, ptr->string, ptr->length) == 0) 743 char *string; member in struct:map_bfd 786 && strncasecmp (ident, ptr->string, ptr->length) == 0) 790 ptr->string, ptr->string); [all...] |
| tc-tic4x.c | 177 {"string", tic4x_stringer, 0}, 709 /* .asg ["]character-string["], symbol */ 721 /* Skip string expression. */ 873 /* Handle .ascii, .asciz, .string */ 1847 char string[16]; local [all...] |
| /toolchain/binutils/binutils-2.25/include/ |
| demangle.h | 95 /* Define string names for the various demangling styles. */ 158 return a string allocated by malloc on success, NULL on error. */ 218 tree representation into a demangled string. Here we define an 221 demangled string. This can be used to canonicalize user input into 232 /* A name, with a length and a pointer to a string. */ 352 NULL, or a string (represented as DEMANGLE_COMPONENT_NAME), or an 408 to the mangled string, but since negative numbers are mangled 410 number which involves neither modifying the mangled string nor 531 /* Standard substitution string. */ 532 const char* string; member in struct:demangle_component::__anon75528::__anon75536 [all...] |
| /toolchain/binutils/binutils-2.25/libiberty/ |
| cplus-dem.c | 49 #include <string.h> 75 one set at compile time, we maintain a string containing all the 77 is in that string. CPLUS_MARKER is usually '$' on systems where the 105 typedef struct string /* Beware: these aren't required to be */ struct 107 char *b; /* pointer to start of string */ 110 } string; typedef in typeref:struct:string 137 string* previous_argument; /* The last function argument demangled. */ 337 static char *mop_up (struct work_stuff *, string *, int); 345 demangle_method_args (struct work_stuff *, const char **, string *); 353 const char **, string *); [all...] |
| /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.48/ |
| jcommander-1.48.jar | |