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

  /external/chromium-trace/catapult/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...]
  /external/lzma/CPP/Common/
Wildcard.h 45 bool Recursive;
84 void AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir, bool wildcardMatching);
85 void AddItem2(bool include, const UString &path, bool recursive, bool wildcardMatching);
117 bool Recursive;
122 Recursive(false),
138 void AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, bool wildcardMatching);
143 void AddPreItem(bool include, const UString &path, bool recursive, bool wildcardMatching);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_structures.py 449 class Recursive(Structure):
453 Recursive._fields_ = [("next", Recursive)]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_structures.py 449 class Recursive(Structure):
453 Recursive._fields_ = [("next", 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/lzma/CPP/7zip/UI/Common/
OpenArchive.h 59 bool Recursive;
80 Recursive(true),
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 514 DeclarationMatcher Recursive =
536 "};", Recursive));
550 "};", Recursive));
568 "};", Recursive));
572 DeclarationMatcher Recursive =
591 EXPECT_TRUE(matches("class F {};", Recursive));
592 EXPECT_TRUE(matches("class Z {};", Recursive));
593 EXPECT_TRUE(matches("class C {};", Recursive));
594 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive));
595 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive));
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]

Completed in 2396 milliseconds