/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
LogView.java | 120 * @param addStr The String to append 125 private StringBuilder appendIfNotNull(StringBuilder source, String addStr, String delimiter) { 126 if (addStr != null) { 127 if (addStr.length() == 0) { 131 return source.append(addStr).append(delimiter);
|
/development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/ |
LogView.java | 120 * @param addStr The String to append 125 private StringBuilder appendIfNotNull(StringBuilder source, String addStr, String delimiter) { 126 if (addStr != null) { 127 if (addStr.length() == 0) { 131 return source.append(addStr).append(delimiter);
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readstabs.c | 140 file.name = ML_(addStr)(di,"???", -1); 228 string = ML_(addStr)(di, qbuf, qidx); 286 file.name = ML_(addStr)(di, nm, -1); 290 file.name = ML_(addStr)(di, "?1\0", -1);
|
readpdb.c | [all...] |
readdwarf.c | 405 addto_WordArray( filenames, (Word)ML_(addStr)(di,name,-1) ); 496 addto_WordArray( &dirnames, (Word)ML_(addStr)(di, ui->compdir, -1) ); 498 addto_WordArray( &dirnames, (Word)ML_(addStr)(di, ".", -1) ); 660 addto_WordArray( &dirnames, (Word)ML_(addStr)(di,buf,-1) ); 664 addto_WordArray( &dirnames, (Word)ML_(addStr)(di,data,-1) ); 706 addto_WordArray( &filenames, (Word)ML_(addStr)(di,name,-1) ); [all...] |
priv_storage.h | 831 ML_(addStr) will itself measure the length of the string. */ 832 extern UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len ); [all...] |
readmacho.c | 368 disym.pri_name = ML_(addStr)(di, name, -1); 385 s_a_t_v = ML_(addStr)(di, "start_according_to_valgrind", -1); [all...] |
storage.c | 218 UChar* ML_(addStr) ( struct _DebugInfo* di, UChar* str, Int len ) 236 chunk = ML_(dinfo_zalloc)("di.storage.addStr.1", sizeof(*chunk)); [all...] |
readdwarf3.c | 309 the string with ML_(addStr), since (w.r.t. image overruns) the [all...] |
UNUSED_STABS.txt | [all...] |
readelf.c | 664 disym.pri_name = ML_(addStr) ( di, sym_name_really, -1 ); 872 disym.pri_name = ML_(addStr) ( di, elem->key.name, -1 ); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesw.h | 69 #ifdef addstr 70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function 71 #undef addstr macro 72 #define addstr UNDEF(addstr) macro 930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow 935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow 937 // Move the cursor to the requested position and then perform the addstr [all...] |
curses.h | 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ 1009 #define addstr macro [all...] |
ncurses.h | 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ 1009 #define addstr macro [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 69 #ifdef addstr 70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function 71 #undef addstr macro 72 #define addstr UNDEF(addstr) macro 930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow 935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow 937 // Move the cursor to the requested position and then perform the addstr [all...] |
curses.h | 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ 1009 #define addstr macro [all...] |
ncurses.h | 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ 1009 #define addstr macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 69 #ifdef addstr 70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function 71 #undef addstr macro 72 #define addstr UNDEF(addstr) macro 930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow 935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow 937 // Move the cursor to the requested position and then perform the addstr [all...] |
curses.h | 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ 1009 #define addstr macro [all...] |
ncurses.h | 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */ 1009 #define addstr macro [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 181 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing.")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 181 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing.")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 39 for meth in [stdscr.addch, stdscr.addstr]:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 39 for meth in [stdscr.addch, stdscr.addstr]:
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |