Home
last modified time | relevance | path

Searched refs:got_source (Results 1 – 3 of 3) sorted by relevance

/external/cronet/base/
Dscoped_observation_unittest.cc65 TestSource* const got_source = obs.GetSource(); in TEST() local
66 EXPECT_EQ(got_source, &s1); in TEST()
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
Danf_test.py59 got_source = parser.unparse(node, indentation=' ')
60 got_str = textwrap.dedent(got_source).strip()
/external/libpcap/rpcapd/
Ddaemon.c230 int got_source = 0; // 1 if we've gotten the source from an open request in daemon_serviceloop() local
875 got_source = 1; in daemon_serviceloop()
881 if (!got_source) in daemon_serviceloop()