Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 56) sorted by relevance

123

/system/bt/gd/dumpsys/bundler/
Dextract_files_and_call.py41 return [x.strip() for x in f.readlines() if x.strip()]
/system/extras/perf2cfg/tests/
Dtest_parse.py24 self.assertEqual(got.strip(), 'flags')
28 self.assertEqual(got.strip(), 'flags "catch_block" "critical"')
32 self.assertEqual(got.strip(), 'name "void hcf()"')
/system/extras/simpleperf/scripts/test/
Dbinary_cache_builder_test.py31 strip = ToolFinder.find_tool_path('strip', arch='arm')
32 self.assertIsNotNone(strip)
46 self.run_cmd([strip, '--strip-all', '-o', source_file, origin_file])
51 self.run_cmd([strip, '--strip-debug', '-o', source_file, origin_file])
Dtools_test.py115 expected_files.append(items[0].strip())
118 expected_functions.append(line.strip())
/system/sepolicy/tests/
Dfc_sort.py62 path = split[0].strip()
63 context = split[-1].strip()
66 fileType = split[1].strip()
78 node = CreateNode(line.strip())
Dcheck_prop_prefix.py56 tokens = line.strip()
/system/tools/aidl/build/
Daidl_to_jni.py82 stripped_line = line.strip()
83 output_file.write(convert_method(line.strip()))
/system/core/fastboot/fuzzy_fastboot/example/
Dchecksum_parser.py29 infos = [s.strip() for s in info.splitlines()]
/system/vold/bench/
Dbenchgen.py60 name = name.strip('<>"')
68 path = path.strip(">")
98 args.append(arg.strip())
103 args.append(arg.strip())
/system/bt/tools/scripts/
Ddump_metrics_ascii.py131 stdout = stdout.strip()
132 stderr = stderr.strip()
Dyapf_checker.py65 logging.error(result.stdout.decode('utf-8').strip())
Dbtsnooz.py159 base64_string += line.strip()
/system/extras/tests/bootloader/
Dbootctl.py61 return self._exec("get-suffix " + str(slot))[1].strip()
/system/extras/perf2cfg/perf2cfg/
Dparse.py131 return parts[1].strip('"')
/system/core/libcutils/
Dfs_config.cpp236 static size_t strip(const char* path, size_t len, const char suffix[]) { in strip() function
251 len = strip(target_out_path, len, "/"); in fs_config_open()
252 len = strip(target_out_path, len, "/system"); in fs_config_open()
/system/chre/build/arch/
Dhexagon.mk90 TARGET_CFLAGS += -m$(strip $(HEXAGON_ARCH))
/system/core/init/
Dcompare-bootcharts.py123 proc_name = segs[1].strip('()')
/system/extras/simpleperf/scripts/
Dreport.py151 if not line.strip('| \t'):
158 line = line.strip('| \t')
169 line = line.strip('|- \t')
Dsimpleperf_utils.py403 log_fatal('unsupported architecture: %s' % output.strip())
471 items = bytes_to_str(line).strip().split('=')
638 for line in stdoutdata.strip().split('\n'):
639 line = line.strip()
646 cur_function_name = line.strip()
927 section_name = result.group(1).strip()
/system/bt/gd/cert/
Dasync_subprocess_logger.py90 print("{}{}".format(loggableTag, line.strip()))
/system/extras/brillo_config/
DAndroid.mk92 ifeq ($(strip $(HAS_BUILD_NUMBER)),true)
/system/libvintf/analyze_matrix/
Dhals_for_release.py122 return proc.stdout.decode().strip()
170 instances = set(map(str.strip, instances)) - {""}
/system/apex/tools/
Dapex_compression_test.py187 avbtool_cmd, True).split(': ')[1].strip()
244 return run_host_command(cmd, True).strip()
/system/sepolicy/tools/
Dpost_process_mac_perms48 if err and err.strip():
/system/chre/build/nanoapp/
Dapp.mk30 NANOAPP_VERSION := $(strip $(NANOAPP_VERSION))

123