/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...] |
generate_test_report | 218 line = line.strip() 222 info[match.group(1)] = str(match.group(2)).strip()
|
/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 | 601 static char *strip(char *s) function 650 name = strip(name); 651 for(n = 0; n < count; n++) val[n] = strip(val[n]); 653 name = strip(name); 664 out[n] = strdup(strip(val[n])); [all...] |
/external/libxml2/ |
xmlschemastypes.c | 2756 xmlChar *strip; local 2784 xmlChar *strip; local 2810 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...] |
/prebuilts/python/linux-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))'
|
/build/tools/releasetools/ |
build_image.py | 464 m = ext4fs_stats.match(ext4fs_output.strip().split('\n')[-1]) 588 line = line.strip()
|
/cts/tools/vm-tests-tf/ |
Android.mk | 58 LOCAL_JACK_ENABLED := $(strip $(LOCAL_JACK_ENABLED))
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-lexer.rb | 17 raise LoadError, <<-END.strip! 963 <<-'__dfa_description__'.strip!
|
/external/apache-http/ |
Android.mk | 23 apache_http_packages := $(strip \
|
/external/autotest/cli/ |
host.py | 171 statuses = [status.strip() for status in statuses 172 if status.strip()]
|
job.py | 494 tests = [t.strip() for t in options.test.split(',') if t.strip()]
|
/external/autotest/client/bin/net/ |
net_utils.py | 190 carrier = f.read().strip() 319 hwaddr = f.read().strip()
|
/external/autotest/tko/parsers/ |
version_0.py | 332 tko_utils.dprint('\nSTATUS: ' + line.strip()) 442 verify_ident = line.reason.strip()
|