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

  /packages/apps/Email/src/org/apache/commons/io/
IOCase.java 25 * Windows is case-insensitive, Unix is case-sensitive.
41 * The constant for case sensitive regardless of operating system.
43 public static final IOCase SENSITIVE = new IOCase("Sensitive", true);
52 * Windows is case-insensitive when comparing filenames, Unix is case-sensitive.
66 private final transient boolean sensitive; field in class:IOCase
77 if (IOCase.SENSITIVE.name.equals(name)){
78 return IOCase.SENSITIVE;
94 * @param sensitive the sensitivity
96 private IOCase(String name, boolean sensitive) {
    [all...]
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 18 debug("Verify storage events are case sensitive");
  /external/webkit/WebCore/plugins/gtk/
gtk2xtbin.h 131 Boolean sensitive; /* is widget sensitive to user events*/ member in struct:_CorePart
132 Boolean ancestor_sensitive; /* are all ancestors sensitive? */
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java     [all...]
  /external/chromium/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 213 the hardware and compiler. The strcoll operation is particularly sensitive; we
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 213 the hardware and compiler. The strcoll operation is particularly sensitive; we
  /build/core/
main.mk 86 # check for a case sensitive file system
93 $(warning Please move your source tree to a case-sensitive filesystem.)
  /external/iproute2/doc/
api-ip6-flowlabels.tex 248 it is sensitive to DoS attacks. Kernel have to remember all the obsolete
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1558 milliseconds