HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 276 - 300 of 2628) sorted by null

<<11121314151617181920>>

  /external/v8/testing/gtest/scripts/
common.py 50 lines = [line.strip() for line in f.readlines()]
  /hardware/qcom/display/msm8909/libhwcomposer/
Android.mk 13 ifeq ($(strip $(TARGET_USES_QCOM_DISPLAY_PP)),true)
58 ifeq ($(strip $(TARGET_USES_QCOM_DISPLAY_PP)),true)
  /packages/inputmethods/LatinIME/tools/dicttool/
NativeLib.mk 33 ifneq ($(strip $(HOST_JDK_IS_64BIT_VERSION)),)
  /prebuilts/misc/common/robolectric/
report-internal.mk 29 --classpath $(strip $(call normalize-path-list, $(PRIVATE_COVERAGE_SRCS_JARS))) \
33 --srcs $(strip $(call normalize-path-list, $(PRIVATE_INSTRUMENT_SOURCE_DIRS))) \
  /system/extras/tests/bootloader/
bootctl.py 61 return self._exec("get-suffix " + str(slot))[1].strip()
  /test/vts-testcase/kernel/ltp/
test_cases_parser.py 57 item.strip()
136 lines_gen = (line.strip() for line in f)
155 line = line.strip()
165 testname):].strip()]))
  /build/make/core/
notice_files.mk 7 notice_file:=$(strip $(LOCAL_NOTICE_FILE))
9 notice_file:=$(strip $(wildcard $(LOCAL_PATH)/NOTICE))
  /build/make/tools/
check_radio_versions.py 31 line = line.strip()
60 line = line.strip()
checkowners.py 60 stripped_line = re.sub('#.*$', '', line).strip()
64 % (fname, num, line.strip()))
  /build/soong/cc/
gen_stub_libs.py 60 _, _, all_tags = line.strip().partition('#')
61 return [e for e in re.split(r'\s+', all_tags) if e.strip()]
213 name = self.current_line.split('{')[0].strip()
222 base = base.partition('#')[0].strip()
231 visibility = self.current_line.split(':')[0].strip()
254 name, _, _ = self.current_line.strip().partition(';')
264 while line.strip() == '' or line.strip().startswith('#'):
  /development/scripts/
add-accounts 97 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip()
98 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
add-accounts-sdk 94 hosted_account = GetProp(adb_flags, "ro.config.hosted_account").strip()
95 google_account = GetProp(adb_flags, "ro.config.google_account").strip()
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/
Android.mk 22 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 16 line-by-line syntax: strip comments (as long as "#" is your
18 escaping the newline (ie. backslash at end of line), strip
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
60 strip leading whitespace from lines that are joined to their
63 Note that since 'rstrip_ws' can strip the trailing newline, the
193 # strip the comment, strip whitespace before it, and
221 if line.strip() == "":
    [all...]
  /external/autotest/client/bin/
fsinfo.py 17 item = item.strip()
40 if '[defaults]' == line.strip():
42 elif '[fs_types]' == line.strip():
47 default_opt[components[0].strip()] = components[1].strip()
55 default_opt[components[0].strip()] = components[1].strip()
130 value = components[1].strip()
  /external/autotest/client/common_lib/cros/
tpm_utils.py 30 out = client.run('cryptohome --action=tpm_status').stdout.strip()
40 item = map(lambda x : x.strip(), item)
88 res = client.run('tpm_clear --pass ' + password).stdout.strip()
  /external/autotest/client/cros/
gpio.py 94 value = value.strip()
95 debug_info = debug_info.strip()
  /external/autotest/client/site_tests/platform_LibCBench/
platform_LibCBench.py 57 elif line.strip().startswith('time'):
58 time = float(line.strip().split(',')[0].split(' ')[1])
  /external/autotest/client/site_tests/security_Firewall/
security_Firewall.py 22 return set([line.strip() for line in rules.splitlines()])
32 return set([line.strip() for line in f.readlines()])
  /external/autotest/client/site_tests/security_SuidBinaries/
security_SuidBinaries.py 28 return set(l.strip() for l in basefile if l.strip()[0] != '#')
  /external/autotest/contrib/
dhcp_failed_machines.py 30 hostconf = list(itertools.takewhile(lambda x: x.strip() != '}', f))
31 d = dict([h.strip().split()[-2:] for h in hostconf])
  /external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
kernel_ExternalUsbPeripheralsDetectionStress.py 53 stdout.strip())
55 stdout.strip())
98 .stdout.strip())
168 cmd_output = self.host.run(cmd).stdout.strip().split('\n')
185 vendor_id = self.host.run('cat %s' % file_name).stdout.strip()
208 return self.host.run('cat %s' % product_file_name).stdout.strip()
229 stdout.strip().split('\n'))
261 stdout.strip().split('\n'))
  /external/autotest/server/site_tests/logging_GenerateCrashFiles/
logging_GenerateCrashFiles.py 32 current_files = out.stdout.strip().split('\n')
62 existing_files = file_list.stdout.strip().split('\n')
  /external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
network_WiFi_ChaosConnectDisconnect.py 46 start_time = host.run("date '+%FT%T.%N%:z'").stdout.strip()
49 end_time = host.run("date '+%FT%T.%N%:z'").stdout.strip()

Completed in 425 milliseconds

<<11121314151617181920>>