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

<<31323334353637383940>>

  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/
Android.mk 17 ifeq ($(strip $(TARGET_USES_ION)),true)
128 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/
Android.mk 14 ifeq ($(strip $(TARGET_USES_ION)),true)
126 ifeq ($(strip $(TARGET_USES_ION)),true)
  /external/autotest/cli/
topic_common.py 211 return (item.strip().replace('\0', '\\').replace(r'\,', ',') for
212 item in split if item.strip())
318 return [item.strip() for item in parts[2].split(',') if item.strip()]
  /external/autotest/client/bin/
site_utils.py 52 self.cros_system_data[name.strip()] = value.strip()
472 match = kv_match_re.match(linecr.strip())
638 # Strip everything from front of line including prefix.
641 # Strip everything from back of string including first occurence of postfix.
    [all...]
  /external/autotest/client/common_lib/cros/
dbus_send.py 105 lines = dbus_send_stdout.strip().splitlines()
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 128 line = line.strip()
145 ht = HT_TABLE[line.split(':')[1].strip()]
172 line = line.strip()
503 rate_string = line.split(':')[1].strip()
  /external/autotest/client/cros/
kernel_config.py 151 item = item.strip()
  /external/autotest/client/profilers/ftrace/
ftrace.py 105 utils.read_file(tracing_on).strip() != '1'):
  /external/autotest/client/site_tests/graphics_VTSwitch/
graphics_VTSwitch.py 183 size = line.split(':')[1].split(',')[0].strip()
  /external/autotest/client/site_tests/hardware_Badblocks/
hardware_Badblocks.py 134 result = lines[-1].strip()
  /external/autotest/client/site_tests/policy_ProxySettings/
policy_ProxySettings.py 38 data = self.rfile.readline(40).strip()
  /external/autotest/client/site_tests/power_ProbeDriver/
power_ProbeDriver.py 18 if utils.system_output(cmd, ignore_status=True).strip() == "AC_only":
  /external/autotest/client/site_tests/power_SuspendStress/
power_SuspendStress.py 53 link_status = link_file.readline().strip()
  /external/autotest/client/site_tests/security_Minijail0/
security_Minijail0.py 26 m = re.match('^# %s: (.*)' % name, l.strip())
  /external/autotest/client/tests/dma_memtest/
dma_memtest.py 123 os.path.basename(self.tarball).strip('.tar.bz2'))
  /external/autotest/client/tests/systemtap/
systemtap.py 97 key = key.strip().replace(' ', '_')
  /external/autotest/frontend/afe/
rpc_handler.py 159 remote = remote.split(',')[0].strip()
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 72 line = line.strip()
  /external/autotest/server/cros/network/
arping_runner.py 87 match = re.search(regex, line.strip())
  /external/autotest/server/site_tests/hardware_StorageStress/
hardware_StorageStress.py 149 status = client.run(command).stdout.strip()
  /external/autotest/server/site_tests/network_EthCapsServer/
network_EthCapsServer.py 99 info_str = ln.strip()
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
network_WiFi_SuspendStress.py 45 status = json.loads(out.strip())
  /external/autotest/server/site_tests/platform_GCC/
platform_GCC.py 26 testname = testname.strip()
  /external/autotest/server/site_tests/platform_PowerStatusStress/
platform_PowerStatusStress.py 102 psi_output = self.host.run('power_supply_info').stdout.strip()
  /external/autotest/server/site_tests/power_SuspendShutdown/
power_SuspendShutdown.py 138 out = host.run('cryptohome --action=status').stdout.strip()

Completed in 369 milliseconds

<<31323334353637383940>>