HomeSort by relevance Sort by last modified time
    Searched refs:stripped (Results 26 - 50 of 67) 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/Tools/Scripts/webkitpy/style/checkers/
cmake.py 121 stripped = line_content.rstrip()
122 if line_content != 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_org/content/browser/
child_process_security_policy_impl.cc 105 base::FilePath stripped = file.StripTrailingSeparators(); local
106 file_permissions_[stripped] |= permissions;
108 stripped.value().size());
118 base::FilePath stripped = file.StripTrailingSeparators(); local
119 file_permissions_.erase(stripped);
120 request_file_set_.erase(stripped);
  /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/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/components/autofill/core/browser/
credit_card.cc 136 base::string16 stripped; local
137 RemoveChars(number, kSeparators, &stripped);
138 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 513 // TODO(mmenke): Remove '[value was stripped]' check once M24 hits stable.
514 if (suffix.search(/^\[[0-9]+ bytes were stripped\]$/) == -1 &&
515 suffix != '[value was stripped]') {
516 return prefix + '[' + suffix.length + ' bytes were stripped]';
  /external/chromium_org/native_client_sdk/src/tools/
nacl_llvm.mk 145 # 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...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 34 // string and may be ignored/stripped.
  /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...]

Completed in 741 milliseconds

12 3