/third_party/typescript/tests/baselines/reference/ |
D | genericRestArity.types | 4 declare function call<TS extends unknown[]>( 5 >call : <TS extends unknown[]>(handler: (...args: TS) => void, ...args: TS) => void 7 handler: (...args: TS) => void, 8 >handler : (...args: TS) => void 9 >args : TS 11 ...args: TS): void; 12 >args : TS 16 >call : <TS extends unknown[]>(handler: (...args: TS) => void, ...args: TS) => void 26 >call : <TS extends unknown[]>(handler: (...args: TS) => void, ...args: TS) => void
|
D | genericRestArityStrict.types | 4 declare function call<TS extends unknown[]>( 5 >call : <TS extends unknown[]>(handler: (...args: TS) => void, ...args: TS) => void 7 handler: (...args: TS) => void, 8 >handler : (...args: TS) => void 9 >args : TS 11 ...args: TS): void; 12 >args : TS 16 >call : <TS extends unknown[]>(handler: (...args: TS) => void, ...args: TS) => void 26 >call : <TS extends unknown[]>(handler: (...args: TS) => void, ...args: TS) => void
|
D | callWithMissingVoid.types | 226 declare function call<TS extends unknown[]>( 227 >call : <TS extends unknown[]>(handler: (...args: TS) => unknown, ...args: TS) => void 229 handler: (...args: TS) => unknown, 230 >handler : (...args: TS) => unknown 231 >args : TS 233 ...args: TS): void; 234 >args : TS 238 >call : <TS extends unknown[]>(handler: (...args: TS) => unknown, ...args: TS) => void 248 >call : <TS extends unknown[]>(handler: (...args: TS) => unknown, ...args: TS) => void 260 >call : <TS extends unknown[]>(handler: (...args: TS) => unknown, ...args: TS) => void [all …]
|
D | genericRestArityStrict.symbols | 4 declare function call<TS extends unknown[]>( 6 >TS : Symbol(TS, Decl(genericRestArityStrict.ts, 2, 22)) 8 handler: (...args: TS) => void, 11 >TS : Symbol(TS, Decl(genericRestArityStrict.ts, 2, 22)) 13 ...args: TS): void; 15 >TS : Symbol(TS, Decl(genericRestArityStrict.ts, 2, 22))
|
D | genericRestArity.symbols | 4 declare function call<TS extends unknown[]>( 6 >TS : Symbol(TS, Decl(genericRestArity.ts, 2, 22)) 8 handler: (...args: TS) => void, 11 >TS : Symbol(TS, Decl(genericRestArity.ts, 2, 22)) 13 ...args: TS): void; 15 >TS : Symbol(TS, Decl(genericRestArity.ts, 2, 22))
|
D | genericRestArity.js | 4 declare function call<TS extends unknown[]>( 5 handler: (...args: TS) => void, 6 ...args: TS): void;
|
D | genericRestArityStrict.js | 4 declare function call<TS extends unknown[]>( 5 handler: (...args: TS) => void, 6 ...args: TS): void;
|
D | genericRestArityStrict.errors.txt | 8 declare function call<TS extends unknown[]>( 9 handler: (...args: TS) => void, 10 ...args: TS): void;
|
D | genericRestArity.errors.txt | 8 declare function call<TS extends unknown[]>( 9 handler: (...args: TS) => void, 10 ...args: TS): void;
|
D | callWithMissingVoid.symbols | 173 declare function call<TS extends unknown[]>( 175 >TS : Symbol(TS, Decl(callWithMissingVoid.ts, 70, 22)) 177 handler: (...args: TS) => unknown, 180 >TS : Symbol(TS, Decl(callWithMissingVoid.ts, 70, 22)) 182 ...args: TS): void; 184 >TS : Symbol(TS, Decl(callWithMissingVoid.ts, 70, 22))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 189 MipsTargetStreamer &TS = getTargetStreamer(); in EmitInstruction() local 191 TS.forbidModuleDirective(); in EmitInstruction() 368 MipsTargetStreamer &TS = getTargetStreamer(); in printSavedRegsBitmask() local 370 TS.emitMask(CPUBitmask, CPUTopSavedRegOff); in printSavedRegsBitmask() 373 TS.emitFMask(FPUBitmask, FPUTopSavedRegOff); in printSavedRegsBitmask() 402 MipsTargetStreamer &TS = getTargetStreamer(); in EmitFunctionEntryLabel() local 410 TS.emitDirectiveSetMicroMips(); in EmitFunctionEntryLabel() 411 TS.setUsesMicroMips(); in EmitFunctionEntryLabel() 412 TS.updateABIInfo(*Subtarget); in EmitFunctionEntryLabel() 414 TS.emitDirectiveSetNoMicroMips(); in EmitFunctionEntryLabel() [all …]
|
/third_party/expat/tests/ |
D | xmltest.sh | 58 TS="$PWD/tests/" 119 cd "$TS/xmlconf" 129 cd "$TS/xmlconf/$xmldir" 139 cd "$TS/xmlconf/oasis" 151 cd "$TS/xmlconf" 159 cd "$TS/xmlconf/$xmldir" 166 cd "$TS/xmlconf/oasis"
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | xmltest.sh | 58 TS="$PWD/tests/" 119 cd "$TS/xmlconf" 129 cd "$TS/xmlconf/$xmldir" 139 cd "$TS/xmlconf/oasis" 151 cd "$TS/xmlconf" 159 cd "$TS/xmlconf/$xmldir" 166 cd "$TS/xmlconf/oasis"
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerTraceState.cpp | 229 static TraceState *TS; variable 232 if (!TS) return; in StartTraceRecording() 233 TS->StartTraceRecording(); in StartTraceRecording() 237 if (!TS) return; in StopTraceRecording() 238 TS->StopTraceRecording(); in StopTraceRecording() 243 TS = new TraceState(MD, Options, this); in InitializeTraceState() 254 using fuzzer::TS; 271 TS->TraceMemcmpCallback(n, reinterpret_cast<const uint8_t *>(s1), in __sanitizer_weak_hook_memcmp() 285 TS->TraceMemcmpCallback(n, reinterpret_cast<const uint8_t *>(s1), in __sanitizer_weak_hook_strncmp() 298 TS->TraceMemcmpCallback(N, reinterpret_cast<const uint8_t *>(s1), in __sanitizer_weak_hook_strcmp() [all …]
|
/third_party/gstreamer/gstplugins_bad/docs/libs/mpegts/ |
D | index.md | 1 # MPEG-TS helper library 11 The MPEG-TS helper library provides a collection of definitions, object, 13 Transport Stream* (MPEG-TS) format (as defined by `ISO/IEC 13818-1` and `ITU-T 30 * Parsing MPEG-TS packets (PSI or PES) and extracting the sections. One can use 34 * Generate and multiplex MPEG-TS packets and sections. One can use an existing 37 Applications, or external elements, can interact with the existing MPEG-TS 46 ### `MPEG-TS` 57 The official registration authority for MPEG-TS. This is used for the base 66 This standards body covers the variant of MPEG-TS used in Europe, Oceania, and 80 This set of standards covers the variants of MPEG-TS used in North America. [all …]
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestArity.ts | 3 declare function call<TS extends unknown[]>( 4 handler: (...args: TS) => void, 5 ...args: TS): void;
|
D | genericRestArityStrict.ts | 5 declare function call<TS extends unknown[]>( 6 handler: (...args: TS) => void, 7 ...args: TS): void;
|
/third_party/gettext/gettext-tools/tests/ |
D | qttest2_de.ts | 1 <!DOCTYPE TS><TS> 24 </TS>
|
/third_party/openssl/util/ |
D | libcrypto.num | 7 TS_MSG_IMPRINT_free 7 1_1_0 EXIST::FUNCTION:TS 9 TS_RESP_CTX_new 9 1_1_0 EXIST::FUNCTION:TS 13 i2d_ESS_ISSUER_SERIAL 13 1_1_0 EXIST::FUNCTION:TS 23 TS_REQ_get_ext_count 23 1_1_0 EXIST::FUNCTION:TS 90 TS_REQ_get_ext_by_NID 90 1_1_0 EXIST::FUNCTION:TS 113 i2d_TS_MSG_IMPRINT 113 1_1_0 EXIST::FUNCTION:TS 158 TS_VERIFY_CTX_set_store 159 1_1_0 EXIST::FUNCTION:TS 190 TS_TST_INFO_new 191 1_1_0 EXIST::FUNCTION:TS 281 TS_REQ_free 282 1_1_0 EXIST::FUNCTION:TS 325 d2i_ESS_SIGNING_CERT 326 1_1_0 EXIST::FUNCTION:TS [all …]
|
/third_party/typescript/tests/cases/conformance/expressions/functionCalls/ |
D | callWithMissingVoid.ts | 73 declare function call<TS extends unknown[]>( 74 handler: (...args: TS) => unknown, 75 ...args: TS): void;
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | AnyUniqueAliases.php | 10 const TS = 2; define in MyGame\\Example\\AnyUniqueAliases 16 AnyUniqueAliases::TS=>"TS",
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/payload/ |
D | copy_file.md | 2 title = "The Filesystem TS" 13 API from the Filesystem TS: 24 What if we could replace these two overloads of every API in the Filesystem TS with a single API,
|
/third_party/boost/libs/geometry/index/test/rtree/ |
D | rtree_test_generator.cpp | 43 typedef std::pair<std::string, std::string> TS; in main() typedef 44 std::vector<TS> testsets; in main() 51 BOOST_FOREACH(TS const& ts, testsets) in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 997 AArch64TargetStreamer *TS = in EmitInstruction() local 1219 TS->EmitARM64WinCFIAllocStack(MI->getOperand(0).getImm()); in EmitInstruction() 1223 TS->EmitARM64WinCFISaveFPLR(MI->getOperand(0).getImm()); in EmitInstruction() 1229 TS->EmitARM64WinCFISaveFPLRX(-MI->getOperand(0).getImm()); in EmitInstruction() 1233 TS->EmitARM64WinCFISaveReg(MI->getOperand(0).getImm(), in EmitInstruction() 1240 TS->EmitARM64WinCFISaveRegX(MI->getOperand(0).getImm(), in EmitInstruction() 1247 TS->EmitARM64WinCFISaveRegP(MI->getOperand(0).getImm(), in EmitInstruction() 1256 TS->EmitARM64WinCFISaveRegPX(MI->getOperand(0).getImm(), in EmitInstruction() 1261 TS->EmitARM64WinCFISaveFReg(MI->getOperand(0).getImm(), in EmitInstruction() 1268 TS->EmitARM64WinCFISaveFRegX(MI->getOperand(0).getImm(), in EmitInstruction() [all …]
|
/third_party/flatbuffers/grpc/examples/ts/greeter/ |
D | README.md | 1 # TS Greeter example 3 The following is an example on how to run the TS grpc server. Make sure that you have `Typescript` …
|