/third_party/elfutils/tests/ |
D | run-strip-g.sh | 25 tempfiles a.out strip.out debug.out readelf.out 30 echo strip -g to file with debug file 31 testrun ${abs_top_builddir}/src/strip -g -o strip.out -f debug.out || 35 testrun ${abs_top_builddir}/src/readelf -S strip.out > readelf.out 39 echo no symtab found in strip.out 55 echo arm strip -g to file with debug file 56 testrun ${abs_top_builddir}/src/strip -g -o strip.out -f debug.out testfilearm || 60 testrun ${abs_top_builddir}/src/readelf -S strip.out > readelf.out 64 echo no symtab found in strip.out 80 echo aarch64 strip -g to file with debug file [all …]
|
D | run-strip-nothing.sh | 23 tempfiles a.out strip.out debug.out 29 testrun ${abs_top_builddir}/src/strip -g -o strip.out || 32 testrun ${abs_top_builddir}/src/elfcmp a.out strip.out || 36 testrun ${abs_top_builddir}/src/strip -g || 39 testrun ${abs_top_builddir}/src/elfcmp strip.out a.out || 43 testrun ${abs_top_builddir}/src/strip -g -o strip.out -f debug.out || 46 testrun ${abs_top_builddir}/src/elfcmp a.out strip.out || 53 testrun ${abs_top_builddir}/src/strip -g -f debug.out || 56 testrun ${abs_top_builddir}/src/elfcmp strip.out a.out ||
|
D | run-strip-test-many.sh | 24 tempfiles testfile1.strip testfile2.strip testfile1.debug testfile2.debug testfile.unstrip 31 testrun ${abs_top_builddir}/src/strip -o testfile1.strip -f testfile1.debug testfile || 36 testrun ${abs_top_builddir}/src/elflint --gnu -q testfile1.strip || 45 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip testfile1.strip testfile1.debug || 54 testrun ${abs_top_builddir}/src/strip -g -o testfile2.strip -f testfile2.debug testfile || 59 testrun ${abs_top_builddir}/src/elflint --gnu -q testfile2.strip || 71 testrun ${abs_top_builddir}/src/strip testfile ||
|
D | run-strip-reloc.sh | 39 testrun ${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile || 42 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections -o $outfile2 \ 73 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections-only \ 125 runtest ${abs_top_builddir}/src/strip 0 126 runtest ${abs_top_builddir}/src/strip.o 1 130 tempfiles strip-uncompressed.o strip-compressed.o 131 testrun ${abs_top_builddir}/src/elfcompress -o strip-uncompressed.o -t none \ 132 ${abs_top_builddir}/src/strip.o 133 testrun ${abs_top_builddir}/src/elfcompress -o strip-compressed.o -t zlib \ 134 --force ${abs_top_builddir}/src/strip.o [all …]
|
D | run-line2addr.sh | 32 testrun_compare ${abs_builddir}/line2addr -e testfile8 strip.c:953 strip.c:365 <<\EOF 33 strip.c:953 -> (.text)+0x169f (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953) 34 strip.c:953 -> (.text)+0x16aa (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953) 35 strip.c:365 -> (.text)+0x278b (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365) 36 strip.c:365 -> (.text)+0x2797 (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365)
|
D | run-allfcts.sh | 30 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main 31 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version 32 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:173:parse_opt 33 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:201:more_help 34 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file 36 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file 37 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
|
D | Makefile.am | 111 newscn run-strip-test.sh run-strip-test2.sh \ 112 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \ 113 run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \ 114 run-strip-test9.sh run-strip-test10.sh run-strip-test11.sh \ 115 run-strip-test12.sh \ 116 run-strip-nothing.sh run-strip-g.sh run-annobingroup.sh \ 117 run-strip-groups.sh run-strip-reloc.sh run-strip-strmerge.sh \ 118 run-strip-nobitsalign.sh run-strip-remove-keep.sh \ 192 run-typeiter-many.sh run-strip-test-many.sh \ 193 run-strip-version.sh run-xlate-note.sh \ [all …]
|
/third_party/icu/tools/unicode/py/ |
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/ffmpeg/libavcodec/ |
D | cinepak.c | 132 static int cinepak_decode_vectors (CinepakContext *s, cvid_strip *strip, in cinepak_decode_vectors() argument 144 for (y=strip->y1; y < strip->y2; y+=4) { in cinepak_decode_vectors() 148 (s->palette_video?strip->x1:strip->x1*3) + (y * s->frame->linesize[0]); in cinepak_decode_vectors() 163 for (x=strip->x1; x < strip->x2; x+=4) { in cinepak_decode_vectors() 188 p = strip->v1_codebook[*data++]; in cinepak_decode_vectors() 213 cb0 = strip->v4_codebook[*data++]; in cinepak_decode_vectors() 214 cb1 = strip->v4_codebook[*data++]; in cinepak_decode_vectors() 215 cb2 = strip->v4_codebook[*data++]; in cinepak_decode_vectors() 216 cb3 = strip->v4_codebook[*data++]; in cinepak_decode_vectors() 267 cvid_strip *strip, const uint8_t *data, int size) in cinepak_decode_strip() argument [all …]
|
/third_party/nghttp2/ |
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().startswith('Default: '):
|
/third_party/libabigail/ |
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/skia/third_party/externals/oboe/apps/OboeTester/scripts/ |
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()
|
/third_party/cef/tools/ |
D | git_util.py | 34 return result['out'].strip() 45 name = result['out'].strip() 55 return result['out'].strip()[1:-1].split(', ')[-1] 64 return result['out'].strip() 73 return result['out'].strip() 91 return files.strip().split("\n") 106 return [line[2:] for line in hashes.strip().split('\n')] 115 line = line.strip()
|
/third_party/skia/buildtools/third_party/eu-strip/ |
D | build.sh | 17 -Wformat=2 -Werror -g -O2 -Wl,-rpath-link,libelf:libdw -Wl,--build-id=none -o eu-strip \ 18 src/strip.o libebl/libebl.a libelf/libelf.a lib/libeu.a libdw/libdw.a -ldl -lz 19 ./eu-strip -o ../../bin/eu-strip eu-strip
|
/third_party/mesa3d/docs/_exts/ |
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()
|
/third_party/mesa3d/src/intel/isl/ |
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/ |
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()
|
D | git_recipes.py | 59 for line in message.strip().splitlines(): 60 line = line.strip() 73 footers[m.group(1)] = m.group(2).strip() 87 return result.strip() 102 return self.Git("status -s -uno", **kwargs).strip() == "" 125 return map(str.strip, 151 return map(str.strip, files.splitlines()) 159 for line in self.Git("status -s -b -uno", **kwargs).strip().splitlines(): 295 return self.Git("rev-list -1 " + tag_name).strip().encode("ascii", "ignore")
|
/third_party/skia/tools/skqp/ |
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()
|
/third_party/libabigail/src/ |
D | abg-viz-common.cc | 132 std::string strip = R"(font-family="__name" font-size="__size" text-anchor="__anchor")"; in to_attribute() local 133 string_replace(strip, name, _M_face); in to_attribute() 134 string_replace(strip, size, std::to_string(_M_size)); in to_attribute() 135 string_replace(strip, anchor, anchor_to_string(__a)); in to_attribute() 138 return strip; in to_attribute()
|
D | abg-viz-dot.cc | 91 …std::string strip = R"_delimiter_([label="__label", height=__height, width=__width, color="black",… in add_node() local 93 string_replace(strip, label, __node._M_id); in add_node() 94 string_replace(strip, height, std::to_string(__node._M_y_space)); in add_node() 95 string_replace(strip, width, std::to_string(__node._M_x_space)); in add_node() 97 _M_sstream << strip << std::endl; in add_node()
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | yapf_api.py | 249 if _DisableYAPF(uwline.first.value.strip()): 253 if uwline.is_comment and _EnableYAPF(uwline.first.value.strip()): 257 elif re.search(DISABLE_PATTERN, uwline.last.value.strip(), re.IGNORECASE): 264 re.search(DISABLE_PATTERN, line.split('\n')[0].strip(), re.IGNORECASE) or 265 re.search(DISABLE_PATTERN, line.split('\n')[-1].strip(), re.IGNORECASE)) 270 re.search(ENABLE_PATTERN, line.split('\n')[0].strip(), re.IGNORECASE) or 271 re.search(ENABLE_PATTERN, line.split('\n')[-1].strip(), re.IGNORECASE))
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | URLHandler.java | 166 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide() argument 168 process(v, recurse, strip, "/", file.listFiles()); in guide() 174 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process() argument 181 process(v, recurse, strip, path + f.getName()+ '/', f.listFiles()); in process() 184 v.visit(strip? f.getName() : path + f.getName()); in process() 226 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide() argument 242 if (strip && ix != -1) { in guide() 261 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); in guide() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | URLHandler.java | 170 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide() argument 172 process(v, recurse, strip, "/", file.listFiles()); in guide() 178 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process() argument 185 process(v, recurse, strip, path + f.getName()+ '/', f.listFiles()); in process() 188 v.visit(strip? f.getName() : path + f.getName()); in process() 230 public void guide(URLVisitor v, boolean recurse, boolean strip) { in guide() argument 246 if (strip && ix != -1) { in guide() 265 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip); in guide() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 196 sop *strip; /* malloced strip */ member 323 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); in llvm_regcomp() 325 if (p->strip == NULL) { in llvm_regcomp() 528 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp() 529 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN); in p_ere_exp() 727 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 728 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re() 1461 (void) memmove((char *)(p->strip + p->slen), in dupl() 1462 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl() 1490 p->strip[p->slen++] = SOP(op, opnd); in doemit() [all …]
|