Searched refs:LoadState (Results 1 – 4 of 4) sorted by relevance
/external/skia/third_party/lua/src/ |
D | lundump.c | 28 } 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/syslinux/com32/lua/src/ |
D | lundump.c | 28 } 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/ |
D | binary_search_state.py | 367 def LoadState(cls): member in BinarySearchState 536 bss = BinarySearchState.LoadState()
|
/external/toolchain-utils/binary_search_tool/test/ |
D | binary_search_tool_tester.py | 234 bss2 = binary_search_state.MockBinarySearchState.LoadState()
|