HomeSort by relevance Sort by last modified time
    Searched refs:renames (Results 1 - 25 of 39) sorted by null

1 2

  /external/deqp/scripts/
caselist_diff.py 137 # returns (cases, renames)
141 renames = []
154 renames.append((case, renamed))
163 return (renamedCases, renames)
  /external/jarjar/src/main/com/tonicsystems/jarjar/
MainProcessor.java 29 private final Map<String, String> renames = new HashMap<String, String>(); field in class:MainProcessor
78 String renamed = renames.get(name);
96 renames.put(name, struct.name);
  /external/curl/docs/cmdline-opts/
quote.d 47 The rename command renames the file or directory named by the source
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
symbols.go 97 // Rename renames a symbol.
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
symbols.go 97 // Rename renames a symbol.
  /external/python/cpython2/Lib/plat-mac/
pimp.py 188 renames=[],
191 if renames and not self._can_rename:
194 self._renames = renames
832 unpacker = unpackerClass(arg, dir="/", renames=install_renames)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 188 renames=[],
191 if renames and not self._can_rename:
194 self._renames = renames
832 unpacker = unpackerClass(arg, dir="/", renames=install_renames)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 188 renames=[],
191 if renames and not self._can_rename:
194 self._renames = renames
832 unpacker = unpackerClass(arg, dir="/", renames=install_renames)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 557 void rename_temp_registers(int num_renames, struct rename_reg_pair *renames);
5123 struct rename_reg_pair *renames = rzalloc_array(mem_ctx, struct rename_reg_pair, this->next_temp); local
5181 struct rename_reg_pair *renames = rzalloc_array(mem_ctx, struct rename_reg_pair, this->next_temp); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 195 def renames(old, new): function
196 """renames(old, new)
221 __all__.extend(["makedirs", "removedirs", "renames"])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 208 def renames(old, new): function
209 """renames(old, new)
234 __all__.extend(["makedirs", "removedirs", "renames"])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 181 def renames(old, new): function
182 """renames(old, new)
207 __all__.extend(["makedirs", "removedirs", "renames"])
  /external/python/cpython2/Lib/
os.py 181 def renames(old, new): function
182 """renames(old, new)
207 __all__.extend(["makedirs", "removedirs", "renames"])
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 181 def renames(old, new): function
182 """renames(old, new)
207 __all__.extend(["makedirs", "removedirs", "renames"])
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 181 def renames(old, new): function
182 """renames(old, new)
207 __all__.extend(["makedirs", "removedirs", "renames"])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 181 def renames(old, new): function
182 """renames(old, new)
207 __all__.extend(["makedirs", "removedirs", "renames"])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 181 def renames(old, new): function
182 """renames(old, new)
207 __all__.extend(["makedirs", "removedirs", "renames"])
  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 278 $! add aliases and follow with renames.
  /prebuilts/go/darwin-x86/src/go/doc/
example.go 213 // paths for imports w/o renames (should be good enough most of the time).
  /prebuilts/go/linux-x86/src/go/doc/
example.go 213 // paths for imports w/o renames (should be good enough most of the time).
  /prebuilts/go/darwin-x86/src/os/
file.go 275 // Rename renames (moves) oldpath to newpath.
  /prebuilts/go/linux-x86/src/os/
file.go 275 // Rename renames (moves) oldpath to newpath.
  /external/autotest/server/cros/
tradefed_test.py 310 os.renames(tmp, destination)
    [all...]
  /external/python/cpython3/Lib/
os.py 249 def renames(old, new): function
250 """renames(old, new)
275 __all__.extend(["makedirs", "removedirs", "renames"])
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
fix.go 480 // renameTop renames all references to the top-level name old.

Completed in 925 milliseconds

1 2