/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
D | JUnitCodeGen.java | 131 classHeaderST.setAttribute("header", "package "+grammarInfo.getTestPackage()+";"); in genClassHeader() 133 classHeaderST.setAttribute("junitFileName", junitFileName); in genClassHeader() 167 classHeaderST.setAttribute("hasTreeAdaptor", hasTreeAdaptor); in genClassHeader() 168 classHeaderST.setAttribute("treeAdaptorPath", treeAdaptorPath); in genClassHeader() 169 classHeaderST.setAttribute("hasPackage", hasPackage); in genClassHeader() 170 classHeaderST.setAttribute("packagePath", packagePath); in genClassHeader() 171 classHeaderST.setAttribute("lexerPath", lexerPath); in genClassHeader() 172 classHeaderST.setAttribute("parserPath", parserPath); in genClassHeader() 173 classHeaderST.setAttribute("treeParserPath", treeParserPath); in genClassHeader() 174 classHeaderST.setAttribute("isTreeGrammar", isTreeGrammar); in genClassHeader() [all …]
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
D | ByXPath.java | 146 setAttribute(element, Attribute.CLASS, className); in buildDomNode() 147 setAttribute(element, Attribute.RESOURCE_ID, uiElement.getResourceId()); in buildDomNode() 148 setAttribute(element, Attribute.PACKAGE, uiElement.getPackageName()); in buildDomNode() 149 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription()); in buildDomNode() 150 setAttribute(element, Attribute.TEXT, uiElement.getText()); in buildDomNode() 151 setAttribute(element, Attribute.CHECKABLE, uiElement.isCheckable()); in buildDomNode() 152 setAttribute(element, Attribute.CHECKED, uiElement.isChecked()); in buildDomNode() 153 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable()); in buildDomNode() 154 setAttribute(element, Attribute.ENABLED, uiElement.isEnabled()); in buildDomNode() 155 setAttribute(element, Attribute.FOCUSABLE, uiElement.isFocusable()); in buildDomNode() [all …]
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
D | DOMOutputCapsule.java | 83 ret.setAttribute("format_version", Integer.toString(FormatVersion.VERSION)); in appendElement() 106 currentElement.setAttribute(name, String.valueOf(value)); in write() 122 el.setAttribute("size", String.valueOf(value.length)); in write() 123 el.setAttribute(dataAttributeName, buf.toString()); in write() 143 el.setAttribute("size_outer", String.valueOf(value.length)); in write() 144 el.setAttribute("size_inner", String.valueOf(value[0].length)); in write() 145 el.setAttribute(dataAttributeName, buf.toString()); in write() 153 currentElement.setAttribute(name, String.valueOf(value)); in write() 169 el.setAttribute("size", String.valueOf(value.length)); in write() 170 el.setAttribute(dataAttributeName, buf.toString()); in write() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | FlatManifestWriterImpl.java | 110 smoothStreamingMedia.setAttribute("MajorVersion", "2"); in getManifest() 111 smoothStreamingMedia.setAttribute("MinorVersion", "1"); in getManifest() 113 smoothStreamingMedia.setAttribute("Duration", "0"); in getManifest() 117 videoStreamIndex.setAttribute("Type", "video"); in getManifest() 118 …videoStreamIndex.setAttribute("TimeScale", Long.toString(videoTimescale)); // silverlight ignores … in getManifest() 119 videoStreamIndex.setAttribute("Chunks", Integer.toString(videoFragmentsDurations.length)); in getManifest() 120 videoStreamIndex.setAttribute("Url", "video/{bitrate}/{start time}"); in getManifest() 121 videoStreamIndex.setAttribute("QualityLevels", Integer.toString(videoQualities.size())); in getManifest() 127 qualityLevel.setAttribute("Index", Integer.toString(i)); in getManifest() 128 qualityLevel.setAttribute("Bitrate", Long.toString(vq.bitrate)); in getManifest() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
D | RSSFeedAddEntryTask.java | 351 …elem.setAttribute("href", !isNullString(buildURL) ? buildURL : projectVersionString); //$NON-NLS-1$ in createEntry() 370 build.setAttribute("jars", jarSigningStatus); //$NON-NLS-1$ in createEntry() 371 build.setAttribute("callisto", callistoStatus); //$NON-NLS-1$ in createEntry() 372 build.setAttribute("type", buildType); //$NON-NLS-1$ in createEntry() 373 … build.setAttribute("xmlns", "http://www.eclipse.org/2006/BuildFeed"); //$NON-NLS-1$ //$NON-NLS-2$ in createEntry() 375 build.setAttribute("href",buildURL); //$NON-NLS-1$ in createEntry() 410 release.setAttribute("os", releases[i]); //$NON-NLS-1$ in createEntry() 411 release.setAttribute("ws", releases[i+1]); //$NON-NLS-1$ in createEntry() 412 release.setAttribute("arch", releases[i+2]); //$NON-NLS-1$ in createEntry() 413 release.setAttribute("type", releases[i+3]); //$NON-NLS-1$ in createEntry() [all …]
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | dottreegen.py | 111 treeST.setAttribute("nodes", parentNodeST) 121 treeST.setAttribute("nodes", nodeST) 146 edgeST.setAttribute("parent", parentName) 147 edgeST.setAttribute("child", childName) 148 edgeST.setAttribute("parentText", parentText) 149 edgeST.setAttribute("childText", childText) 150 treeST.setAttribute("edges", edgeST) 158 nodeST.setAttribute("name", uniqueName) 161 nodeST.setAttribute("text", text)
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | DOTTreeGenerator.java | 141 treeST.setAttribute("nodes", parentNodeST); in toDOTDefineNodes() 147 treeST.setAttribute("nodes", nodeST); in toDOTDefineNodes() 175 edgeST.setAttribute("parent", parentName); in toDOTDefineEdges() 176 edgeST.setAttribute("child", childName); in toDOTDefineEdges() 177 edgeST.setAttribute("parentText", fixString(parentText)); in toDOTDefineEdges() 178 edgeST.setAttribute("childText", fixString(childText)); in toDOTDefineEdges() 179 treeST.setAttribute("edges", edgeST); in toDOTDefineEdges() 188 nodeST.setAttribute("name", uniqueName); in getNodeST() 190 nodeST.setAttribute("text", fixString(text)); in getNodeST()
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | ClientContextConfigurer.java | 59 this.context.setAttribute(COOKIESPEC_REGISTRY, registry); in setCookieSpecRegistry() 63 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry); in setAuthSchemeRegistry() 67 this.context.setAttribute(COOKIE_STORE, store); in setCookieStore() 71 this.context.setAttribute(CREDS_PROVIDER, provider); in setCredentialsProvider() 75 this.context.setAttribute(AUTH_SCHEME_PREF, list); in setAuthSchemePref()
|
/external/deqp/scripts/log/ |
D | log_to_xml.py | 69 elem.setAttribute(name, value) 124 testCaseResult.setAttribute('CasePath', result.name) 125 testCaseResult.setAttribute('CaseType', 'SelfValidate') # \todo [pyry] Not recoverable.. 126 testCaseResult.setAttribute('Version', LOG_VERSION) 134 resultElem.setAttribute('StatusCode', result.statusCode) 146 batchResultNode.setAttribute("FileName", os.path.basename(inFile)) 166 summaryElem.setAttribute(code, "%d" % countByStatusCode[code]) 167 summaryElem.setAttribute('All', "%d" % len(results))
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 91 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in setCollNonIgnorable() 92 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollNonIgnorable() 93 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in setCollNonIgnorable() 94 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in setCollNonIgnorable() 95 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in setCollNonIgnorable() 100 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in setCollShifted() 101 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollShifted() 102 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in setCollShifted() 103 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted() 104 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, status); in setCollShifted()
|
D | jacoll.cpp | 111 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestTertiary() 112 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status); in TestTertiary() 145 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status); in TestSmallLarge() 158 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status); in TestKatakanaHiragana() 173 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status); in TestChooonKigoo()
|
D | srchtest.cpp | 263 strsrch->setAttribute(USEARCH_ELEMENT_COMPARISON, search->elemCompare, status); in assertEqualWithStringSearch() 456 strsrch->setAttribute(USEARCH_ELEMENT_COMPARISON, USEARCH_STANDARD_ELEMENT_COMPARISON, status); in assertEqualWithStringSearch() 546 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in assertCanonicalEqual() 549 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, USEARCH_ON, status); in assertCanonicalEqual() 563 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in assertCanonicalEqual() 601 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, canonical, status); in assertEqualWithAttribute() 602 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status); in assertEqualWithAttribute() 827 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestNormExact() 845 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestNormExact() 966 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, status); in TestVariable() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | AsyncContinuation.java | 515 _connection.getRequest().setAttribute(RequestDispatcher.ERROR_EXCEPTION,e); in expired() 665 … _event.getSuppliedRequest().setAttribute(RequestDispatcher.ERROR_EXCEPTION,ex); in doComplete() 666 … _event.getSuppliedRequest().setAttribute(RequestDispatcher.ERROR_MESSAGE,ex.getMessage()); in doComplete() 1050 public void setAttribute(String name, Object attribute) in setAttribute() method in AsyncContinuation 1052 _connection.getRequest().setAttribute(name,attribute); in setAttribute() 1114 r.setAttribute(AsyncContext.ASYNC_REQUEST_URI,uri); in AsyncEventState() 1115 …r.setAttribute(AsyncContext.ASYNC_CONTEXT_PATH,r.getAttribute(RequestDispatcher.FORWARD_CONTEXT_PA… in AsyncEventState() 1116 …r.setAttribute(AsyncContext.ASYNC_SERVLET_PATH,r.getAttribute(RequestDispatcher.FORWARD_SERVLET_PA… in AsyncEventState() 1117 … r.setAttribute(AsyncContext.ASYNC_PATH_INFO,r.getAttribute(RequestDispatcher.FORWARD_PATH_INFO)); in AsyncEventState() 1118 …r.setAttribute(AsyncContext.ASYNC_QUERY_STRING,r.getAttribute(RequestDispatcher.FORWARD_QUERY_STRI… in AsyncEventState() [all …]
|
D | Dispatcher.java | 398 public void setAttribute(String key, Object value) in setAttribute() method in Dispatcher.ForwardAttributes 416 _attr.setAttribute(key,value); in setAttribute() 421 _attr.setAttribute(key,value); in setAttribute() 440 setAttribute(name,null); in removeAttribute() 511 public void setAttribute(String key, Object value) in setAttribute() method in Dispatcher.IncludeAttributes 523 _attr.setAttribute(key,value); in setAttribute() 528 _attr.setAttribute(key,value); in setAttribute() 547 setAttribute(name,null); in removeAttribute()
|
/external/parameter-framework/tools/xmlGenerator/ |
D | hostConfig.py | 45 node.setAttribute("ServerPort", serverPort) 46 node.setAttribute("TuningAllowed", "true") 56 node.setAttribute("Path", structPath + "/" + node.getAttribute("Path"))
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
D | MetaInfConfiguration.java | 102 context.setAttribute(METAINF_FRAGMENTS, null); in postConfigure() 103 context.setAttribute(METAINF_RESOURCES, null); in postConfigure() 104 context.setAttribute(METAINF_TLDS, null); in postConfigure() 114 context.setAttribute(attribute,list); in addResource()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | ElementType.java | 189 public void setAttribute(AttributesImpl atts, String name, String type, String value) { in setAttribute() method in ElementType 206 atts.setAttribute(i, namespace, localName, name, type, value); in setAttribute() 244 public void setAttribute(String name, String type, String value) { in setAttribute() method in ElementType 245 setAttribute(theAtts, name, type, value); in setAttribute()
|
/external/jetty/src/java/org/eclipse/jetty/server/ssl/ |
D | SslCertificates.java | 134 request.setAttribute("javax.servlet.request.X509Certificate",certs); in customize() 136 request.setAttribute("javax.servlet.request.cipher_suite",cipherSuite); in customize() 137 request.setAttribute("javax.servlet.request.key_size",keySize); in customize() 138 request.setAttribute("javax.servlet.request.ssl_session_id", idStr); in customize()
|
/external/v8/benchmarks/spinning-balls/ |
D | v.js | 433 this.form.setAttribute("action", "javascript:start()"); 436 table.setAttribute("style", "margin-left: auto; margin-right: auto;"); 452 this.timelimit.setAttribute("value", "60"); 457 this.autoscale.setAttribute("type", "checkbox"); 458 this.autoscale.setAttribute("checked", "true"); 462 button.setAttribute("type", "submit"); 463 button.setAttribute("value", "Start");
|
/external/apache-http/src/org/apache/http/protocol/ |
D | SyncBasicHttpContext.java | 58 public synchronized void setAttribute(final String id, final Object obj) { in setAttribute() method in SyncBasicHttpContext 59 super.setAttribute(id, obj); in setAttribute()
|
/external/deqp/scripts/ |
D | convert_case_list_to_xml.py | 57 element.setAttribute("Name", testCase.casePath.rsplit(".", 2)[-1]) 58 element.setAttribute("Description", testCase.description) 59 element.setAttribute("CaseType", testCase.caseType)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 425 context.setAttribute(ExecutionContext.HTTP_TARGET_HOST, in execute() 427 context.setAttribute(ExecutionContext.HTTP_PROXY_HOST, in execute() 429 context.setAttribute(ExecutionContext.HTTP_CONNECTION, in execute() 431 context.setAttribute(ClientContext.TARGET_AUTH_STATE, in execute() 433 context.setAttribute(ClientContext.PROXY_AUTH_STATE, in execute() 549 context.setAttribute(ClientContext.USER_TOKEN, userToken); in execute() 746 context.setAttribute(ExecutionContext.HTTP_TARGET_HOST, in createTunnelToTarget() 748 context.setAttribute(ExecutionContext.HTTP_PROXY_HOST, in createTunnelToTarget() 750 context.setAttribute(ExecutionContext.HTTP_CONNECTION, in createTunnelToTarget() 752 context.setAttribute(ClientContext.TARGET_AUTH_STATE, in createTunnelToTarget() [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/session/ |
D | DefaultSessionTest.java | 356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute() 357 session.setAttribute(NAME2, null); in testGetAndSetAttribute() 381 session.setAttribute(null, VALUE); in testSetAttribute_NullName() 394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute() 417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames() 419 session.setAttribute(NAME2, VALUE); in testGetAttributeNames()
|
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/session/ |
D | DefaultSessionTest.java | 356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute() 357 session.setAttribute(NAME2, null); in testGetAndSetAttribute() 381 session.setAttribute(null, VALUE); in testSetAttribute_NullName() 394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute() 417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames() 419 session.setAttribute(NAME2, VALUE); in testGetAttributeNames()
|
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/session/ |
D | DefaultSessionTest.java | 356 session.setAttribute(NAME1, VALUE); in testGetAndSetAttribute() 357 session.setAttribute(NAME2, null); in testGetAndSetAttribute() 381 session.setAttribute(null, VALUE); in testSetAttribute_NullName() 394 session.setAttribute(NAME1, VALUE); in testRemoveAttribute() 417 session.setAttribute(NAME1, VALUE); in testGetAttributeNames() 419 session.setAttribute(NAME2, VALUE); in testGetAttributeNames()
|