Searched
refs:strip (Results
726 -
750 of
2341) sorted by null
<<21222324252627282930>>
/external/v8/tools/testrunner/network/ |
network_execution.py | 70 shell=True).strip() 75 " | sed -e 's/.*@//'" % # Strip away "repository@". 76 (workspace, self.base_rev), shell=True).strip() 123 ldd = ldd.strip().split(" ")
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ |
compiler.py | 129 lines = [l.strip() for l in out.split('\n') if l.strip()] 139 return lit.util.capture(cmd).strip()
|
/system/extras/simpleperf/ |
report.py | 106 if not line.strip('| \t'): 109 line = line.strip('| \t') 120 line = line.strip('|- \t')
|
/art/runtime/interpreter/mterp/ |
gen_mterp.py | 442 tokens = line.strip().split(' ', 2) 446 alt_source = tokens[1].strip("\"") 460 tokens = line.strip().split(' ', 1) 570 line = line.strip() # remove CRLF, leading spaces
|
/art/tools/checker/file_format/c1visualizer/ |
parser.py | 58 methodName = line.split("\"")[1].strip()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regex2.h | 94 * The internal representation is a *strip*, a sequence of 112 typedef u_int32_t sop; /* strip operator */ 181 sop *strip; /* malloced area for strip */ member in struct:re_guts
|
/bionic/tools/bionicbb/ |
tasks.py | 33 info[match.group(1)] = match.group(2).strip()
|
/build/core/combo/ |
HOST_CROSS_windows-x86.mk | 54 ifneq ($(strip $(BUILD_HOST_static)),)
|
HOST_CROSS_windows-x86_64.mk | 54 ifneq ($(strip $(BUILD_HOST_static)),)
|
HOST_darwin-x86.mk | 23 ifneq ($(strip $(BUILD_HOST_static)),)
|
/build/core/ |
dumpvar.mk | 61 $(strip $(patsubst dumpvar-%,%,$(filter dumpvar-%,$(MAKECMDGOALS)))) 70 absolute_dumpvar := $(strip $(filter abs-%,$(dumpvar_goals)))
|
/cts/hostsidetests/theme/ |
android_device.py | 49 output = output.strip()
|
/development/scripts/ |
symbol.py | 41 return os.path.join(ANDROID_BUILD_TOP, stream.read().strip()) 204 symbol = child.stdout.readline().strip() 207 location = child.stdout.readline().strip() 328 demangled_symbol = process.stdout.readline().strip()
|
/development/testrunner/ |
adb_interface.py | 321 if ls_response.strip("#").strip(string.whitespace) != "": 450 output = output.strip() 516 return self.SendCommand("get-serialno").strip()
|
/docs/source.android.com/scripts/ |
build.py | 30 return line.strip(' #\n')
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
util.rb | 26 here_doc.strip!
|
/external/autotest/client/bin/ |
test.py | 57 major, minor = [int(x) for x in result.stdout.strip().split()]
|
/external/autotest/client/common_lib/cros/ |
autoupdater.py | 56 # strip off the au section of the path before reading the version. 58 urlparse.urlparse(update_url).path).split('/')[-1].strip() 152 return update_status.stdout.strip().split('=')[-1] 277 return self._run('rootdev %s' % options).stdout.strip() 295 kernel['kernel'], flag, dev)).stdout.strip())
|
/external/autotest/client/site_tests/hardware_ch7036/ |
hardware_ch7036.py | 34 ups_list = ups_str.strip().split()
|
/external/autotest/client/site_tests/kernel_CrosECSysfsAccel/ |
kernel_CrosECSysfsAccel.py | 66 if content.strip() == 'cros-ec-accel':
|
/external/autotest/client/site_tests/platform_RootPartitionsNotMounted/ |
platform_RootPartitionsNotMounted.py | 32 return utils.run(cgpt_command).stdout.strip('\n').split('\n')
|
/external/autotest/client/site_tests/power_HotCPUSuspend/ |
power_HotCPUSuspend.py | 30 times = line[4:].strip().split(' ')
|
/external/autotest/client/site_tests/power_IdleSuspend/ |
power_IdleSuspend.py | 97 if self.new_power_state.strip() != 'mem':
|
/external/autotest/client/site_tests/security_AccountsBaseline/ |
security_AccountsBaseline.py | 48 return [x.strip().split(':') for x in open(path).readlines()]
|
/external/autotest/client/site_tests/security_NetworkListeners/ |
security_NetworkListeners.py | 43 lines = [line.strip() for line in f.readlines()]
|
Completed in 548 milliseconds
<<21222324252627282930>>