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

  /system/tools/hidl/test/java_test/
hidl_test_java_native.cpp 249 static std::string numberToEnglish(int x) {
264 return "negative " + numberToEnglish(-x);
301 in.s[i][j] = expectedOut.s[j][i] = numberToEnglish(3 * i + j + 1).c_str();
318 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 162 private String numberToEnglish(int x) {
177 return "negative " + numberToEnglish(-x);
465 in.s[i][j] = numberToEnglish(3 * i + j + 1);
482 in[i][j] = numberToEnglish(3 * i + j + 1);
    [all...]
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp     [all...]

Completed in 256 milliseconds