Searched refs:recursively (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtrylock.stderr.exp8 Attempt to lock for writing recursively (not allowed).
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dcompile_frontend.py208 def dump_module(name, recursively, processed_modules):
217 if recursively:
219 command += dump_module(dependency, recursively, processed_modules)
/external/proguard/src/proguard/obfuscate/
H A DClassObfuscator.java281 // package. Do this recursively if we're not doing any
303 boolean recursively)
314 if (!recursively)
355 // Otherwise figure out the new superpackage prefix, recursively.
301 mapPackageName(String className, String newClassName, boolean recursively) argument
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk42 # TOOLCHAIN=all recursively calls this Makefile for all VALID_TOOLCHAINS.
88 # Only fail to build if this is a top-level make. When building recursively, we
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc806 HRESULT RegKey::DeleteKey(const wchar_t* full_key_name, bool recursively) { argument
821 hr = recursively ? key.RecurseDeleteSubKey(key_name.c_str())
/external/mksh/src/
H A Dcheck.pl191 -s s Read tests from file s; if s is a directory, it is recursively
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl69 recursively.
405 --recursive, -r Add the contents of directories recursively
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd66 # in the tuple (and recursively in subtuples) are searched for a
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb45 expressions. Patterns allow a simple method for recursively searching through an
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas79 /// <summary>Duplicate tree recursively, using DupNode() for each node </summary>
365 /// walk recursively from start until stop. You can always return

Completed in 3262 milliseconds