Home
last modified time | relevance | path

Searched refs:Recursive (Results 1 – 25 of 55) sorted by relevance

123

/third_party/typescript/src/testRunner/unittests/config/
DmatchFiles.ts159 "c:/dev": WatchDirectoryFlags.Recursive
552 "c:/dev": WatchDirectoryFlags.Recursive
574 "c:/dev/x": WatchDirectoryFlags.Recursive,
575 "c:/dev/z": WatchDirectoryFlags.Recursive
593 "/dev": WatchDirectoryFlags.Recursive
612 "c:/dev": WatchDirectoryFlags.Recursive
636 "c:/dev": WatchDirectoryFlags.Recursive
660 "c:/dev": WatchDirectoryFlags.Recursive
680 "c:/dev": WatchDirectoryFlags.Recursive
702 "c:/dev": WatchDirectoryFlags.Recursive
[all …]
/third_party/typescript/tests/baselines/reference/
DselfReferencingTypeReferenceInference.symbols11 type Recursive<T> =
12 >Recursive : Symbol(Recursive, Decl(selfReferencingTypeReferenceInference.ts, 2, 1))
18 | Box<Recursive<T>>
20 >Recursive : Symbol(Recursive, Decl(selfReferencingTypeReferenceInference.ts, 2, 1))
23 type InferRecursive<T> = T extends Recursive<infer R> ? R : "never!"
27 >Recursive : Symbol(Recursive, Decl(selfReferencingTypeReferenceInference.ts, 2, 1))
DselfReferencingTypeReferenceInference.types7 type Recursive<T> =
8 >Recursive : Recursive<T>
11 | Box<Recursive<T>>
13 type InferRecursive<T> = T extends Recursive<infer R> ? R : "never!"
DselfReferencingTypeReferenceInference.js6 type Recursive<T> =
8 | Box<Recursive<T>>
10 type InferRecursive<T> = T extends Recursive<infer R> ? R : "never!"
DrecursiveMappedTypes.types2 // Recursive mapped types simply appear empty
DrecursiveMappedTypes.errors.txt13 // Recursive mapped types simply appear empty
DrecursiveMappedTypes.symbols2 // Recursive mapped types simply appear empty
/third_party/typescript/tests/cases/unittests/
DmatchFiles.ts465 "c:/dev": ts.WatchDirectoryFlags.Recursive
487 "c:/dev/x": ts.WatchDirectoryFlags.Recursive,
488 "c:/dev/z": ts.WatchDirectoryFlags.Recursive
506 "/dev": ts.WatchDirectoryFlags.Recursive
522 "c:/dev": ts.WatchDirectoryFlags.Recursive
546 "c:/dev": ts.WatchDirectoryFlags.Recursive
570 "c:/dev": ts.WatchDirectoryFlags.Recursive
588 "c:/dev": ts.WatchDirectoryFlags.Recursive
611 "c:/dev": ts.WatchDirectoryFlags.Recursive
633 "c:/dev": ts.WatchDirectoryFlags.Recursive
[all …]
/third_party/typescript/tests/cases/compiler/
DselfReferencingTypeReferenceInference.ts5 type Recursive<T> = alias
7 | Box<Recursive<T>>
9 type InferRecursive<T> = T extends Recursive<infer R> ? R : "never!"
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec172 Recursive = YES;
187 Recursive = YES;
/third_party/node/tools/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec172 Recursive = YES;
187 Recursive = YES;
/third_party/node/deps/npm/node_modules/deep-extend/
DREADME.md4 Recursive object extending.
/third_party/node/deps/npm/node_modules/object-assign/
Dreadme.md56 - [deep-assign](https://github.com/sindresorhus/deep-assign) - Recursive `Object.assign()`
/third_party/selinux/secilc/
DREADME68 - Recursive limits are not handled
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoFlags.def88 HANDLE_DISP_FLAG((1u << 7), Recursive)
/third_party/python/Lib/ctypes/test/
Dtest_structures.py784 class Recursive(Structure): class
788 Recursive._fields_ = [("next", Recursive)]
/third_party/python/Doc/library/
Dcopy.rst48 * Recursive objects (compound objects that, directly or indirectly, contain a
Dreprlib.rst126 Recursive implementation used by :meth:`.repr`. This uses the type of *obj* to
/third_party/typescript/src/compiler/
DresolutionCache.ts693 }, nonRecursive ? WatchDirectoryFlags.None : WatchDirectoryFlags.Recursive);
856 }, WatchDirectoryFlags.Recursive);
DwatchUtilities.ts486 …> host.watchDirectory(directory, callback, (flags & WatchDirectoryFlags.Recursive) !== 0, options),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1469 bool Recursive = false; in run() local
1473 Recursive = true; in run()
1476 if (Recursive) in run()
/third_party/ltp/tools/sparse/sparse-src/
Dgdbhelpers89 # Recursive
/third_party/python/Lib/test/
Dpickletester.py2716 global Recursive
2717 class Recursive: class
2719 Recursive.mod = sys.modules[Recursive.__module__]
2720 Recursive.__qualname__ = 'Recursive.mod.Recursive'
2723 unpickled = self.loads(self.dumps(Recursive, proto))
2724 self.assertIs(unpickled, Recursive)
2725 del Recursive.mod # break reference loop
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts458 }, WatchDirectoryFlags.Recursive, options, projectName, watchers);
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto52 // Recursive message to for testing autocreators at different depths.
82 // Recursive message and extension to for testing autocreators at different

123