| /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/ |
| example.js | 169 * If the element with id 'statusField' exists, then set its HTML to the status
|
| /external/chromium_org/native_client_sdk/src/tools/ |
| nacl_llvm.mk | 7 # http://www.gnu.org/software/make/manual/make.html 159 # HTML file generation 164 all: $(OUTDIR)/$(1).html 165 $(OUTDIR)/$(1).html: $(EXECUTABLES)
|
| /external/chromium_org/remoting/webapp/ |
| toolbar.js | 16 * @param {HTMLElement} toolbar The HTML element representing the tool-bar. 51 chrome.app.window.create('main.html', {
|
| /external/chromium_org/tools/sheriffing/ |
| failureinfo.js | 76 * Build the HTML table row for a test failure. |test| is [ name, testData ]. 88 'flakiness_dashboard.html#testType=' + 102 'changelog.html?url=%2Ftrunk%2Fsrc&range=' + 103 low + '%3A' + high + '&mode=html';
|
| botinfo.js | 153 /** Creates HTML elements to display info about this bot. */
|
| /external/harfbuzz_ng/test/shaping/ |
| hb_test_tools.py | 37 class HTML: 58 if "--format=html" in argv: 59 argv.remove ("--format=html") 60 format = ColorFormatter.HTML
|
| /external/jsilver/src/com/google/streamhtmlparser/impl/ |
| HtmlParserImpl.java | 302 // False when not inside an HTML attribute value 307 // Or when the HTML attribute is not of URI type. 353 case HTML: 373 * Resets the state of the parser to the initial state of parsing HTML. 377 resetMode(Mode.HTML); 386 * parsing of HTML attribute names and values where content we do not 391 * <li>We are at the start of the value of a URL-accepting HTML attribute. In 394 * to perform on the HTML attribute value. We avoid injecting fake data and 399 * change internal state to be now inside a non-quoted HTML attribute 497 * Starts recording the name of the HTML tag. Called when the parse [all...] |
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ |
| CharInfo.java | 59 * The name of the HTML entities file. 87 /** This flag is an optimization for HTML entities. It false if entities 322 * special chars for XML (but not HTML!). 335 if (Method.HTML.equals(method)) { 337 // "The html output method should not escape < characters occurring in attribute values." 338 // So we don't escape '<' in an attribute for HTML 351 * parsing and printing, primarily for HTML documents. '&lt;' is an 485 * @param method the output method type, which should be one of "xml", "html", "text"...
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
| history.js | 122 * Outputs a HTML element that can be added to the DOM. 123 * @return {Element} The HTML element.
|
| /external/chromium_org/tools/grit/grit/format/ |
| html_inline.py | 6 """Flattens a HTML file by inlining its external resources. 8 This is a small script that takes a HTML file, looks for src attributes 9 and inlines the specified file, producing one HTML file with no external 141 grd_node: html node from the grd file for this include tag 144 called to rewrite html content before inlining images. 360 grd_node: html node from the grd file for this include tag 386 grd_node: html node from the grd file for this include tag 415 print "Flattens a HTML file by inlining its external resources.\n"
|
| /external/clang/tools/scan-build/ |
| scan-build | 80 Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n") 120 # GetHTMLRunDir - Construct an HTML directory name for the current sub-run. 515 if ($file =~ /report-.*\.html$/) { 572 # Generate an index.html file. 573 my $FName = "$Dir/index.html"; 579 <html> 860 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n"; 863 print OUT "</body></html>\n"; 880 if ($Num > 0 && -r "$Dir/index.html") { 981 "CLANG_ANALYZER_OUTPUT=plist-html", [all...] |
| /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
| scan-build | 79 Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n") 119 # GetHTMLRunDir - Construct an HTML directory name for the current sub-run. 492 if ($file =~ /report-.*\.html$/) { 549 # Generate an index.html file. 550 my $FName = "$Dir/index.html"; 556 <html> 832 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n"; 835 print OUT "</body></html>\n"; 848 if ($Num > 0 && -r "$Dir/index.html") { 948 "CLANG_ANALYZER_OUTPUT=plist-html", [all...] |
| /prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
| scan-build | 79 Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n") 119 # GetHTMLRunDir - Construct an HTML directory name for the current sub-run. 492 if ($file =~ /report-.*\.html$/) { 549 # Generate an index.html file. 550 my $FName = "$Dir/index.html"; 556 <html> 832 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n"; 835 print OUT "</body></html>\n"; 848 if ($Num > 0 && -r "$Dir/index.html") { 948 "CLANG_ANALYZER_OUTPUT=plist-html", [all...] |
| /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
| qunit.js | 462 // allow just a key to turn on a flag, e.g., test.html?noglobals 535 * If jQuery is available, uses jQuery's html(), otherwise just innerHTML. 539 jQuery( "#qunit-fixture" ).html( config.fixture ); 653 // run test/logs.html for any related changes 760 html = [ 778 id( "qunit-testresult" ).innerHTML = html; 1127 * @link {http://flesler.blogspot.com/2008/05/jsdump-pretty-dump-of-any-javascript.html} 1192 return this.multiline ? this.HTML ? '<br />' : '\n' : this.HTML ? ' ' : ' '; 1198 if ( this.HTML ) [all...] |
| /external/chromium_org/third_party/qunit/src/ |
| qunit.js | 289 // allow just a key to turn on a flag, e.g., test.html?noglobals 548 // run test/logs.html for any related changes 830 html = [ 848 id( "qunit-testresult" ).innerHTML = html; [all...] |
| /external/chromium_org/third_party/lcov/bin/ |
| genhtml | 22 # This script generates HTML output from .info files as created by the 51 # 2005-03-04 / Cal Pierog: added legend to HTML output, fixed coloring of 59 # 2006-03-20 / Peter Oberparleiter: added --html-extension option 149 # Additional offsets used when converting branch coverage data to HTML 211 # HTML related prototypes 283 our $html_prolog_file; # Custom HTML prolog file (up to and including <body>) 284 our $html_epilog_file; # Custom HTML epilog file (from </body> onwards) 285 our $html_prolog; # Actual HTML prolog 286 our $html_epilog; # Actual HTML epilog 287 our $html_ext = "html"; # Extension for generated HTML file [all...] |
| /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
| mathjax_external_util.js | 126 MathJax.OutputJax['HTML-CSS']['idPostfix']; 415 var script = MathJax.HTML.Element('script', {type: typeString}, [math]);
|
| /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
| viewport.js | 59 * Set the size by an HTML element. 68 * Set the size and scale to fit an HTML element.
|
| /external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
| viewport.js | 59 * Set the size by an HTML element. 68 * Set the size and scale to fit an HTML element.
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
| date_widget.js | 40 * The HTML node of the widget.
|
| /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
| feed.js | 81 // Construct the iframe's HTML. 82 var iframe_src = '<!doctype html><html><head><script ' + 166 desc.src='data:text/html,' + iframe_src + itemDesc + '</body></html>';
|
| /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/ |
| example.js | 174 * If the element with id 'statusField' exists, then set its HTML to the status
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
| coverage_html.js | 1 // Coverage.py HTML report browser code. 38 // Loaded on index.html 357 // Need to move the page. The html,body trick makes it scroll in all 366 $("html,body").animate({scrollTop: to_pos}, 200); 370 $("html,body").stop(true, true);
|
| /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
| ui.js | 44 ui.popup.show = function(target, html) 54 // Set html first so that we can get accurate size metrics on the popup. 55 popup.innerHTML = html; 77 ui.html = {}; 79 ui.html.checkbox = function(queryParameter, label, isChecked, opt_extraJavaScript) 88 ui.html.range = function(queryParameter, label, min, max, initialValue) 96 ui.html.select = function(label, queryParameter, options) 98 var html = '<label style="padding-left: 2em">' + label + ': ' + 103 html += '<option value="' + value + '" ' + 107 html += '</select></label> ' [all...] |
| /external/chromium_org/tools/measure_page_load_time/ff_ext/content/ |
| measure_page_load_time.js | 118 // Ignore loads of non-HTML documents
|