Home
last modified time | relevance | path

Searched refs:expanding (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DinfiniteExpansionThroughInstantiation.types2 // instantiating a derived type can cause an infinitely expanding type reference to be generated
15 // will have an owner property that is an infinitely expanding type reference
DinfiniteExpansionThroughInstantiation.errors.txt11 // instantiating a derived type can cause an infinitely expanding type reference to be generated
19 // will have an owner property that is an infinitely expanding type reference
DinfiniteExpansionThroughInstantiation.symbols2 // instantiating a derived type can cause an infinitely expanding type reference to be generated
23 // will have an owner property that is an infinitely expanding type reference
DinfiniteExpansionThroughInstantiation2.types2 // instantiating a derived type can cause an infinitely expanding type reference to be generated
DinfiniteExpansionThroughTypeInference.types3 x: G<G<T>> // infinitely expanding type reference
DrecursiveTypeInGenericConstraint.types5 x: G<G<T>>; // infinitely expanding type reference
DinfiniteExpansionThroughInstantiation2.symbols2 // instantiating a derived type can cause an infinitely expanding type reference to be generated
DnominalSubtypeCheckOfTypeParameter.types22 …citly says List<T> extends Sequence<T>, the current rules for infinitely expanding type references
DinfiniteExpansionThroughTypeInference.symbols6 x: G<G<T>> // infinitely expanding type reference
DrecursiveTypeInGenericConstraint.symbols6 x: G<G<T>>; // infinitely expanding type reference
DnominalSubtypeCheckOfTypeParameter.symbols39 …citly says List<T> extends Sequence<T>, the current rules for infinitely expanding type references
DobjectTypeWithRecursiveWrappedPropertyCheckedNominally.types2 // Types with infinitely expanding recursive types are type checked nominally
DobjectTypeWithRecursiveWrappedPropertyCheckedNominally.errors.txt16 // Types with infinitely expanding recursive types are type checked nominally
/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dbin.mjs43 This prevents double-expanding, in case the shell expands
86 description: `Follow symlinked directories when expanding '**'`,
/third_party/mksh/
Dfuncs.c1611 bool rawmode = false, expanding = false; in c_read() local
1830 if (expanding) { in c_read()
1831 expanding = false; in c_read()
1849 expanding = true; in c_read()
1879 expanding = false; in c_read()
1943 if (expanding) { in c_read()
1944 expanding = false; in c_read()
1949 expanding = true; in c_read()
1960 expanding = false; in c_read()
1967 if (lastparmmode && !expanding && !rawmode && ch == '\\') { in c_read()
[all …]
/third_party/rust/crates/codespan/codespan-lsp/
DCargo.toml14 # WARNING: Be extremely careful when expanding this version range.
/third_party/littlefs/tests/
Dtest_superblocks.toml100 # expanding superblock
134 # expanding superblock with power cycle
172 # reentrant expanding superblock
Dtest_truncate.toml325 // cold expanding
335 // warm expanding truncate
345 // mid-file expanding truncate
Dtest_exhaustion.toml94 # which also requires expanding superblocks
288 # wear-level test + expanding superblock
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocales.java77 EXPAND("en_XA", PseudoLocales::expanding,
381 private static PseudoText expanding(boolean isPattern) { in expanding() method in PseudoLocales
/third_party/ltp/tools/sparse/sparse-src/
Dpre-process.c51 static int expanding = 0; variable
227 expanding = 1; in expand_one_symbol()
229 expanding = 0; in expand_one_symbol()
749 struct ident *expanding = token->ident; in expand() local
755 if (expanding->tainted) { in expand()
771 expanding->tainted = 1; in expand()
2202 if (expanding) { in handle_preprocessor_line()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h106 bool expanding; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME-FPStack.txt83 This just requires being smarter when custom expanding fptoui.
/third_party/curl/docs/cmdline-opts/
Dvariable.md39 When expanding variables, curl supports a set of functions that can make the
/third_party/openh264/codec/common/x86/
Dexpand_picture.asm60 ;;;;;;;expanding result;;;;;;;
462 ; for left & right border expanding
589 ; for left & right border expanding
715 ; for left & right border expanding

123456