HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 251 - 275 of 2233) sorted by null

<<11121314151617181920>>

  /build/core/combo/
HOST_linux-x86.mk 20 ifeq ($(strip $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX)),)
40 ifneq ($(strip $(BUILD_HOST_static)),)
  /build/core/
notice_files.mk 6 notice_file:=$(strip $(LOCAL_NOTICE_FILE))
8 notice_file:=$(strip $(wildcard $(LOCAL_PATH)/NOTICE))
  /build/tools/
check_radio_versions.py 31 line = line.strip()
60 line = line.strip()
  /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()
  /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/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/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/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()
  /external/autotest/server/
system_utils.py 28 return [hostname.strip() for hostname in drones.split(',')]
40 return [hostname.strip() for hostname in shards.split(',')]
  /external/clang/docs/tools/
dump_ast_matchers.py 133 if declaration.strip():
170 result_types = [r.strip() for r in results.split(',')]
196 result_types = [r.strip() for r in results.split(',')]
285 args = ', '.join(p.strip() for p in args.split(','))
328 if line.strip() and line[0] == '}':
340 if line.strip() and line.lstrip()[0] == '/':
344 if ((not line.strip()) or
347 if line.strip() and line.rstrip()[-1] == '{':
  /external/deqp/scripts/
check_resolution_list.py 37 cases.append(line[6:].strip())
46 line = line.strip()
  /external/libcxx/test/libcxx/android/
executors.py 21 temp_path = temp_path.strip()
59 out = out.strip()
  /external/selinux/policycoreutils/mcstrans/share/util/
mlscolor-test 16 if not line.strip():
  /external/webrtc/tools/cpu/
cpu_mon.py 42 label = raw_input().strip()
54 sample_count = raw_input().strip()
  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/
Android.mk 23 ifeq ($(strip $(TARGET_USES_ION)),true)
  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
executors.py 21 temp_path = temp_path.strip()
59 out = out.strip()
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 8 # The GNU linker will strip un-needed object files from executables even whe
  /prebuilts/gdb/darwin-x86/lib/python2.7/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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]

Completed in 656 milliseconds

<<11121314151617181920>>