HomeSort by relevance Sort by last modified time
    Searched refs:setAttributes (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /development/samples/HelloActivity/src/com/example/android/helloactivity/
HelloActivity.java 43 getWindow().setAttributes(params);
48 getWindow().setAttributes(params);
  /development/apps/Development/src/com/android/development/
PointerLocation.java 38 getWindow().setAttributes(lp);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
ViewClassInfo.java 74 public void setAttributes(AttributeInfo[] attributes) {
145 public void setAttributes(AttributeInfo[] attributes) {
  /libcore/luni/src/main/java/java/util/jar/
JarInputStream.java 88 mEntry.setAttributes(temp);
190 jarEntry.setAttributes(null);
213 entry.setAttributes(manifest.getAttributes(name));
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 41 getWindow().setAttributes(lp);
123 getWindow().setAttributes(lp);
147 getWindow().setAttributes(lp);
163 getWindow().setAttributes(lp);
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 69 attrs.setAttributes(empty);
72 attrs.setAttributes(multi);
83 attrs.setAttributes(empty);
87 attrs.setAttributes(new AttributesImpl(multi));
101 attrs.setAttributes(new AttributesImpl(cdata));
108 attrs.setAttributes(null);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
AttributesImplSerializer.java 189 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
192 public final void setAttributes(Attributes atts)
195 super.setAttributes(atts);
  /external/webkit/Source/JavaScriptCore/runtime/
SymbolTable.h 82 void setAttributes(unsigned attributes)
JSVariableObject.h 135 entry.setAttributes(attributes);
  /external/webkit/Source/WebCore/editing/
ReplaceNodeWithSpanCommand.cpp 66 newNode->attributes()->setAttributes(*nodeToReplace->attributes());
  /external/llvm/unittests/VMCore/
PassManagerTest.cpp 430 func_test1->setAttributes(func_test1_PAL);
438 func_test2->setAttributes(func_test2_PAL);
446 func_test3->setAttributes(func_test3_PAL);
454 func_test4->setAttributes(func_test4_PAL);
474 int32_3->setAttributes(int32_3_PAL);
489 int32_6->setAttributes(int32_6_PAL);
504 int32_9->setAttributes(int32_9_PAL);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
OverscanActivity.java 121 win.setAttributes(winParams);
160 win.setAttributes(winParams);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 176 mAttrWrapper.setAttributes(attrs);
197 public void setAttributes(Attributes a) {
  /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)
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 115 win.setAttributes(params);
164 win.setAttributes(params);
  /external/llvm/lib/VMCore/
Function.cpp 182 setAttributes(Intrinsic::getAttributes(Intrinsic::ID(IID)));
247 setAttributes(PAL);
253 setAttributes(PAL);
306 setAttributes(SrcF->getAttributes());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodServiceCompatWrapper.java 56 window.setAttributes(lp);
  /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/Support/
CallSite.h 178 /// getAttributes/setAttributes - get or set the parameter attributes of
183 void setAttributes(const AttrListPtr &PAL) {
184 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 153 F->setAttributes(NPAL);
182 Call->setAttributes(II->getAttributes());
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 84 setAttributes(atts);
356 public void setAttributes (Attributes atts)
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributesImplTest.java 241 attrs.setAttributes(empty);
244 attrs.setAttributes(multi);
257 attrs.setAttributes(null);
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.h 66 void setAttributes(const NamedNodeMap&);

Completed in 1124 milliseconds

1 2 3 4