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

1 2 3 4

  /hardware/interfaces/graphics/allocator/2.0/
IAllocator.hal 26 * @return debugInfo is a string of debug information.
31 dumpDebugInfo() generates (string debugInfo);
  /hardware/interfaces/graphics/composer/2.1/
IComposer.hal 71 * @return debugInfo is a string of debug information.
76 dumpDebugInfo() generates (string debugInfo);
  /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 64 private DebugInfoItem debugInfo;
97 this.debugInfo = null;
113 debugInfo = new DebugInfoItem(code, isStatic, ref);
114 byteData.add(debugInfo);
175 if (debugInfo != null) {
178 debugInfo.debugPrint(out, prefix2);
234 int debugOff = (debugInfo == null) ? 0 : debugInfo.getAbsoluteOffset();
277 if (debugInfo != null) {
279 debugInfo.annotateTo(file, out, " ")
    [all...]
  /frameworks/native/cmds/lshal/
TableEntry.cpp 128 std::string debugInfo = emitDebugInfo(entry.interfaceName);
129 if (!debugInfo.empty()) textTable.add(debugInfo);
ListCommand.cpp 46 using ::android::hidl::base::V1_0::DebugInfo;
421 static Architecture fromBaseArchitecture(::android::hidl::base::V1_0::DebugInfo::Architecture a) {
423 case ::android::hidl::base::V1_0::DebugInfo::Architecture::IS_64BIT:
425 case ::android::hidl::base::V1_0::DebugInfo::Architecture::IS_32BIT:
427 case ::android::hidl::base::V1_0::DebugInfo::Architecture::UNKNOWN: // fallthrough
614 DebugInfo debugInfo;
616 debugInfo = received;
624 entry->serverPid = debugInfo.pid;
625 entry->serverObjectAddress = debugInfo.ptr
    [all...]
  /libcore/luni/src/main/java/libcore/util/
TimeZoneFinder.java 378 String debugInfo = parser.getPositionDescription();
381 timeZoneMappings, debugInfo);
623 boolean everUsesUtc, List<TimeZoneMapping> timeZoneMappings, String debugInfo)
643 boolean everUsesUtc, List<TimeZoneMapping> timeZoneMappings, String debugInfo)
647 + " is not normalized at " + debugInfo);
651 + " at " + debugInfo);
655 + " at " + debugInfo);
660 + debugInfo);
696 boolean everUsesUtc, List<TimeZoneMapping> timeZoneMappings, String debugInfo)
700 countryIso, defaultTimeZoneId, everUsesUtc, timeZoneMappings, debugInfo);
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
BaksmaliOptions.java 55 public boolean debugInfo = true;
DisassembleCommand.java 70 private boolean debugInfo = true;
250 options.debugInfo = debugInfo;
  /hardware/interfaces/graphics/mapper/2.0/utils/vts/
MapperVts.cpp 61 std::string debugInfo;
62 mAllocator->dumpDebugInfo([&](const auto& tmpDebugInfo) { debugInfo = tmpDebugInfo.c_str(); });
64 return debugInfo;
  /hardware/interfaces/sensors/1.0/vts/functional/
GrallocWrapper.cpp 64 std::string debugInfo;
66 [&](const auto& tmpDebugInfo) { debugInfo = tmpDebugInfo.c_str(); });
68 return debugInfo;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 305 func debuginfo(fnsym *obj.LSym, curfn interface{}) ([]dwarf.Scope, dwarf.InlCalls) { func
307 debugInfo := fn.Func.DebugInfo
308 fn.Func.DebugInfo = nil
327 Fatalf("debuginfo unused node (AllocFrame should truncate fn.Func.Dcl)")
347 decls, dwarfVars := createDwarfVars(fnsym, debugInfo, automDecls)
445 func createComplexVars(fnsym *obj.LSym, debugInfo *ssa.FuncDebug, automDecls []*Node) ([]*Node, []*dwarf.Var, map[*Node]bool) {
446 for _, blockDebug := range debugInfo.Blocks {
468 for slotID, slot := range debugInfo.VarSlots {
482 for _, slot := range debugInfo.VarSlots
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 305 func debuginfo(fnsym *obj.LSym, curfn interface{}) ([]dwarf.Scope, dwarf.InlCalls) { func
307 debugInfo := fn.Func.DebugInfo
308 fn.Func.DebugInfo = nil
327 Fatalf("debuginfo unused node (AllocFrame should truncate fn.Func.Dcl)")
347 decls, dwarfVars := createDwarfVars(fnsym, debugInfo, automDecls)
445 func createComplexVars(fnsym *obj.LSym, debugInfo *ssa.FuncDebug, automDecls []*Node) ([]*Node, []*dwarf.Var, map[*Node]bool) {
446 for _, blockDebug := range debugInfo.Blocks {
468 for slotID, slot := range debugInfo.VarSlots {
482 for _, slot := range debugInfo.VarSlots
    [all...]
  /frameworks/native/libs/ui/
Gralloc2.cpp 327 std::string debugInfo;
330 debugInfo = tmpDebugInfo.c_str();
333 return debugInfo;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c     [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 46 debugStruct debugInfo;
296 // if(setupDebugStruct(&debugInfo) < 0)
448 ((double)debugInfo.lbBytes * 8. * (sampFreqKHz)) / (double)totalsmpls;
450 ((double)debugInfo.ubBytes * 8. * (sampFreqKHz)) / (double)totalsmpls;
473 // debugInfo.maxPayloadLB, debugInfo.maxPayloadLB * 8.0 / 0.03);
475 // debugInfo.maxPayloadUB, debugInfo.maxPayloadUB * 8.0 / 0.03);
  /hardware/interfaces/graphics/composer/2.1/utils/vts/
ComposerVts.cpp 62 std::string debugInfo;
63 mComposer->dumpDebugInfo([&](const auto& tmpDebugInfo) { debugInfo = tmpDebugInfo.c_str(); });
65 return debugInfo;
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 140 debugInfoOut = dexOut.appendSection(writerSizes.debugInfo, "debug info");
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 323 if ((options.debugInfo && parameterName != null) || annotations.size() != 0) {
327 if (parameterName != null && options.debugInfo) {
377 if (classDef.options.debugInfo) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 457 final CharSequence debugInfo = debugInfoView.getText();
458 if (debugInfo == null) {
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0/
builder-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta2/
builder-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 

Completed in 1420 milliseconds

1 2 3 4