Searched defs:kExpectedValue (Results 1 – 7 of 7) sorted by relevance
114 const int kExpectedValue = 17; in TEST() local146 const int kExpectedValue = 17; in TEST() local
138 const int kExpectedValue = 42; in BPF_TEST() local
29 const byte kExpectedValue = 109; in TEST() local
31 const byte kExpectedValue = 121; in WASM_EXEC_TEST() local39 const byte kExpectedValue = 122; in WASM_EXEC_TEST() local47 const byte kExpectedValue = 123; in WASM_EXEC_TEST() local65 const int32_t kExpectedValue = 0x11223344; in WASM_EXEC_TEST() local74 const int32_t kExpectedValue = *i; in WASM_EXEC_TEST() local
103 const int64_t kExpectedValue = 0x1122334455667788LL; in WASM_EXEC_TEST() local114 const int64_t kExpectedValue = (static_cast<int64_t>(*i) << 32) | cntr; in WASM_EXEC_TEST() local
37 kExpectedValue, enumerator
22181 static const int kExpectedValue = 1; member in ThreadInterruptTest