HomeSort by relevance Sort by last modified time
    Searched defs:Usage (Results 51 - 58 of 58) sorted by null

1 23

  /external/webkit/Tools/Scripts/
old-run-webkit-tests 277 my $usage = <<EOF;
278 Usage: $programName [options] [testdir|testpath ...]
372 print STDERR $usage;
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/codec/
EncoderUtil.java 91 * Indicates the intended usage of an encoded word.
93 public enum Usage {
130 return encodeEncodedWord(displayName, Usage.WORD_ENTITY);
186 * @param usage
194 public static String encodeIfNecessary(String text, Usage usage,
197 return encodeEncodedWord(text, usage, usedCharacters);
261 * @param usage
268 public static String encodeEncodedWord(String text, Usage usage) {
    [all...]
  /external/dropbear/libtommath/
bn.tex 547 \subsection{Reducing Memory Usage}
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 75 void Usage __P((void));
1032 Usage();
1048 Usage();
1055 Usage()
1060 printf("Usage: eaytest [");
  /external/openssl/crypto/des/
des.c 93 void usage(void);
235 if (error) usage();
257 else usage();
322 void usage(void) function
325 static const char *Usage[]={
351 for (u=(char **)Usage; *u; u++)
  /sdk/attribute_stats/src/
Analyzer.java 45 * Gathers statistics about attribute usage in layout files. This is how the "topAttrs"
64 private Map<String, Map<String, Usage>> mFrequencies =
65 new HashMap<String, Map<String, Usage>>(100);
67 private Map<String, Map<String, Usage>> mLayoutAttributeFrequencies =
68 new HashMap<String, Map<String, Usage>>(100);
84 System.err.println("Usage: " + Analyzer.class.getSimpleName()
98 // file +.mod as an extension). This isn't listed on the usage flag because
230 Map<String, Usage> attributeMap = mFrequencies.get(tag);
232 attributeMap = new HashMap<String, Usage>(70);
260 Usage usage = attributeMap.get(name) local
293 Usage usage = attributeMap.get(name); local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 169 usage of the library.
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 5608 CXTUResourceUsage usage = { (void*) 0, 0, 0 }; local
5691 CXTUResourceUsage usage = { (void*) entries.get(), local
    [all...]

Completed in 797 milliseconds

1 23