/external/chromium_org/ui/base/webui/ |
web_ui_util.cc | 92 std::string stripped; local 93 identifier.substr(0, identifier.length() - 1).CopyToString(&stripped); 94 if (!base::StringToDouble(stripped, &scale)) {
|
/frameworks/base/core/java/android/text/method/ |
DigitsKeyListener.java | 186 SpannableStringBuilder stripped = null; local 210 return ""; // Only one character, and it was stripped. 213 if (stripped == null) { 214 stripped = new SpannableStringBuilder(source, start, end); 217 stripped.delete(i - start, i + 1 - start); 221 if (stripped != null) { 222 return stripped;
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
EmailInputType.cpp | 172 String stripped = stripLeadingAndTrailingHTMLSpaces(addresses[i]); local 173 if (!isValidEmailAddress(stripped)) 174 return stripped;
|
/external/chromium/chrome/browser/autofill/ |
credit_card.cc | 387 string16 stripped; local 388 RemoveChars(number, kSeparators, &stripped); 389 return stripped;
|
/external/chromium_org/components/autofill/core/browser/ |
credit_card.cc | 142 base::string16 stripped; local 143 base::RemoveChars(number, kSeparators, &stripped); 144 return stripped;
|
/external/chromium_org/content/browser/ |
child_process_security_policy_impl.cc | 103 base::FilePath stripped = file.StripTrailingSeparators(); local 104 file_permissions_[stripped] |= permissions; 106 stripped.value().size()); 116 base::FilePath stripped = file.StripTrailingSeparators(); local 117 file_permissions_.erase(stripped); 118 request_file_set_.erase(stripped);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgi.py | 872 def stripped(self, key): member in class:FormContent [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgi.py | 872 def stripped(self, key): member in class:FormContent [all...] |
/external/elfutils/src/ |
unstrip.c | 1 /* Combine stripped files with separate symbols and debug information. 317 Because of this, the related sections can shrink in the stripped 1939 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); local 1980 Elf *stripped = dwfl_module_getelf (mod, &bias); local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
StringUtil.java | 528 * @return the stripped string 597 * @return the stripped string or <code>null</code> if the string 613 * @return the stripped string or <code>null</code> if the string 629 * @return the stripped string or <code>null</code> if the string 645 * @return the stripped string or <code>null</code> if the string 1422 String stripped = htmlTagPattern.matcher(string).replaceAll(""); local [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
StringUtil.java | 529 * @return the stripped string 598 * @return the stripped string or <code>null</code> if the string 614 * @return the stripped string or <code>null</code> if the string 630 * @return the stripped string or <code>null</code> if the string 646 * @return the stripped string or <code>null</code> if the string 1423 String stripped = htmlTagPattern.matcher(string).replaceAll(""); local [all...] |
/build/core/ |
definitions.mk | 69 # The list of dynamic binaries that haven't been stripped/compressed/etc. [all...] |
/prebuilts/devtools/tools/lib/ |
lint-checks.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/ |
lint-checks-22.2.0.jar | |