HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 751 - 775 of 6288) sorted by null

<<31323334353637383940>>

  /build/make/tools/
check_radio_versions.py 31 line = line.strip()
60 line = line.strip()
checkowners.py 62 stripped_line = re.sub('#.*$', '', line).strip()
66 % (fname, num, line.strip()))
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/
template-params.xml 34 ViewPager title strip, with custom coloring for each tab.
65 ViewPager title strip, with custom coloring for each tab.
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
59 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
53 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
53 ifeq ($(strip $(TARGET_USES_ION)),true)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 80 ].strip!.split( /\n/ ).map { |line|
81 expr, val = line.strip.split( /\s+=\s+/, 2 )
  /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/server/site_tests/firmware_FlashServoKeyboardMap/
firmware_FlashServoKeyboardMap.py 35 result = host.run('lsusb -d 03eb:').stdout.strip()
59 result = host.run('lsusb -d 03eb:').stdout.strip()
  /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/platform_Powerwash/
platform_Powerwash.py 55 ignore_status=True).stdout.strip())
79 ignore_status=True).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/autotest/site_utils/
prodcertstatus_checker.py 39 email_to = ['%s@google.com' % to.strip() for to in options.to.split(',')]
44 email_cc = ['%s@google.com' % cc.strip()
  /external/compiler-rt/make/
lib_info.mk 33 $(if $(call strneq,,$(strip $($(key).OnlyArchs) $($(key).OnlyConfigs))),,\
59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
  /external/curl/tests/data/
test1024 84 <strip>
86 </strip>
test1025 84 <strip>
86 </strip>
test1051 76 <strip>
78 </strip>
test1052 72 <strip>
74 </strip>
test1071 88 <strip>
90 </strip>
test1075 67 <strip>
69 </strip>
test1078 53 <strip>
55 </strip>
test1095 68 <strip>
70 </strip>
test1097 62 <strip>
64 </strip>
test1104 68 <strip>
70 </strip>
test1128 51 <strip>
53 </strip>

Completed in 469 milliseconds

<<31323334353637383940>>