Searched refs:newName (Results 26 - 50 of 57) sorted by relevance

123

/external/webkit/Source/WebCore/html/
H A DHTMLObjectElement.cpp110 const AtomicString& newName = attr->value(); local
114 document->addNamedItem(newName);
116 m_name = newName;
H A DHTMLFormElement.cpp388 const AtomicString& newName = attr->value(); local
392 document->addNamedItem(newName);
394 m_name = newName;
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py57 newName = oldName + str(i)
58 if self.UniqueSegName(newName, objList):
61 objSave.segname = newName
72 newName = oldName + str(i)
73 if self.UniqueEventName(newName, objList):
76 objSave.event_name = newName
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMaterial.java373 String newName = name;
376 newName = name.substring(2);
377 paramDef = def.getMaterialParam(newName);
381 logger.log(Level.WARNING, "Material parameter {0} uses a deprecated naming convention use {1} instead ", new Object[]{name, newName});
392 return newName;
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp1353 char newName[SMALL_BUFFER_MAX_SIZE]; local
1360 newName[0] = dataName[0] = 0;
1379 sprintf(newName, "%s_%s",
1386 if (newName[0] != 0) {
1391 writeCCode(file, o->tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName : NULL, gencmnFile);
/external/llvm/include/llvm/Support/
H A DPathV1.h562 /// This method renames the file referenced by \p this as \p newName. The
564 /// \p newName does not need to exist.
567 bool renamePathOnDisk(const Path& newName, std::string* ErrMsg);
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp1188 string newName = Find(oldFile);
1189 if (newName.length() > 0) {
1192 renameMap[rename] = newName;
1193 myassert(rename != newName);
1195 fprintf(stderr, "map %s to %s\n", rename.c_str(), newName.c_str());
1203 string newName = renameMap[rename];
1204 renamedDir = newName.c_str();
/external/javassist/src/main/javassist/bytecode/
H A DClassFile.java668 private static boolean isDuplicated(MethodInfo newMethod, String newName, argument
672 if (!minfo.getName().equals(newName))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/javassist/src/main/javassist/
H A DCtClass.java375 * Substitutes <code>newName</code> for all occurrences of a class
379 * @param newName substituted class name
381 public void replaceClassName(String oldName, String newName) { argument
H A DCtField.java219 public void setName(String newName) { argument
221 fieldInfo.setName(newName);
/external/svox/pico/lib/
H A Dpicoos.h353 picoos_bool picoos_Rename(picoos_char oldName[], picoos_char newName[]);
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h812 yaffs_Object * newDir, const YCHAR * newName);
H A Dyaffs_guts.c1812 const YCHAR * newName, int force, int shadows)
1841 existingTarget = yaffs_FindObjectByName(newDir, newName);
1854 yaffs_SetObjectName(obj, newName);
1863 if (yaffs_UpdateObjectHeader(obj, newName, 0, deleteOp, shadows)>= 0)
1871 yaffs_Object * newDir, const YCHAR * newName)
1882 if (oldDir == newDir && yaffs_strcmp(oldName, newName) == 0) {
1890 yaffs_strlen(newName) > YAFFS_MAX_ALIAS_LENGTH)
1894 yaffs_strlen(newName) > YAFFS_MAX_NAME_LENGTH)
1902 existingTarget = yaffs_FindObjectByName(newDir, newName);
1912 yaffs_ChangeObjectName(obj, newDir, newName, forc
1811 yaffs_ChangeObjectName(yaffs_Object * obj, yaffs_Object * newDir, const YCHAR * newName, int force, int shadows) argument
1870 yaffs_RenameObject(yaffs_Object * oldDir, const YCHAR * oldName, yaffs_Object * newDir, const YCHAR * newName) argument
[all...]
/external/icu4c/common/
H A Dserv.cpp342 ICUService::ICUService(const UnicodeString& newName) argument
343 : name(newName)
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js1889 var newName = this.renameInput_.value;
1901 if (self.dataModel_.item(i).name == newName) {
1916 entry.moveTo(this.currentDirEntry_, newName, onSuccess, onError);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 7362 milliseconds

123