HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 376 - 400 of 631) sorted by null

<<11121314151617181920>>

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 246 AttributeSet getAttributes(unsigned i) const {
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 240 AttributeSet getAttributes(unsigned i) const {
  /libcore/luni/src/main/java/java/util/jar/
Manifest.java 141 public Attributes getAttributes(String name) {
  /libcore/luni/src/main/java/java/util/zip/
ZipInputStream.java 129 Attributes temp = ((JarEntry) currentEntry).getAttributes();
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
SignerInfo.java 112 return authenticatedAttributes.getAttributes();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementSetAttributeNodeNS.java 105 attributes = element.getAttributes();
  /packages/apps/DeskClock/src/com/android/deskclock/
ScreensaverActivity.java 154 WindowManager.LayoutParams winParams = win.getAttributes();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 307 return (getWindow().getAttributes().flags
ActivityState.java 150 final WindowManager.LayoutParams params = win.getAttributes();
MovieActivity.java 109 WindowManager.LayoutParams winParams = win.getAttributes();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorDraw.java 156 LayoutParams params = cpd.getWindow().getAttributes();
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 66 public NamedNodeMap getAttributes() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 188 final IBinder token = context.getWindow().getWindow().getAttributes().token;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java 123 for (AttributeDescriptor desc : elementDesc.getAttributes()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 295 public AttributeDescriptor[] getAttributes() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 129 public NamedNodeMap getAttributes() {
  /external/clang/include/clang/Sema/
DeclSpec.h 676 ParsedAttributes &getAttributes() { return Attrs; }
677 const ParsedAttributes &getAttributes() const { return Attrs; }
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 427 * Do not use this to call getDescriptor().getAttributes(), instead call
438 * Use this instead of getDescriptor().getAttributes() -- derived classes can override
443 return mDescriptor.getAttributes();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 548 public NamedNodeMap getAttributes()
778 public NamedNodeMap getAttributes()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 385 NamedNodeMap children = parent.getAttributes();
703 NamedNodeMap nnm = parent.getAttributes();
    [all...]
UnImplNode.java 638 public NamedNodeMap getAttributes()
641 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getAttributes not supported!");
    [all...]
  /external/jhead/
main.c 534 static jstring getAttributes(JNIEnv *env, jobject jobj, jstring jfilename)
537 ALOGE("******************************** getAttributes\n");
727 {"getAttributesNative", "(Ljava/lang/String;)Ljava/lang/String;", (void*)getAttributes },
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 181 NewCall->setAttributes(II->getAttributes());
247 NewCall->setAttributes(II->getAttributes());
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 672 WindowManager.LayoutParams params = window.getAttributes();
682 WindowManager.LayoutParams winParams = win.getAttributes();
  /sdk/attribute_stats/src/
Analyzer.java 253 NamedNodeMap attributes = element.getAttributes();
295 NamedNodeMap attributes = element.getAttributes();

Completed in 713 milliseconds

<<11121314151617181920>>