HomeSort by relevance Sort by last modified time
    Searched refs:title (Results 201 - 225 of 3656) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
textView.py 12 def __init__(self, parent, title, text, modal=True):
26 self.title(title)
62 def view_text(parent, title, text, modal=True):
63 return TextViewer(parent, title, text, modal)
65 def view_file(parent, title, filename, encoding=None, modal=True):
74 tkMessageBox.showerror(title='File Load Error',
78 return view_text(parent, title, textFile.read(), modal)
84 root.title('textView test')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
textView.py 12 def __init__(self, parent, title, text, modal=True):
26 self.title(title)
62 def view_text(parent, title, text, modal=True):
63 return TextViewer(parent, title, text, modal)
65 def view_file(parent, title, filename, encoding=None, modal=True):
74 tkMessageBox.showerror(title='File Load Error',
78 return view_text(parent, title, textFile.read(), modal)
84 root.title('textView test')
  /external/webrtc/webrtc/modules/video_coding/test/
plotJitterEstimate.m 9 plot(x, slopes(x, 1).*(framestats(x, 1) - framestats(x, 2)) + 3*sqrt(randJitters(x,2)), 'b'); title('Estimate ms');
14 plot(x, slopes(x, 1)); title('Line slope');
16 %plot(x, slopes(x, 2)); title('Line offset');
18 plot(x, framestats); plot(x, framedata(x, 1)); title('frame size and average frame size');
20 plot(x, framedata(x, 2)); title('Delay');
24 plot(x, randJitters(x,2)); title('Random jitter');
35 title('theta(1)*x+theta(2), (dT-dTS)/dL');
  /external/trappy/trappy/
plot_utils.py 28 def normalize_title(title, opt_title):
29 """Return a string with that contains the title and opt_title if it's
36 title = opt_title + " - " + title
38 return title
102 def post_plot_setup(ax, title="", xlabel=None, ylabel=None, xlim="default",
104 """Set xlabel, ylabel title, xlim and ylim of the plot
118 if title:
119 ax.set_title(title)
174 post_plot_setup(ax, title="Temperature", ylim=ylim
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
RemoteActionTest.java 39 String title = "title"; local
43 RemoteAction reference = new RemoteAction(icon, title, description, action);
53 assertEquals(title, result.getTitle());
63 String title = "title"; local
67 RemoteAction reference = new RemoteAction(icon, title, description, action);
74 assertEquals(title, result.getTitle());
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
MeatAdapter.java 75 holder.title = (TextView) view.findViewById(R.id.meat_title);
83 holder.title.setText(meat.title);
91 if (null != holder && null != holder.title && null != context) {
93 holder.title.getText()), Toast.LENGTH_SHORT).show();
99 public TextView title; field in class:MeatAdapter.ViewHolder
  /external/curl/tests/
manpage-scan.pl 180 my $title;
184 $title="--$lo";
189 $title="-$sh, $title";
191 push @getparam, $title;
192 $opts{$title} |= 1;
  /external/libnl/doc/stylesheets/
xhtml11-quirks.css 8 div.sidebar-title, div.image-title {
40 div.imageblock.latex div.image-title { margin-top: 0.5em; }
  /packages/apps/Car/libs/car-list/src/com/android/car/list/
IconToggleLineItem.java 34 * Contains logic for a line item represents title text, description text and a toggle widget.
69 * @param title Title text
72 public IconToggleLineItem(CharSequence title, Context context) {
73 mTitle = title;
86 viewHolder.title.setText(mTitle);
109 public final TextView title; field in class:IconToggleLineItem.ViewHolder
116 title = (TextView) itemView.findViewById(R.id.title);
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderInfo.java 96 public void setTitle(CharSequence title) {
97 this.title = title;
99 listeners.get(i).onTitleChanged(title);
106 writer.put(LauncherSettings.Favorites.TITLE, title)
134 public void onTitleChanged(CharSequence title);
  /prebuilts/go/darwin-x86/doc/articles/wiki/
part1-noerror.go 13 Title string
18 filename := p.Title + ".txt"
22 func loadPage(title string) *Page {
23 filename := title + ".txt"
25 return &Page{Title: title, Body: body}
29 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample page.")}
part1.go 13 Title string
18 filename := p.Title + ".txt"
22 func loadPage(title string) (*Page, error) {
23 filename := title + ".txt"
28 return &Page{Title: title, Body: body}, nil
32 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample Page.")}
  /prebuilts/go/linux-x86/doc/articles/wiki/
part1-noerror.go 13 Title string
18 filename := p.Title + ".txt"
22 func loadPage(title string) *Page {
23 filename := title + ".txt"
25 return &Page{Title: title, Body: body}
29 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample page.")}
part1.go 13 Title string
18 filename := p.Title + ".txt"
22 func loadPage(title string) (*Page, error) {
23 filename := title + ".txt"
28 return &Page{Title: title, Body: body}, nil
32 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample Page.")}
  /external/shflags/doc/
rst2html.css 52 div.abstract p.topic-title {
62 div.admonition p.admonition-title, div.hint p.admonition-title,
63 div.important p.admonition-title, div.note p.admonition-title,
64 div.tip p.admonition-title {
68 div.attention p.admonition-title, div.caution p.admonition-title,
69 div.danger p.admonition-title, div.error p.admonition-title,
    [all...]
  /external/wpa_supplicant_8/src/utils/
browser.c 21 char *title; member in struct:browser_context
42 ctx->title ? ctx->title :
48 ctx->title ? ctx->title : "Hotspot 2.0 client");
125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title,
128 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s uri=%s", __func__, title,
141 const char *title,
144 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s", __func__, title)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
MediaSaverImpl.java 69 public void addImage(final byte[] data, String title, long date, Location loc, int width,
71 addImage(data, title, date, loc, width, height, orientation, exif, l,
76 public void addImage(final byte[] data, String title, long date, Location loc, int width,
83 ImageSaveTask t = new ImageSaveTask(data, title, date,
95 public void addImage(final byte[] data, String title, long date, Location loc, int orientation,
99 addImage(data, title, date, loc, 0, 0, orientation, exif, l,
103 public void addImage(final byte[] data, String title, Location loc, int width, int height,
105 addImage(data, title, System.currentTimeMillis(), loc, width, height, orientation, exif, l,
139 private final String title; field in class:MediaSaverImpl.ImageSaveTask
149 public ImageSaveTask(byte[] data, String title, long date, Location loc
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
DeviceIndexUpdateJobService.java 106 // TODO: Get Title APIs on SliceMetadata and use that.
108 CharSequence title = findTitle(loadedSlice, metaData); local
109 if (title != null) {
111 Log.d(TAG, "Indexing: " + slice + " " + title + " " + loadedSlice);
113 indexProvider.index(this, title, slice, createDeepLink(
145 // Look for a title, then large text, then any text at all.
146 SliceItem title = SliceQuery.find(headerItem, FORMAT_TEXT, HINT_TITLE, null); local
147 if (title != null) {
148 return title.getText();
150 title = SliceQuery.find(headerItem, FORMAT_TEXT, HINT_LARGE, null)
    [all...]
  /developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.kt 61 * @param title the title of the notification
67 fun getNotification1(title: String, body: String): Notification.Builder {
69 .setContentTitle(title)
78 * @param title Title for notification.
84 fun getNotification2(title: String, body: String): Notification.Builder {
86 .setContentTitle(title)
  /developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.kt 61 * @param title the title of the notification
67 fun getNotification1(title: String, body: String): Notification.Builder {
69 .setContentTitle(title)
78 * @param title Title for notification.
84 fun getNotification2(title: String, body: String): Notification.Builder {
86 .setContentTitle(title)
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandableListItem.java 21 * to an image, title, and the extra text to be displayed. Furthermore, it keeps track
34 public ExpandableListItem(String title, int imgResource, int collapsedHeight, String text) {
35 mTitle = title;
  /external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
webrtc_PausePlayPeerConnections.py 35 title = 'Pause Play Peerconnections',
41 title = 'Pause Play Peerconnections '
  /external/autotest/frontend/client/src/autotest/common/ui/
SimpleDialog.java 11 * Simple DialogBox subclass that displays a title, contents, and an OK button to close the dialog.
15 public SimpleDialog(String title, Widget contents) {
19 flex.setText(0, 0, title);
  /external/jdiff/src/jdiff/
DiffOutput.java 23 /** The title for this difference. */
31 String title, String text) {
35 title_ = title;
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.h 71 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread)
73 ProgressDialog.Create(title, thread, 0);

Completed in 1148 milliseconds

1 2 3 4 5 6 7 891011>>