Searched defs:GetVar (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | extensions.h | 54 struct GetVar { struct 55 std::string regex_str; 56 std::regex regex; 57 int line_num;
|
H A D | main.cpp | 273 TEST_F(Conformance, GetVar) { in TEST_F() argument
|
/aosp12/art/test/1939-proxy-frames/src/art/ |
H A D | Test1939.java | 44 public Object GetVar(Thread t, int depth); in GetVar() method
|
/aosp12/art/test/1965-get-set-local-primitive-no-tables/src/art/ |
H A D | Test1965.java | 54 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() method
|
/aosp12/art/test/1914-get-local-instance/src/art/ |
H A D | Test1914.java | 71 public Object GetVar(Thread t, int depth); in GetVar() method
|
/aosp12/art/test/1967-get-set-local-bad-slot/src/art/ |
H A D | Test1967.java | 67 public Object GetVar(Thread t, int depth, int slot); in GetVar() method
|
/aosp12/art/test/1912-get-set-local-primitive/src/art/ |
H A D | Test1912.java | 107 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() method
|
/aosp12/art/test/1966-get-set-local-objects-no-table/src/art/ |
H A D | Test1966.java | 99 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() method
|
/aosp12/art/test/1913-get-set-local-objects/src/art/ |
H A D | Test1913.java | 137 public static interface GetterFunction { public Object GetVar(Thread t, int depth, int slot); } in GetVar() method
|
/aosp12/system/core/fastboot/ |
H A D | fastboot_driver.cpp | 99 RetCode FastBootDriver::GetVar(const std::string& key, std::string* val, in GetVar() function in fastboot::FastBootDriver
|