HomeSort by relevance Sort by last modified time
    Searched defs:Recursive (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/Common/
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/chromium-trace/trace-viewer/third_party/Paste/paste/
recursive.py 7 you to trigger recursive redirects and forwards.
9 paste.recursive.include:
11 ``environ['paste.recursive.include'](new_path_info)`` a response
15 paste.recursive.script_name:
16 The ``SCRIPT_NAME`` at the point that recursive lives. Only
19 paste.recursive.old_path_info:
45 'paste.recursive.old_path_info', []):
49 % (path_info, self.env['paste.recursive.old_path_info']))
50 old_path_info = self.env.setdefault('paste.recursive.old_path_info', [])
57 A WSGI middleware that allows for recursive and forwarded calls
    [all...]
  /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 501 DeclarationMatcher Recursive =
523 "};", Recursive));
537 "};", Recursive));
555 "};", Recursive));
559 DeclarationMatcher Recursive =
578 EXPECT_TRUE(matches("class F {};", Recursive));
579 EXPECT_TRUE(matches("class Z {};", Recursive));
580 EXPECT_TRUE(matches("class C {};", Recursive));
581 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive));
582 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive));
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]

Completed in 658 milliseconds