HomeSort by relevance Sort by last modified time
    Searched defs:suffixes (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/Source/WebCore/plugins/
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
  /packages/apps/Email/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...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 43 // Note that null file suffix is valid (for files without suffixes)
121 Iterator<String> suffixes = info.getFileSuffixIterator(); local
122 assertTrue(suffixes.hasNext());
123 String suffix = (String) suffixes.next();
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 70 String[] suffixes = { "", "a", " foo", "XXXXXXXXXXXXXXXXX" }; local
71 for (String suffix : suffixes) {
  /external/iptables/extensions/
libxt_rateest.c 64 } suffixes[] = { variable in typeref:struct:rate_suffix
101 for (s = suffixes; s->name; ++s) {
  /external/clang/tools/driver/
driver.cpp 268 // suffixes[] contains the list of known driver suffixes.
269 // Suffixes are compared against the program name in order.
284 } suffixes [] = { local
304 for (i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) {
305 if (ProgNameRef.endswith(suffixes[i].Suffix)) {
307 if (suffixes[i].IsCXX)
309 if (suffixes[i].IsCPP)
317 ProgNameRef.size() - strlen(suffixes[i].Suffix))
    [all...]
  /external/iproute2/tc/
tc_util.c 123 } suffixes[] = { variable in typeref:struct:rate_suffix
160 for (s = suffixes; s->name; ++s) {
  /external/qemu/android/
snapshot.c 173 static const char suffixes[NB_SUFFIXES] = "KMGT"; local
185 suffixes[i]);
190 suffixes[i]);
  /external/open-vcdiff/gflags/src/
gflags_completions.cc 468 static void PushNameWithSuffix(vector<string>* suffixes, const char* suffix) {
472 suffixes->push_back(s);
482 vector<string> suffixes; local
487 PushNameWithSuffix(&suffixes, ".");
488 PushNameWithSuffix(&suffixes, "-main.");
489 PushNameWithSuffix(&suffixes, "_main.");
491 PushNameWithSuffix(&suffixes, "-test.");
492 PushNameWithSuffix(&suffixes, "_test.");
493 PushNameWithSuffix(&suffixes, "-unittest.");
494 PushNameWithSuffix(&suffixes, "_unittest.")
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 927 static const char *suffixes[] = { local
934 for (size_t i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) {
935 if (ProgName == suffixes[i])
942 for (size_t i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) {
943 if (!ProgNameRef.endswith(suffixes[i]))
947 ProgNameRef.size() - strlen(suffixes[i]));
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 71 } suffixes[] = { variable in typeref:struct:suf
82 p = suffixes;
  /packages/apps/Email/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/webkit/Source/WebKit/android/content/
address_detector.cpp 490 // Bitmasks containing the allowed suffixes for 2-letter state codes.
929 const char** suffixes = s_rawStreetSuffixes; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 1248 List<Object> suffixes = new ArrayList<Object>(); local
    [all...]
  /external/qemu/
block.c 1904 static const char suffixes[NB_SUFFIXES] = "KMGT"; local
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 306 static void *suffixes; variable
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 

Completed in 2111 milliseconds

1 2