Lines Matching refs:ASSERT_NE
87 ASSERT_NE(content.find("GlobalFunc"), std::string::npos); in TEST_F()
93 ASSERT_NE(content.find("GlobalFunc"), std::string::npos); in TEST_F()
114 ASSERT_NE(lines[line_index].find("Command"), std::string::npos); in TEST_F()
115 ASSERT_NE(lines[line_index].find("Pid"), std::string::npos); in TEST_F()
116 ASSERT_NE(lines[line_index].find("Shared Object"), std::string::npos); in TEST_F()
117 ASSERT_NE(lines[line_index].find("Symbol"), std::string::npos); in TEST_F()
132 ASSERT_NE(map.find("GlobalFunc"), map.end()); in TEST_F()
133 ASSERT_NE(map.find("main"), map.end()); in TEST_F()
218 ASSERT_NE(content.find("17441"), std::string::npos); in TEST_F()
219 ASSERT_NE(content.find("17445"), std::string::npos); in TEST_F()
307 ASSERT_NE(hit_set.find(std::make_pair<std::string, std::string>("GlobalFunc", "CalledFunc")), in TEST_F()
309 ASSERT_NE(hit_set.find(std::make_pair<std::string, std::string>("CalledFunc", "GlobalFunc")), in TEST_F()
316 ASSERT_NE(content.find(GetUrlInApk(APK_FILE, NATIVELIB_IN_APK)), std::string::npos); in TEST_F()
317 ASSERT_NE(content.find("Func2"), std::string::npos); in TEST_F()
324 ASSERT_NE(pos = content.find("cpu-cycles", pos), std::string::npos); in TEST_F()
325 ASSERT_NE(pos = content.find("Samples:", pos), std::string::npos); in TEST_F()
326 ASSERT_NE(pos = content.find("cpu-clock", pos), std::string::npos); in TEST_F()
327 ASSERT_NE(pos = content.find("Samples:", pos), std::string::npos); in TEST_F()
333 ASSERT_NE(content.find("perf_event_aux"), std::string::npos); in TEST_F()
339 ASSERT_NE(content.find("main"), std::string::npos); in TEST_F()
342 ASSERT_NE(content.find("memcpy"), std::string::npos); in TEST_F()
349 ASSERT_NE(content.find("main"), std::string::npos); in TEST_F()
360 ASSERT_NE(content.find("VaddrInFile"), std::string::npos); in TEST_F()
366 ASSERT_NE(content.find("main"), std::string::npos); in TEST_F()
388 ASSERT_NE(content.find("unknown"), std::string::npos); in TEST_F()
429 ASSERT_NE(content.find("89.03"), std::string::npos); in TEST_F()
436 ASSERT_NE(content.find("89.03"), std::string::npos); in TEST_F()
443 ASSERT_NE(content.find("89.03"), std::string::npos); in TEST_F()
449 ASSERT_NE(content.find("FakeKernelSymbol"), std::string::npos); in TEST_F()
459 ASSERT_NE(content.find("GlobalFunc"), std::string::npos); in TEST_F()
466 ASSERT_NE(content.find("skipped in brief callgraph mode"), std::string::npos); in TEST_F()
475 ASSERT_NE(content.find("Time in ns"), std::string::npos); in TEST_F()
479 ASSERT_NE(line.find("38.76%"), std::string::npos); in TEST_F()
495 ASSERT_NE(content.find("EventCount,EventName"), std::string::npos); in TEST_F()
499 ASSERT_NE(content.find("AccEventCount,SelfEventCount,EventName"), std::string::npos); in TEST_F()
505 ASSERT_NE(content.find("[JIT app cache]"), std::string::npos); in TEST_F()
510 ASSERT_NE(content.find("[JIT app cache]"), std::string::npos); in TEST_F()
516 ASSERT_NE(std::string::npos, content.find("generic_jit_symbol_one")); in TEST_F()
557 ASSERT_NE(content.find(GetUrlInApk(APK_FILE, NATIVELIB_IN_APK)), std::string::npos); in TEST_F()
558 ASSERT_NE(content.find("Func2"), std::string::npos); in TEST_F()
559 ASSERT_NE(content.find("Func1"), std::string::npos); in TEST_F()
560 ASSERT_NE(content.find("GlobalFunc"), std::string::npos); in TEST_F()