/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorInclude.java | 176 * set the {@link StylesheetHandler} to a new state, and recurse in with
|
/external/chromium/chrome/browser/importer/ |
safari_importer.mm | 244 // If this is a folder, recurse.
|
/external/chromium/chrome/browser/ui/cocoa/ |
history_menu_bridge.h | 150 // items with a given tag. Note that this will recurse to submenus, removing
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
history_menu_bridge.h | 157 // items with a given tag. Note that this will recurse to submenus, removing
|
/external/chromium_org/chrome/utility/importer/ |
safari_importer.mm | 231 // If this is a folder, recurse.
|
/external/chromium_org/chrome_frame/ |
CFInstance.js | 417 // recurse 418 var recurse = arguments.callee; 432 var val = recurse(obj); 457 val = recurse(it[key]); [all...] |
/external/chromium_org/chromeos/network/onc/ |
onc_translator_onc_to_shill.cc | 281 // Recurse into nested objects.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
PannerNode.cpp | 408 notifyAudioSourcesConnectedToNode(connectedNode); // recurse
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_function_detect_recursion.cpp | 83 * this. The language will say a well-formed program may not recurse, but
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
message.py | 80 # Can't just say self != other_msg, since that would infinitely recurse. :)
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
input.py | 280 # Recurse into subdictionaries. 772 # Recurse to expand variables in the contents 776 # Recurse to expand variables in the contents [all...] |
/external/clang/lib/CodeGen/ |
MicrosoftVBTables.cpp | 78 // Recurse onto any bases which themselves have virtual bases.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCMissingSuperCallChecker.cpp | 52 // Recurse if we didn't find the super call yet.
|
UnreachableCodeChecker.cpp | 183 // If we haven't previously visited the unreachable predecessor, recurse
|
/external/clang/test/CXX/class.access/class.friend/ |
p1.cpp | 28 // Test that we recurse through namespaces to find already declared names, but
|
/external/e2fsprogs/ext2ed/ |
README | 10 Makefile doesn't recurse into this directory. This is because ext2ed
|
/external/emma/core/java12/com/vladium/util/exception/ |
AbstractException.java | 173 * Note that this does not recurse into any 'cause' for message lookup, it only
|
AbstractRuntimeException.java | 173 * Note that this does not recurse into any 'cause' for message lookup, it only
|
/external/llvm/examples/ParallelJIT/ |
ParallelJIT.cpp | 88 BasicBlock* RecurseBB = BasicBlock::Create(M->getContext(), "recurse", FibF);
|
/external/llvm/include/llvm/Analysis/ |
PtrUseVisitor.h | 171 /// provides visit methods which will recurse through any pointer-to-pointer
|
/external/llvm/lib/Analysis/ |
RegionPass.cpp | 38 // Recurse through all subregions and all regions into RQ.
|
/external/llvm/utils/TableGen/ |
FixedLenDecoderEmitter.cpp | 267 void recurse(); 420 // Called from Filter::recurse() when singleton exists. For debug purpose. 552 void Filter::recurse() { function in class:Filter 575 // No need to recurse for a singleton filtered instruction. 650 // See also recurse(). [all...] |
/external/mesa3d/src/glsl/ |
ir_function_detect_recursion.cpp | 83 * this. The language will say a well-formed program may not recurse, but
|
/external/oprofile/libpopt/ |
popt.c | 77 /* Recurse on included sub-tables. */ 105 /* Recurse on included sub-tables. */ 137 /* Recurse on included sub-tables. */ 495 /* Recurse on included sub-tables. */ [all...] |
/external/protobuf/python/google/protobuf/ |
message.py | 74 # Can't just say self != other_msg, since that would infinitely recurse. :)
|