Home
last modified time | relevance | path

Searched refs:LoadState (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/perfetto_cmd/
Drate_limiter_unittest.cc41 ON_CALL(*this, LoadState(_)) in MockRateLimiter()
57 return RateLimiter::LoadState(state); in LoadStateConcrete()
64 MOCK_METHOD1(LoadState, bool(PerfettoCmdState*));
87 ASSERT_TRUE(limiter.LoadState(&output)); in TEST()
101 ASSERT_TRUE(limiter.LoadState(&output)); in TEST()
108 ASSERT_FALSE(limiter.LoadState(&output)); in TEST()
118 ASSERT_FALSE(limiter.LoadState(&output)); in TEST()
146 EXPECT_CALL(limiter, LoadState(_)); in TEST()
167 EXPECT_CALL(limiter, LoadState(_)); in TEST()
193 EXPECT_CALL(limiter, LoadState(_)); in TEST()
[all …]
Drate_limiter.cc66 bool loaded_state = LoadState(&state_); in ShouldTrace()
159 bool RateLimiter::LoadState(PerfettoCmdState* state) { in LoadState() function in perfetto::RateLimiter
Drate_limiter.h43 virtual bool LoadState(PerfettoCmdState* state);
/external/syslinux/com32/lua/src/
Dlundump.c28 } LoadState; typedef
30 static l_noret error(LoadState* S, const char* why) in error()
45 static void LoadBlock(LoadState* S, void* b, size_t size) in LoadBlock()
50 static int LoadChar(LoadState* S) in LoadChar()
57 static int LoadInt(LoadState* S) in LoadInt()
65 static lua_Number LoadNumber(LoadState* S) in LoadNumber()
72 static TString* LoadString(LoadState* S) in LoadString()
86 static void LoadCode(LoadState* S, Proto* f) in LoadCode()
94 static void LoadFunction(LoadState* S, Proto* f);
96 static void LoadConstants(LoadState* S, Proto* f) in LoadConstants()
[all …]
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py367 def LoadState(cls): member in BinarySearchState
536 bss = BinarySearchState.LoadState()
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_tester.py243 bss2 = binary_search_state.MockBinarySearchState.LoadState()
/external/opencv/cvaux/include/
Dcvvidsurv.hpp375 virtual void LoadState(CvFileStorage*, CvFileNode*){}; in LoadState() function in CvVSModule