Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 19 of 19) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexAnnotationAttributeImpl.java29 private DexBuffer buffer; field in DexAnnotationAttributeImpl
34 public DexAnnotationAttributeImpl(DexBuffer buffer, in DexAnnotationAttributeImpl()
DDexParameterImpl.java31 private final DexBuffer buffer; field in DexParameterImpl
36 public DexParameterImpl(DexBuffer buffer, String typeName, in DexParameterImpl()
DDexEncodedAnnotationImpl.java32 private final DexBuffer buffer; field in DexEncodedAnnotationImpl
39 public DexEncodedAnnotationImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedAnnotationImpl()
DDexAnnotationImpl.java29 private DexBuffer buffer; field in DexAnnotationImpl
38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl()
DDexFileImpl.java38 private final DexBuffer buffer; field in DexFileImpl
42 public DexFileImpl(DexBuffer buffer, String[] stringPool, int[] typeIds, in DexFileImpl()
DDexFieldImpl.java31 private DexBuffer buffer; field in DexFieldImpl
42 public DexFieldImpl(DexBuffer buffer, DexClass declaringClass, in DexFieldImpl()
DDexMethodImpl.java39 private DexBuffer buffer; field in DexMethodImpl
54 public DexMethodImpl(DexBuffer buffer, DexClass declaringClass, in DexMethodImpl()
DDexEncodedValueImpl.java30 private final DexBuffer buffer; field in DexEncodedValueImpl
47 public DexEncodedValueImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedValueImpl()
DDexClassImpl.java41 private final DexBuffer buffer; field in DexClassImpl
69 public DexClassImpl(DexBuffer buffer, ClassDefItem classDefItem, in DexClassImpl()
DDexBuffer.java61 private void initialize(ByteBuffer buffer) { in initialize()
DDexFileReader.java68 public DexFile read(DexBuffer buffer) { in read()
/cts/tests/tests/text/src/android/text/method/cts/
DLinkMovementMethodTest.java643 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/
DSimpleComputer.java130 String buffer = context.getDocument().get(0, offs); in computeCompletionProposals() local
DMyCompletion.java37 public MyCompletion(String buffer, String replacementString, in MyCompletion()
DMethodSelector.java51 public String obtainReplacement(String buffer) { in obtainReplacement()
/cts/tools/dasm/src/java_cup/
Dlexer.java337 char buffer[] = new char[1]; in do_id() local
Dproduction.java363 char buffer[]; in action_translate() local
/cts/tools/dasm/src/dasm/
DScanner.java42 private char[] buffer = new char[buffer_size]; field in Scanner.CharBuffer
/cts/tools/signature-tools/src/signature/converter/dex/
DGenericSignatureParser.java109 private char[] buffer; field in GenericSignatureParser