Searched refs:actual (Results 1 – 4 of 4) sorted by relevance
311 // actual pointer value.326 // for actual contents.421 // the actual value(s) for an scalar data type.442 // for nested struct type declarations (without actual definitions).450 // for nested union type declarations (without actual definitions).
71 // Perform actual read operation.77 // Perform actual write operation.
55 blocks replaced with the information of your actual devices:
408 private void assertArrayEquals(Object[] expected, Object[] actual) { in assertArrayEquals() argument409 assertEquals(Arrays.asList(expected), Arrays.asList(actual)); in assertArrayEquals()