Lines Matching refs:ASSERT_NE
89 ASSERT_NE(content.find("GlobalFunc"), std::string::npos); in TEST_F()
95 ASSERT_NE(content.find("GlobalFunc"), std::string::npos); in TEST_F()
116 ASSERT_NE(lines[line_index].find("Command"), std::string::npos); in TEST_F()
117 ASSERT_NE(lines[line_index].find("Pid"), std::string::npos); in TEST_F()
118 ASSERT_NE(lines[line_index].find("Shared Object"), std::string::npos); in TEST_F()
119 ASSERT_NE(lines[line_index].find("Symbol"), std::string::npos); in TEST_F()
134 ASSERT_NE(map.find("GlobalFunc"), map.end()); in TEST_F()
135 ASSERT_NE(map.find("main"), map.end()); in TEST_F()
220 ASSERT_NE(content.find("17441"), std::string::npos); in TEST_F()
221 ASSERT_NE(content.find("17445"), std::string::npos); in TEST_F()
299 ASSERT_NE(content.find("63500000 43250000 /apex/com.android.runtime/lib64/libart.so"), in TEST_F()
305 ASSERT_NE(content.find("51500000 2500000 MterpInvokeVirtual"), std::string::npos); in TEST_F()
323 ASSERT_NE(hit_set.find(std::make_pair<std::string, std::string>("GlobalFunc", "CalledFunc")), in TEST_F()
325 ASSERT_NE(hit_set.find(std::make_pair<std::string, std::string>("CalledFunc", "GlobalFunc")), in TEST_F()
332 ASSERT_NE(content.find(GetUrlInApk(APK_FILE, NATIVELIB_IN_APK)), std::string::npos); in TEST_F()
333 ASSERT_NE(content.find("Func2"), std::string::npos); in TEST_F()
340 ASSERT_NE(pos = content.find("cpu-cycles", pos), std::string::npos); in TEST_F()
341 ASSERT_NE(pos = content.find("Samples:", pos), std::string::npos); in TEST_F()
342 ASSERT_NE(pos = content.find("cpu-clock", pos), std::string::npos); in TEST_F()
343 ASSERT_NE(pos = content.find("Samples:", pos), std::string::npos); in TEST_F()
349 ASSERT_NE(content.find("perf_event_aux"), std::string::npos); in TEST_F()
355 ASSERT_NE(content.find("main"), std::string::npos); in TEST_F()
358 ASSERT_NE(content.find("memcpy"), std::string::npos); in TEST_F()
365 ASSERT_NE(content.find("main"), std::string::npos); in TEST_F()
376 ASSERT_NE(content.find("VaddrInFile"), std::string::npos); in TEST_F()
382 ASSERT_NE(content.find("main"), std::string::npos); in TEST_F()
404 ASSERT_NE(content.find("unknown"), std::string::npos); in TEST_F()
430 ASSERT_NE(content.find("89.03"), std::string::npos); in TEST_F()
437 ASSERT_NE(content.find("89.03"), std::string::npos); in TEST_F()
444 ASSERT_NE(content.find("89.03"), std::string::npos); in TEST_F()
450 ASSERT_NE(content.find("7.70%"), std::string::npos); in TEST_F()
451 ASSERT_NE(content.find("3.23%"), std::string::npos); in TEST_F()
454 ASSERT_NE(content.find("7.70%"), std::string::npos); in TEST_F()
461 ASSERT_NE(content.find("FakeKernelSymbol"), std::string::npos); in TEST_F()
471 ASSERT_NE(content.find("GlobalFunc"), std::string::npos); in TEST_F()
478 ASSERT_NE(content.find("skipped in brief callgraph mode"), std::string::npos); in TEST_F()
487 ASSERT_NE(content.find("Time in ns"), std::string::npos); in TEST_F()
491 ASSERT_NE(line.find("38.76%"), std::string::npos); in TEST_F()
507 ASSERT_NE(content.find("EventCount,EventName"), std::string::npos); in TEST_F()
511 ASSERT_NE(content.find("AccEventCount,SelfEventCount,EventName"), std::string::npos); in TEST_F()
517 ASSERT_NE(content.find("EventCount;EventName"), std::string::npos); in TEST_F()
518 ASSERT_NE(content.find(";cpu-cycles"), std::string::npos); in TEST_F()
524 ASSERT_NE(content.find("[JIT app cache]"), std::string::npos); in TEST_F()
529 ASSERT_NE(content.find("[JIT app cache]"), std::string::npos); in TEST_F()
535 ASSERT_NE(std::string::npos, content.find("generic_jit_symbol_one")); in TEST_F()
558 ASSERT_NE(content.find("EventCount"), std::string::npos); in TEST_F()
638 ASSERT_NE(capture.str().find("doesn't match clock used in time filter"), std::string::npos); in TEST_F()
663 ASSERT_NE(content.find(GetUrlInApk(APK_FILE, NATIVELIB_IN_APK)), std::string::npos); in TEST_F()
664 ASSERT_NE(content.find("Func2"), std::string::npos); in TEST_F()
665 ASSERT_NE(content.find("Func1"), std::string::npos); in TEST_F()
666 ASSERT_NE(content.find("GlobalFunc"), std::string::npos); in TEST_F()