Home
last modified time | relevance | path

Searched refs:removeAttr (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/include/llvm/IR/
DArgument.h134 void removeAttr(AttributeSet AS);
136 void removeAttr(Attribute::AttrKind Kind) { in removeAttr() function
137 removeAttr(AttributeSet::get(getContext(), getArgNo() + 1, Kind)); in removeAttr()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h134 void removeAttr(AttributeSet AS);
136 void removeAttr(Attribute::AttrKind Kind) { in removeAttr() function
137 removeAttr(AttributeSet::get(getContext(), getArgNo() + 1, Kind)); in removeAttr()
/external/swiftshader/third_party/LLVM/include/llvm/
DArgument.h78 void removeAttr(Attributes);
DAttributes.h219 AttrListPtr removeAttr(unsigned Idx, Attributes Attrs) const;
/external/eigen/doc/
Deigen_navtree_hacks.js122 $('.item').removeAttr('id');
129 $('.item').removeAttr('id');
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp125 void Argument::removeAttr(Attributes attr) { in removeAttr() function in Argument
252 PAL = PAL.removeAttr(i, attr); in removeAttribute()
DAttributes.cpp310 AttrListPtr AttrListPtr::removeAttr(unsigned Idx, Attributes Attrs) const { in removeAttr() function in AttrListPtr
DCore.cpp1347 const AttrListPtr PALnew = PAL.removeAttr(~0U, PA); in LLVMRemoveFunctionAttr()
1421 unwrap<Argument>(Arg)->removeAttr(PA); in LLVMRemoveAttribute()
1632 Call.getAttributes().removeAttr(index, PA)); in LLVMRemoveInstrAttribute()
DInstructions.cpp335 PAL = PAL.removeAttr(i, attr); in removeAttribute()
575 PAL = PAL.removeAttr(i, attr); in removeAttribute()
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js16 $("#apiLevelSelector").removeAttr("disabled");
92 else obj.removeClass("absent").removeAttr("title");
Djquery-resizable.min.js12 …apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.at… method
29removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m… function
/external/doclava/res/assets/templates-sdk/assets/design/
Ddefault.js142 $target.removeAttr('title');
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2616 …break}aI=aM!=aa||aL!=I;return aI}}function R(){D.attr("tabindex","-1").removeAttr("tabindex").unbi…
2650 ….removeData(this.widgetName),this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled")…
2662removeAttr("id"):this.element;return d.parents("body").length||d.appendTo(c.appendTo=="parent"?thi…
2682removeAttr("role"),this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion…
2686removeAttr("autocomplete")},a(window).bind("beforeunload",b.beforeunloadHandler)},destroy:function…
2690 …i).removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").h…
2694 …edby":f}).mousedown(function(a){b.moveToTop(!1,a)}),h=b.element.show().removeAttr("title").addClas…
2706 …bled"),e.find("select.ui-datepicker-month, select.ui-datepicker-year").removeAttr("disabled")}this…
Ddocs.js262 $target.removeAttr('title');
933 } else obj.removeClass("absent").removeAttr("title");
/external/testng/src/main/resources/
Djquery-1.7.1.min.js2removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){retu… method
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js2removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){retu… method
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp663 A->removeAttr(AttributeSet::get(A->getContext(), A->getArgNo() + 1, R)); in addArgumentAttrs()
/external/fmtlib/doc/_static/
Dbootstrap.min.js6removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-to…
/external/ImageMagick/www/js/
Dmagick.js6removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-to…
/external/libjpeg-turbo/doc/html/
Djquery.js3removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){retu… method
/external/autotest/client/site_tests/video_GlitchDetection/
Djquery-2.1.3.min.js3removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:functi… method
4removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propF… method
/external/autotest/client/site_tests/video_VimeoVideo/
Djquery-2.1.3.min.js3removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:functi… method
4removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propF… method
/external/llvm/lib/IR/
DFunction.cpp202 void Argument::removeAttr(AttributeSet AS) { in removeAttr() function in Argument
/external/okhttp/website/static/
Dbootstrap.min.js6 …t(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.protot…
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1870 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest); in StripNest()

12