HomeSort by relevance Sort by last modified time
    Searched refs:setAttributes (Results 26 - 50 of 267) sorted by null

12 3 4 5 6 7 8 91011

  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 194 * @see AttributesImpl#setAttributes
196 public void setAttributes (Attributes atts)
200 super.setAttributes (atts);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 334 qAtts.setAttributes(atts);
458 void setAttributes (Attributes attributes)
AttributesImpl.java 76 setAttributes(atts);
348 public void setAttributes (Attributes atts)
  /frameworks/base/services/core/java/com/android/server/am/
BaseErrorDialog.java 43 getWindow().setAttributes(attrs);
UserSwitchingDialog.java 89 getWindow().setAttributes(attrs);
  /frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
UserInactivityCountdownDialog.java 43 getWindow().setAttributes(attrs);
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 92 void setAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 91 setAttributes(attributes != null ? attributes : new AttributeDescriptor[]{});
119 setAttributes(attributes != null ? attributes : new AttributeDescriptor[]{});
300 public void setAttributes(AttributeDescriptor[] attributes) {
  /external/llvm/include/llvm/IR/
Function.h 168 void setAttributes(AttributeSet attrs) { AttributeSets = attrs; }
172 setAttributes(AttributeSets.addAttribute(getContext(),
178 setAttributes(AttributeSets.removeAttribute(
184 setAttributes(
189 setAttributes(
CallSite.h 248 /// getAttributes/setAttributes - get or set the parameter attributes of
253 void setAttributes(const AttributeSet &PAL) {
254 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModes.java 124 win.setAttributes(winParams);
136 win.setAttributes(winParams);
148 win.setAttributes(winParams);
160 win.setAttributes(winParams);
  /external/jetty/src/java/org/eclipse/jetty/server/
Dispatcher.java 181 baseRequest.setAttributes(attr);
188 baseRequest.setAttributes(old_attr);
274 baseRequest.setAttributes(attr);
289 baseRequest.setAttributes(old_attr);
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeBackgroundService.java 97 dialog.getWindow().setAttributes(lp);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ViewLayoutUtils.java 62 window.setAttributes(params);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 84 setAttributes(atts);
356 public void setAttributes (Attributes atts)
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
SystemBarHelper.java 161 window.setAttributes(attrs);
184 window.setAttributes(attrs);
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
SystemBarHelperTest.java 158 dialog.getWindow().setAttributes(attrs);
202 window.setAttributes(attrs);
  /external/llvm/lib/IR/
Function.cpp 270 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
342 setAttributes(PAL);
348 setAttributes(PAL);
354 setAttributes(PAL);
360 setAttributes(PAL);
366 setAttributes(PAL);
421 setAttributes(SrcF->getAttributes());
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
AttributesImplTest.java 241 attrs.setAttributes(empty);
244 attrs.setAttributes(multi);
257 attrs.setAttributes(null);
  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 133 NewF->setAttributes(F->getAttributes());
  /external/llvm/unittests/IR/
VerifierTest.cpp 53 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidateTextView.java 169 window.setAttributes(lp);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 177 element.setAttributes(descs.toArray(new AttributeDescriptor[descs.size()]));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 176 element.setAttributes(descs.toArray(new AttributeDescriptor[descs.size()]));
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
dom.py 83 def setAttributes(self, attributes):
96 attributes = property(getAttributes, setAttributes)

Completed in 1375 milliseconds

12 3 4 5 6 7 8 91011