/third_party/elfutils/tests/ |
H A D | run-strip-reloc.sh | 39 testrun ${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile || 40 { echo "*** failure strip $infile"; status=1; } 42 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections -o $outfile2 \ 44 { echo "*** failure strip --reloc-debug-sections $infile"; status=1; } 73 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections-only \ 75 { echo "*** failure strip --reloc-debug-sections-only $debugfile1"; \ 125 runtest ${abs_top_builddir}/src/strip 0 126 runtest ${abs_top_builddir}/src/strip.o 1 130 tempfiles strip-uncompressed.o strip [all...] |
/third_party/icu/tools/unicode/py/ |
H A D | parsescriptmetadata.py | 40 line = line.strip() 58 line = line.strip() 63 iso_code = fields[0].strip() 67 fields[2].strip(), fields[5].strip(), 69 fields[6].strip(), fields[7].strip(), fields[10].strip())
|
/third_party/libabigail/ |
H A D | gen-changelog.py | 35 lines = [x.strip() for x in lines if x.strip() and not x.startswith('git-svn-id')] 36 files = [x.strip() for x in files if x.strip()] 65 print(top_line.strip()) 69 print('\t%s' % lines[subject_line_index].strip()) 73 print('\t* %s:' % f.strip()) 80 print('\t%s' % l.strip()) 104 hash = lin[16:].strip()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cinepak.c | 134 static int cinepak_decode_vectors (CinepakContext *s, cvid_strip *strip, in cinepak_decode_vectors() argument 146 for (y=strip->y1; y < strip->y2; y+=4) { in cinepak_decode_vectors() 150 (s->palette_video?strip->x1:strip->x1*3) + (y * s->frame->linesize[0]); in cinepak_decode_vectors() 165 for (x=strip->x1; x < strip->x2; x+=4) { in cinepak_decode_vectors() 190 p = strip->v1_codebook[*data++]; in cinepak_decode_vectors() 215 cb0 = strip->v4_codebook[*data++]; in cinepak_decode_vectors() 216 cb1 = strip in cinepak_decode_vectors() 268 cinepak_decode_strip(CinepakContext *s, cvid_strip *strip, const uint8_t *data, int size) cinepak_decode_strip() argument [all...] |
/third_party/nghttp2/ |
H A D | help2rst.py | 43 line = infile.readline().strip() 57 line = line.strip() 89 if not line.strip() and in_arg: 107 print(line.strip()) 122 print('{}'.format(format_arg_text(rest.strip()))) 132 print('{}'.format(format_arg_text(rest.strip()))) 144 rest = rest.strip() 152 subsec = line.strip()[:-1] 158 print(line.strip()) 178 if text.strip() [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/ |
H A D | dsp_timing.py | 73 offsetText = getAndroidProperty(kPropertyOutputOffset).strip() 83 myvars[name.strip()] = var 91 myvars[name.strip()] = var 174 if pairs['in.mmap'].strip() != "yes": 177 if pairs['out.mmap'].strip() != "yes": 191 userName = subprocess.check_output(["adb", "shell", "whoami"]).strip() 195 userName = subprocess.check_output(["adb", "shell", "whoami"]).strip() 202 mmapPolicy = int(getAndroidProperty("aaudio.mmap_policy").strip()) 230 getAndroidProperty("ro.build.id").strip() 232 getAndroidProperty("ro.build.version.release").strip() [all...] |
/test/xts/tools/build/ |
H A D | utils.py | 65 key_value = argument.strip().split("=") 68 arguments.setdefault(key_value[0].strip(), key_value[1].strip()) 78 content = input_f.read().strip() 106 _output = output.strip() 107 _sources = sources.strip() 108 _source_dirs = source_dirs.strip() 129 source_file = source_file.strip() 136 source_file = source_file.strip() 143 _suite_output_prefix = suite_output_prefix.strip() [all...] |
/test/xts/acts/pcs/pcs_py/ |
H A D | testBundleInstallVerify.py | 43 if 'install bundle successfully' not in installResult.strip(): 51 if 'error: install version downgrade' not in installResult.strip(): 59 if 'install bundle successfully' not in installResult.strip(): 70 if 'install bundle successfully' not in installResult.strip(): 74 if 'install bundle successfully' not in installResult.strip(): 78 if 'error: install version not compatible' not in installResult.strip(): 82 if 'error: verify signature failed' not in installResult.strip():
|
H A D | testAppSignatureVerify.py | 35 assert 'error: no signature file' in installHapResult.strip() 36 bundleNames = self.device1.execute_shell_command("bm dump -a").strip() 39 assert 'install bundle successfully' in installHapResult.strip() 40 bundleNames = self.device1.execute_shell_command("bm dump -a").strip()
|
H A D | testRealRandomGenerate.py | 34 randomFile = self.device1.execute_shell_command("ls /dev/random | wc -l").strip() 36 urandomFile = self.device1.execute_shell_command("ls /dev/urandom | wc -l").strip() 40 randomNumber = self.device1.execute_shell_command("cat /dev/random | head -n 10 | md5sum | head -c 10", timeout = 1000).strip() 44 randomNumber = self.device1.execute_shell_command("cat /dev/urandom | head -n 10 | md5sum | head -c 10").strip()
|
/third_party/python/Lib/test/ |
H A D | test_launcher.py | 463 self.assertEqual("X.Y.exe -arg", data["stdout"].strip()) 470 self.assertEqual("X.Y-32.exe -arg", data["stdout"].strip()) 477 self.assertEqual("X.Y-arm64.exe -X fake_arg_for_test -arg", data["stdout"].strip()) 483 self.assertEqual("X.Y.exe -arg", data["stdout"].strip()) 489 self.assertEqual("X.Y-32.exe -arg", data["stdout"].strip()) 495 self.assertEqual("X.Y-arm64.exe -X fake_arg_for_test -arg", data["stdout"].strip()) 504 self.assertEqual(f'X.Y.exe --version', data["stdout"].strip()) 541 self.assertEqual(data1["stdout"].strip(), str(venv_exe)) 544 self.assertNotEqual(data2["stdout"].strip(), str(venv_exe)) 553 self.assertEqual(f"X.Y.exe -prearg {script} -postarg", data["stdout"].strip()) [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/ |
H A D | csv_collection.py | 21 strip = lambda s:s.strip() 23 strip = lambda s:s 33 r[key]:{f:strip(c) for f,c in r.items() 35 strip(c)[:1] not in ['', C]}
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/tools/ |
H A D | csv_collection.py | 20 strip = lambda s:s.strip() 22 strip = lambda s:s 32 r[key]:{f:strip(c) for f,c in r.items() 34 strip(c)[:1] not in ['', C]}
|
/third_party/mesa3d/docs/_exts/ |
H A D | formatting.py | 11 envvar = envvar.strip().upper() 12 t = "Type: %s" % t.strip(" <>").lower() 13 default = "Default: %s" % default.strip(" ()") 23 opcode = opcode.strip().upper() 24 desc = " (%s)" % desc.strip()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | spdxcheck.py | 49 lid = l.split(':')[1].strip().upper() 56 exception = l.split(':')[1].strip().upper() 60 for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','): 133 tok.value = tok.value.strip() 179 expr = line.split(':')[1].strip() 181 if line.strip().endswith('*/'): 182 expr = expr.rstrip('*/').strip() 184 if line.strip().endswith('-->'): 185 expr = expr.rstrip('-->').strip() 188 expr = expr.rstrip('\"').strip() [all...] |
/test/testfwk/developer_test/src/core/config/ |
H A D | resource_manager.py | 172 src = os.path.join(resource_dir, push_value[0:pos].strip()) 173 dst = push_value[pos + len(find_key):len(push_value)].strip() 184 src = os.path.join(resource_dir, push_value[0:pos].strip()) 185 dst = push_value[pos + len(find_key):len(push_value)].strip() 188 command = item["value"].strip() 192 command = command.strip() 204 src = os.path.join(resource_dir, copy_value[0:pos].strip()) 205 dst = copy_value[pos + len(find_key):len(copy_value)].strip() 212 src = os.path.join(resource_dir, copy_value[0:pos].strip()) 213 dst = copy_value[pos + len(find_key):len(copy_value)].strip() [all...] |
/test/xts/acts/graphic/vktest/ |
H A D | genlocal.py | 88 mustpasslist.append(mustpassline.strip().strip("\r").strip("\n")) 108 testcaselist1.append(casename.strip("\n")) 117 testcaselist1.append(casename.strip("\n")) 124 testcaselist1.append(casename.strip("\n")) 131 testcaselist1.append(casename.strip("\n"))
|
/third_party/mesa3d/src/intel/isl/ |
H A D | gen_format_layout.py | 171 self.name = line[0].strip() 174 self.bw = line[2].strip() 175 self.bh = line[3].strip() 176 self.bd = line[4].strip() 186 self.order = line[12].strip() 211 self.colorspace = line[13].strip().upper() 216 self.txc = line[14].strip().upper() or 'NONE'
|
/third_party/node/deps/v8/tools/release/ |
H A D | mergeinfo.py | 25 hash_to_search]).strip() 28 hash_to_search]).strip() 34 return git_execute(git_working_dir, cmd).strip().splitlines() 59 '-a']).strip() 61 return map(str.strip, branches) 106 '-r']).strip()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
H A D | generate-core-block.rb | 35 core_block = "\t"*2 + require.to_s.lines[0].strip + "\n" 36 alias_block = "\t"*3 + require.to_s.lines[0].strip + "\n" 59 core_block << "\t"*3 + element.to_s.strip + "\n" 69 alias_block << "\t"*4 + element.to_s.strip + "\n" 79 alias_block << "\t"*3 + require.to_s.lines[-1].strip 80 core_block << "\t"*2 + require.to_s.lines[-1].strip
|
/third_party/skia/tools/skqp/ |
H A D | make_apk_list.py | 55 m = regex.match(line.strip()) 78 for remote in check_output(['git', 'remote']).strip().split('\n'): 79 remote = remote.strip() 80 url = check_output(['git', 'remote', 'get-url', remote]).strip() 84 return check_output(['git', 'rev-parse', arg]).strip() 102 line = line.strip()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | c_parser_lite.py | 93 self.handle_suite_started_tag(line[message_index:].strip()) 99 line.strip()) 143 self.handle_one_test_tag(line.strip(), False) 145 self.handle_one_test_tag(line.strip(), True) 147 LOG.error("Parsing log: %s failed" % (line.strip()), 152 end_time = re.match(self.pattern, message).group().strip() 154 self.last_line.strip()).group().strip() 179 end_time = re.match(self.pattern, message).group().strip() 181 self.last_line.strip()) [all...] |
/build/toolchain/ |
H A D | rust_strip.py | 23 def do_strip(strip, output, unstripped_file, mini_debug, clang_base_dir): 24 if strip: 26 [strip, '-o', output, unstripped_file]) 42 parser.add_argument('--strip', 43 help='The strip binary to run', 61 return do_strip(args.strip, args.output, args.unstripped_file, args.mini_debug, args.clang_base_dir)
|
/build/hb/util/preloader/ |
H A D | parse_vendor_product_config.py | 32 key = feat[:match].strip() 33 val = feat[match + 1:].strip().strip('"') 56 key = feat[:match].strip() 57 val = feat[match + 1:].strip().strip('"')
|
/test/testfwk/developer_test/local_coverage/push_coverage_so/ |
H A D | push_coverage.py | 179 testpart_list.append(param.strip("[").strip("]").strip(",")) 187 subsystem_list.append(param.strip("[").strip("]").strip(","))
|