Home
last modified time | relevance | path

Searched refs:debugInfo (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DCustomErrorDetailsTest.cs80 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()
122debugInfo.StackEntries.AddRange(e.StackTrace.Split(new[] { Environment.NewLine }, StringSplitOptio… in UnaryCall()
123 context.ResponseTrailers.Add(DebugInfoTrailerName, debugInfo.ToByteArray()); in UnaryCall()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DNativeObjRegistry.java76 DebugInfo debugInfo = idToDebugInfoMap.get(nativeId); in register() local
77 if (debugInfo != null) { in register()
80 debugInfo.registrationTrace.printStackTrace(System.out); in register()
111 DebugInfo debugInfo = idToDebugInfoMap.get(nativeId); in unregister() local
112 debugInfo.unregistrationTraces.add(new Trace(o)); in unregister()
113 if (debugInfo.unregistrationTraces.size() > 1) { in unregister()
115 for (Trace unregistration : debugInfo.unregistrationTraces) { in unregister()
/external/deqp-deps/glslang/Test/
Druntests134 -G -H spv.debugInfo.frag --rsb frag 3 > $TARGETDIR/spv.debugInfo.frag.out
135 diff -b $BASEDIR/spv.debugInfo.frag.out $TARGETDIR/spv.debugInfo.frag.out || HASERROR=1
137 -G -H spv.debugInfo.frag --rsb frag 3 > $TARGETDIR/spv.debugInfo.1.1.frag.out
138 diff -b $BASEDIR/spv.debugInfo.1.1.frag.out $TARGETDIR/spv.debugInfo.1.1.frag.out || HASERROR=1
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DDisassembleCommand.java70 private boolean debugInfo = true; field in DisassembleCommand
250 options.debugInfo = debugInfo; in getOptions()
DBaksmaliOptions.java55 public boolean debugInfo = true; field in BaksmaliOptions
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
DsimpleKenny.c46 debugStruct debugInfo; variable
448 ((double)debugInfo.lbBytes * 8. * (sampFreqKHz)) / (double)totalsmpls; in main()
450 ((double)debugInfo.ubBytes * 8. * (sampFreqKHz)) / (double)totalsmpls; in main()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.debugInfo.1.1.frag.out1 spv.debugInfo.frag
13 1: String "spv.debugInfo.frag"
Dspv.debugInfo.frag.out1 spv.debugInfo.frag
11 1: String "spv.debugInfo.frag"
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java323 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()
/external/python/cpython2/Misc/NEWS.d/
D2.6b2.rst159 fix reference in test_multiprocessing to old debugInfo method
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_messages.py762 debugInfo = _messages.StringField(1) variable in ErrorProto