HomeSort by relevance Sort by last modified time
    Searched refs:new_name (Results 26 - 50 of 72) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coda_psdev.h 55 const char *new_name);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coda_psdev.h 55 const char *new_name);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 60 new_N = Name(self.new_name(), prefix=u" ")
fix_tuple_params.py 64 # We need access to self for new_name(), and making this a method
68 n = Name(self.new_name())
124 tup_name = self.new_name(tuple_name(params))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 60 new_N = Name(self.new_name(), prefix=u" ")
fix_tuple_params.py 64 # We need access to self for new_name(), and making this a method
68 n = Name(self.new_name())
124 tup_name = self.new_name(tuple_name(params))
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata.h 166 // Renames entry specified by |file_path| with the new name |new_name| and
170 const std::string& new_name,
264 const std::string& new_name,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
local_temp_file.cc 225 void LocalTempFile::Rename(const nacl::string& new_name,
228 filename_ = base_dir_ + "/" + new_name;
  /external/e2fsprogs/e2fsck/
rehash.c 338 char new_name[256]; local
367 memcpy(new_name, ent->dir->name, ent->dir->name_len & 0xFF);
369 mutate_name(new_name, &new_len);
374 (strncmp(new_name, fd->harray[j].dir->name,
377 mutate_name(new_name, &new_len);
381 new_name[new_len & 0xFF] = 0;
382 pctx.str = new_name;
384 memcpy(ent->dir->name, new_name, new_len & 0xFF);
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator.h 84 void SetLocalaccount(const std::string& new_name);
google_authenticator.cc 422 void GoogleAuthenticator::SetLocalaccount(const std::string& new_name) {
423 localaccount_ = new_name;
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.h 116 // and names the copied document as |new_name|.
119 const base::FilePath::StringType& new_name,
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 191 string16 new_name = ASCIIToUTF16("new_name"); local
192 GetCache()->SetNameOfProfileAtIndex(1, new_name);
193 EXPECT_EQ(new_name, GetCache()->GetNameOfProfileAtIndex(1));
194 EXPECT_NE(new_name, GetCache()->GetNameOfProfileAtIndex(0));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 31 numbers = itertools.count(1) # For new_name()
108 def new_name(self, template=u"xxx_todo_changeme"): member in class:BaseFix
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 31 numbers = itertools.count(1) # For new_name()
108 def new_name(self, template=u"xxx_todo_changeme"): member in class:BaseFix
  /system/core/sdcard/
sdcard.c 606 char* new_name = realloc(node->name, namelen + 1); local
607 if (!new_name) {
610 node->name = new_name;
1469 const char *new_name = old_name + strlen(old_name) + 1; local
    [all...]
  /external/chromium_org/base/debug/
trace_event_impl.cc     [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 1141 string16 new_name; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 1235 string16 new_name; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
explore.py 528 new_name = ("%s '%s' of %s" %
533 new_name = ("%s '%s' of '%s'" %
537 Explorer.explore_type(new_name,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
explore.py 528 new_name = ("%s '%s' of %s" %
533 new_name = ("%s '%s' of '%s'" %
537 Explorer.explore_type(new_name,
  /external/chromium_org/chrome/test/pyautolib/
chromotinglib.py 477 def ChangeName(self, new_name='Changed', tab_index=1, windex=0):
484 new_name + '";', tab_index, windex)
  /external/chromium_org/third_party/libpng/
pngwutil.c 776 png_charp new_name; local
789 &new_name)) == 0)
809 png_free(png_ptr, new_name);
817 png_free(png_ptr, new_name);
835 new_name[name_len + 1] = 0x00;
836 png_write_chunk_data(png_ptr, (png_bytep)new_name,
843 png_free(png_ptr, new_name);
856 png_charp new_name; local
867 if ((name_len = png_check_keyword(png_ptr,spalette->name, &new_name))==0)
873 png_write_chunk_data(png_ptr, (png_bytep)new_name,
    [all...]
  /external/libpng/
pngwutil.c 776 png_charp new_name; local
789 &new_name)) == 0)
809 png_free(png_ptr, new_name);
817 png_free(png_ptr, new_name);
835 new_name[name_len + 1] = 0x00;
836 png_write_chunk_data(png_ptr, (png_bytep)new_name,
843 png_free(png_ptr, new_name);
856 png_charp new_name; local
867 if ((name_len = png_check_keyword(png_ptr,spalette->name, &new_name))==0)
873 png_write_chunk_data(png_ptr, (png_bytep)new_name,
    [all...]
  /external/kernel-headers/original/linux/
kobject.h 77 extern int kobject_rename(struct kobject *, const char *new_name);

Completed in 742 milliseconds

12 3