Home
last modified time | relevance | path

Searched defs:expectEq (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/test/432-optimizing-cmp/src/
H A DMain.java212 public static void expectEq(float a, float b) { in expectEq() method in Main
239 public static void expectEq(double a, double b) { in expectEq() method in Main
/aosp12/system/media/audio_utils/tests/
H A Dchannels_tests.cpp49 void expectEq(const T &c1, const T &c2) { in expectEq() function