Searched defs:title (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/samples/layout/
H A DGDIGUISupport.cpp24 void GDIGUISupport::postErrorMessage(const char *message, const char *title) argument
26 MessageBoxA(NULL, message, title, MB_ICONERROR);
H A DGnomeGUISupport.cpp28 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) argument
34 s = g_strconcat(title, ":\n", message, NULL);
39 fprintf(stderr, "%s: %s\n", title, message);
/external/autotest/frontend/client/src/autotest/common/ui/
H A DSimpleDialog.java11 * Simple DialogBox subclass that displays a title, contents, and an OK button to close the dialog.
15 public SimpleDialog(String title, Widget contents) { argument
19 flex.setText(0, 0, title);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DSegment.java23 private String title; field in class:Segment
27 public Segment(String title, Number value) { argument
28 this.title = title;
34 return title;
37 public void setTitle(String title) { argument
38 this.title = title;
/external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ui/
H A DActivityTitleController.java23 * A simple abstraction which provides the ability to set the title on an activity.
27 * control of the activity title. While not exceedingly useful in practice, this concept could be
38 public void setTitle(CharSequence title) { argument
39 activity.setTitle(title);
/external/libexif/libexif/fuji/
H A Dmnote-fuji-tag.c32 const char *title; member in struct:__anon11439
88 if (table[i].tag == t) return (_(table[i].title));
/external/libexif/libexif/olympus/
H A Dmnote-olympus-tag.c32 const char *title; member in struct:__anon11442
213 if (table[i].tag == t) return (_(table[i].title));
/external/libexif/libexif/pentax/
H A Dmnote-pentax-tag.c31 const char *title; member in struct:__anon11447
158 if (table[i].tag == t) return (_(table[i].title));
/external/proguard/src/proguard/gui/
H A DMessageDialogRunnable.java36 private final String title; field in class:MessageDialogRunnable
46 String title,
53 title,
69 String title,
74 this.title = title;
86 title,
44 showMessageDialog(Component parentComponent, Object message, String title, int messageType) argument
67 MessageDialogRunnable(Component parentComponent, Object message, String title, int messageType) argument
H A DTabbedPane.java66 * Adds a component with a given title to the tabbed pane.
68 * @param title the title that will be used in the tab button.
71 public Component add(final String title, Component component) argument
80 JToggleButton button = new JToggleButton(title);
122 cardLayout.show(cardPanel, title);
137 cardPanel.add(title, component);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPhoneWindow.java20 public void setTitle(CharSequence title) { argument
21 this.title = title;
22 directlyOn(realWindow, realWindow.getClass().getName(), "setTitle", ClassParameter.from(CharSequence.class, title));
H A DShadowPhoneWindowFor22.java15 public void setTitle(CharSequence title) { argument
16 this.title = title;
17 directlyOn(realWindow, realWindow.getClass().getName(), "setTitle", ReflectionHelpers.ClassParameter.from(CharSequence.class, title));
/external/syslinux/gpxe/src/util/
H A Dmucurses_test.c26 char *title = "Set new iSCSI CHAP secret", local
37 mvwprintw( secret, 1, 2, "%s", title );
/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer.h34 std::string title; member in struct:webrtc::WindowCapturer::Window
/external/jdiff/src/jdiff/
H A DDiffOutput.java23 /** The title for this difference. */
31 String title, String text) {
35 title_ = title;
30 DiffOutput(String pkgName, String className, String id, String title, String text) argument
/external/parameter-framework/upstream/test/functional-tests/include/
H A DTest.hpp48 /** Value to test with a title.
59 * Each Test MUST specify a unique title, Ie all titles of a Tests MUST
66 std::string title; member in struct:parameterFramework::Test
79 * // ^~~~~~~~~~~~~~~~ Unique title across the tests
82 * SECTION("Testing: " + test.title) {
83 * // ^~~~~~~~~~ Section title MUST unique
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationUtils.java34 public String title; field in class:ConversationUtils.ConversationPage
70 if (parser.getAttributeName(i).equals("title")) {
71 page.title = context.getString(value);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowOverlayItem.java15 private String title; field in class:ShadowOverlayItem
18 public void __constructor__(GeoPoint geoPoint, String title, String snippet) { argument
20 this.title = title;
31 return title;
49 return Strings.equals(title, that.title)
58 result = title == null ? result : 19 * result + title.hashCode();
H A DShadowProgressDialog.java18 public static ProgressDialog show(Context context, CharSequence title, CharSequence message) { argument
19 return show(context, title, message, false);
23 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) { argument
24 return show(context, title, message, indeterminate, false, null);
28 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) { argument
29 return show(context, title, message, indeterminate, cancelable, null);
33 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, ProgressDialog.OnCancelListener onCancelListener) { argument
35 progressDialog.setTitle(title);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
H A DRoboSubMenu.java29 public SubMenu setHeaderTitle(CharSequence title) { argument
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/
H A DR.java5 public static final int title = 0x10001; field in class:R.id
/external/skia/tools/sk_app/android/
H A DWindow_android.cpp30 void Window_android::setTitle(const char* title) { argument
31 fSkiaAndroidApp->setTitle(title);
/external/skqp/tools/sk_app/android/
H A DWindow_android.cpp30 void Window_android::setTitle(const char* title) { argument
31 fSkiaAndroidApp->setTitle(title);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DCustomizeWindow.java30 public static void requestCustomTitle(Activity activity, String title, int contentViewLayoutResId) { argument
34 //activity.getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.title);
35 //((TextView) activity.findViewById(R.id.left_text)).setText(title);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/
H A DDurationPickerDialog.java38 public static void getDurationFromDialog(Activity activity, String title, argument
43 alert.setTitle(title);

Completed in 562 milliseconds

1234567891011>>