Searched refs:strip (Results 251 - 275 of 720) sorted by relevance
1...<<11121314151617181920>>...29
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.cpp | 158 // 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 D | test_clinic.py | 372 """.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 D | test_ast.py | 387 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 D | code_size_compare.py | 103 .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 D | data.py | 536 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 D | gen-tag-table.py | 363 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 D | pyspecific.py | 177 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 D | run-large-elf-file.sh | 77 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 D | Makefile.mk | 48 curl_OBJECTS := $(patsubst %.c,$(OBJ_DIR)/%.o,$(strip $(CURL_CFILES)))
|
/third_party/icu/icu4c/source/samples/uresb/ |
H A D | Makefile | 18 ifeq ($(strip $(ICU_PATH)),)
|
/third_party/icu/vendor/double-conversion/ |
H A D | pull-from-upstream.sh | 25 tar zxf $filename --strip 1 -C "$upstream_root_tmp";
|
/third_party/libsnd/src/ |
H A D | binheader_writef_check.py | 63 dlist = [x.strip() for x in dlist]
|
/third_party/libuv/tools/ |
H A D | make_dist_html.py | 120 html = HTML.format(groups=groups).strip()
|
/third_party/mesa3d/bin/ |
H A D | gen_vs_module_defs.py | 43 line = line.strip()
|
H A D | commit_in_branch_test.py | 20 return out.decode().strip().split('/')[2]
|
/third_party/node/deps/v8/tools/ |
H A D | find-commit-for-patch.py | 54 return subprocess.check_output(cmd).strip()
|
H A D | try_perf.py | 92 answer = sys.stdin.readline().strip()
|
H A D | regexp-sequences.py | 33 l = l.strip()
|
/third_party/node/tools/ |
H A D | checkimports.py | 20 lines = [line.strip() for line in source_file]
|
H A D | mkssldef.py | 47 line = line.strip()
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | gen_cmake_test.py | 121 return ' '.join(str.split()).strip()
|
/third_party/node/tools/v8/ |
H A D | fetch_deps.py | 52 "git " + args, cwd=v8_path, shell=True).strip()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _elffile.py | 107 return os.fsdecode(self._f.read(data[self._p_idx[2]])).strip("\0")
|
H A D | _musllinux.py | 22 lines = [n for n in (n.strip() for n in output.splitlines()) if n]
|
/third_party/libdrm/ |
H A D | symbols-check.py | 76 line = line.strip()
|
Completed in 23 milliseconds
1...<<11121314151617181920>>...29