Home
last modified time | relevance | path

Searched defs:spy (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript_eslint/packages/parser/tests/lib/
Dparser.ts23 const spy = jest.spyOn(typescriptESTree, 'parseAndGenerateServices'); constant
54 const spy = jest.spyOn(typescriptESTree, 'parseAndGenerateServices'); constant
77 const spy = jest.spyOn(scopeManager, 'analyze'); constant
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/
Dparse.test.ts91 const spy = jest.spyOn(astConverter, 'astConverter'); constant
594 const spy = jest.spyOn( constant
/third_party/boost/libs/smart_ptr/test/
Dweak_ptr_test.cpp1163 boost::shared_ptr<Y> spy(new Y); in test() local
/third_party/ffmpeg/libavfilter/
Dvf_vectorscope.c429 const uint16_t *spy = src[py]; in vectorscope16() local
629 const uint8_t *spy = src[py]; in vectorscope8() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_splitter.cc365 for (auto &spy : area.spy_cnodes()) { in AreaGraph() local