/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
ErrorManager.java | 419 setLocale(Locale.US); // recurse on this rule, trying the US locale 445 setFormat("antlr"); // recurse on this rule, trying the default message format 449 setFormat("antlr"); // recurse on this rule, trying the default message format 460 setFormat("antlr"); // recurse on this rule, trying the default message format 477 return getLocaleForValidMessages(Locale.US); // recurse on this rule, trying the US locale [all...] |
RandomPhrase.java | 58 * NOTE: this does not work well for large grammars...it tends to recurse
|
/external/clang/tools/libclang/ |
RecursiveASTVisitor.h | 149 /// \brief Return whether this visitor should recurse into 153 /// \brief Return whether this visitor should recurse into the types of [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
bin-objfmt.c | 136 /* Recurse to loop through follow groups */ 152 /* Recurse to loop through follow groups */ 396 /* Recurse for each following group. */ 458 /* Recurse for each following group. */ 606 /* Recurse to loop through follow groups */ 642 /* Recurse to loop through follow groups */ 730 /* Recurse to loop through follow groups */ [all...] |
/external/chromium_org/tools/ |
licenses.py | 359 # Don't recurse into any subdirs from here. 363 # Don't recurse into paths in ADDITIONAL_PATHS, like we do with regular
|
include_tracer.py | 174 # Recurse.
|
/external/llvm/lib/Analysis/ |
ProfileVerifierPass.cpp | 137 // mark as visited and recurse into subnodes 358 // Fetch entry block and recurse into it.
|
/cts/suite/cts/deviceTests/simplecpu/jni/ |
CpuNativeJni.cpp | 146 /* Iterate rather than recurse to save stack space */
|
/cts/tools/utils/cts/ |
tools.py | 59 # recurse into child suites
|
/development/tools/idegen/src/ |
Configuration.java | 163 // Don't recurse into excluded dirs.
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility.h | 57 // recurse into children of |src| and build the whole subtree.
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_utils.cc | 39 // This does not recurse through all descendants, only immediate children.
|
/external/chromium_org/chromeos/network/ |
policy_util.cc | 46 // If |value| is a dictionary, recurse.
|
/external/chromium_org/media/tools/layout_tests/ |
layouttests.py | 170 file_list = client.list(full_path, recurse=recursion)
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FrameLoader.h | 114 int numPendingOrLoadingRequests(bool recurse) const;
|
/external/chromium_org/third_party/icu/source/common/ |
uresdata.c | 788 /* recurse */ 805 udata_printError(ds, "ures_swapResource(table res=%08x)[%d].recurse(%08x) failed\n", 920 /* recurse */ 925 udata_printError(ds, "ures_swapResource(array res=%08x)[%d].recurse(%08x) failed\n", [all...] |
/external/chromium_org/third_party/re2/re2/ |
walker-inl.h | 32 // If PreVisit sets *stop to true, the walk does not recurse
|
/external/chromium_org/tools/checkdeps/ |
checkdeps.py | 108 # Next recurse into the subdirectories.
|
/external/chromium_org/tools/cr/cr/ |
visitor.py | 42 # And now recurse into all the children
|
/external/clang/utils/ |
token-delta.py | 84 # If test passes on this subset alone, recurse.
|
/external/icu4c/common/ |
uresdata.c | 807 /* recurse */ 824 udata_printError(ds, "ures_swapResource(table res=%08x)[%d].recurse(%08x) failed\n", 939 /* recurse */ 944 udata_printError(ds, "ures_swapResource(array res=%08x)[%d].recurse(%08x) failed\n", [all...] |
/external/llvm/utils/lit/tests/ |
discovery.py | 89 # Check that we don't recurse infinitely when loading an site specific test
|
/external/llvm/utils/llvm-build/llvmbuild/ |
main.py | 67 def recurse(subpath): function in function:LLVMProjectInfo.load_infos_from_path 80 # Recurse into the specified subdirectories. 82 for item in recurse(os.path.join(subpath, subdir)): 85 return recurse("/") [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
RouteSelector.java | 132 // We will only recurse in order to skip previously failed routes. They will be
|
/external/protobuf/ |
Makefile.am | 17 # want "make install" to recurse into gtest since we don't want to overwrite
|