Home
last modified time | relevance | path

Searched refs:Expect (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dextensions.h39 enum Expect { OKAY = 0, FAIL, DATA }; enum
41 static const std::unordered_map<std::string, Expect> CMD_EXPECTS = {
47 static const std::unordered_map<Expect, std::string> EXPECTS_STR = {
79 Expect expect; // Does it have slots
102 Expect expect;
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java141 private void Expect(String result, String s) { in Expect() method in HidlTestJava
388 Expect(result, testStringA + testStringB); in runClientSafeUnionTests()
392 Expect(testStringA, safeUnion.d()); in runClientSafeUnionTests()
494 Expect(result, goldenResult); in runClientSafeUnionTests()
646 Expect(proxy.interfaceDescriptor(), IBaz.kInterfaceName); in client()
936 Expect(proxy.doStuffAndReturnAString(), "Hello, world!"); in client()
981 Expect(a, "Eins"); in client()
982 Expect(b, "Zwei"); in client()
983 Expect(c, "Drei"); in client()
987 proxy.returnABunchOfStrings((a,b,c) -> Expect(a + b + c, "EinsZweiDrei")); in client()
[all …]