Home
last modified time | relevance | path

Searched refs:strip (Results 251 - 275 of 720) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp158 // Is this an opcode we should remove when using --strip?
384 // remember opcodes we want to strip later in stripDebug()
397 // strip opcodes pointing to removed data in stripDeadRefs()
414 strip(); in stripDeadRefs()
934 strip(); // strip out data we decided to eliminate in forwardLoadStores()
1083 strip(); // strip out data we decided to eliminate in optLoadStore()
1197 strip(); in dceTypes()
1420 void spirvbin_t::strip() in strip() function in spv::spirvbin_t
[all...]
/third_party/python/Lib/test/
H A Dtest_clinic.py372 """.strip(), function.docstring)
396 """.strip(), function.docstring)
452 self.assertEqual(function.docstring.strip(), """
464 """.strip())
513 self.assertEqual(function.docstring.strip(), """
540 """.strip())
760 """.strip(), function.docstring)
H A Dtest_ast.py387 mod.body[0].module = " __future__ ".strip()
2006 ''').strip()
2032 ''').strip()
2048 ''').strip()
2057 ''').strip()
2085 ''').strip()
2121 ''').strip()
2133 ''').strip()
2145 ''').strip()
2160 ''').strip()
[all...]
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py103 .format(measure_tool=self.measure_cmd.strip().split(' ')[0])
369 self.measure_cmd.strip().split(' ')[0]))
531 data = line.strip().split()
763 if re.match(r'size', self.size_common_info.measure_cmd.strip()):
768 .strip().split(' ')[0]))
/third_party/littlefs/scripts/
H A Ddata.py536 if k in r and r[k].strip()},
538 if 'data_'+k in r and r['data_'+k].strip()}))
577 if not any('data_'+k in r and r['data_'+k].strip()
583 if k in r and r[k].strip()},
585 if 'data_'+k in r and r['data_'+k].strip()}))
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py363 name = self._current_tr[0].strip ()
364 tag = self._current_tr[1].strip ("\t\n\v\f\r '")
374 iso_codes = self._current_tr[2].strip ()
857 print (' * %s' % ot.header.strip ())
891 .strip ()
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py177 arg = arg.strip()
257 args = (a.strip() for a in self.arguments[1].strip("'\"").split(","))
284 target = self.arguments[2].strip("\"'")
590 return opname.strip()
/third_party/elfutils/tests/
H A Drun-large-elf-file.sh77 out_file_strip="${in_file}.strip"
94 echo "strip -o ${out_file_strip} -f ${out_file_debug} ${in_file}"
95 testrun ${abs_top_builddir}/src/strip -o ${out_file_strip} \
/third_party/curl/src/
H A DMakefile.mk48 curl_OBJECTS := $(patsubst %.c,$(OBJ_DIR)/%.o,$(strip $(CURL_CFILES)))
/third_party/icu/icu4c/source/samples/uresb/
H A DMakefile18 ifeq ($(strip $(ICU_PATH)),)
/third_party/icu/vendor/double-conversion/
H A Dpull-from-upstream.sh25 tar zxf $filename --strip 1 -C "$upstream_root_tmp";
/third_party/libsnd/src/
H A Dbinheader_writef_check.py63 dlist = [x.strip() for x in dlist]
/third_party/libuv/tools/
H A Dmake_dist_html.py120 html = HTML.format(groups=groups).strip()
/third_party/mesa3d/bin/
H A Dgen_vs_module_defs.py43 line = line.strip()
H A Dcommit_in_branch_test.py20 return out.decode().strip().split('/')[2]
/third_party/node/deps/v8/tools/
H A Dfind-commit-for-patch.py54 return subprocess.check_output(cmd).strip()
H A Dtry_perf.py92 answer = sys.stdin.readline().strip()
H A Dregexp-sequences.py33 l = l.strip()
/third_party/node/tools/
H A Dcheckimports.py20 lines = [line.strip() for line in source_file]
H A Dmkssldef.py47 line = line.strip()
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake_test.py121 return ' '.join(str.split()).strip()
/third_party/node/tools/v8/
H A Dfetch_deps.py52 "git " + args, cwd=v8_path, shell=True).strip()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A D_elffile.py107 return os.fsdecode(self._f.read(data[self._p_idx[2]])).strip("\0")
H A D_musllinux.py22 lines = [n for n in (n.strip() for n in output.splitlines()) if n]
/third_party/libdrm/
H A Dsymbols-check.py76 line = line.strip()

Completed in 23 milliseconds

1...<<11121314151617181920>>...29