HomeSort by relevance Sort by last modified time
    Searched refs:Recursive (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/tools/gyp/tools/Xcode/Specifications/
gyp.xclangspec 172 Recursive = YES;
187 Recursive = YES;
  /external/lzma/CPP/Common/
Wildcard.cpp 181 if (!ForDir && !Recursive && delta !=0)
185 if (!ForDir && Recursive)
188 if (Recursive)
242 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir)
246 item.Recursive = recursive;
257 if (item.Recursive || item.PathParts.Size() > 1)
338 void CCensorNode::AddItem2(bool include, const UString &path, bool recursive)
350 AddItem(include, path2, recursive, forFile, forFolder);
374 void CCensor::AddItem(bool include, const UString &path, bool recursive)
    [all...]
Wildcard.h 22 bool Recursive;
45 void AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir);
46 void AddItem2(bool include, const UString &path, bool recursive);
73 void AddItem(bool include, const UString &path, bool recursive);
  /external/valgrind/main/drd/tests/
trylock.stderr.exp 9 Recursive writer locking not allowed: rwlock 0x.........
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 579 void Recursive(
589 TEST_F(IPCSyncChannelTest, Recursive) {
590 Recursive(false, false, false);
591 Recursive(false, false, true);
592 Recursive(false, true, false);
593 Recursive(false, true, true);
594 Recursive(true, false, false);
595 Recursive(true, false, true);
596 Recursive(true, true, false);
597 Recursive(true, true, true)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once_unittest.cc 196 TEST_F(OnceInitTest, Recursive) {
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 196 TEST_F(OnceInitTest, Recursive) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 449 class Recursive(Structure):
453 Recursive._fields_ = [("next", Recursive)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 449 class Recursive(Structure):
453 Recursive._fields_ = [("next", Recursive)]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 474 DeclarationMatcher Recursive =
496 "};", Recursive));
510 "};", Recursive));
528 "};", Recursive));
532 DeclarationMatcher Recursive =
551 EXPECT_TRUE(matches("class F {};", Recursive));
552 EXPECT_TRUE(matches("class Z {};", Recursive));
553 EXPECT_TRUE(matches("class C {};", Recursive));
554 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive));
555 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive));
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 198 if (item.Recursive || item.PathParts.Size() != 1)
ArchiveCommandLine.cpp 433 if (item.Recursive || item.PathParts.Size() != 1)
  /external/harfbuzz_ng/
git.mk 59 # - Recursive configure doesn't work as $(top_srcdir)/git.mk inside the
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 575 "A note on error recovery in recursive descent parsers":
580 "Efficient and Comfortable Error Recovery in Recursive Descent
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmaccess.h 670 NET_API_STATUS WINAPI NetAccessEnum(LPCWSTR servername,LPCWSTR BasePath,DWORD Recursive,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /ndk/build/core/
definitions-graph.mk 211 $(call -ndk-mod-closure-recursive)\
222 -ndk-mod-closure-recursive = \
231 $(if $(_ndk_mod_wq),$(call -ndk-mod-closure-recursive))
454 $(call -ndk-mod-bfs-recursive) \
457 # Recursive function used to perform a depth-first scan.
460 -ndk-mod-bfs-recursive = \
461 $(call -ndk-mod-debug,-ndk-mod-bfs-recursive wq='$(_ndk_mod_wq)' list='$(_ndk_mod_list)' visited='$(_ndk_mod_tree_visitors)')\
472 $(if $(_ndk_mod_wq),$(call -ndk-mod-bfs-recursive))
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 432 * "A note on error recovery in recursive descent parsers":
437 * "Efficient and Comfortable Error Recovery in Recursive Descent
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd 784 # Recursive utility function used in __getbuffer__ to get format
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 272 // The recursive function, that goes over all children of a particular
551 // Recursive function that builds a branch of tree.
593 // A recursive function that processes internals of a function and all its
681 // A recursive function that tries to find a correspondence for all
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/chromium_org/v8/test/mjsunit/es7/
object-observe.js 814 // Recursive observation.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js     [all...]

Completed in 1334 milliseconds

1 2