/system/core/init/ |
perfboot.py | 231 line = line.strip()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
access_point.py | 447 if len(intf.strip()) < 6:
|
/build/core/ |
pdk_config.mk | 107 $(call add-dependency,$(PDK_FUSION_OUT_DIR)/$(strip $(1)),\
|
/external/autotest/client/bin/ |
base_utils.py | 299 line = line.strip() 776 _, _, blocks, name = re.split(r' +', line.strip())
|
/external/autotest/client/tests/kvm/scripts/ |
virtio_console_guest.py | 117 port_name = self._readfile(info_name).strip() 131 (open_db_file, "".join(file).strip()))
|
/external/autotest/server/hosts/ |
adb_host.py | 640 dev_state = self.adb_run('get-state').stdout.strip() [all...] |
/external/autotest/server/ |
site_linux_router.py | 183 self._log_start_timestamp = last_log_line.strip().split(None, 2)[0] 281 pid = int(self.router.run(start_command).stdout.strip()) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
android_platform_backend.py | 485 for line in self._device.adb.ForwardList().strip().splitlines(): 734 for pair in line.strip().split(' '):
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
test_imports.py | 40 data = data.strip() 44 data = data.rsplit('\n', 1)[0].strip()
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
miniterm.py | 362 port = sys.stdin.readline().strip() 400 self.serial.baudrate = int(sys.stdin.readline().strip())
|
/external/chromium-trace/catapult/telemetry/third_party/tsproxy/ |
tsproxy.py | 535 self.ProcessCommand(line.strip()) 692 map_string = map_string.strip('\'" \t\r\n')
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
platformsettings.py | 654 line = line.strip() 720 iface_dns_config = dns_match.group('kind').strip()
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 329 fix_data = ', '.join([s.strip() for s in token.string.split(',')]) 331 token, position=None, fix_data=fix_data.strip()) [all...] |
statetracker.py | 228 self.flag_type = flag_token.string.strip().lstrip('@') 255 self.type = self.type.strip() 708 # Strip trailing newline. 973 # Strip out the type from parameters of the form name:Type. [all...] |
/external/compiler-rt/make/platform/ |
clang_macho_embedded.mk | 38 STRIP := $(call XCRun,strip)
|
/external/e2fsprogs/resize/ |
Makefile.in | 80 install-strip: install 82 echo " STRIP $(root_sbindir)/$$i"; \ 83 $(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
|
/external/libcxx/test/libcxx/test/ |
config.py | 238 self.config.available_features.add(f.strip()) 589 san = self.get_lit_conf('use_sanitizer', '').strip() [all...] |
/external/libvpx/libvpx/ |
libs.mk | 480 ifneq ($(strip $(TEST_INTRA_PRED_SPEED_OBJS)),) 527 ifneq ($(strip $(TEST_INTRA_PRED_SPEED_OBJS)),)
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | 2393 mDNSBool strip = mDNSfalse; local [all...] |
/external/v8/build/android/pylib/instrumentation/ |
instrumentation_test_instance.py | 366 stripped_lines = (l.strip() for l in device_flags_file) 370 stripped_lines = (l.strip() for l in device_flags_file)
|
/external/v8/tools/ |
callstats.py | 228 line = line.strip() 333 line = line.strip()
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 241 return check_output(["md5sum", file]).strip().split()[0] 680 args = arg.strip('"').split()
|
/ndk/build/core/ |
definitions-host.mk | 31 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
config.py | 238 self.config.available_features.add(f.strip()) 588 san = self.get_lit_conf('use_sanitizer', '').strip() [all...] |
/ndk/sources/host-tools/make-3.81/w32/ |
Makefile | 152 STRIP = 417 install-strip: 420 `test -z '$(STRIP)' || \ 421 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 486 install-info-am install-man install-strip installcheck \
|