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

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CodeItem.java 73 private DebugInfoItem debugInfo;
106 this.debugInfo = null;
121 debugInfo = new DebugInfoItem(code, isStatic, ref);
122 byteData.add(debugInfo);
183 if (debugInfo != null) {
186 debugInfo.debugPrint(out, prefix2);
241 int debugOff = (debugInfo == null) ? 0 : debugInfo.getAbsoluteOffset();
284 if (debugInfo != null) {
286 debugInfo.annotateTo(file, out, " ")
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CodeItem.java 73 private DebugInfoItem debugInfo;
106 this.debugInfo = null;
121 debugInfo = new DebugInfoItem(code, isStatic, ref);
122 byteData.add(debugInfo);
183 if (debugInfo != null) {
186 debugInfo.debugPrint(out, prefix2);
241 int debugOff = (debugInfo == null) ? 0 : debugInfo.getAbsoluteOffset();
284 if (debugInfo != null) {
286 debugInfo.annotateTo(file, out, " ")
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionsView.java 381 final CharSequence debugInfo = getDebugInfo(suggestions, pos);
382 if (debugInfo != null) {
384 info.setText(debugInfo);
564 final CharSequence debugInfo = wordInfo.getDebugString();
565 if (!TextUtils.isEmpty(debugInfo)) {
566 return debugInfo;
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 139 debugInfoOut = dexOut.appendSection(writerSizes.debugInfo, "debug info");
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 36 milliseconds