Home
last modified time | relevance | path

Searched refs:recursively (Results 1 – 25 of 89) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/cocoa/
Dui_localizer.mm48 [self localizeObject:owner_ recursively:YES];
49 [self localizeObject:otherObjectToLocalize_ recursively:YES];
50 [self localizeObject:yetAnotherObjectToLocalize_ recursively:YES];
/external/llvm/test/Linker/
D2003-08-23-RecursiveOpaqueTypeResolve.ll1 ; It's a bad idea to go recursively traipsing through types without a safety
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dcompile_frontend.py208 def dump_module(name, recursively, processed_modules): argument
217 if recursively:
219 command += dump_module(dependency, recursively, processed_modules)
/external/valgrind/main/drd/tests/
Dtrylock.stderr.exp8 Attempt to lock for writing recursively (not allowed).
/external/clang/test/SemaObjC/
Dundef-superclass-1.m29 @interface RecursiveClass : RecursiveClass // expected-error {{trying to recursively use 'Recursive…
/external/proguard/src/proguard/obfuscate/
DClassObfuscator.java303 boolean recursively) in mapPackageName() argument
314 if (!recursively) in mapPackageName()
/external/chromium_org/third_party/sqlite/src/test/
Dtkt3080.test14 # Make sure that application-defined functions are able to recursively
/external/smali/baksmali/src/test/smali/deodex_test1/
Dmain.smali66 …#this additionally tests that the register types are propagated recursively, in the case that the …
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.mipmap.txt38 4x4 grid layout is used. For cube map textures the viewport is recursively
/external/llvm/docs/CommandGuide/
Dlit.rst184 list of inputs adding tests for individual files and recursively searching for
257 initially discovered by recursively searching up the directory hierarchy for
325 Once test suites are located, :program:`lit` recursively traverses the source
328 defined in that directory. If so, it loads that test suite recursively,
/external/chromium_org/chrome/common/extensions/api/
Dfile_system_provider.idl419 // must be recursively deleted as well.
433 // Raised when copying an entry (recursively if a directory) is requested.
440 // Raised when moving an entry (recursively if a directory) is requested.
/external/chromium_org/
DBUILD.gn6 # file, and recursively load all dependencies until all dependencies are either
/external/llvm/docs/
DMakefileGuide.rst273 ``all`` \ Compile the software recursively. Default target.
277 ``clean`` \ Remove built objects recursively.
296 recursively and will do different things in different directories. For example,
305 instead of recursively.
334 This target cleans the build directory, recursively removing all things that the
579 Specify a set of directories to build recursively and in parallel if the
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
Dreadme.vc9.txt121 Because it acts recursively on all sub-directories of this
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeNodeStream.as80 * walk recursively from start until stop. You can always return
/external/clang/docs/
DIntroductionToTheClangAST.rst113 and then recursively traverses everything that can be reached from that
/external/chromium_org/ui/base/cocoa/
Dmenu_controller.mm70 // be invoked recursively.
/external/chromium_org/third_party/webrtc/base/
Dwin32regkey.cc806 HRESULT RegKey::DeleteKey(const wchar_t* full_key_name, bool recursively) { in DeleteKey() argument
821 hr = recursively ? key.RecurseDeleteSubKey(key_name.c_str()) in DeleteKey()
/external/chromium_org/third_party/android_crazy_linker/src/
DDESIGN.TXT109 2) Unload dependencies recursively.
/external/bzip2/
DREADME96 recursively traverses a directory structure, using bzip2 to compress
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto341 // Include a google.protobuf.FileOptions and recursively extend it with
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt155 a macro argument instantiated here, recursively instantiated here).
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DTreeToNFAConverter.g721 // recursively will invoke this rule to match elements in target rule ref
843 // recursively will invoke this rule to match elements in target rule ref
/external/llvm/docs/tutorial/
DLangImpl5.rst334 Once the insertion point is set, we recursively codegen the "then"
352 expression. Because calling Codegen recursively could arbitrarily change
643 recursively codegen's the body. This allows the body to use the loop
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bubble_controller.mm104 // bar), pulse it. Else, call ourself recursively with our parent

1234