/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 | 177 * @param newAttributes The new print attributes. 186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
|
IPrintDocumentAdapter.aidl | 35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes,
|
PrintFileDocumentAdapter.java | 80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
|
PrintManager.java | 838 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, 862 args.arg3 = newAttributes; [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PrintHtmlOffScreen.java | 106 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, 109 mWrappedInstance.onLayout(oldAttributes, newAttributes, cancellationSignal,
|
PrintCustomContent.java | 121 final PrintAttributes newAttributes, 136 final int density = Math.max(newAttributes.getResolution().getHorizontalDpi(), 137 newAttributes.getResolution().getVerticalDpi()); 150 final int marginLeft = (int) (density * (float) newAttributes.getMinMargins() 152 final int marginRight = (int) (density * (float) newAttributes.getMinMargins() 154 final int contentWidth = (int) (density * (float) newAttributes.getMediaSize() 164 final int marginTop = (int) (density * (float) newAttributes.getMinMargins() 166 final int marginBottom = (int) (density * (float) newAttributes.getMinMargins() 168 final int contentHeight = (int) (density * (float) newAttributes.getMediaSize() 216 mPrintAttributes = newAttributes; [all...] |
/external/proguard/src/proguard/classfile/editor/ |
AttributesEditor.java | 229 Attribute[] newAttributes = new Attribute[attributesCount + 1]; 231 newAttributes, 0, 233 attributes = newAttributes;
|
/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",
|
/cts/tests/tests/print/src/android/print/cts/ |
CustomPrintOptionsTest.java | 312 PrintAttributes newAttributes = newAttributesBuilder.build(); 313 Log.i(LOG_TAG, "Change to attributes: " + newAttributes + ", copies: " + numCopies + 341 !mLayoutAttributes.equals(newAttributes)) { 346 "Print attributes did not change to " + newAttributes + " in " +
|
BasePrintTest.java | 736 PrintAttributes oldAttributes, PrintAttributes newAttributes, 738 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes), [all...] |
/packages/experimental/PrintApp/src/foo/bar/print/ |
Main.java | 114 final PrintAttributes newAttributes, 124 mPrintAttributes = newAttributes;
|
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/ |
WorkflowTest.java | 276 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, 280 !newAttributes.equals(printAttributesRef[0])); 283 printAttributesRef[0] = newAttributes;
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
PrintActivity.java | 833 PrintAttributes newAttributes = printJobInfo.getAttributes(); 835 if (newAttributes != null) { 838 MediaSize newMediaSize = newAttributes.getMediaSize(); 841 MediaSize newMediaSizePortrait = newAttributes.getMediaSize().asPortrait(); 864 Resolution newResolution = newAttributes.getResolution(); [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
C.stg | [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
RemotePrintDocument.java | 739 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { 744 mNewAttributes.copyFrom(newAttributes); [all...] |
/frameworks/base/core/tests/coretests/src/android/print/ |
IPrintManagerParametersTest.java | 97 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewTest.java | [all...] |
/prebuilts/tools/common/bazel/formc-deps/ |
jdom.jar | |
/prebuilts/tools/common/m2/repository/jdom/jdom/1.0/ |
jdom-1.0.jar | |
/external/guice/extensions/persist/lib/ |
javassist.jar | |