HomeSort by relevance Sort by last modified time
    Searched refs:newAttributes (Results 1 - 21 of 21) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapremovenameditemns09.java 74 NamedNodeMap newAttributes;
83 newAttributes = element.getAttributes();
84 attribute = (Attr) newAttributes.getNamedItemNS("http://www.nist.gov", "domestic");
  /external/javassist/src/main/javassist/bytecode/
FieldInfo.java 88 ArrayList newAttributes = new ArrayList();
93 newAttributes.add(invisibleAnnotations);
100 newAttributes.add(visibleAnnotations);
107 newAttributes.add(signature);
113 newAttributes.add(new ConstantAttribute(cp, index));
116 attribute = newAttributes;
MethodInfo.java 137 ArrayList newAttributes = new ArrayList();
143 newAttributes.add(invisibleAnnotations);
150 newAttributes.add(visibleAnnotations);
157 newAttributes.add(parameterInvisibleAnnotations);
164 newAttributes.add(parameterVisibleAnnotations);
170 newAttributes.add(defaultAttribute);
174 newAttributes.add(ea);
180 newAttributes.add(signature);
183 attribute = newAttributes;
ClassFile.java 211 ArrayList newAttributes = new ArrayList();
216 newAttributes.add(invisibleAnnotations);
223 newAttributes.add(visibleAnnotations);
230 newAttributes.add(signature);
247 attributes = newAttributes;
  /frameworks/base/core/java/android/print/
PrintDocumentAdapter.java 112 * @param newAttributes The new print attributes.
121 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
IPrintDocumentAdapter.aidl 33 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes,
PrintFileDocumentAdapter.java 80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
PrintManager.java 413 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
430 mLastLayoutSpec.newAttributes = newAttributes;
538 PrintAttributes newAttributes;
587 layoutSpec.newAttributes, cancellation,
  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 208 Attribute[] newAttributes = new Attribute[attributesCount + 1];
210 newAttributes, 0,
212 attributes = newAttributes;
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPrintDocumentAdapter.java 43 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
46 mAttributes = newAttributes;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
RemotePrintDocumentAdapter.java 67 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
73 mRemoteInterface.layout(oldAttributes, newAttributes, callback, metadata, sequence);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 119 final RowAttributes newAttributes = new RowAttributes(
121 mRowAttributesStack.push(newAttributes);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapRemoveNamedItemNS.java 277 NamedNodeMap newAttributes;
288 newAttributes = element.getAttributes();
289 attribute = (Attr) newAttributes.getNamedItemNS("http://www.nist.gov",
  /packages/experimental/PrintApp/src/foo/bar/print/
PrintActivity.java 97 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
101 + ", newAttributes: " + newAttributes + "] preview: "
104 mPdfDocument = new PrintedPdfDocument(PrintActivity.this, newAttributes);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 1144 milliseconds