HomeSort by relevance Sort by last modified time
    Searched refs:numberToEnglish (Results 1 - 3 of 3) sorted by null

  /system/tools/hidl/test/java_test/
hidl_test_java_native.cpp 247 static std::string numberToEnglish(int x) {
262 return "negative " + numberToEnglish(-x);
299 in.s[i][j] = expectedOut.s[j][i] = numberToEnglish(3 * i + j + 1).c_str();
316 in[i][j] = expectedOut[j][i] = numberToEnglish(3 * i + j + 1).c_str();
  /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
HidlTestJava.java 139 private String numberToEnglish(int x) {
154 return "negative " + numberToEnglish(-x);
421 in.s[i][j] = numberToEnglish(3 * i + j + 1);
438 in[i][j] = numberToEnglish(3 * i + j + 1);
  /system/tools/hidl/test/
hidl_test_client.cpp     [all...]

Completed in 83 milliseconds