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

  /packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/
SuffixFileFilter.java 50 /** The filename suffixes to search for */
51 private final String[] suffixes; field in class:SuffixFileFilter
79 this.suffixes = new String[] {suffix};
89 * @param suffixes the suffixes to allow, must not be null
92 public SuffixFileFilter(String[] suffixes) {
93 this(suffixes, IOCase.SENSITIVE);
103 * @param suffixes the suffixes to allow, must not be null
108 public SuffixFileFilter(String[] suffixes, IOCase caseSensitivity) {
    [all...]
  /external/webkit/Source/WebCore/plugins/
DOMMimeType.idl 25 readonly attribute DOMString suffixes;
DOMMimeType.h 41 String suffixes() const;
DOMMimeType.cpp 52 String DOMMimeType::suffixes() const function in class:WebCore::DOMMimeType
  /ndk/sources/host-tools/make-3.81/
rule.h 26 char **suffixes; /* Suffixes (after `%') of each target. */ member in struct:rule
rule.c 54 /* Pointer to structure for the file .SUFFIXES
55 whose dependencies are the suffixes to be searched. */
215 All rules for the suffixes on the .SUFFIXES list
226 /* Compute maximum length of all the suffixes. */
371 r->suffixes = (char **) xmalloc (2 * sizeof (char *));
375 r->suffixes[1] = 0;
382 r->suffixes[0] = find_percent (r->targets[0]);
383 if (r->suffixes[0] == 0)
387 ++r->suffixes[0]
    [all...]
implicit.c 328 char *suffix = rule->suffixes[i];
469 + (rule->suffixes[matches[i]] - rule->targets[matches[i]]) - 1;
957 rule->suffixes[i] - rule->targets[i] - 1);
958 p += rule->suffixes[i] - rule->targets[i] - 1;
961 bcopy (rule->suffixes[i], p,
962 rule->lens[i] - (rule->suffixes[i] - rule->targets[i]) + 1);
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 70 String[] suffixes = { "", "a", " foo", "XXXXXXXXXXXXXXXXX" }; local
71 for (String suffix : suffixes) {
  /external/webkit/Source/WebKit/gtk/docs/
GNUmakefile.am 32 MKDB_OPTIONS=--sgml-mode --output-format=xml --source-suffixes=h,c,cpp
  /external/qemu/android/
snapshot.c 173 static const char suffixes[NB_SUFFIXES] = "KMGT"; local
185 suffixes[i]);
190 suffixes[i]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 1221 List<Object> suffixes = new ArrayList<Object>(); local
    [all...]
  /external/iptables/extensions/
libxt_rateest.c 64 } suffixes[] = { variable in typeref:struct:rate_suffix
101 for (s = suffixes; s->name; ++s) {
  /external/llvm/
README.android 34 ==> * 9d61dd9 - Remove some "2" suffixes from the metadata enums now that "1" is gone. (13 days ago) <Chris Lattner>
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
FileUtils.java 344 * Converts an array of file extensions to suffixes for use
348 * @return an array of suffixes. Format: {".java", ".xml"}
351 String[] suffixes = new String[extensions.length]; local
353 suffixes[i] = "." + extensions[i];
355 return suffixes;
375 String[] suffixes = toSuffixes(extensions); local
376 filter = new SuffixFileFilter(suffixes);
    [all...]
  /external/iproute2/tc/
tc_util.c 123 } suffixes[] = { variable in typeref:struct:rate_suffix
160 for (s = suffixes; s->name; ++s) {
  /external/clang/www/demo/
index.cgi 293 my %suffixes = (
337 my $extension = $suffixes{ $c->param('language') };
  /external/llvm/utils/lit/lit/
TestFormats.py 115 if ext in localConfig.suffixes:
  /external/qemu/
block.c 1904 static const char suffixes[NB_SUFFIXES] = "KMGT"; local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 

Completed in 411 milliseconds