Home
last modified time | relevance | path

Searched defs:val1 (Results 1 – 6 of 6) sorted by relevance

/system/chre/apps/test/chqts/src/shared/
Dmacros.h26 #define ASSERT_EQ(val1, val2, failureMessage) \ argument
33 #define ASSERT_NE(val1, val2, failureMessage) \ argument
/system/media/audio_utils/include/audio_utils/
Dfutex.h35 int sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *addr2, in sys_futex()
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp136 int val1 = iter; in BM_addInts() local
173 int val1, val2; in onTransact() local
/system/extras/app-launcher/
Dcomputestatsf.c25 double val1 = *(u_int64_t *)p1; in compare_double() local
Dcomputestats.c25 u_int64_t val1 = *(u_int64_t *)p1; in compare_long() local
/system/update_engine/scripts/update_payload/
Dchecker.py447 def _CheckPresentIff(val1, val2, name1, name2, obj_name): argument