Searched refs:getAttribute (Results 176 - 200 of 477) sorted by relevance

1234567891011>>

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp40 if (Abbrevs.getData()[i].getAttribute() == Attr) {
137 << dwarf::AttributeString(Abbrevs.getData()[i].getAttribute())
139 switch (Abbrevs.getData()[i].getAttribute()) {
298 dwarf::Attribute Attribute = Desc->getAttribute();
H A DDIE.cpp73 AP->EmitULEB128(AttrData.getAttribute(),
74 dwarf::AttributeString(AttrData.getAttribute()));
98 << dwarf::AttributeString(Data[i].getAttribute())
135 if (Abbrevs.getData()[i].getAttribute() == Attribute)
167 O << dwarf::AttributeString(Data[i].getAttribute());
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp411 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
416 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
421 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
1451 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_OFF ||
1457 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_ON ||
1463 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_SHIFTED ||
1469 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_NON_IGNORABLE ||
1475 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST ||
1481 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST ||
1487 if (coll->getAttribute(UCOL_CASE_LEVE
2091 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, function in class:TestCollator
[all...]
/external/chromium_org/build/android/gyp/
H A Dlint.py61 line = location_elem.getAttribute('line')
69 error_line = issue.getAttribute(attr)
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dsync_search.js32 var quickQuery = allLinks[index].getAttribute('data-query');
/external/chromium_org/chrome/renderer/extensions/
H A Dwebstore_bindings.cc142 std::string rel = elem.getAttribute("rel").utf8();
146 std::string webstore_url_string(elem.getAttribute("href").utf8());
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dextension_options.js169 this.extensionId = this.extensionoptionsNode.getAttribute('extension');
228 this.extensionoptionsNode.getAttribute(attributeName);
/external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
H A Dscreenshot.js92 document.body.getAttribute('screenshot_extension_injected');
/external/chromium_org/remoting/webapp/
H A Dui_mode.js67 var attr = element.getAttribute(attrName);
253 element.tabIndex = element.getAttribute(kSavedAttributeName);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSearchableFormData.cpp57 String str(form->getAttribute(HTMLNames::accept_charsetAttr));
243 if (equalIgnoringCase(formElement->getAttribute(methodAttr), "post")
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dtrack_list.js139 var index = ~~event.currentTarget.getAttribute('index');
/external/javassist/src/main/javassist/
H A DCtField.java253 fi.getAttribute(AnnotationsAttribute.invisibleTag);
255 fi.getAttribute(AnnotationsAttribute.visibleTag);
274 fi.getAttribute(AnnotationsAttribute.invisibleTag);
276 fi.getAttribute(AnnotationsAttribute.visibleTag);
313 fi.getAttribute(AnnotationsAttribute.invisibleTag);
315 fi.getAttribute(AnnotationsAttribute.visibleTag);
332 * <ul><pre>getFieldInfo().getAttribute(SignatureAttribute.tag)
414 public byte[] getAttribute(String name) { method in class:CtField
415 AttributeInfo ai = fieldInfo.getAttribute(name);
H A DCtClassType.java400 = (InnerClassesAttribute)cf.getAttribute(InnerClassesAttribute.tag);
437 cf.getAttribute(AnnotationsAttribute.invisibleTag);
439 cf.getAttribute(AnnotationsAttribute.visibleTag);
475 cf.getAttribute(AnnotationsAttribute.invisibleTag);
477 cf.getAttribute(AnnotationsAttribute.visibleTag);
529 cf.getAttribute(AnnotationsAttribute.invisibleTag);
531 cf.getAttribute(AnnotationsAttribute.visibleTag);
736 InnerClassesAttribute ica = (InnerClassesAttribute)cf.getAttribute(
751 = (EnclosingMethodAttribute)cf.getAttribute(
764 = (EnclosingMethodAttribute)cf.getAttribute(
1347 public byte[] getAttribute(String name) { method in class:CtClassType
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDelegatedData.java97 public String getAttribute(String key) { method in class:DelegatedData
98 return getDelegate().getAttribute(key);
/external/llvm/lib/IR/
H A DAttributeImpl.h162 Attribute getAttribute(Attribute::AttrKind Kind) const;
163 Attribute getAttribute(StringRef Kind) const;
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp222 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
224 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp100 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
102 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp188 FnAttrs.getAttribute(AttributeSet::FunctionIndex, "target-cpu");
190 FnAttrs.getAttribute(AttributeSet::FunctionIndex, "target-features");
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dproxy_form_controller.js418 if (t.nodeName === 'INPUT' && t.getAttribute('type') === 'submit') {
423 t.getAttribute('type') === 'checkbox' &&
640 checkbox.getAttribute('type') === 'checkbox') {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttributeScope.java158 public Attribute getAttribute(String name) { method in class:AttributeScope
/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java273 public Object getAttribute(String name) { method in class:LogFactoryImpl
696 Object valueObj = getAttribute(property);
893 String specifiedClass = (String) getAttribute(LOG_PROPERTY);
900 specifiedClass = (String) getAttribute(LOG_PROPERTY_OLD);
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie.java312 public String getAttribute(final String name) { method in class:BasicClientCookie
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionCall.java283 public String getAttribute( method in class:ElemExtensionCall
/external/chromium_org/build/android/pylib/utils/
H A Dflakiness_dashboard_results_uploader.py80 return dom.getElementsByTagName('entry')[0].getAttribute('revision')
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtime_widget.js39 var step = this.timeElem_.getAttribute('step');

Completed in 4822 milliseconds

1234567891011>>