/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
removeEOL.pl | 36 my $title; 39 $title = "removeEOL: Undefined argument."; 40 ok(removeEOL(undef) eq "", $title); 43 $title = "removeEOL: Line with Windows line ending."; 44 ok(removeEOL("This line ends with a Windows line ending.\r\n") eq "This line ends with a Windows line ending.", $title); 47 $title = "removeEOL: Line with Unix line ending."; 48 ok(removeEOL("This line ends with a Unix line ending.\n") eq "This line ends with a Unix line ending.", $title); 51 $title = "removeEOL: Line with Mac line ending."; 52 ok(removeEOL("This line ends with a Mac line ending.\r") eq "This line ends with a Mac line ending.", $title); 55 $title = "removeEOL: Line with a mix of line endings." [all...] |
parseFirstEOL.pl | 27 my $title; 30 $title = "parseFirstEOL: Empty string."; 31 ok(!defined(firstEOLInString("")), $title); 34 $title = "parseFirstEOL: Line without a line ending character"; 35 ok(!defined(firstEOLInString("This line doesn't have a line ending character.")), $title); 38 $title = "parseFirstEOL: Line with Windows line ending."; 39 ok(firstEOLInString("This line ends with a Windows line ending.\r\n") eq "\r\n", $title); 42 $title = "parseFirstEOL: Line with Unix line ending."; 43 ok(firstEOLInString("This line ends with a Unix line ending.\n") eq "\n", $title); 46 $title = "parseFirstEOL: Line with Mac line ending." [all...] |
generatePatchCommand.pl | 37 $title = "generatePatchCommand: Undefined optional arguments."; 42 ok($patchCommand eq "patch -p0", $title); 43 ok($isForcing == 0, $title); 46 $title = "generatePatchCommand: Undefined options."; 52 ok($patchCommand eq "patch -p0", $title); 53 ok($isForcing == 0, $title); 56 $title = "generatePatchCommand: --force and no \"ensure force\"."; 61 ok($patchCommand eq "patch -p0 --force", $title); 62 ok($isForcing == 1, $title); 65 $title = "generatePatchCommand: no --force and \"ensure force\"." [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_syswm.cc | 30 void QT_SetWMCaption(_THIS, const char *title, const char *icon) 32 SDL_Win->setCaption(title);
|
SDL_syswm_c.h | 27 extern void QT_SetWMCaption(_THIS, const char *title, const char *icon);
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssItem.java | 24 public String title; field in class:RssItem 29 public RssItem(String url, String title){ 31 this.title = title; 35 return title;
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
Window.java | 22 private String title; field in class:Window 25 public Window(String title, int hashCode) { 26 this.title = title; 31 return title; 44 return title;
|
/external/icu4c/samples/layout/ |
GDIGUISupport.cpp | 18 void GDIGUISupport::postErrorMessage(const char *message, const char *title) 20 MessageBoxA(NULL, message, title, MB_ICONERROR);
|
GUISupport.h | 23 virtual void postErrorMessage(const char *message, const char *title) = 0;
|
gsupport.h | 12 void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
|
GDIGUISupport.h | 25 virtual void postErrorMessage(const char *message, const char *title);
|
GnomeGUISupport.h | 25 virtual void postErrorMessage(const char *message, const char *title);
|
GnomeGUISupport.cpp | 22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) 28 s = g_strconcat(title, ":\n", message, NULL); 33 fprintf(stderr, "%s: %s\n", title, message);
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
select_file_dialog_util.cc | 15 base::string16 title; local 18 // Full page file manager doesn't need a title. 22 title = l10n_util::GetStringUTF16( 27 title = l10n_util::GetStringUTF16( 32 title = l10n_util::GetStringUTF16( 37 title = l10n_util::GetStringUTF16( 42 title = l10n_util::GetStringUTF16( 50 return title;
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
MessageInfoBar.java | 21 * @param title the text displayed in the infobar 24 public static MessageInfoBar createInfoBar(CharSequence title) { 25 return new MessageInfoBar(null, 0, title, BACKGROUND_TYPE_INFO); 31 * @param title the text displayed in the infobar 34 public static MessageInfoBar createInfoBar(int iconResourceId, CharSequence title) { 35 return new MessageInfoBar(null, iconResourceId, title, BACKGROUND_TYPE_INFO); 40 * @param title the text displayed in the infobar 43 public static MessageInfoBar createWarningInfoBar(CharSequence title) { 44 return createWarningInfoBar(null, title); 50 * @param title the text displayed in the infoba [all...] |
/external/chromium_org/chrome/browser/importer/ |
importer_unittest_utils.cc | 13 ASSERT_EQ(WideToUTF16Hack(expected.title), entry.title); 14 ASSERT_EQ(expected.in_toolbar, entry.in_toolbar) << entry.title; 15 ASSERT_EQ(expected.path_size, entry.path.size()) << entry.title; 16 ASSERT_EQ(expected.url, entry.url.spec()) << entry.title; 18 ASSERT_EQ(WideToUTF16Hack(expected.path[i]), entry.path[i]) << entry.title;
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxwm_c.h | 31 extern void NX_SetCaption (_THIS, const char * title, const char * icon) ;
|
/external/chromium_org/printing/ |
printing_utils.h | 13 // Simplify title to resolve issue with some drivers. 15 const base::string16& title);
|
/device/asus/deb/dumpstate/ |
dumpstate.c | 23 char path[64], title[32]; local 25 sprintf(title, "KS BRIDGE LOG#%d", i); 26 dump_file(title, path);
|
/device/asus/flo/dumpstate/ |
dumpstate.c | 23 char path[64], title[32]; local 25 sprintf(title, "KS BRIDGE LOG#%d", i); 26 dump_file(title, path);
|
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/ |
Macro.java | 31 private String title;
field in class:Macro 37 return title;
40 public void setTitle(String title) {
41 this.title = title;
|
/external/proguard/src/proguard/gui/ |
MessageDialogRunnable.java | 37 private final String title; field in class:MessageDialogRunnable 47 String title, 54 title, 70 String title, 75 this.title = title; 87 title,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkMessageBox.py | 20 # - title: dialog title 67 def _show(title=None, message=None, _icon=None, _type=None, **options): 70 if title: options["title"] = title 81 def showinfo(title=None, message=None, **options): 83 return _show(title, message, INFO, OK, **options) 85 def showwarning(title=None, message=None, **options): 87 return _show(title, message, WARNING, OK, **options [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkMessageBox.py | 20 # - title: dialog title 67 def _show(title=None, message=None, _icon=None, _type=None, **options): 70 if title: options["title"] = title 81 def showinfo(title=None, message=None, **options): 83 return _show(title, message, INFO, OK, **options) 85 def showwarning(title=None, message=None, **options): 87 return _show(title, message, WARNING, OK, **options [all...] |
/external/chromium_org/content/common/ |
set_process_title.cc | 40 std::string title; local 49 // use the path it points at for our process title. Note that this is only for 55 title = target.value(); 59 if (EndsWith(title, kDeletedSuffix, true)) 60 title.resize(title.size() - kDeletedSuffix.size()); 66 prctl(PR_SET_NAME, base::FilePath(title).BaseName().value().c_str()); 73 if (!title.empty()) 74 title += " "; 75 title += command_line->argv()[i] [all...] |