Home
last modified time | relevance | path

Searched defs:empty_result (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine_schema_test.cc1246 SearchResultProto empty_result; in TEST_F() local
1355 SearchResultProto empty_result; in TEST_F() local
1500 SearchResultProto empty_result; in TEST_F() local
1738 SearchResultProto empty_result; in TEST_F() local
1987 SearchResultProto empty_result; in TEST_F() local
3580 SearchResultProto empty_result; in TEST_F() local
H A Dicing-search-engine_search_test.cc824 SearchResultProto empty_result; in TEST_F() local
/aosp_15_r20/hardware/google/camera/common/hal/tests/
Dresult_processor_tests.cc80 ProcessBlockResult empty_result; in SendResultsAndMessages() local
152 ProcessBlockResult empty_result = {.result = in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_image_ops.py88 def empty_result(): function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/tests/
Dstream_collect.rs38 async fn empty_result() { in empty_result() function
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_log.cc1289 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FlushInternal() local
1336 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FlushInternal() local
1478 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FinishFlush() local
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_log.cc855 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FlushInternal() local
959 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FinishFlush() local
/aosp_15_r20/external/cronet/net/dns/
H A Dmock_host_resolver.cc205 static const base::NoDestructor<std::vector<std::string>> empty_result; in GetTextResults() local
211 static const base::NoDestructor<std::vector<HostPortPair>> empty_result; in GetHostnameResults() local
/aosp_15_r20/system/extras/simpleperf/
H A Devent_type.cpp450 std::vector<int> empty_result; in GetPmuCpumask() local
/aosp_15_r20/external/fmtlib/test/
H A Dchrono-test.cc243 TEST(chrono_test, empty_result) { EXPECT_EQ(fmt::format("{}", std::tm()), ""); } in TEST() argument