Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dscoped_observation_unittest.cc66 TestSource* const got_source = obs.GetSource(); in TEST() local
67 EXPECT_EQ(got_source, &s1); in TEST()
/aosp_15_r20/libcore/tools/testmapping/
H A Dgen_smoke_tests.py106 def match(matcher, got_source, message): argument
118 if got_source == want_source:
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
H A Danf_test.py59 got_source = parser.unparse(node, indentation=' ')
60 got_str = textwrap.dedent(got_source).strip()
/aosp_15_r20/external/libpcap/rpcapd/
H A 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()