Searched refs:debugInfo (Results 1 – 11 of 11) sorted by relevance
80 var debugInfo = GetDebugInfo(call.GetTrailers()); in ErrorDetailsFromCallObject()81 Assert.AreEqual(debugInfo.Detail, ExceptionDetail); in ErrorDetailsFromCallObject()82 Assert.IsNotEmpty(debugInfo.StackEntries); in ErrorDetailsFromCallObject()97 var debugInfo = GetDebugInfo(e.Trailers); in ErrorDetailsFromRpcException()98 Assert.AreEqual(debugInfo.Detail, ExceptionDetail); in ErrorDetailsFromRpcException()99 Assert.IsNotEmpty(debugInfo.StackEntries); in ErrorDetailsFromRpcException()120 var debugInfo = new DebugInfo(); in UnaryCall()121 debugInfo.Detail = e.Message; in UnaryCall()122 …debugInfo.StackEntries.AddRange(e.StackTrace.Split(new[] { Environment.NewLine }, StringSplitOptio… in UnaryCall()123 context.ResponseTrailers.Add(DebugInfoTrailerName, debugInfo.ToByteArray()); in UnaryCall()
76 DebugInfo debugInfo = idToDebugInfoMap.get(nativeId); in register() local77 if (debugInfo != null) { in register()80 debugInfo.registrationTrace.printStackTrace(System.out); in register()111 DebugInfo debugInfo = idToDebugInfoMap.get(nativeId); in unregister() local112 debugInfo.unregistrationTraces.add(new Trace(o)); in unregister()113 if (debugInfo.unregistrationTraces.size() > 1) { in unregister()115 for (Trace unregistration : debugInfo.unregistrationTraces) { in unregister()
134 -G -H spv.debugInfo.frag --rsb frag 3 > $TARGETDIR/spv.debugInfo.frag.out135 diff -b $BASEDIR/spv.debugInfo.frag.out $TARGETDIR/spv.debugInfo.frag.out || HASERROR=1137 -G -H spv.debugInfo.frag --rsb frag 3 > $TARGETDIR/spv.debugInfo.1.1.frag.out138 diff -b $BASEDIR/spv.debugInfo.1.1.frag.out $TARGETDIR/spv.debugInfo.1.1.frag.out || HASERROR=1
70 private boolean debugInfo = true; field in DisassembleCommand250 options.debugInfo = debugInfo; in getOptions()
55 public boolean debugInfo = true; field in BaksmaliOptions
46 debugStruct debugInfo; variable448 ((double)debugInfo.lbBytes * 8. * (sampFreqKHz)) / (double)totalsmpls; in main()450 ((double)debugInfo.ubBytes * 8. * (sampFreqKHz)) / (double)totalsmpls; in main()
1 spv.debugInfo.frag13 1: String "spv.debugInfo.frag"
1 spv.debugInfo.frag11 1: String "spv.debugInfo.frag"
323 if ((options.debugInfo && parameterName != null) || annotations.size() != 0) { in writeParameters()327 if (parameterName != null && options.debugInfo) { in writeParameters()377 if (classDef.options.debugInfo) { in getMethodItems()
159 fix reference in test_multiprocessing to old debugInfo method
762 debugInfo = _messages.StringField(1) variable in ErrorProto