Searched refs:title (Results 251 - 275 of 1925) sorted by relevance

<<11121314151617181920>>

/external/bison/lib/
H A Dbitsetv-print.c30 bitsetv_matrix_dump (FILE * out, const char *title, bitsetv bset) argument
36 fprintf (out, "%s BEGIN\n", title);
69 /* End title. */
70 fprintf (out, "%s END\n\n", title);
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dsched_parser_test.js73 assertEquals('Running', runningSlice.title);
78 assertEquals('Uninterruptible Sleep', sleepSlice.title);
83 assertEquals('Runnable', wakeupSlice.title);
89 assertEquals('Running', runningSlice2.title);
115 assertEquals('UNKNOWN', cpuSlices[1].title);
155 assertEquals('Uninterruptible Sleep | WakeKill', wakeKillSlice.title);
/external/chromium_org/base/win/
H A Dmetro.h63 wchar_t* title; member in struct:base::win::CurrentTabInfo
101 const wchar_t* title,
118 const string16& title,
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DAppData.java56 * Returns the title to display for the app in the banner.
59 String title() { method in class:AppData
115 * @param title App title.
122 public void setPackageInfo(String title, String imageUrl, float rating, argument
124 mTitle = title;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/share/
H A DShareHelper.java55 * @param title Title of the page to be shared.
59 public static void share(boolean shareDirectly, Activity activity, String title, String url, argument
62 shareWithLastUsed(activity, title, url, screenshot);
64 showShareDialog(activity, title, url, screenshot);
72 * @param title Title of the page to be shared.
76 private static void showShareDialog(final Activity activity, final String title, argument
78 Intent intent = getShareIntent(title, url, screenshot);
101 Intent intent = getDirectShareIntentForComponent(title, url, screenshot, component);
112 * @param title Title of the page to be shared.
117 Activity activity, String title, Strin
116 shareWithLastUsed( Activity activity, String title, String url, Bitmap screenshot) argument
153 getShareIntent(String title, String url, Bitmap screenshot) argument
162 getDirectShareIntentForComponent(String title, String url, Bitmap screenshot, ComponentName component) argument
[all...]
/external/chromium_org/chrome/browser/android/
H A Dshortcut_helper.h46 const base::string16& title,
79 const base::string16& title,
85 const base::string16& title,
/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler.h46 const base::string16& title);
48 // Adds a bookmark with the given |url|, |title| and |parent_id|.
50 const base::string16& title,
56 // Updates the given bookmark's title.
58 const base::string16& title);
/external/chromium_org/chrome/browser/
H A Djumplist_updater_win.h27 const std::wstring& title() const { return title_; } function in class:ShellLinkItem
35 void set_title(const std::wstring& title) { argument
36 title_ = title;
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
H A Dfile_browser_handler.h38 // default title
39 const std::string& title() const { return title_; } function in class:FileBrowserHandler
40 void set_title(const std::string& title) { title_ = title; } argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
H A Dbackground.js32 chrome.browserAction.setTitle({tabId: tabId, title:"Pausing JavaScript"});
48 chrome.browserAction.setTitle({tabId:tabId, title:"Resume JavaScript"});
56 chrome.browserAction.setTitle({tabId:tabId, title:"Pause JavaScript"});
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Doptions.js23 $('imageTooltip').title = chrome.i18n.getMessage('imageTooltip');
25 $('multiCalendarText').title = chrome.i18n.getMessage('multiCalendarToolTip');
26 $('multiCalendar').title = chrome.i18n.getMessage('multiCalendarToolTip');
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
H A Dfeed.js55 // Setup the title image.
64 var img = document.getElementById('title');
100 // Grab the title for the feed item.
101 var itemTitle = item.getElementsByTagName('title')[0];
105 itemTitle = 'Unknown title';
131 var title = document.createElement('a');
132 title.className = 'item_title';
133 // Give title an ID for use with ARIA
134 title.id = 'item' + i;
135 title
[all...]
/external/doclava/res/assets/templates/
H A Ddocpage.cs13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> >
17 <h1 itemprop="name"><?cs var:page.title ?></h1>
28 <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java28 String title; field in class:LineGraph.GraphItem
34 GraphItem(String title, String description,double value, Color color,boolean display) { argument
35 this(title, description, value, color);
39 GraphItem(String title, String description, double value, Color color) { argument
40 this.title= title;
48 Point e2= g.stringExtent(this.title);
61 public LineGraph(String title, Dim dim) { argument
62 this.fTitle= title;
97 // draw the title
[all...]
/external/fio/
H A Dgraph.h27 void graph_title(struct graph *g, const char *title);
28 /* graph_title() sets the main title of the graph to the given string */
29 void graph_x_title(struct graph *g, const char *title);
30 /* graph_x_title() sets the title of the x axis to the given string */
31 void graph_y_title(struct graph *g, const char *title);
32 /* graph_y_title() sets the title of the y axis to the given string */
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemwm.c43 void GEM_SetCaption(_THIS, const char *title, const char *icon) argument
45 if (title) {
46 GEM_title_name = title;
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model_unittest.cc38 // a new folder/bookmark or updating a title of a folder/bookmark.
67 // a new folder/bookmark or updating a title of a folder/bookmark.
341 const base::string16 title(ASCIIToUTF16("foo"));
344 const BookmarkNode* new_node = model_->AddURL(root, 0, title, url);
349 ASSERT_EQ(title, new_node->GetTitle());
361 const base::string16 title(base::WideToUTF16(
365 const BookmarkNode* new_node = model_->AddURL(root, 0, title, url);
370 ASSERT_EQ(title, new_node->GetTitle());
383 const base::string16 title(
387 const BookmarkNode* new_node = model_->AddURL(root, i, title, ur
1158 const base::string16 title = base::ASCIIToUTF16("Title"); local
[all...]
/external/chromium_org/chrome/android/shell/javatests/src/org/chromium/chrome/shell/
H A DChromeShellUrlTest.java58 // Ensure the correct page has been loaded, ie. not interstitial, and title/url should
59 // be sane. Note, a typical correct title is: "Welcome to Chromium", whereas a wrong one
63 final AtomicReference<String> title = new AtomicReference<String>();
69 title.set(contentViewCore.get().getTitle());
77 assertNotNull("Title was null", title.get());
78 assertFalse("Title should not contain: " + welcomeUrl + ". Was: " + title.get(),
79 title.get().toLowerCase(Locale.US).contains(welcomeUrl));
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dlink_converter.py24 title = matches.group(3)
28 title)
42 title)
50 if link in title:
53 return '%s$(ref:%s%s %s)' % (padding, page, link, title)
/external/chromium_org/content/child/
H A Dchild_process.cc111 std::string title = "Google Chrome"; local
113 std::string title = "Chromium";
115 title += " ";
116 title += label; // makes attaching to process easier
121 base::UTF8ToWide(title).c_str(),
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native_win.cc54 const char* title, int width, int height,
78 const std::wstring wnd_title(title, title + strlen(title));
80 const std::string wnd_title = title;
52 GTFNativeCreateWindow(EGLNativeDisplayType nativeDisplay, EGLDisplay eglDisplay, EGLConfig eglConfig, const char* title, int width, int height, EGLNativeWindowType *pNativeWindow) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorConsoleAgent.h87 void consoleTime(ExecutionContext*, const String& title);
88 void consoleTimeEnd(ExecutionContext*, const String& title, ScriptState*);
89 void consoleTimeline(ExecutionContext*, const String& title, ScriptState*);
90 void consoleTimelineEnd(ExecutionContext*, const String& title, ScriptState*);
101 void addStartProfilingMessageToConsole(const String& title, unsigned lineNumber, const String& sourceURL);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DSection.js32 * @param {string|!Element} title
35 WebInspector.Section = function(title, subtitle)
45 this.titleElement.className = "title";
56 this.title = title;
62 get title()
67 set title(x)
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
H A Dprocesses.js229 {title: 'System Memory Usage (MB)', is3D: true});
231 {title: 'CPU Usage',
267 title: 'CPU stats for ' + this.selProcUri_,
269 vAxes: {0: {title: 'CPU %', maxValue: 100}, 1: {title: '# Threads'}},
271 hAxis: {title: 'Run Time'},
275 title: 'Memory stats for ' + this.selProcUri_,
277 vAxes: {0: {title: 'VM Rss KB'}, 1: {title: '# Page Faults'}},
279 hAxis: {title
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dbrowser.h22 const char *title; member in struct:ui_browser
44 void __ui_browser__show_title(struct ui_browser *browser, const char *title);
45 void ui_browser__show_title(struct ui_browser *browser, const char *title);
46 int ui_browser__show(struct ui_browser *self, const char *title,
60 int ui_browser__input_window(const char *title, const char *text, char *input,

Completed in 2392 milliseconds

<<11121314151617181920>>