Home
last modified time | relevance | path

Searched refs:Large (Results 1 – 25 of 198) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
DenumMapBackIntoItself.types11 Large
12 >Large : TShirtSize.Large
14 var mySize = TShirtSize.Large;
16 >TShirtSize.Large : TShirtSize.Large
18 >Large : TShirtSize.Large
24 >mySize : TShirtSize.Large
DenumMapBackIntoItself.symbols11 Large
12 >Large : Symbol(TShirtSize.Large, Decl(enumMapBackIntoItself.ts, 2, 10))
14 var mySize = TShirtSize.Large;
16 >TShirtSize.Large : Symbol(TShirtSize.Large, Decl(enumMapBackIntoItself.ts, 2, 10))
18 >Large : Symbol(TShirtSize.Large, Decl(enumMapBackIntoItself.ts, 2, 10))
DtsxUnionSpread.types32 return { type: 'Cat', subType: 'Large' };
33 >{ type: 'Cat', subType: 'Large' } : { type: "Cat"; subType: string; }
37 >'Large' : "Large"
51 var props2:AnimalInfo = { type: 'Cat', subType: 'Large' };
53 >{ type: 'Cat', subType: 'Large' } : { type: "Cat"; subType: string; }
57 >'Large' : "Large"
DdeeplyNestedAssignabilityIssue.symbols9 interface Large {
10 >Large : Symbol(Large, Decl(deeplyNestedAssignabilityIssue.ts, 2, 1))
13 >something : Symbol(Large.something, Decl(deeplyNestedAssignabilityIssue.ts, 4, 17))
36 const x: Large = {
38 >Large : Symbol(Large, Decl(deeplyNestedAssignabilityIssue.ts, 2, 1))
DenumMapBackIntoItself.js5 Large
7 var mySize = TShirtSize.Large;
19 var mySize = TShirtSize.Large;
DdeeplyNestedAssignabilityIssue.types7 interface Large {
30 const x: Large = {
31 >x : Large
DdeeplyNestedAssignabilityIssue.js6 interface Large {
19 const x: Large = {
DtsxUnionSpread.symbols39 return { type: 'Cat', subType: 'Large' };
54 var props2:AnimalInfo = { type: 'Cat', subType: 'Large' };
/third_party/benchmark/test/
Ddonotoptimize_assembly_test.cc22 struct Large { struct
36 benchmark::DoNotOptimize(Large{ExternInt, {ExternInt, ExternInt}}); in test_with_large_rvalue() argument
62 Large L{ExternInt, {ExternInt, ExternInt}}; in test_with_large_lvalue()
90 const Large L{ExternInt, {ExternInt, ExternInt}}; in test_with_large_const_lvalue()
/third_party/bzip2/
DREADME.COMPILATION.PROBLEMS18 6.0 and nmake, you can build a native Win32 version too. Large file
23 but many newer ones can. Large files are pretty huge -- most files
24 you'll encounter are not Large Files.
34 file support. For more details, see the Large File Support
35 Specification, published by the Large File Summit, at
/third_party/typescript/tests/cases/compiler/
DenumMapBackIntoItself.ts4 Large
6 var mySize = TShirtSize.Large;
DdeeplyNestedAssignabilityIssue.ts6 interface Large { interface
19 const x: Large = {
DtsxUnionSpread.tsx17 return { type: 'Cat', subType: 'Large' };
23 var props2:AnimalInfo = { type: 'Cat', subType: 'Large' };
/third_party/json/tests/thirdparty/Fuzzer/test/
DSignedIntOverflowTest.cpp13 static int Large = INT_MAX; variable
22 Large++; // int overflow. in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h28 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
37 enum Level { Default=0, Small=1, Large=2 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DCodeGenCWrappers.h42 return CodeModel::Large; in unwrap()
57 case CodeModel::Large: in wrap()
/third_party/rust/crates/memchr/src/memmem/
Dtwoway.rs120 Shift::Large { shift } => { in find()
290 Shift::Large { shift } => { in rfind()
388 shift: Shift::Large { shift: 0 }, in empty()
426 Large { shift: usize }, enumerator
443 return Shift::Large { shift: large }; in forward()
448 return Shift::Large { shift: large }; in forward()
466 return Shift::Large { shift: large }; in reverse()
471 return Shift::Large { shift: large }; in reverse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp87 case CodeModel::Large: in classifyLocalReference()
125 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
157 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
/third_party/googletest/googletest/test/
Dgtest_ext_unittest.cc40 HWTEST(EmptyCase, test1, Platform.Qcom | TestSize.Large, req1) { ; }
48 HWTEST_F(EmptyCase_F, test1, Platform.Qcom | TestSize.Large, req2) { ; }
93 exp_flags_map.insert(pair<const char*, int>("EmptyCase.test1", Platform.Qcom | TestSize.Large)); in TEST()
95 exp_flags_map.insert(pair<const char*, int>("EmptyCase_F.test1", Platform.Qcom | TestSize.Large)); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp216 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
248 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
/third_party/python/Doc/library/
Dposix.rst31 Large File Support
46 Large file support is enabled in Python when the size of an :c:type:`off_t` is
/third_party/protobuf/
DCONTRIBUTORS.txt26 Large code contributions:
31 Large quantity of code reviews:
/third_party/node/deps/zlib/patches/
D0012-lfs-open64.patch4 Subject: [PATCH] Add open64 for Large File System support to gzlib.
/third_party/mbedtls/tests/suites/
Dtest_suite_aes.xts.data10 AES-128-XTS Encrypt Fail Sector Too Large (by 1 byte)
13 AES-128-XTS Encrypt Fail Sector Too Large (by 1 block)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetMachine.cpp37 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()

12345678