HomeSort by relevance Sort by last modified time
    Searched defs:USAGE (Results 1 - 5 of 5) sorted by null

  /external/emma/core/java12/
emma.java 27 // TODO: proper usage, arg validation, etc
31 System.out.println (USAGE);
52 private static final String USAGE =
53 "emma usage: emma <command> [command options]," + EOL +
61 " {use '<command> -h' to see usage help for a given command}" + EOL +
  /build/tools/atree/
atree.cpp 23 const char* USAGE =
25 "Usage: atree OPTIONS\n"
59 int usage() function
61 fwrite(USAGE, strlen(USAGE), 1, stderr);
115 return usage();
126 return usage();
135 return usage();
144 return usage();
149 return usage();
    [all...]
  /external/clang/tools/scan-build/
scan-build 933 USAGE: $Prog [options] <build command> [build options]
    [all...]
  /frameworks/base/core/java/android/webkit/
WebStorage.java 70 private static final String USAGE = "usage";
79 * Class containing the HTML5 database quota and usage for an origin.
86 private Origin(String origin, long quota, long usage) {
89 mUsage = usage;
122 * Returns the usage for this origin's HTML5 database.
123 * @return The usage in bytes.
150 callback.onReceiveValue((Long)values.get(USAGE));
208 long usage = website.getUsage();
209 retValues.put(USAGE, new Long(usage))
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 130 milliseconds