/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pprint.py | 42 # Verify .isrecursive() and .isreadable() w/o recursion 47 self.assertFalse(pprint.isrecursive(safe), 48 "expected not isrecursive for %r" % (safe,)) 52 self.assertFalse(pp.isrecursive(safe), 53 "expected not isrecursive for %r" % (safe,)) 58 # Verify .isrecursive() and .isreadable() w/ recursion 68 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive") 70 self.assertTrue(pp.isrecursive(icky), "expected isrecursive") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pprint.py | 42 # Verify .isrecursive() and .isreadable() w/o recursion 47 self.assertFalse(pprint.isrecursive(safe), 48 "expected not isrecursive for %r" % (safe,)) 52 self.assertFalse(pp.isrecursive(safe), 53 "expected not isrecursive for %r" % (safe,)) 58 # Verify .isrecursive() and .isreadable() w/ recursion 68 self.assertTrue(pprint.isrecursive(icky), "expected isrecursive") 70 self.assertTrue(pp.isrecursive(icky), "expected isrecursive") [all...] |
/external/llvm/include/llvm/Analysis/ |
CodeMetrics.h | 45 bool isRecursive; 83 : exposesReturnsTwice(false), isRecursive(false), notDuplicatable(false),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pprint.py | 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr", 73 def isrecursive(object): function 125 def isrecursive(self, object): member in class:PrettyPrinter 248 # Return triple (repr_string, isreadable, isrecursive).
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pprint.py | 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr", 73 def isrecursive(object): function 125 def isrecursive(self, object): member in class:PrettyPrinter 248 # Return triple (repr_string, isreadable, isrecursive).
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCallAndReturn.cpp | 357 bool &IsRecursive, unsigned &StackDepth) { 358 IsRecursive = false; 368 IsRecursive = true; 852 bool IsRecursive = false; 854 examineStackFrames(D, Pred->getLocationContext(), IsRecursive, StackDepth); [all...] |
/external/llvm/lib/Analysis/ |
CodeMetrics.cpp | 47 isRecursive = true;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-starteam.jar | |
ant-jsch.jar | |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExprEngine.h | 545 bool &IsRecursive, unsigned &StackDepth);
|
/prebuilts/devtools/tools/lib/ |
traceview.jar | |