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

  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
CustomErrorDetailsTest.cs 80 var debugInfo = GetDebugInfo(call.GetTrailers());
81 Assert.AreEqual(debugInfo.Detail, ExceptionDetail);
82 Assert.IsNotEmpty(debugInfo.StackEntries);
97 var debugInfo = GetDebugInfo(e.Trailers);
98 Assert.AreEqual(debugInfo.Detail, ExceptionDetail);
99 Assert.IsNotEmpty(debugInfo.StackEntries);
103 private static DebugInfo GetDebugInfo(Metadata trailers)
106 return DebugInfo.Parser.ParseFrom(entry.ValueBytes);
120 var debugInfo = new DebugInfo();
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
NativeObjRegistry.java 23 private final Map<Long, DebugInfo> idToDebugInfoMap;
76 DebugInfo debugInfo = idToDebugInfoMap.get(nativeId);
77 if (debugInfo != null) {
80 debugInfo.registrationTrace.printStackTrace(System.out);
89 idToDebugInfoMap.put(nativeId, new DebugInfo(new Trace(o)));
111 DebugInfo debugInfo = idToDebugInfoMap.get(nativeId);
112 debugInfo.unregistrationTraces.add(new Trace(o));
113 if (debugInfo.unregistrationTraces.size() > 1)
    [all...]
  /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...]
  /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;
  /external/deqp-deps/glslang/Test/
runtests 134 -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/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);
  /build/soong/dexpreopt/
dexpreopt.go 422 debugInfo := true
425 debugInfo = false
432 debugInfo = true
434 debugInfo = false
438 debugInfo = true
440 debugInfo = false
446 debugInfo = false
449 if 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) {
  /external/python/apitools/samples/bigquery_sample/bigquery_v2/
bigquery_v2_messages.py 755 debugInfo: Debugging information. This property is internal to Google and
762 debugInfo = _messages.StringField(1)
    [all...]
  /external/python/google-api-python-client/tests/
test_http.py 718 "debugInfo": "QuotaState: BLOCKED"
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 682 milliseconds