Searched
refs:strip (Results
1476 -
1500 of
2341) sorted by null
<<51525354555657585960>>
/external/llvm/test/ |
Makefile | 44 ifneq ($(strip $(filter check-local-all,$(MAKECMDGOALS))),)
|
/external/llvm/utils/lit/lit/ |
discovery.py | 207 ln = ln.strip()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 605 print CopyRight.strip()
|
/external/opencv3/modules/java/generator/ |
gen_java.py | 714 name = name[name.find(" ")+1:].strip() # remove struct/class/const prefix [all...] |
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
tDomain_Elements_Sequences.py | 112 configElementOrder = out.strip('\r\n').splitlines()[:len(expected)]
|
/external/skia/bench/ |
bench_util.py | 144 new_time.group(2).strip().split(',')]
|
/external/v8/tools/gyp/pylib/gyp/ |
MSVSVersion.py | 340 path = p.communicate()[0].strip()
|
/external/v8/tools/ |
gyp_flag_compare.py | 61 # Strip -g0 if there's no symbols. 79 command_line = shlex.split(line.strip(), posix=not is_win)[1:]
|
/external/v8/tools/release/ |
create_release.py | 145 # Strip comments and reformat with correct indentation. 214 "\n\n", SplitMapJoin("\n", str.strip, " "), "\n\n")(text)
|
/external/v8/tools/sanitizers/ |
sancov_formatter.py | 132 for line in output.strip().splitlines():
|
/external/v8/tools/testrunner/local/ |
testsuite.py | 320 test_desc = line.strip().split()[0]
|
/ndk/tests/ |
run-all.py | 93 if not line.strip():
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
CGIHTTPServer.py | 206 accept.append(line.strip())
|
markupbase.py | 385 name = s.strip()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
run.py | 37 line = line.strip()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
btm_utils.py | 205 name = name_leaf.value.strip("'")
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pydoc.py | 82 """.strip() 178 """.strip() 197 return out.strip() 206 return output.strip(), loc 220 return output.strip(), loc 287 expected = missing_pattern % missing_module.strip() 295 # strip the id 300 # nothing to strip, return the same text
|
test_warnings.py | 398 self.assertFalse(out.strip()) 529 expected_line = ' ' + linecache.getline(path, line).strip() + '\n' 556 file_line = linecache.getline(file_name, line_num).strip() 572 expected_file_line = linecache.getline(file_name, line_num).strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
CGIHTTPServer.py | 206 accept.append(line.strip())
|
markupbase.py | 385 name = s.strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
run.py | 37 line = line.strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
btm_utils.py | 205 name = name_leaf.value.strip("'")
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pydoc.py | 82 """.strip() 178 """.strip() 197 return out.strip() 206 return output.strip(), loc 220 return output.strip(), loc 287 expected = missing_pattern % missing_module.strip() 295 # strip the id 300 # nothing to strip, return the same text
|
test_warnings.py | 398 self.assertFalse(out.strip()) 529 expected_line = ' ' + linecache.getline(path, line).strip() + '\n' 556 file_line = linecache.getline(file_name, line_num).strip() 572 expected_file_line = linecache.getline(file_name, line_num).strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
CGIHTTPServer.py | 206 accept.append(line.strip())
|
Completed in 573 milliseconds
<<51525354555657585960>>