HomeSort by relevance Sort by last modified time
    Searched refs:newname (Results 101 - 125 of 130) sorted by null

1 2 3 45 6

  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 995 * @param newName the substituted name (JVM-internal representation).
997 public void renameClass(String oldName, String newName) {
1003 ci.renameClass(this, oldName, newName);
1217 String newname = (String)map.get(classname); local
    [all...]
  /external/elfutils/src/src/
elflint.c 3118 struct namelist *newname = alloca (sizeof (*newname)); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_basics.py 683 newname = self.filename + '.renamed'
684 self.env.dbrename(self.filename, None, newname)
685 self.env.dbremove(newname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_basics.py 683 newname = self.filename + '.renamed'
684 self.env.dbrename(self.filename, None, newname)
685 self.env.dbremove(newname)
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 361 public void replaceClassName(String oldname, String newname)
366 setName(newname);
368 super.replaceClassName(oldname, newname);
369 getClassFile2().renameClass(oldname, newname);
    [all...]
  /external/iptables/iptables/
ip6tables.c 1302 const char *policy = NULL, *newname = NULL; local
    [all...]
iptables.c 1298 const char *policy = NULL, *newname = NULL; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 3036 char *newname = tilde_expand (old->name); local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/mdnsresponder/mDNSCore/
mDNS.c 820 const domainname *newname = &m->MulticastHostname; local
10795 domainlabel name, newname; local
    [all...]
mDNSEmbeddedAPI.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py     [all...]
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py     [all...]
test_multiprocessing.py     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
log4j-1.3alpha-8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 996 milliseconds

1 2 3 45 6