/external/chromium_org/chrome/browser/ui/cocoa/ |
D | ui_localizer.mm | 48 [self localizeObject:owner_ recursively:YES]; 49 [self localizeObject:otherObjectToLocalize_ recursively:YES]; 50 [self localizeObject:yetAnotherObjectToLocalize_ recursively:YES];
|
/external/llvm/test/Linker/ |
D | 2003-08-23-RecursiveOpaqueTypeResolve.ll | 1 ; It's a bad idea to go recursively traipsing through types without a safety
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
D | compile_frontend.py | 208 def dump_module(name, recursively, processed_modules): argument 217 if recursively: 219 command += dump_module(dependency, recursively, processed_modules)
|
/external/valgrind/main/drd/tests/ |
D | trylock.stderr.exp | 8 Attempt to lock for writing recursively (not allowed).
|
/external/clang/test/SemaObjC/ |
D | undef-superclass-1.m | 29 @interface RecursiveClass : RecursiveClass // expected-error {{trying to recursively use 'Recursive…
|
/external/proguard/src/proguard/obfuscate/ |
D | ClassObfuscator.java | 303 boolean recursively) in mapPackageName() argument 314 if (!recursively) in mapPackageName()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | tkt3080.test | 14 # Make sure that application-defined functions are able to recursively
|
/external/smali/baksmali/src/test/smali/deodex_test1/ |
D | main.smali | 66 …#this additionally tests that the register types are propagated recursively, in the case that the …
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.mipmap.txt | 38 4x4 grid layout is used. For cube map textures the viewport is recursively
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 184 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/ |
D | file_system_provider.idl | 419 // 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/ |
D | BUILD.gn | 6 # file, and recursively load all dependencies until all dependencies are either
|
/external/llvm/docs/ |
D | MakefileGuide.rst | 273 ``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/ |
D | readme.vc9.txt | 121 Because it acts recursively on all sub-directories of this
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | TreeNodeStream.as | 80 * walk recursively from start until stop. You can always return
|
/external/clang/docs/ |
D | IntroductionToTheClangAST.rst | 113 and then recursively traverses everything that can be reached from that
|
/external/chromium_org/ui/base/cocoa/ |
D | menu_controller.mm | 70 // be invoked recursively.
|
/external/chromium_org/third_party/webrtc/base/ |
D | win32regkey.cc | 806 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/ |
D | DESIGN.TXT | 109 2) Unload dependencies recursively.
|
/external/bzip2/ |
D | README | 96 recursively traverses a directory structure, using bzip2 to compress
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 341 // Include a google.protobuf.FileOptions and recursively extend it with
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 155 a macro argument instantiated here, recursively instantiated here).
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | TreeToNFAConverter.g | 721 // 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/ |
D | LangImpl5.rst | 334 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/ |
D | bookmark_bubble_controller.mm | 104 // bar), pulse it. Else, call ourself recursively with our parent
|