/third_party/typescript/tests/baselines/reference/ |
D | enumMapBackIntoItself.types | 11 Large 12 >Large : TShirtSize.Large 14 var mySize = TShirtSize.Large; 16 >TShirtSize.Large : TShirtSize.Large 18 >Large : TShirtSize.Large 24 >mySize : TShirtSize.Large
|
D | enumMapBackIntoItself.symbols | 11 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))
|
D | tsxUnionSpread.types | 32 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"
|
D | deeplyNestedAssignabilityIssue.symbols | 9 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))
|
D | enumMapBackIntoItself.js | 5 Large 7 var mySize = TShirtSize.Large; 19 var mySize = TShirtSize.Large;
|
D | deeplyNestedAssignabilityIssue.types | 7 interface Large { 30 const x: Large = { 31 >x : Large
|
D | deeplyNestedAssignabilityIssue.js | 6 interface Large { 19 const x: Large = {
|
D | tsxUnionSpread.symbols | 39 return { type: 'Cat', subType: 'Large' }; 54 var props2:AnimalInfo = { type: 'Cat', subType: 'Large' };
|
/third_party/benchmark/test/ |
D | donotoptimize_assembly_test.cc | 22 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/ |
D | README.COMPILATION.PROBLEMS | 18 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/ |
D | enumMapBackIntoItself.ts | 4 Large 6 var mySize = TShirtSize.Large;
|
D | deeplyNestedAssignabilityIssue.ts | 6 interface Large { interface 19 const x: Large = {
|
D | tsxUnionSpread.tsx | 17 return { type: 'Cat', subType: 'Large' }; 23 var props2:AnimalInfo = { type: 'Cat', subType: 'Large' };
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | SignedIntOverflowTest.cpp | 13 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/ |
D | CodeGen.h | 28 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/ |
D | CodeGenCWrappers.h | 42 return CodeModel::Large; in unwrap() 57 case CodeModel::Large: in wrap()
|
/third_party/rust/crates/memchr/src/memmem/ |
D | twoway.rs | 120 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/ |
D | X86Subtarget.cpp | 87 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/ |
D | gtest_ext_unittest.cc | 40 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/ |
D | AArch64Subtarget.cpp | 216 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 248 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
|
/third_party/python/Doc/library/ |
D | posix.rst | 31 Large File Support 46 Large file support is enabled in Python when the size of an :c:type:`off_t` is
|
/third_party/protobuf/ |
D | CONTRIBUTORS.txt | 26 Large code contributions: 31 Large quantity of code reviews:
|
/third_party/node/deps/zlib/patches/ |
D | 0012-lfs-open64.patch | 4 Subject: [PATCH] Add open64 for Large File System support to gzlib.
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_aes.xts.data | 10 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/ |
D | XCoreTargetMachine.cpp | 37 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
|