/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
DumpLayer.h | 54 void writeIndent(FILE* file, int indentLevel); 55 void writeln(FILE* file, int indentLevel, const char* str); 56 void writeIntVal(FILE* file, int indentLevel, const char* str, int value); 57 void writeHexVal(FILE* file, int indentLevel, const char* str, int value); 58 void writeFloatVal(FILE* file, int indentLevel, const char* str, float value); 59 void writePoint(FILE* file, int indentLevel, const char* str, SkPoint point); 60 void writeIntPoint(FILE* file, int indentLevel, const char* str, IntPoint point); 61 void writeSize(FILE* file, int indentLevel, const char* str, SkSize size); 62 void writeRect(FILE* file, int indentLevel, const char* str, SkRect rect); 63 void writeMatrix(FILE* file, int indentLevel, const char* str, const TransformationMatrix& matrix) [all...] |
DumpLayer.cpp | 13 void writeIndent(FILE* file, int indentLevel) 15 if (indentLevel) 16 fprintf(file, "%*s", indentLevel*2, " "); 19 void writeln(FILE* file, int indentLevel, const char* str) 21 writeIndent(file, indentLevel); 26 void writeIntVal(FILE* file, int indentLevel, const char* str, int value) 28 writeIndent(file, indentLevel); 32 void writeHexVal(FILE* file, int indentLevel, const char* str, int value) 34 writeIndent(file, indentLevel); 38 void writeFloatVal(FILE* file, int indentLevel, const char* str, float value [all...] |
IFrameLayerAndroid.cpp | 32 void IFrameLayerAndroid::dumpLayer(FILE* file, int indentLevel) const 34 writeIntVal(file, indentLevel + 1, "m_isIframe", true); 35 writeIntPoint(file, indentLevel + 1, "m_iframeOffset", m_iframeOffset);
|
FixedPositioning.cpp | 89 void writeLength(FILE* file, int indentLevel, const char* str, SkLength length) 93 writeIndent(file, indentLevel); 97 void FixedPositioning::dumpLayer(FILE* file, int indentLevel) const 99 writeLength(file, indentLevel + 1, "fixedLeft", m_fixedLeft); 100 writeLength(file, indentLevel + 1, "fixedTop", m_fixedTop); 101 writeLength(file, indentLevel + 1, "fixedRight", m_fixedRight); 102 writeLength(file, indentLevel + 1, "fixedBottom", m_fixedBottom); 103 writeLength(file, indentLevel + 1, "fixedMarginLeft", m_fixedMarginLeft); 104 writeLength(file, indentLevel + 1, "fixedMarginTop", m_fixedMarginTop); 105 writeLength(file, indentLevel + 1, "fixedMarginRight", m_fixedMarginRight) [all...] |
IFrameLayerAndroid.h | 56 virtual void dumpLayer(FILE*, int indentLevel) const;
|
LayerAndroid.cpp | 957 void LayerAndroid::dumpLayer(FILE* file, int indentLevel) const 959 writeHexVal(file, indentLevel + 1, "layer", (int)this); 960 writeIntVal(file, indentLevel + 1, "layerId", m_uniqueId); 961 writeIntVal(file, indentLevel + 1, "haveClip", m_haveClip); 962 writeIntVal(file, indentLevel + 1, "isFixed", isPositionFixed()); 964 writeFloatVal(file, indentLevel + 1, "opacity", getOpacity()); 965 writeSize(file, indentLevel + 1, "size", getSize()); 966 writePoint(file, indentLevel + 1, "position", getPosition()); 967 writePoint(file, indentLevel + 1, "anchor", getAnchorPoint()); 969 writeMatrix(file, indentLevel + 1, "drawMatrix", m_drawTransform) [all...] |
LayerAndroid.h | 198 virtual void dumpLayer(FILE*, int indentLevel) const; 199 void dumpLayers(FILE*, int indentLevel) const;
|
FixedPositioning.h | 133 void dumpLayer(FILE*, int indentLevel) const;
|
/external/smali/util/src/main/java/org/jf/util/ |
IndentingWriter.java | 37 private int indentLevel = 0; 53 for (int i=0; i<indentLevel; i++) { 135 this.indentLevel += indentAmount; 136 if (indentLevel < 0) { 137 indentLevel = 0; 144 this.indentLevel -= indentAmount; 145 if (indentLevel < 0) { 146 indentLevel = 0;
|
/frameworks/native/libs/utils/ |
Debug.cpp | 33 const char* stringForIndent(int32_t indentLevel) 35 ssize_t off = sizeof(indentStr)-1-(indentLevel*2);
|
/dalvik/tools/dmtracedump/ |
CreateTestTrace.c | 81 int indentLevel; 125 int indentLevel = 0; 167 callStack[ii].indentLevel = 0; 204 indentLevel = callStack[threadId].indentLevel; 254 printf("Indent: %d; IndentLevel: %d; Line: %s", indent, indentLevel, buf); 258 if (indent == indentLevel + 1) { // Entering a method 261 callStack[threadId].frames[indentLevel] = &records[nextRecord]; 262 } else if (indent == indentLevel) { // Exiting a metho [all...] |
/external/webkit/Tools/Scripts/ |
print-msvc-project-dependencies | 137 my ($project, $indentLevel, $projectsByUUID) = @_; 139 print " " x $indentLevel, $project->{name}, "\n"; 141 printProjectAndDependencies($projectsByUUID->{$dependencyUUID}, $indentLevel + 1, $projectsByUUID);
|
/external/webkit/Source/JavaScriptCore/profiler/ |
ProfileNode.cpp | 292 void ProfileNode::debugPrintData(int indentLevel) const 295 for (int i = 0; i < indentLevel; ++i) 305 ++indentLevel; 309 (*currentChild)->debugPrintData(indentLevel); 313 double ProfileNode::debugPrintDataSampleStyle(int indentLevel, FunctionCallHashCount& countedFunctions) const 320 if (indentLevel) { 321 for (int i = 0; i < indentLevel; ++i) 330 ++indentLevel; 335 sumOfChildrensCount += (*currentChild)->debugPrintDataSampleStyle(indentLevel, countedFunctions); 341 while (indentLevel-- [all...] |
ProfileNode.h | 128 void debugPrintData(int indentLevel) const; 129 double debugPrintDataSampleStyle(int indentLevel, FunctionCallHashCount&) const;
|
/frameworks/native/include/utils/ |
Debug.h | 51 const char* stringForIndent(int32_t indentLevel);
|
/external/webkit/Source/WebCore/history/ |
PageCache.cpp | 60 static String& pageCacheLogPrefix(int indentLevel) 65 if (indentLevel != previousIndent) { 66 previousIndent = indentLevel; 80 #define PCLOG(...) pageCacheLog(pageCacheLogPrefix(indentLevel), makeString(__VA_ARGS__)) 82 static bool logCanCacheFrameDecision(Frame* frame, int indentLevel) 171 if (!logCanCacheFrameDecision(child, indentLevel + 1)) 189 int indentLevel = 0;
|
HistoryItem.cpp | 871 int HistoryItem::showTreeWithIndent(unsigned indentLevel) const 874 for (unsigned i = 0; i < indentLevel; ++i) 882 totalSubItems += m_children[i]->showTreeWithIndent(indentLevel + 1);
|
HistoryItem.h | 212 int showTreeWithIndent(unsigned indentLevel) const;
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
BeautifulSoup.py | 635 prettyPrint=False, indentLevel=0): 636 return self.decode(prettyPrint, indentLevel, encoding).encode(encoding) 638 def decode(self, prettyPrint=False, indentLevel=0, 695 indentTag = indentLevel 737 prettyPrint=False, indentLevel=0): 738 return self.decodeContents(prettyPrint, indentLevel).encode(encoding) 740 def decodeContents(self, prettyPrint=False, indentLevel=0, 750 s.append(c.decode(prettyPrint, indentLevel, eventualEncoding)) 755 s.append(" " * (indentLevel-1)) 803 prettyPrint=False, indentLevel=0) [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexAntTasks.jar | |
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |