Searched refs:debugInfo (Results 1 - 8 of 8) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCodeItem.java73 private DebugInfoItem debugInfo; field in class:CodeItem
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
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c45 debugStruct debugInfo; variable
327 // if(setupDebugStruct(&debugInfo) < 0)
504 rateLB = ((double)debugInfo.lbBytes * 8. *
506 rateUB = ((double)debugInfo.ubBytes * 8. *
535 // debugInfo.maxPayloadLB, debugInfo.maxPayloadLB * 8.0 / 0.03);
537 // debugInfo.maxPayloadUB, debugInfo.maxPayloadUB * 8.0 / 0.03);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h93 GraphicsLayerDebugInfo& debugInfo();
H A DGraphicsLayer.cpp419 GraphicsLayerDebugInfo& GraphicsLayer::debugInfo() function in class:blink::GraphicsLayer
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp1011 GraphicsLayerDebugInfo& debugInfo = graphicsLayer->debugInfo();
1013 debugInfo.currentLayoutRects().clear();
1018 debugInfo.currentLayoutRects().append(rect);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 153 milliseconds