Home
last modified time | relevance | path

Searched refs:renames (Results 1 – 25 of 53) sorted by relevance

123

/external/tensorflow/tensorflow/tools/compatibility/update/
Dgenerate_v2_renames_map.py98 renames = set()
119 renames.add((name, get_canonical_name(api_names_v2, name)))
120 return renames
131 renames = set()
141 renames.add((name, get_canonical_name(api_names_v2, name)))
152 renames = set((name, new_name) for name, new_name in renames
154 return renames
/external/deqp/scripts/
Dcaselist_diff.py141 renames = []
154 renames.append((case, renamed))
163 return (renamedCases, renames)
/external/jarjar/src/main/com/tonicsystems/jarjar/
DMainProcessor.java29 private final Map<String, String> renames = new HashMap<String, String>(); field in MainProcessor
78 String renamed = renames.get(name); in getExcludes()
96 renames.put(name, struct.name); in process()
/external/tensorflow/tensorflow/python/autograph/impl/
Dconversion.py260 renames = {}
279 renames[qual_names.QN(base.__name__)] = qual_names.QN(alias)
293 renames[qual_names.QN(c.__name__)] = qual_names.QN(class_name)
294 class_def = ast_util.rename_symbols(class_def, renames)
/external/tensorflow/tensorflow/tools/compatibility/
Drenames_v2.py27 renames = { variable
/external/llvm/test/Linker/
DLinkOnce.ll1 ; This fails because the linker renames the non-opaque type not the opaque
D2003-01-30-LinkerTypeRename.ll1 ; This fails because the linker renames the non-opaque type not the opaque
/external/swiftshader/third_party/LLVM/test/Linker/
DLinkOnce.ll1 ; This fails because the linker renames the non-opaque type not the opaque
D2003-04-23-LinkOnceLost.ll1 ; This fails because the linker renames the non-opaque type not the opaque
D2003-01-30-LinkerRename.ll1 ; This fails because the linker renames the external symbol not the internal
D2003-01-30-LinkerTypeRename.ll1 ; This fails because the linker renames the non-opaque type not the opaque
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
DLinkOnce.ll1 ; This fails because the linker renames the non-opaque type not the opaque
D2003-01-30-LinkerTypeRename.ll1 ; This fails because the linker renames the non-opaque type not the opaque
/external/python/setuptools/setuptools/
Dwheel.py38 os.renames(src, dst)
45 os.renames(src, dst)
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp331 void rename_temp_registers(struct rename_reg_pair *renames);
4667 rename_temp_handle_src(struct rename_reg_pair *renames, st_src_reg *src) in rename_temp_handle_src() argument
4671 if (renames[old_idx].valid) in rename_temp_handle_src()
4672 src->index = renames[old_idx].new_reg; in rename_temp_handle_src()
4678 glsl_to_tgsi_visitor::rename_temp_registers(struct rename_reg_pair *renames) in rename_temp_registers() argument
4683 rename_temp_handle_src(renames, &inst->src[j]); in rename_temp_registers()
4684 rename_temp_handle_src(renames, inst->src[j].reladdr); in rename_temp_registers()
4685 rename_temp_handle_src(renames, inst->src[j].reladdr2); in rename_temp_registers()
4689 rename_temp_handle_src(renames, &inst->tex_offsets[j]); in rename_temp_registers()
4690 rename_temp_handle_src(renames, inst->tex_offsets[j].reladdr); in rename_temp_registers()
[all …]
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dext2tdb-rename9 +/* ext2fs tdb renames */
/external/python/cpython2/Doc/library/
D2to3.rst272 Handles module renames in the standard library.
276 Handles other modules renames in the standard library. It is separate from
332 :func:`next` function. It also renames :meth:`~iterator.next` methods to
366 .. 2to3fixer:: renames
/external/python/cpython3/Doc/library/
D2to3.rst272 Handles module renames in the standard library.
276 Handles other modules renames in the standard library. It is separate from
333 :func:`next` function. It also renames :meth:`next` methods to
390 .. 2to3fixer:: renames
/external/python/cpython2/Lib/plat-mac/
Dpimp.py188 renames=[], argument
191 if renames and not self._can_rename:
194 self._renames = renames
832 unpacker = unpackerClass(arg, dir="/", renames=install_renames)
/external/curl/docs/cmdline-opts/
Dquote.d47 The rename command renames the file or directory named by the source
/external/ply/ply/ply/
Dlex.py191 …for (pat, func), retext, renames in zip(lre, self.lexstateretext[statename], self.lexstaterenames[…
192 titem.append((retext, _funcs_to_names(func, renames)))
/external/selinux/python/sepolgen/src/sepolgen/
Dlex.py191 …for (pat, func), retext, renames in zip(lre, self.lexstateretext[statename], self.lexstaterenames[…
192 titem.append((retext, _funcs_to_names(func, renames)))
/external/python/cpython2/Lib/
Dos.py181 def renames(old, new): function
/external/python/cpython3/Lib/
Dos.py250 def renames(old, new): function
/external/curl/packages/vms/
Dbuild_gnv_curl_pcsi_desc.com278 $! add aliases and follow with renames.

123