HomeSort by relevance Sort by last modified time
    Searched full:state_before (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 378 ProfileData::State state_before; local
379 collector_.GetCurrentState(&state_before);
380 EXPECT_FALSE(state_before.enabled);
381 EXPECT_EQ(0, state_before.samples_gathered);
382 EXPECT_EQ(0, state_before.start_time);
383 EXPECT_STREQ("", state_before.profile_name);
398 ExpectSameState(state_before, state_after);
456 ProfileData::State state_before; local
457 collector_.GetCurrentState(&state_before);
464 ExpectSameState(state_before, state_after)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 378 ProfileData::State state_before; local
379 collector_.GetCurrentState(&state_before);
380 EXPECT_FALSE(state_before.enabled);
381 EXPECT_EQ(0, state_before.samples_gathered);
382 EXPECT_EQ(0, state_before.start_time);
383 EXPECT_STREQ("", state_before.profile_name);
398 ExpectSameState(state_before, state_after);
456 ProfileData::State state_before; local
457 collector_.GetCurrentState(&state_before);
464 ExpectSameState(state_before, state_after)
    [all...]

Completed in 195 milliseconds