HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 1376 - 1400 of 2341) sorted by null

<<51525354555657585960>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_new.py 72 codestr = "\n".join(l.strip() for l in codestr.splitlines())
test_platform.py 176 real_ver = ln.strip().split()[-1]
test_strop.py 49 self.assertTrue(strop.strip(" \t\n hello \t\n ") == "hello")
test_ssl.py 492 elif msg.strip() == 'over':
497 elif self.server.starttls_server and msg.strip() == 'STARTTLS':
503 elif self.server.starttls_server and self.sslconn and msg.strip() == 'ENDTLS':
639 if data and data.strip() != 'over':
    [all...]
  /system/media/camera/docs/
metadata_parser_xml.py 118 return "".join([i.strip() for i in MetadataParserXml._find_direct_strings(element)])
  /system/sepolicy/tools/
insertkeys.py 41 line = line.strip()
  /system/tpm/attestation/common/
proto_print.py 132 line = line.strip()
  /toolchain/binutils/binutils-2.25/include/
bfdlink.h 25 /* Which symbols to strip during a link. */
28 strip_none, /* Don't strip any symbols. */
29 strip_debugger, /* Strip debugging symbols. */
31 strip_all /* Strip all symbols. */
309 /* Which symbols to strip. */
310 ENUM_BITFIELD (bfd_link_strip) strip : 2;
458 /* Hash table of symbols to keep. This is NULL unless strip is
308 ENUM_BITFIELD (bfd_link_strip) strip : 2; member in struct:bfd_link_info
  /external/libjpeg-turbo/doc/html/search/
search.js 227 // strip whitespaces
340 // strip leading whitespace
511 search = search.replace(/^ +/, ""); // strip leading spaces
512 search = search.replace(/ +$/, ""); // strip trailing spaces
526 rowMatchName = rowMatchName.replace(/^sr\d*_/, ''); // strip 'sr123_'
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 458 return result.stdout.strip()
471 return int(self._get_devserver_file_content(filename).strip())
    [all...]
  /external/autotest/site_utils/
run_suite.py 406 info_strings.append(self.reason.strip())
411 'anchor': self.anchor.strip(), 'info': info}
413 anchor_text = self.anchor.strip()
    [all...]
  /external/opencv3/modules/python/src2/
gen2.py 269 self.base = bases[0].strip(",")
376 self.arraylen = m[2:].strip()
379 self.arraycvt = m[2:].strip()
875 name = name[p+1:].strip()
    [all...]
  /system/core/fastboot/
fastboot.cpp 619 static char *strip(char *s) function
668 name = strip(name);
669 for(n = 0; n < count; n++) val[n] = strip(val[n]);
671 name = strip(name);
682 out[n] = strdup(strip(val[n]));
    [all...]
  /external/libxml2/
xmlschemastypes.c 2760 xmlChar *strip; local
2788 xmlChar *strip; local
2814 xmlChar *strip; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xcofflink.c 706 need to strip duplicate directory separators from any part
1119 && info->strip != strip_all)
    [all...]
elf64-ia64-vms.c 2676 bfd_boolean strip; local
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
request.py 404 addr = xff.split(',')[0].strip()
    [all...]
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
element.py 821 def _all_strings(self, strip=False, types=(NavigableString, CData)):
833 if strip:
834 descendant = descendant.strip()
846 def get_text(self, separator=u"", strip=False,
852 strip, types=types)])
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
gflags.py 638 tabs_are_whitespace = not tabs.strip()
710 # strip() could drop more than maximum of first line and right space
712 doc = doc.strip()
    [all...]
  /external/chromium-trace/catapult/third_party/python_gflags/
gflags.py 638 tabs_are_whitespace = not tabs.strip()
710 # strip() could drop more than maximum of first line and right space
712 doc = doc.strip()
    [all...]
  /hardware/intel/common/omx-components/videocodec/
Android.mk 1 ifeq ($(strip $(BOARD_USES_WRS_OMXIL_CORE)),true)
4 ifeq ($(strip $(USE_VIDEO_EFFECT)),true)
760 endif # ifeq ($(strip $(BOARD_USES_WRS_OMXIL_CORE)),true)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ssl.py 492 elif msg.strip() == 'over':
497 elif self.server.starttls_server and msg.strip() == 'STARTTLS':
503 elif self.server.starttls_server and self.sslconn and msg.strip() == 'ENDTLS':
639 if data and data.strip() != 'over':
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ssl.py 492 elif msg.strip() == 'over':
497 elif self.server.starttls_server and msg.strip() == 'STARTTLS':
503 elif self.server.starttls_server and self.sslconn and msg.strip() == 'ENDTLS':
639 if data and data.strip() != 'over':
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py 492 elif msg.strip() == 'over':
497 elif self.server.starttls_server and msg.strip() == 'STARTTLS':
503 elif self.server.starttls_server and self.sslconn and msg.strip() == 'ENDTLS':
639 if data and data.strip() != 'over':
    [all...]
  /build/kati/testcase/
find_command.mk 14 @echo $$ '$(strip $(1))'

Completed in 1022 milliseconds

<<51525354555657585960>>