Home
last modified time | relevance | path

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

123

/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/unwinding/libunwindstack/tools/
Dstrip.py33 def strip(path): function
71 strip(path)
73 strip(path)
/system/sepolicy/tests/
Dfc_sort.py72 path = split[0].strip()
73 context = split[-1].strip()
76 file_type = split[1].strip()
116 node = FileContextsNode.create(line.strip())
Dcheck_prop_prefix.py56 tokens = line.strip()
/system/extras/simpleperf/scripts/test/
Dbinary_cache_builder_test.py32 strip = ToolFinder.find_tool_path('llvm-strip', ndk_path=TestHelper.ndk_path, arch='arm')
33 self.assertIsNotNone(strip)
47 self.run_cmd([strip, '--strip-all', '-o', source_file, origin_file])
52 self.run_cmd([strip, '--strip-debug', '-o', source_file, origin_file])
Dtools_test.py121 expected_files.append(items[0].strip())
124 expected_functions.append(line.strip())
/system/tools/aidl/build/
Daidl_to_jni.py82 stripped_line = line.strip()
83 output_file.write(convert_method(line.strip()))
/system/sepolicy/
DAndroid.mk94 $(strip $(foreach type, $(1), $(foreach file, $(addsuffix /$(type), $(2)), $(sort $(wildcard $(file…
128 ifneq (,$(strip $(security_class_extension_files)))
129 …$(error Only platform SELinux policy may define classes and permissions: $(strip $(security_class_…
135 ifneq (,$(strip $(policy_files)))
140 ifneq (,$(strip $(policy_files)))
148 ifneq (,$(strip $(policy_files)))
153 ifneq (,$(strip $(policy_files)))
/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/tools/aidl/scripts/
Dvis_aidl_ver_errors.py46 print("UNRECOGNIZED LINE", i.strip())
/system/extras/perf2cfg/perf2cfg/
Dparse.py131 return parts[1].strip('"')
/system/extras/tests/bootloader/
Dbootctl.py61 return self._exec("get-suffix " + str(slot))[1].strip()
/system/security/fsverity/
Dfsverity_manifest_generator.py34 out = subprocess.check_output(cmd, universal_newlines=True).strip()
/system/sepolicy/tools/
Dfuzzer_bindings_check.py37 line = line.strip()
Dpost_process_mac_perms48 if err and err.strip():
/system/core/libcutils/
Dfs_config.cpp244 static size_t strip(const char* path, size_t len, const char suffix[]) { in strip() function
259 len = strip(target_out_path, len, "/"); in fs_config_open()
260 len = strip(target_out_path, len, "/system"); in fs_config_open()
/system/extras/simpleperf/scripts/
Dreport.py152 if not line.strip('| \t'):
159 line = line.strip('| \t')
170 line = line.strip('|- \t')
Dapp_profiler.py139 file_set = set(output.strip().split())
146 line = bytes_to_str(line).strip()
313 return line[pos + len('versionCode:'):].strip()
357 if uid == current_user.strip():
Dsimpleperf_utils.py348 return stdoutdata.strip() if result else None
365 log_fatal('unsupported architecture: %s' % output.strip())
436 items = bytes_to_str(line).strip().split('=')
656 lines = output.strip().splitlines()
668 function_name = lines[i].strip()
929 items = line.strip().split()
1022 section_name = result.group(1).strip()
/system/core/init/
Dcompare-bootcharts.py123 proc_name = segs[1].strip('()')
/system/chre/build/arch/
Dhexagon.mk100 TARGET_CFLAGS += -m$(strip $(HEXAGON_ARCH))
/system/chre/tools/
Dtodo_checker.py145 return bug_id_line.split(':')[1].strip()
/system/apex/tools/
Dapex_compression_test.py196 avbtool_cmd, True).split(': ')[1].strip()
254 return run_and_check_output(cmd, True).strip()
/system/extras/perf_tools/bats/
Dlcan.py107 moduleName = moduleName.strip()
152 keyword = keyword.strip()
343 timeString = timeString.strip()
560 line = line.strip()

123