HomeSort by relevance Sort by last modified time
    Searched refs:suffixes (Results 1 - 18 of 18) 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
  /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 32 ==> * 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 305 milliseconds