HomeSort by relevance Sort by last modified time
    Searched defs:getAttribute (Results 76 - 100 of 876) sorted by null

1 2 34 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 174 int s = m.getAttribute(IMarker.SEVERITY, -1);
178 failureBuilder.append(m.getAttribute(IMarker.MESSAGE, ""));
  /external/deqp/executor/
xeXMLParser.hpp 157 const char* getAttribute (const char* name) const { return m_attributes.find(name)->second.c_str(); }
xeTestResultParser.cpp 384 const char* TestResultParser::getAttribute (const char* name)
389 return m_xmlParser.getAttribute(name);
451 const char* version = getAttribute("Version");
455 m_result->casePath = getAttribute("CasePath");
459 m_result->caseType = getTestCaseType(m_xmlParser.getAttribute("CaseType"));
483 result->statusCode = getTestStatusCode(getAttribute("StatusCode"));
495 section->name = getAttribute("Name");
496 section->description = getAttribute("Description");
504 number->name = getAttribute("Name");
505 number->description = getAttribute("Description")
    [all...]
  /external/deqp/modules/egl/
teglChooseConfigReference.cpp 210 return a.getAttribute(Attribute) < b.getAttribute(Attribute);
224 EGLint getAttribute (const EGLenum attribute) const
226 return m_info.getAttribute(attribute);
237 if (a.getAttribute(attribute) != b.getAttribute(attribute)) return false;
385 AttribRule getAttribute (EGLenum name) const
406 const EGLint cfgValue = config.getAttribute(rule.name);
452 const EGLint value = getAttribute(attrib).value;
476 const EGLint value = getAttribute(attrib).value
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 735 UXMLElement::getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const {
746 UXMLElement::getAttribute(const UnicodeString &name) const {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java 408 public Object getAttribute(AttributedCharacterIterator.Attribute attribute) {
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 304 public AttributeInfo getAttribute(String name) {
MethodInfo.java 140 = getAttribute(AnnotationsAttribute.invisibleTag);
147 = getAttribute(AnnotationsAttribute.visibleTag);
154 = getAttribute(ParameterAnnotationsAttribute.invisibleTag);
161 = getAttribute(ParameterAnnotationsAttribute.visibleTag);
168 = (AnnotationDefaultAttribute) getAttribute(AnnotationDefaultAttribute.tag);
177 = getAttribute(SignatureAttribute.tag);
299 public AttributeInfo getAttribute(String name) {
453 .getAttribute(LineNumberAttribute.tag);
  /external/pdfium/fxjs/xfa/
cjx_node.cpp 91 {"getAttribute", getAttribute_static},
146 CJS_Return CJX_Node::getAttribute(
154 GetAttribute(expression.AsStringView()).UTF8Encode().AsStringView()));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 43 unsigned getAttribute() const { return Attribute; }
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 217 public String getAttribute(String name) {
218 return mFields.getAttribute(name);
500 public String getAttribute(String name) {
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 210 public Object getAttribute(AttributedCharacterIterator.Attribute p) {
430 .getAttribute(aci[0]).equals("value1"));
432 .getAttribute(aci[1]).equals("value2"));
434 .getAttribute(aci[2]) == null);
462 .getAttribute(aci[0]) == null);
464 .getAttribute(aci[1]) == null);
466 .getAttribute(aci[2]) == null);
471 .getAttribute(aci[0]).equals("value1"));
473 .getAttribute(aci[1]).equals("value2"));
475 .getAttribute(aci[2]) == null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 144 String orientation = getAttribute(view, "orientation", null); //$NON-NLS-1$
290 String viewId = getAttribute(node, "id", attributes); //$NON-NLS-1$
293 String toLeftOfRef = getAttribute(node, relativeTo, attributes);
357 String viewId = getAttribute(node, "id", null); //$NON-NLS-1$
389 String value = getAttribute(node, attribute, null);
407 private static String getAttribute(Node node, String name, NamedNodeMap attributes) {
UiElementPullParser.java 143 private Node getAttribute(int i) {
262 Node attribute = getAttribute(i);
284 Node attribute = getAttribute(i);
307 Node attribute = getAttribute(i);
328 Node attribute = getAttribute(i);
422 // Temporarily translate <fragment> to <include> (and in getAttribute
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 263 mGdbPathText.setText(getAttribute(config, NdkLaunchConstants.ATTR_NDK_GDB,
265 mGdbInitPathText.setText(getAttribute(config,
268 mGdbRemotePortText.setText(getAttribute(config, IGDBLaunchConfigurationConstants.ATTR_PORT,
271 List<String> solibs = getAttribute(config, NdkLaunchConstants.ATTR_NDK_SOLIB,
279 private String getAttribute(ILaunchConfiguration config, String key, String defaultValue) {
281 return config.getAttribute(key, defaultValue);
287 private List<String> getAttribute(ILaunchConfiguration config, String key,
290 return config.getAttribute(key, defaultValue);
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 273 public Object getAttribute(String name) {
696 Object valueObj = getAttribute(property);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 223 public String getAttribute(String key) {
  /external/llvm/include/llvm/CodeGen/
DIE.h 47 dwarf::Attribute getAttribute() const { return Attribute; }
386 dwarf::Attribute getAttribute() const { return Attribute; }
  /external/llvm/include/llvm/IR/
CallSite.h 351 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const {
352 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
355 Attribute getAttribute(unsigned i, StringRef Kind) const {
356 CALLSITE_DELEGATE_GETTER(getAttribute(i, Kind));
Function.h 208 return getAttribute(AttributeSet::FunctionIndex, Kind);
211 return getAttribute(AttributeSet::FunctionIndex, Kind);
253 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const {
254 return AttributeSets.getAttribute(i, Kind);
257 Attribute getAttribute(unsigned i, StringRef Kind) const {
258 return AttributeSets.getAttribute(i, Kind);
  /external/llvm/lib/IR/
Attributes.cpp 582 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const {
591 Attribute AttributeSetNode::getAttribute(StringRef Kind) const {
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 440 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
442 public Object getAttribute(String name) {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 434 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
436 public Object getAttribute(String name) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
XmlResourceParserImpl.java 250 public String getAttribute(String namespace, String name) {
353 return qualify(getAttribute(namespace, name));
601 String attr = getAttribute(namespace, attribute);
616 String attr = getAttribute(namespace, attribute);
625 String attr = getAttribute(namespace, attribute);
649 String attr = getAttribute(namespace, attribute);
731 return getAttribute(null, "id");
736 return getAttribute(null, "class");
746 String attr = getAttribute(null, "style");
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 231 return getAttribute(AttributeSet::FunctionIndex, Kind);
234 return getAttribute(AttributeSet::FunctionIndex, Kind);
276 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const {
277 return AttributeSets.getAttribute(i, Kind);
280 Attribute getAttribute(unsigned i, StringRef Kind) const {
281 return AttributeSets.getAttribute(i, Kind);

Completed in 1460 milliseconds

1 2 34 5 6 7 8 91011>>