Home
last modified time | relevance | path

Searched defs:kExpectedValue (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dbuffer_level_filter_unittest.cc114 const int kExpectedValue = 17; in TEST() local
146 const int kExpectedValue = 17; in TEST() local
/external/libchrome/sandbox/linux/seccomp-bpf/
Dsyscall_unittest.cc138 const int kExpectedValue = 42; in BPF_TEST() local
/external/v8/test/cctest/wasm/
Dtest-run-wasm-interpreter.cc29 const byte kExpectedValue = 109; in TEST() local
Dtest-run-wasm.cc31 const byte kExpectedValue = 121; in WASM_EXEC_TEST() local
39 const byte kExpectedValue = 122; in WASM_EXEC_TEST() local
47 const byte kExpectedValue = 123; in WASM_EXEC_TEST() local
65 const int32_t kExpectedValue = 0x11223344; in WASM_EXEC_TEST() local
74 const int32_t kExpectedValue = *i; in WASM_EXEC_TEST() local
Dtest-run-wasm-64.cc103 const int64_t kExpectedValue = 0x1122334455667788LL; in WASM_EXEC_TEST() local
114 const int64_t kExpectedValue = (static_cast<int64_t>(*i) << 32) | cntr; in WASM_EXEC_TEST() local
/external/skia/src/animator/
DSkScript.h37 kExpectedValue, enumerator
/external/v8/test/cctest/
Dtest-api.cc22181 static const int kExpectedValue = 1; member in ThreadInterruptTest