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

  /packages/apps/Email/emailcommon/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/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 774 // TODO: convert sensitive to a secure buffer that gets securely deleted
777 char * sensitive = new char[len]; local
778 size_t pos = strcpyn(sensitive, len, username.data(), username.size());
779 pos += strcpyn(sensitive + pos, len - pos, ":");
780 password.CopyTo(sensitive + pos, true);
784 // TODO: create a sensitive-source version of Base64::encode
785 response.append(Base64::Encode(sensitive));
786 memset(sensitive, 0, len);
787 delete [] sensitive;
818 // TODO: convert sensitive to be secure buffe
821 char * sensitive = new char[len]; \/\/ A1 local
961 char * sensitive = new char[len]; local
    [all...]
socketadapters.cc 675 char * sensitive = new char[len];
676 pass_.CopyTo(sensitive, true);
677 request.WriteString(sensitive); // Password
678 memset(sensitive, 0, len);
679 delete [] sensitive;
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 238 * @param sensitive If true, the command will not be logged
241 String sendCommand(String command, boolean sensitive)
246 mTransport.writeLine(commandToSend, sensitive ? IMAP_REDACTED_LOG : null);
247 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend);
260 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException,
280 mDiscourse.addSentCommand(sensitive ? IMAP_REDACTED_LOG : commandToSend);
318 * @param sensitive whether the command should be redacted in logs (used for login)
323 List<ImapResponse> executeSimpleCommand(String command, boolean sensitive)
325 sendCommand(command, sensitive);
334 * @param sensitive whether the command should be redacted in logs (used for login
    [all...]
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
css-properties-case-sensitive.js 2 'This test checks that access to CSS properties via JavaScript properties on DOM elements is case sensitive.'
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 18 debug("Verify storage events are case sensitive");
  /external/chromium/crypto/
rsa_private_key_nss.cc 55 PR_FALSE /* not sensitive */);
62 PR_TRUE /* sensitive */);
70 PR_FALSE /* not sensitive */);
78 PR_TRUE /* sensitive */);
189 bool sensitive) {
202 &result->public_key_, permanent, sensitive, NULL);
212 const std::vector<uint8>& input, bool permanent, bool sensitive) {
232 slot, &der_private_key_info, NULL, NULL, permanent, sensitive,
rsa_private_key.h 242 // TODO(cmasone): consider replacing |permanent| and |sensitive| with a
246 bool sensitive);
251 const std::vector<uint8>& input, bool permanent, bool sensitive);
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 134 Boolean sensitive; /* is widget sensitive to user events*/ member in struct:_CorePart
135 Boolean ancestor_sensitive; /* are all ancestors sensitive? */
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentcreateelementcasesensitive.js 79 method is case-sensitive for XML documents.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentcreateelementcasesensitive.js 79 method is case-sensitive for XML documents.
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 213 the hardware and compiler. The strcoll operation is particularly sensitive; we
  /external/chromium/chrome/browser/ui/gtk/
task_manager_gtk.cc 469 // The response button should not be sensitive when the dialog is first opened
956 bool sensitive = (paths != NULL) && !selection_contains_browser_process; local
958 kTaskManagerResponseKill, sensitive); local
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 1422 WTF::TextCaseSensitivity sensitive; local
1454 WTF::TextCaseSensitivity sensitive; local
    [all...]
  /build/core/
main.mk 85 # check for a case sensitive file system
92 $(warning Please move your source tree to a case-sensitive filesystem.)
  /external/clang/tools/scan-build/
scan-build 993 sensitive store model. Users can also specify 'basic', which
    [all...]
  /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 930 milliseconds