HomeSort by relevance Sort by last modified time
    Searched refs:newname (Results 51 - 75 of 159) sorted by null

1 23 4 5 6 7

  /external/javassist/src/main/javassist/bytecode/
AttributeInfo.java 258 void renameClass(String oldname, String newname) {}
261 static void renameClass(List attributes, String oldname, String newname) {
265 ai.renameClass(oldname, newname);
SignatureAttribute.java 88 void renameClass(String oldname, String newname) {
89 String sig = renameClass(getSignature(), oldname, newname);
98 static String renameClass(String desc, String oldname, String newname) {
100 map.put(oldname, newname);
  /toolchain/binutils/binutils-2.25/bfd/
aout-adobe.c 81 char *newname; local
149 newname = bfd_zalloc (abfd, amt);
150 if (newname == NULL)
152 strcpy (newname, sect->name);
153 sect->name = newname;
section.c     [all...]
  /external/toybox/kconfig/
confdata.c 403 char dirname[128], tmpname[128], newname[128]; local
432 sprintf(newname, "%s%s", dirname, basename);
439 out = fopen(newname, "w");
561 rename(newname, dirname);
562 if (rename(tmpname, newname))
568 "#\n"), newname);
  /external/selinux/libsemanage/utils/
semanage_migrate_store 120 newname = "seusers.local"
122 newname = name
123 copy_file(os.path.join(root, name), os.path.join(newstore, newname))
  /external/iproute2/include/libiptc/
libip6tc.h 119 const xt_chainlabel newname,
libiptc.h 124 const xt_chainlabel newname,
  /external/iptables/include/libiptc/
libip6tc.h 119 const xt_chainlabel newname,
libiptc.h 124 const xt_chainlabel newname,
  /toolchain/binutils/binutils-2.25/opcodes/
z8kgen.c 800 char *newname = xmalloc (len + 1); local
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 553 nn = newname(n.Sym);
599 nn = newname(n.Sym);
1021 $$ = Nod(OXDOT, $1, newname($3));
1153 * newname is used before declared
1162 $$ = newname($1);
1310 $$ = Nod(OXDOT, $1, newname($3));
1500 $$ = methodname1(newname($4), $2.N.Right);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.y 550 nn = newname(n.Sym);
596 nn = newname(n.Sym);
1018 $$ = Nod(OXDOT, $1, newname($3));
1150 * newname is used before declared
1159 $$ = newname($1);
1307 $$ = Nod(OXDOT, $1, newname($3));
1497 $$ = methodname1(newname($4), $2.N.Right);
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.y 553 nn = newname(n.Sym);
599 nn = newname(n.Sym);
1021 $$ = Nod(OXDOT, $1, newname($3));
1153 * newname is used before declared
1162 $$ = newname($1);
1310 $$ = Nod(OXDOT, $1, newname($3));
1500 $$ = methodname1(newname($4), $2.N.Right);
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.y 550 nn = newname(n.Sym);
596 nn = newname(n.Sym);
1018 $$ = Nod(OXDOT, $1, newname($3));
1150 * newname is used before declared
1159 $$ = newname($1);
1307 $$ = Nod(OXDOT, $1, newname($3));
1497 $$ = methodname1(newname($4), $2.N.Right);
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/iproute2/ip/
iplink.c 69 fprintf(stderr, " [ name NEWNAME ]\n");
1058 char *newname = NULL; local
1070 newname = *argv;
1184 if (newname && strcmp(dev, newname)) {
1185 if (strlen(newname) == 0)
1187 if (do_changename(dev, newname) < 0)
1189 dev = newname;

Completed in 852 milliseconds

1 23 4 5 6 7