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

  /cts/tools/test-progress-new/src/testprogress2/
TestTargetNew.java 228 String argV;
232 argV = cd.qualifiedName();
235 argV = arg.toString();
239 if (argV.endsWith(".class")) {
240 argV = argV.substring(0, argV.length() - 6);
242 args += (i > 0 ? "," : "") + argV;
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 481 String argV;
484 argV = cd.qualifiedName();
487 argV = arg.toString();
490 if (argV.endsWith(".class")) {
491 argV = argV.substring(0, argV.length()-6);
493 args+= (i>0? ",":"") + argV;
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 27 * const u4* argv, const char* signature, void* func, JValue* pReturn)
45 * 16(%esp) argc (number of 32-bit values in argv)
46 * 20(%esp) argv
51 * For a virtual method call, the "this" reference is in argv[0].
127 movl 20(%ebp), %esi # %esi<- argV

Completed in 167 milliseconds