Searched refs:document (Results 26 - 50 of 318) sorted by relevance

1234567891011>>

/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
H A Dscan.js5 var requestButton = document.getElementById("requestButton");
6 var scanButton = document.getElementById('scanButton');
7 var scannedImages = document.getElementById('scannedImages');
8 var waitAnimation = document.getElementById('waitAnimation');
53 var scannedImage = document.createElement('img');
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
H A DInsertHeader.java38 Document document = context.document();
40 document.replace(0, 0, header);
H A DBaseModifyCommentScanner.java39 Document document = context.document();
44 String commentText = document.get(comment.getStartPosition(), comment.getLength());
47 document.replace(comment.getStartPosition(), comment.getLength(), newCommentText);
58 * document offsets remain valid.
/external/skia/tests/
H A DPDFInvalidBitmapTest.cpp48 sk_sp<SkDocument> document(SkDocument::MakePDF(&stream));
49 if (!document) {
52 SkCanvas* canvas = document->beginPage(100, 100);
/external/abi-compliance-checker/modules/Internals/Scripts/
H A DTabs.js6 var tab1 = document.getElementById('BinaryID');
7 var tab2 = document.getElementById('SourceID');
11 var sets = document.getElementsByTagName('div');
24 var tab = document.getElementById(links[j].href.substr(links[j].href.indexOf('#') + 1));
37 var tab = document.getElementById(this.href.substr(this.href.indexOf('#') + 1));
43 document.getElementById(this.tabs[k].href.substr(this.tabs[k].href.indexOf('#') + 1)).style.display = 'none';
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DChapter2_4Test.java44 YamlDocument document = new YamlDocument("example2_19.yaml");
45 Map<String, Object> map = (Map<String, Object>) document.getNativeData();
58 YamlDocument document = new YamlDocument("example2_20.yaml");
59 Map<String, Object> map = (Map<String, Object>) document.getNativeData();
73 YamlDocument document = new YamlDocument("example2_21.yaml");
74 Map<String, Object> map = (Map<String, Object>) document.getNativeData();
84 YamlDocument document = new YamlDocument("example2_22.yaml");
85 Map<String, Object> map = (Map<String, Object>) document.getNativeData();
110 YamlDocument document = new YamlDocument("example2_23_non_date.yaml");
111 Map<String, Object> map = (Map<String, Object>) document
[all...]
H A DChapter2_2Test.java65 YamlDocument document = new YamlDocument("example2_9.yaml");
66 Map<String, Object> map = (Map<String, Object>) document.getNativeData();
80 YamlDocument document = new YamlDocument("example2_10.yaml");
81 Map<String, Object> map = (Map<String, Object>) document.getNativeData();
88 YamlDocument document = new YamlDocument("example2_11.yaml");
89 Map<Object, Object> map = (Map<Object, Object>) document.getNativeData();
98 YamlDocument document = new YamlDocument("example2_12.yaml");
100 List<Map<Object, Object>> list = (List<Map<Object, Object>>) document.getNativeData();
/external/v8/tools/turbolizer/
H A Dempty-view.js14 this.svg.attr("height", document.documentElement.clientHeight + "px");
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt014parser.py15 parser.document()
32 parser.document()
46 parser.document()
62 parser.document()
H A Dt013parser.py15 parser.document()
27 parser.document()
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
H A Dmedia_action.js12 return document.querySelectorAll('video, audio');
14 return document.querySelectorAll(selector);
16 var media = document.getElementsByTagName('video');
20 media = document.getElementsByTagName('audio');
H A Dloop.js33 var endLoopEvent = document.createEvent('Event');
43 var willLoopEvent = document.createEvent('Event');
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
H A DContext.java23 * Only one method of {@link #rewrite()} or {@link #document()} can be called.
30 Document document(); method in interface:Context
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
H A DFixupBidiClassDoc.java54 Document document = context.document();
55 String commentText = document.get(javadoc.getStartPosition(), javadoc.getLength());
57 document.replace(javadoc.getStartPosition(), javadoc.getLength(), newCommentText);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
H A DXmlLoader.java15 protected abstract void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception; argument
/external/snakeyaml/src/test/java/examples/
H A DLoadExampleTest.java34 String document = "\n- Hesperiidae\n- Papilionidae\n- Apatelodidae\n- Epiplemidae";
35 List<String> list = (List<String>) yaml.load(document);
41 String document = "hello: 25";
43 Map<String, Integer> map = (Map<String, Integer>) yaml.load(document);
/external/clang/www/analyzer/scripts/
H A Dexpandcollapse.js32 if (!document.getElementById)
37 // Examine all table rows in the document.
38 var rows = document.body.getElementsByTagName("tr");
68 var data = document.createElement("div");
75 var expander = document.createElement("img");
120 var body = document.body,
121 html = document.documentElement,
162 var expandableDiv = document.getElementById("cell" + idxStr);
164 var data = document.getElementById("data" + idxStr);
165 var expander = document
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp180 // Only used by the document!
372 // At this scope, we can't get to a document. So fail silently.
388 if ( c <= 0 ) // Silent failure: can't get document at this scope
643 // The basic issue with a document is that we don't know what we're
708 // Parse away, at the document level. Since a document
717 // Note that, for a document, this needs to come
912 TiXmlDocument* document = GetDocument(); local
913 if ( document )
914 document
974 TiXmlDocument* document = GetDocument(); local
1014 TiXmlDocument* document = GetDocument(); local
1046 TiXmlDocument* document = GetDocument(); local
1181 TiXmlDocument* document = GetDocument(); local
1258 TiXmlDocument* document = GetDocument(); local
1277 TiXmlDocument* document = GetDocument(); local
1317 TiXmlDocument* document = GetDocument(); local
1339 TiXmlDocument* document = GetDocument(); local
1477 TiXmlDocument* document = GetDocument(); local
1500 TiXmlDocument* document = GetDocument(); local
1556 TiXmlDocument* document = GetDocument(); local
1577 TiXmlDocument* document = GetDocument(); local
[all...]
/external/tinyxml/
H A Dtinyxmlparser.cpp171 // Only used by the document!
363 // At this scope, we can't get to a document. So fail silently.
379 if ( c <= 0 ) // Silent failure: can't get document at this scope
620 // The basic issue with a document is that we don't know what we're
685 // Parse away, at the document level. Since a document
694 // Note that, for a document, this needs to come
895 TiXmlDocument* document = GetDocument(); local
896 if ( document )
897 document
956 TiXmlDocument* document = GetDocument(); local
985 TiXmlDocument* document = GetDocument(); local
1017 TiXmlDocument* document = GetDocument(); local
1136 TiXmlDocument* document = GetDocument(); local
1214 TiXmlDocument* document = GetDocument(); local
1233 TiXmlDocument* document = GetDocument(); local
1272 TiXmlDocument* document = GetDocument(); local
1294 TiXmlDocument* document = GetDocument(); local
1394 TiXmlDocument* document = GetDocument(); local
1419 TiXmlDocument* document = GetDocument(); local
1435 TiXmlDocument* document = GetDocument(); local
1490 TiXmlDocument* document = GetDocument(); local
1511 TiXmlDocument* document = GetDocument(); local
[all...]
/external/libxml2/
H A DtestXPath.c49 static xmlDocPtr document = NULL; variable
52 * Default document
85 ctxt = xmlXPtrNewContext(document, NULL, NULL);
89 ctxt = xmlXPathNewContext(document);
90 ctxt->node = xmlDocGetRootElement(document);
181 if (document == NULL) {
183 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
185 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
212 printf("\t-i filename : read the document from filename\n");
216 if (document !
[all...]
/external/libjpeg-turbo/doc/html/search/
H A Dsearch.js60 while (item && item!=document.body)
74 while (item && item!=document.body)
111 { return document.getElementById("MSearchField"); }
114 { return document.getElementById("MSearchSelect"); }
117 { return document.getElementById("MSearchSelectWindow"); }
120 { return document.getElementById("MSearchResults"); }
123 { return document.getElementById("MSearchResultsWindow"); }
126 { return document.getElementById("MSearchClose"); }
129 { return document.getElementById("MSearchBox"); }
383 var width = document
[all...]
/external/testng/src/main/resources/
H A Dtestng-reports.js1 $(document).ready(function() {
101 var current = document.location.href;
103 document.location.href = base + '#' + hashTag;
104 var newPosition = $(document).scrollTop() - 65;
105 $(document).scrollTop(newPosition);
117 var table = new google.visualization.Table(document.getElementById(div));
/external/libvncserver/webclients/novnc/include/
H A Dutil.js10 /*global window, console, document, navigator, ActiveXObject, INCLUDE_URI */
373 // Dynamically load scripts without using document.write()
386 var head = document.getElementsByTagName('head')[0], script,
414 script = document.createElement('script');
452 var html = document.getElementsByTagName('html')[0];
455 if (html.scrollTop && document.documentElement.scrollTop) {
457 } else if (html.scrollTop || document.documentElement.scrollTop) {
458 myScrollTop = html.scrollTop + document.documentElement.scrollTop;
459 } else if (document.body.scrollTop) {
460 myScrollTop = document
[all...]
/external/autotest/client/site_tests/power_LoadTest/extension/
H A Dct.js43 if (document.location.hostname !== PLAY_MUSIC_HOSTNAME) {
48 var playButton = document.querySelector('[data-id="play"]');
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_color.cpp34 if (pPattern && pPattern->document()) {
35 CPDF_DocPageData* pPageData = pPattern->document()->GetPageData();
89 if (pvalue->m_pPattern && pvalue->m_pPattern->document()) {
90 pDocPageData = pvalue->m_pPattern->document()->GetPageData();
100 if (pPattern && pPattern->document()) {
102 pDocPageData = pPattern->document()->GetPageData();
129 if (pPattern && pPattern->document()) {
130 pValue->m_pPattern = pPattern->document()->GetPageData()->GetPattern(

Completed in 590 milliseconds

1234567891011>>