Searched refs:setAttribute (Results 1 - 25 of 567) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/protocol/
H A DSyncBasicHttpContext.java58 public synchronized void setAttribute(final String id, final Object obj) { method in class:SyncBasicHttpContext
59 super.setAttribute(id, obj);
H A DHttpContext.java59 void setAttribute(String id, Object obj); method in interface:HttpContext
H A DDefaultedHttpContext.java76 public void setAttribute(final String id, final Object obj) { method in class:DefaultedHttpContext
77 this.local.setAttribute(id, obj);
/external/icu/icu4j/perf-tests/
H A Dperftests.pl96 $jdkElement->setAttribute("test" => $testName);
97 $jdkElement->setAttribute("iterations" => 1);
98 $jdkElement->setAttribute("time" => $testResult);
107 $icuElement->setAttribute("test"=> $testName);
108 $icuElement->setAttribute("iterations" => 1);
109 $icuElement->setAttribute("time" => $baseResult);
140 $jdkElement->setAttribute("test" => $testName);
141 $jdkElement->setAttribute("iterations"=>1);
142 $jdkElement->setAttribute("time" => $testResult);
150 $icuElement->setAttribute("tes
[all...]
/external/skia/experimental/docs/
H A DsvgBackend.js59 cache.element.setAttribute("fill-opacity", opacity);
60 cache.element.setAttribute("stroke-opacity", opacity);
93 svgPath.setAttribute("id", key);
100 svgPicture.setAttribute("id", key);
108 e.setAttribute("id", key);
109 e.setAttribute("cx", g.cx);
110 e.setAttribute("cy", g.cy);
111 e.setAttribute("r", g.r);
112 e.setAttribute("gradientUnits", "userSpaceOnUse");
118 s.setAttribute("offse
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DJUnitCodeGen.java131 classHeaderST.setAttribute("header", "package "+grammarInfo.getTestPackage()+";");
133 classHeaderST.setAttribute("junitFileName", junitFileName);
167 classHeaderST.setAttribute("hasTreeAdaptor", hasTreeAdaptor);
168 classHeaderST.setAttribute("treeAdaptorPath", treeAdaptorPath);
169 classHeaderST.setAttribute("hasPackage", hasPackage);
170 classHeaderST.setAttribute("packagePath", packagePath);
171 classHeaderST.setAttribute("lexerPath", lexerPath);
172 classHeaderST.setAttribute("parserPath", parserPath);
173 classHeaderST.setAttribute("treeParserPath", treeParserPath);
174 classHeaderST.setAttribute("isTreeGramma
[all...]
/external/apache-http/src/org/apache/http/client/protocol/
H A DClientContextConfigurer.java59 this.context.setAttribute(COOKIESPEC_REGISTRY, registry);
63 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry);
67 this.context.setAttribute(COOKIE_STORE, store);
71 this.context.setAttribute(CREDS_PROVIDER, provider);
75 this.context.setAttribute(AUTH_SCHEME_PREF, list);
/external/parameter-framework/upstream/xmlserializer/
H A DXmlElement.cpp196 void CXmlElement::setAttribute<bool>(const string &name, const bool &value) function in class:CXmlElement
198 setAttribute(name, value ? "true" : "false");
202 void CXmlElement::setAttribute<std::string>(const string &name, const string &value) function in class:CXmlElement
204 setAttribute(name, value.c_str());
208 // - at link time, all calls to setAttribute(const string&, const char [N])
212 void CXmlElement::setAttribute(const string &name, const char *value) function in class:CXmlElement
218 void CXmlElement::setAttribute(const std::string &name, const T &value) function in class:CXmlElement
220 setAttribute(name, std::to_string(value).c_str());
225 setAttribute("Name", strValue);
280 template void CXmlElement::setAttribute(cons
[all...]
/external/parameter-framework/upstream/tools/xmlGenerator/
H A DhostConfig.py45 node.setAttribute("ServerPort", serverPort)
46 node.setAttribute("TuningAllowed", "true")
56 node.setAttribute("Path", structPath + "/" + node.getAttribute("Path"))
/external/droiddriver/src/io/appium/droiddriver/finders/
H A DByXPath.java146 setAttribute(element, Attribute.CLASS, className);
147 setAttribute(element, Attribute.RESOURCE_ID, uiElement.getResourceId());
148 setAttribute(element, Attribute.PACKAGE, uiElement.getPackageName());
149 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription());
150 setAttribute(element, Attribute.TEXT, uiElement.getText());
151 setAttribute(element, Attribute.CHECKABLE, uiElement.isCheckable());
152 setAttribute(element, Attribute.CHECKED, uiElement.isChecked());
153 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable());
154 setAttribute(element, Attribute.ENABLED, uiElement.isEnabled());
155 setAttribute(elemen
185 private static void setAttribute(Element element, Attribute attr, String value) { method in class:ByXPath
192 private static void setAttribute(Element element, Attribute attr, boolean value) { method in class:ByXPath
[all...]
/external/autotest/frontend/client/src/autotest/common/ui/
H A DRealHyperlink.java18 link.setAttribute("target", "_blank");
25 link.setAttribute("href", href);
H A DDateTimeBox.java10 getElement().setAttribute("type", "datetime-local");
/external/testng/src/main/java/org/testng/
H A DIAttributes.java19 public void setAttribute(String name, Object value); method in interface:IAttributes
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DDOTTreeGenerator.java141 treeST.setAttribute("nodes", parentNodeST);
147 treeST.setAttribute("nodes", nodeST);
175 edgeST.setAttribute("parent", parentName);
176 edgeST.setAttribute("child", childName);
177 edgeST.setAttribute("parentText", fixString(parentText));
178 edgeST.setAttribute("childText", fixString(childText));
179 treeST.setAttribute("edges", edgeST);
188 nodeST.setAttribute("name", uniqueName);
190 nodeST.setAttribute("text", fixString(text));
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddottreegen.py111 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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatManifestWriterImpl.java110 smoothStreamingMedia.setAttribute("MajorVersion", "2");
111 smoothStreamingMedia.setAttribute("MinorVersion", "1");
113 smoothStreamingMedia.setAttribute("Duration", "0");
117 videoStreamIndex.setAttribute("Type", "video");
118 videoStreamIndex.setAttribute("TimeScale", Long.toString(videoTimescale)); // silverlight ignores the timescale attr
119 videoStreamIndex.setAttribute("Chunks", Integer.toString(videoFragmentsDurations.length));
120 videoStreamIndex.setAttribute("Url", "video/{bitrate}/{start time}");
121 videoStreamIndex.setAttribute("QualityLevels", Integer.toString(videoQualities.size()));
127 qualityLevel.setAttribute("Index", Integer.toString(i));
128 qualityLevel.setAttribute("Bitrat
[all...]
/external/deqp/scripts/log/
H A Dlog_to_xml.py69 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/parameter-framework/upstream/parameter/
H A DEnumValuePair.cpp81 xmlElement.setAttribute("Literal", this->getName());
84 xmlElement.setAttribute("Numerical", getNumericalAsString());
H A DBitParameterBlock.h53 xmlElement.setAttribute("Size", getSize() * 8);
/external/testng/src/test/java/test/attributes/
H A DAttributeTest.java15 ctx.setAttribute("test", "1");
26 ctx.setAttribute("test2", "2");
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/
H A DUserCommandHandler.groovy44 session.setAttribute(SessionKeys.USER_ACCOUNT, userAccount)
48 session.setAttribute(SessionKeys.USERNAME, username)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedAddEntryTask.java351 elem.setAttribute("href", !isNullString(buildURL) ? buildURL : projectVersionString); //$NON-NLS-1$
370 build.setAttribute("jars", jarSigningStatus); //$NON-NLS-1$
371 build.setAttribute("callisto", callistoStatus); //$NON-NLS-1$
372 build.setAttribute("type", buildType); //$NON-NLS-1$
373 build.setAttribute("xmlns", "http://www.eclipse.org/2006/BuildFeed"); //$NON-NLS-1$ //$NON-NLS-2$
375 build.setAttribute("href",buildURL); //$NON-NLS-1$
410 release.setAttribute("os", releases[i]); //$NON-NLS-1$
411 release.setAttribute("ws", releases[i+1]); //$NON-NLS-1$
412 release.setAttribute("arch", releases[i+2]); //$NON-NLS-1$
413 release.setAttribute("typ
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp93 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
94 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
95 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status);
96 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
97 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status);
102 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
103 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status);
104 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status);
105 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
106 coll->setAttribute(UCOL_ALTERNATE_HANDLIN
[all...]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
H A DSession.java118 public void setAttribute(String name, Object value); method in interface:Session
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DAcctCommandHandler.java40 session.setAttribute(SessionKeys.ACCOUNT_NAME, accountName);

Completed in 633 milliseconds

1234567891011>>