| /cts/tools/dex-tools/src/dex/reader/ |
| D | DexAnnotationAttributeImpl.java | 29 private DexBuffer buffer; field in DexAnnotationAttributeImpl 34 public DexAnnotationAttributeImpl(DexBuffer buffer, in DexAnnotationAttributeImpl()
|
| D | DexParameterImpl.java | 31 private final DexBuffer buffer; field in DexParameterImpl 36 public DexParameterImpl(DexBuffer buffer, String typeName, in DexParameterImpl()
|
| D | DexEncodedAnnotationImpl.java | 32 private final DexBuffer buffer; field in DexEncodedAnnotationImpl 39 public DexEncodedAnnotationImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedAnnotationImpl()
|
| D | DexAnnotationImpl.java | 29 private DexBuffer buffer; field in DexAnnotationImpl 38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl()
|
| D | DexFileImpl.java | 38 private final DexBuffer buffer; field in DexFileImpl 42 public DexFileImpl(DexBuffer buffer, String[] stringPool, int[] typeIds, in DexFileImpl()
|
| D | DexFieldImpl.java | 31 private DexBuffer buffer; field in DexFieldImpl 42 public DexFieldImpl(DexBuffer buffer, DexClass declaringClass, in DexFieldImpl()
|
| D | DexMethodImpl.java | 39 private DexBuffer buffer; field in DexMethodImpl 54 public DexMethodImpl(DexBuffer buffer, DexClass declaringClass, in DexMethodImpl()
|
| D | DexEncodedValueImpl.java | 30 private final DexBuffer buffer; field in DexEncodedValueImpl 47 public DexEncodedValueImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedValueImpl()
|
| D | DexClassImpl.java | 41 private final DexBuffer buffer; field in DexClassImpl 69 public DexClassImpl(DexBuffer buffer, ClassDefItem classDefItem, in DexClassImpl()
|
| D | DexBuffer.java | 61 private void initialize(ByteBuffer buffer) { in initialize()
|
| D | DexFileReader.java | 68 public DexFile read(DexBuffer buffer) { in read()
|
| /cts/tests/tests/text/src/android/text/method/cts/ |
| D | LinkMovementMethodTest.java | 643 protected boolean down(TextView widget, Spannable buffer) { in down() 648 protected boolean left(TextView widget, Spannable buffer) { in left() 653 protected boolean right(TextView widget, Spannable buffer) { in right() 658 protected boolean up(TextView widget, Spannable buffer) { in up()
|
| /cts/tools/annotation-helper/src/spechelper/ |
| D | SimpleComputer.java | 130 String buffer = context.getDocument().get(0, offs); in computeCompletionProposals() local
|
| D | MyCompletion.java | 37 public MyCompletion(String buffer, String replacementString, in MyCompletion()
|
| D | MethodSelector.java | 51 public String obtainReplacement(String buffer) { in obtainReplacement()
|
| /cts/tools/dasm/src/java_cup/ |
| D | lexer.java | 337 char buffer[] = new char[1]; in do_id() local
|
| D | production.java | 363 char buffer[]; in action_translate() local
|
| /cts/tools/dasm/src/dasm/ |
| D | Scanner.java | 42 private char[] buffer = new char[buffer_size]; field in Scanner.CharBuffer
|
| /cts/tools/signature-tools/src/signature/converter/dex/ |
| D | GenericSignatureParser.java | 109 private char[] buffer; field in GenericSignatureParser
|