/external/oprofile/libutil/ |
op_version.c | 18 void show_version(char const * app_name) 22 __DATE__ " " __TIME__ "\n", app_name);
|
op_version.h | 20 void show_version(char const * app_name);
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/ |
SDL_main.c | 190 StrFileName app_name; local 197 if ( ! getCurrentAppName (app_name) ) 201 if (app_name[0] > MAX_NAME ) 202 app_name[0] = MAX_NAME; 204 SDL_memcpy(prefs_name + 1, app_name + 1, app_name[0]); 205 SDL_memcpy(prefs_name + app_name[0] + 1, SUFFIX, strlen (SUFFIX)); 206 prefs_name[0] = app_name[0] + strlen (SUFFIX);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
PackageUtil.java | 89 * appSnippet view should include R.id.app_icon and R.id.app_name 104 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(label); 111 * appSnippet view should include R.id.app_icon and R.id.app_name 122 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label);
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
LookupActivity.java | 207 builder.setTitle(R.string.app_name);
|
/packages/apps/Stk/src/com/android/stk/ |
StkMenuActivity.java | 276 mTitleTextView.setText(R.string.app_name);
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChat.java | 95 mTitle.setText(R.string.app_name);
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 568 .setTitle(R.string.app_name) 610 .setTitle(R.string.app_name) 844 .setTitle(R.string.app_name)
|
/external/genext2fs/ |
genext2fs.c | 671 static char * app_name; variable 679 fprintf(stderr, "%s: ", app_name); 768 perror_msg_and_die("%s:%s", app_name, path); [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 705 app_name = APP_PREFIX + str(app_num)
707 config.set(segment_name, app_name, s)
[all...] |
/packages/apps/Email/src/com/android/email/activity/ |
AccountFolderList.java | 172 ((TextView) findViewById(R.id.title_left_text)).setText(R.string.app_name); [all...] |
/packages/apps/Settings/src/com/android/settings/ |
InstalledAppDetails.java | 392 TextView label = (TextView) appSnippet.findViewById(R.id.app_name);
|
ManageApplications.java | [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridLayer.java | 167 mHud.getPathBar().pushLabel(Res.drawable.icon_home_small, context.getResources().getString(Res.string.app_name), [all...] |