/external/srec/srec/Semproc/src/ |
SemanticGraphImpl.c | 273 LCHAR iword[MAX_STRING_LEN]; local 346 ASSERT( sizeof( iword[0]) == sizeof(char)); // else more code to write! 347 if (sscanf(line, "%s ", iword) == 1) 349 LSTRCPY(oword, line + LSTRLEN(iword) + 1); 351 /* copy the line starting after the iword */ 352 for (i = 0, p = line + LSTRLEN(iword) + 1; *p; p++) 401 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4) 423 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4) 429 ilabel = wordmap_find_index(ilabels, iword); [all...] |
/external/stlport/src/ |
ios.cpp | 148 long& ios_base::iword(int index) { function in class:ios_base
|
/ndk/sources/cxx-stl/stlport/src/ |
ios.cpp | 148 long& ios_base::iword(int index) { function in class:ios_base
|
/external/stlport/stlport/stl/ |
_ios_base.h | 147 long& iword(int __index);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 147 long& iword(int __index);
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 147 long& iword(int __index);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 147 long& iword(int __index);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
ios_base.h | 502 // 27.4.2.5 Members for iword/pword storage 510 // Only for failed iword/pword calls. 514 // The first 5 iword and pword slots are reserved for internal use. 720 * index for the iword and pword functions. The expectation is that an 721 * application calls xalloc in order to obtain an index in the iword and 726 * that is safe to use in the iword and pword arrays. 736 * The iword function provides access to an array of integers that can be 745 iword(int __ix) function in class:ios_base
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 502 // 27.4.2.5 Members for iword/pword storage 510 // Only for failed iword/pword calls. 514 // The first 5 iword and pword slots are reserved for internal use. 720 * index for the iword and pword functions. The expectation is that an 721 * application calls xalloc in order to obtain an index in the iword and 726 * that is safe to use in the iword and pword arrays. 736 * The iword function provides access to an array of integers that can be 745 iword(int __ix) function in class:ios_base
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 502 // 27.4.2.5 Members for iword/pword storage 510 // Only for failed iword/pword calls. 514 // The first 5 iword and pword slots are reserved for internal use. 720 * index for the iword and pword functions. The expectation is that an 721 * application calls xalloc in order to obtain an index in the iword and 726 * that is safe to use in the iword and pword arrays. 736 * The iword function provides access to an array of integers that can be 745 iword(int __ix) function in class:ios_base
|