HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 826 - 850 of 2341) sorted by null

<<31323334353637383940>>

  /build/core/
static_java_library.mk 49 all_resources := $(strip \
105 LOCAL_SDK_RES_VERSION:=$(strip $(LOCAL_SDK_RES_VERSION))
  /build/tools/releasetools/
target_files_diff.py 152 stdout = stdout.strip()
156 for line in stdout.strip().split('\n'):
  /cts/tools/device-setup/TestDeviceSetup/
Android.mk 24 # and because it is in data, do not strip classes.dex
  /cts/tools/testng/
gen-test-list-xml.py 184 fq_class_name = class_and_method_name[0].strip()
185 method_name = class_and_method_name[1].strip()
  /device/moto/shamu/camera/QCamera/HAL2/core/
Android.mk 12 ifeq ($(strip $(TARGET_USES_ION)),true)
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/
Android.mk 17 ifeq ($(strip $(TARGET_USES_ION)),true)
  /docs/source.android.com/
Android.mk 26 # Put HAL refs in PDK instead and strip nav to s.a.c.
  /external/autotest/cli/
site_host.py 64 if locked and lock_reason.strip():
65 obj.data['lock_reason'] = lock_reason.strip()
  /external/autotest/client/common_lib/cros/
dev_server.py 147 strip = MarkupStripper()
149 strip.feed(error_markup.decode('utf_32'))
151 strip.feed(error_markup)
152 raise DevServerException(strip.get_data())
196 """Strip the http:// prefix and port from a url.
637 strip = MarkupStripper()
639 strip.feed(error_markup.decode('utf_32'))
641 strip.feed(error_markup)
642 raise DevServerException(strip.get_data())
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
touch_device.py 68 'device_get_prop %s "Device Node"' % device_id).strip('"')
247 return line.strip('\n')
  /external/autotest/client/site_tests/firmware_VbootCrypto/
firmware_VbootCrypto.py 32 if keyval.strip().startswith('#'):
35 self.keyvals[key.strip()] = float(val)
  /external/autotest/client/site_tests/hardware_TrimIntegrity/
hardware_TrimIntegrity.py 144 zero_hash = utils.run(cmd).stdout.strip()
148 one_hash = utils.run(cmd).stdout.strip()
  /external/autotest/client/site_tests/kernel_SchedBandwith/
kernel_SchedBandwith.py 85 timeslice_ms = int(utils.read_one_line(fname).strip()) / 1000.
88 values = list(int(val) for val in fd.readline().strip().split())
  /external/autotest/client/site_tests/network_EthCaps/
network_EthCaps.py 64 cap_str = ln.strip()
186 (status_reg, status_values) = ln.strip().split(":")
  /external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py 96 return set([line.strip() for line in open(exclusions_path)])
150 service_minijail = launcher.args.split("--")[0].strip()
  /external/autotest/client/tests/kvm/tests/
cdrom.py 169 f1_hash = session.cmd("md5sum /mnt/%s" % filename).split()[0].strip()
170 f2_hash = session.cmd("md5sum /tmp/%s" % filename).split()[0].strip()
  /external/autotest/client/virt/
aexpect.py 59 id = sys.stdin.readline().strip()
60 echo = sys.stdin.readline().strip() == "True"
61 readers = sys.stdin.readline().strip().split(",")
62 command = sys.stdin.readline().strip() + " && echo %s > /dev/null" % id
    [all...]
  /external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py 133 return self.client.run(cmd).stdout.strip()
233 .stdout.strip())
  /external/autotest/site_utils/
deploy_production_local.py 60 out = strip_terminal_codes(out).strip()
314 result.append(out.strip())
dump_to_cloudsql.py 61 if not data or not data.strip() or data == '\n' or data[:2] == '--':
160 self._sets[m.group(1).strip()] = line
mass_update.py 198 return deque(item.strip() for item in stdout.split('\n') if item.strip())
  /external/chromium-trace/catapult/devil/devil/android/
app_ui_test.py 25 '''.strip()
55 '''.strip()
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
mac_platform_backend.py 50 wakeup_count = int(top_output[-1].strip('+ '))
107 pages_active = int(value.strip()[:-1]) # Strip trailing '.'
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
strace_profiler.py 102 if first_arg and first_arg.strip().isdigit():
103 possible_fd_arg = first_arg.strip()
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
digest.py 56 yield prev.strip()
59 yield prev.strip()

Completed in 1325 milliseconds

<<31323334353637383940>>