Home
last modified time | relevance | path

Searched defs:thing1 (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
DcompilerCore.ts158 const thing1: Thing = { constant
/third_party/typescript/tests/baselines/reference/tsbuild/declarationEmit/
Dwhen-declaration-file-used-inferred-type-from-referenced-project.js31 const a: IThings = { thing1: { a: 'b' } }; property
65 thing1: IThing; property
/third_party/skia/tests/
DRefCntTest.cpp26 std::thread thing1(bounce_ref, ref); in test_refCnt() local
56 std::thread thing1(bounce_ref, ref); in test_weakRefCnt() local
/third_party/python/Lib/unittest/test/testmock/
Dtestpatch.py1444 def thing1(): pass function
1473 def thing1(): pass function