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

1 2 3 4 5 6

  /art/compiler/llvm/generated/
art_module.cc 387 func___art_type_list->setAttributes(func___art_type_list_PAL);
398 func_art_portable_get_current_thread_from_code->setAttributes(func_art_portable_get_current_thread_from_code_PAL);
409 func_art_portable_set_current_thread_from_code->setAttributes(func_art_portable_set_current_thread_from_code_PAL);
420 func_art_portable_lock_object_from_code->setAttributes(func_art_portable_lock_object_from_code_PAL);
431 func_art_portable_unlock_object_from_code->setAttributes(func_art_portable_unlock_object_from_code_PAL);
442 func_art_portable_test_suspend_from_code->setAttributes(func_art_portable_test_suspend_from_code_PAL);
453 func_art_portable_push_shadow_frame_from_code->setAttributes(func_art_portable_push_shadow_frame_from_code_PAL);
464 func_art_portable_pop_shadow_frame_from_code->setAttributes(func_art_portable_pop_shadow_frame_from_code_PAL);
475 func_art_portable_get_and_clear_exception->setAttributes(func_art_portable_get_and_clear_exception_PAL);
486 func_art_portable_throw_div_zero_from_code->setAttributes(func_art_portable_throw_div_zero_from_code_PAL)
    [all...]
  /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);
183 jarEntry.setAttributes(null);
206 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);
  /frameworks/base/services/java/com/android/server/am/
FactoryErrorDialog.java 36 getWindow().setAttributes(attrs);
AppWaitingForDebuggerDialog.java 58 getWindow().setAttributes(attrs);
BaseErrorDialog.java 38 getWindow().setAttributes(attrs);
AppErrorDialog.java 77 getWindow().setAttributes(attrs);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RotationAnimation.java 82 win.setAttributes(winParams);
89 win.setAttributes(winParams);
  /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);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
BaseInputView.java 75 window.setAttributes(dialogLayoutParams);
  /external/llvm/unittests/IR/
PassManagerTest.cpp 434 func_test1->setAttributes(func_test1_PAL);
442 func_test2->setAttributes(func_test2_PAL);
450 func_test3->setAttributes(func_test3_PAL);
458 func_test4->setAttributes(func_test4_PAL);
478 int32_3->setAttributes(int32_3_PAL);
493 int32_6->setAttributes(int32_6_PAL);
508 int32_9->setAttributes(int32_9_PAL);
VerifierTest.cpp 70 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex,
  /external/llvm/include/llvm/IR/
Function.h 173 void setAttributes(AttributeSet attrs) { AttributeSets = attrs; }
177 setAttributes(AttributeSets.addAttribute(getContext(),
183 setAttributes(AttributeSets.removeAttribute(
189 setAttributes(
194 setAttributes(
  /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)
  /external/smack/src/org/jivesoftware/smack/packet/
Registration.java 93 public void setAttributes(Map<String, String> attributes) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ui/
SplashScreen.java 103 window.setAttributes(lp);
  /external/smack/src/org/jivesoftware/smack/
AccountManager.java 231 reg.setAttributes(attributes);
262 reg.setAttributes(map);
296 reg.setAttributes(attributes);
  /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) {
  /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);
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeBackgroundService.java 97 dialog.getWindow().setAttributes(lp);

Completed in 1172 milliseconds

1 2 3 4 5 6