Home
last modified time | relevance | path

Searched refs:getCursor (Results 1 – 25 of 52) sorted by relevance

123

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DHeaderItem.java166 int startOffset = out.getCursor(); in makeAnnotator()
177 out.annotate(4, "file_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
179 headerSize = dexFile.readInt(out.getCursor()); in makeAnnotator()
182 int endianTag = dexFile.readInt(out.getCursor()); in makeAnnotator()
185 out.annotate(4, "link_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
186 out.annotate(4, "link_offset: 0x%x", dexFile.readInt(out.getCursor())); in makeAnnotator()
188 out.annotate(4, "map_off: 0x%x", dexFile.readInt(out.getCursor())); in makeAnnotator()
190 out.annotate(4, "string_ids_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
191 out.annotate(4, "string_ids_off: 0x%x", dexFile.readInt(out.getCursor())); in makeAnnotator()
193 out.annotate(4, "type_ids_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
[all …]
DAnnotationDirectoryItem.java59 int classAnnotationsOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
63 int fieldsSize = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
66 int annotatedMethodsSize = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
69 int annotatedParameterSize = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
78 int fieldIndex = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
80 int annotationOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
93 int methodIndex = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
95 int annotationOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
108 int methodIndex = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
110 int annotationOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
DClassDefItem.java71 int classIndex = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
74 int accessFlags = dexFile.readInt(out.getCursor()); in makeAnnotator()
78 int superclassIndex = dexFile.readOptionalUint(out.getCursor()); in makeAnnotator()
82 int interfacesOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
85 int sourceFileIdx = dexFile.readOptionalUint(out.getCursor()); in makeAnnotator()
89 int annotationsOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
96 int classDataOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
104 int staticValuesOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
DMapItem.java82 int itemType = dexFile.readUshort(out.getCursor()); in makeAnnotator()
87 int size = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
90 int offset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
96 int mapItemCount = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
DMethodIdItem.java57 int classIndex = dexFile.readUshort(out.getCursor()); in makeAnnotator()
60 int protoIndex = dexFile.readUshort(out.getCursor()); in makeAnnotator()
63 int nameIndex = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
DProtoIdItem.java57 int shortyIndex = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
60 int returnTypeIndex = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
63 int parametersOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
DFieldIdItem.java57 int classIndex = dexFile.readUshort(out.getCursor()); in makeAnnotator()
60 int typeIndex = dexFile.readUshort(out.getCursor()); in makeAnnotator()
63 int nameIndex = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
DAnnotationSetRefList.java54 int size = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
58 int annotationSetOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
DAnnotationSetItem.java54 int size = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
58 int annotationOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
DAnnotationItem.java55 int visibility = dexFile.readUbyte(out.getCursor()); in makeAnnotator()
58 DexReader reader = dexFile.readerAt(out.getCursor()); in makeAnnotator()
DTypeListItem.java54 int size = dexFile.readSmallUint(out.getCursor()); in makeAnnotator()
58 int typeIndex = dexFile.readUshort(out.getCursor()); in makeAnnotator()
DEncodedValue.java125 out.getCursor()); in annotateEncodedValue()
130 assert out.getCursor() == reader.getOffset(); in annotateEncodedAnnotation()
153 assert out.getCursor() == reader.getOffset(); in annotateEncodedArray()
DSectionAnnotator.java85 out.moveTo(AlignmentUtils.alignOffset(out.getCursor(), itemAlignment)); in annotateSectionInner()
87 String itemIdentity = getItemIdentity(out.getCursor()); in annotateSectionInner()
DCodeItem.java89 DexReader reader = dexFile.readerAt(out.getCursor()); in makeAnnotator()
116 out.setLimit(out.getCursor(), out.getCursor() + instructionSize * 2); in makeAnnotator()
153 assert reader.getOffset() == out.getCursor(); in makeAnnotator()
377 if (out.getCursor() % 2 != 0) { in makeAnnotator()
DEncodedArrayItem.java51 DexReader reader = dexFile.readerAt(out.getCursor()); in makeAnnotator()
DStringDataItem.java52 DexReader reader = dexFile.readerAt(out.getCursor()); in makeAnnotator()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDebugInfoEncoder.java372 int mark = output.getCursor(); in emitHeader()
382 annotate(output.getCursor() - mark, "line_start: " + line); in emitHeader()
405 mark = output.getCursor(); in emitHeader()
409 annotate(output.getCursor() - mark, in emitHeader()
421 mark = output.getCursor(); in emitHeader()
455 annotate(output.getCursor() - mark, in emitHeader()
614 int mark = output.getCursor(); in emitLocalRestart()
620 annotate(output.getCursor() - mark, in emitLocalRestart()
690 int mark = output.getCursor(); in emitLocalStart()
699 annotate(output.getCursor() - mark, in emitLocalStart()
[all …]
DDexFile.java566 int zeroCount = one.getFileOffset() - out.getCursor(); in toDex0()
571 out.writeZeroes(one.getFileOffset() - out.getCursor()); in toDex0()
585 if (out.getCursor() != fileSize) { in toDex0()
/external/clang/tools/libclang/
DIndexingContext.cpp385 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction()
391 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
397 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
403 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleMSProperty()
409 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
418 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
424 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName()
472 return handleObjCContainer(D, D->getLocation(), getCursor(D), InterInfo); in handleObjCInterface()
480 return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo); in handleObjCImplementation()
509 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo); in handleObjCProtocol()
[all …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DCursorAdapterTest.java65 assertThat(adapter.getCursor(), notNullValue()); in testChangeCursor()
66 assertThat(adapter.getCursor(), sameInstance(curs)); in testChangeCursor()
71 assertThat(adapter.getCursor(), nullValue() ); in testChangeCursor()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DCodeMirrorTextEditor.js295 var cursor = codemirror.getCursor("start");
307 var cursor = codemirror.getCursor("start");
609 var pos = codeMirror.getCursor("head");
610 … codeMirror.replaceRange(indent.substring(pos.ch % indent.length), codeMirror.getCursor());
1266 var start = this._codeMirror.getCursor("anchor");
1267 var end = this._codeMirror.getCursor("head");
1344 var start = this._codeMirror.getCursor("anchor");
1345 var end = this._codeMirror.getCursor("head");
1614 var selectionStart = this._codeMirror.getCursor("start");
1615 var selectionEnd = this._codeMirror.getCursor("end");
[all …]
/external/dexmaker/src/dx/java/com/android/dx/util/
DOutput.java31 public int getCursor(); in getCursor() method
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDalvInsnList.java126 int startCursor = out.getCursor(); in writeTo()
163 int written = (out.getCursor() - startCursor) / 2; in writeTo()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dmarkselection.js82 var from = cm.getCursor("start"), to = cm.getCursor("end");
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderWidget.h53 virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const OVERRIDE FINAL;

123