Home
last modified time | relevance | path

Searched refs:Recursive (Results 1 - 14 of 14) sorted by relevance

/third_party/lzma/CPP/Common/
H A DWildcard.h36 bool Recursive; member
62 bool Recursive; member
67 Recursive(false), in CCensorPathProps()
121 item.Recursive = false; in Add_Wildcard()
H A DWildcard.cpp274 return (ForDir || Recursive && ForFile); in CheckPath()
288 if (Recursive) in CheckPath()
297 if (Recursive) in CheckPath()
383 item.Recursive = props.Recursive;
396 if (item.Recursive || item.PathParts.Size() > 1) in NeedCheckSubDirs()
714 props2.Recursive = false; in AddItem()
733 item.Recursive = props2.Recursive; in AddItem()
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h70 bool Recursive; member
92 Recursive(true), in COpenType()
H A DEnumDirItems.cpp748 if (item.Recursive || item.PathParts.Size() != 1) in CanUseFsDirect()
1582 if (item.Recursive || item.PathParts.Size() != 1) in ConvertToLongNames()
H A DOpenArchive.cpp3247 if (!latest.Recursive)
3579 case 'r': type.Recursive = true; return true;
3614 type.Recursive = false;
H A DArchiveCommandLine.cpp454 props.Recursive = recursed; in AddNameToCensor()
/third_party/python/Lib/ctypes/test/
H A Dtest_structures.py784 class Recursive(Structure): class
788 Recursive._fields_ = [("next", Recursive)]
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp231 props.Recursive = recursed; in AddNameToCensor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1469 bool Recursive = false; in run() local
1473 Recursive = true; in run()
1476 if (Recursive) in run()
/third_party/python/Lib/test/
H A Dpickletester.py2748 global Recursive
2749 class Recursive: class
2751 Recursive.mod = sys.modules[Recursive.__module__]
2752 Recursive.__qualname__ = 'Recursive.mod.Recursive'
2755 unpickled = self.loads(self.dumps(Recursive, proto))
2756 self.assertIs(unpickled, Recursive)
2757 del Recursive
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h1226 static StateValueDescriptor Recursive(size_t id) { in Recursive() function in v8::internal::compiler::StateValueDescriptor
1332 fields_.push_back(StateValueDescriptor::Recursive(id)); in PushRecursiveField()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3132 /*Recursive defined:
3135 Recursive bool `json:"recursive,omitempty"`
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3132 /*Recursive defined:
3135 Recursive bool `json:"recursive,omitempty"`
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3132 /*Recursive defined:
3135 Recursive bool `json:"recursive,omitempty"`

Completed in 36 milliseconds