HomeSort by relevance Sort by last modified time
    Searched refs:stripped (Results 26 - 50 of 71) sorted by null

12 3

  /ndk/sources/host-tools/make-3.81/config/
depcomp 204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
205 tmpdepfile="$stripped.u"
215 stripped=`echo "$stripped" | sed 's,^.*/,,'`
216 tmpdepfile="$stripped.u"
226 outname="$stripped.o"
  /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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py 76 stripped = ''
79 stripped = '\n'
103 write(prevline, lineEnd=stripped)
cmd.py 265 stripped = len(origline) - len(line)
266 begidx = readline.get_begidx() - stripped
267 endidx = readline.get_endidx() - stripped
locale.py 147 stripped = s.rstrip()
148 right_spaces = s[len(stripped):]
149 s = stripped
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 76 stripped = ''
79 stripped = '\n'
103 write(prevline, lineEnd=stripped)
cmd.py 265 stripped = len(origline) - len(line)
266 begidx = readline.get_begidx() - stripped
267 endidx = readline.get_endidx() - stripped
locale.py 147 stripped = s.rstrip()
148 right_spaces = s[len(stripped):]
149 s = stripped
    [all...]
  /external/chromium/chrome/browser/autofill/
credit_card.cc 387 string16 stripped; local
388 RemoveChars(number, kSeparators, &stripped);
389 return stripped;
  /build/core/
dynamic_binary.mk 117 $(transform-to-stripped)
  /external/chromium_org/ppapi/generators/
idl_diff.py 116 stripped = line.strip()
117 if stripped != '*' and stripped[:2] != '/*' and stripped[-2:] != '*/':
  /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...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
util.js 49 * @return {string} The new URL with all query parameters stripped.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 118 StringBuilder stripped;
120 stripped.reserveCapacity(length);
125 stripped.append(character);
127 return stripped.toString();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-put-prototype-transition.js 12 // End stripped down and modified version of mjsunit.js.
  /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);
  /external/chromium_org/components/autofill/core/browser/
credit_card.cc 142 base::string16 stripped; local
143 base::RemoveChars(number, kSeparators, &stripped);
144 return stripped;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 257 be backslash-escaped. The backslash is stripped from any two-character
259 characters are stripped from any quoted string. Returns a list of
367 'basedir'. 'prefix' is a string that will be stripped off of each
369 prepended (after 'prefix' is stripped). You can supply either or both
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 257 be backslash-escaped. The backslash is stripped from any two-character
259 characters are stripped from any quoted string. Returns a list of
367 'basedir'. 'prefix' is a string that will be stripped off of each
369 prepended (after 'prefix' is stripped). You can supply either or both
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 266 A stripped-down version of org.antlr.misc.BitSet that is just good enough to
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 519 // TODO(mmenke): Remove '[value was stripped]' check once M24 hits stable.
520 if (suffix.search(/^\[[0-9]+ bytes were stripped\]$/) == -1 &&
521 suffix != '[value was stripped]') {
522 return prefix + '[' + suffix.length + ' bytes were stripped]';
  /external/chromium_org/native_client_sdk/src/tools/
nacl_llvm.mk 141 # sense, they are already stripped). So we just copy the file instead.
  /external/chromium_org/base/android/jni_generator/
jni_generator.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 285 stripped = s.lstrip()
286 self.assertTrue(stripped is s)
350 stripped = s.rstrip()
351 self.assertTrue(stripped is s)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 285 stripped = s.lstrip()
286 self.assertTrue(stripped is s)
350 stripped = s.rstrip()
351 self.assertTrue(stripped is s)
    [all...]

Completed in 4455 milliseconds

12 3