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

  /external/smali/util/src/main/java/org/jf/util/
IndentingWriter.java 37 protected int indentLevel = 0;
49 for (int i=0; i<indentLevel; i++) {
145 this.indentLevel += indentAmount;
146 if (indentLevel < 0) {
147 indentLevel = 0;
154 this.indentLevel -= indentAmount;
155 if (indentLevel < 0) {
156 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...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1555 milliseconds