HomeSort by relevance Sort by last modified time
    Searched defs:newId (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLAppletElement.cpp 68 const AtomicString& newId = attr->value();
72 document->addExtraNamedItem(newId);
74 m_id = newId;
HTMLImageElement.cpp 156 const AtomicString& newId = attr->value();
160 document->addExtraNamedItem(newId);
162 m_id = newId;
HTMLObjectElement.cpp 124 const AtomicString& newId = attr->value();
128 document->addExtraNamedItem(newId);
130 m_id = newId;
  /sdk/ide_common/src/com/android/ide/common/resources/
IdResourceParser.java 126 ResourceValue newId = new ResourceValue(ResourceType.ID, id,
128 mRepository.addResourceValue(newId);
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.cpp 223 Attribute* newId = other.getAttributeItem(m_element->document()->idAttributeName());
225 if (oldId || newId)
226 m_element->updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom);
Element.cpp 811 Attribute* newId = list ? list->getAttributeItem(idName) : 0;
813 if (oldId || newId)
814 updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom);
    [all...]
  /external/srec/tools/grxmlcompile/
sub_grph.cpp 246 int newId;
255 newId= NewVertexId();
256 (void) CreateArc (inputLabel, tagLabel, lastId, newId);
257 lastId= newId;
271 int newId;
279 newId= NewVertexId();
280 (void) CreateArc (TAG_LABEL, tagLabel, lastId, newId);
281 lastId= newId;
sub_min.cpp 260 int fix, six, fmiss, smiss, nmatch, symTst, newId;
272 newId= -1;
280 if (newId == -1) {
281 newId= cache->QueryEntry (firstId, secondId);
282 if (newId < 0)
283 newId= NewVertexId ();
286 // printf ("Forming %d with %d and %d at %d\n", newId, firstId, secondId, baseId);
290 arc[forwardList[six]]->AssignToId (newId);
334 if (newId >= 0) {
337 MergeVertices (newId, firstId, secondId)
    [all...]
sub_phon.cpp 33 int ii, wordId, phoneId, currId, newId, nextId, arcCount;
59 newId= NewVertexId();
60 arcOne= CreateArc (NONE_LABEL, NONE_LABEL, arc[ii]->GetFromId(), newId);
64 arcOne= CreateArc (-wordId, wordId, newId, nextId);
66 // (void) CreateArc (-wordId, NONE_LABEL, arc[ii]->GetFromId(), newId);
69 // (void) CreateArc (WB_LABEL, wordId, newId, arc[ii]->GetToId());
79 newId= NewVertexId();
83 arcOne= CreateArc (phoneId, NONE_LABEL, currId, newId);
88 currId= newId;
158 int ii, currId, newId, arcCount, left, right, centre
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 524 String newId = null;
557 newId = value;
562 if (newId != null && oldText != null && oldText.equals(oldId)) {
563 newNode.setAttribute(ANDROID_URI, ATTR_TEXT, newId);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 184 String newId = ensureIdMatchesType(element, mTypeFqcn, rootEdit);
186 if (oldId != null && newId != null) {
196 oldId, newId);
ChangeLayoutRefactoring.java 243 String newId = ensureIdMatchesType(layout, mTypeFqcn, rootEdit);
245 if (oldId != null && newId != null) {
252 mSelectionEnd, oldId, newId);
  /packages/apps/DeskClock/src/com/android/deskclock/
SetAlarm.java 308 int newId = mId;
311 Alarms.deleteAlarm(SetAlarm.this, newId);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 391 public int renameSecureContainer(String oldId, String newId) throws RemoteException {
398 _data.writeString(newId);
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 635 long newId = mCursor.getLong(mCursor.getColumnIndex(MediaStore.Audio.Media._ID));
636 mSelectedUri = ContentUris.withAppendedId(uri, newId);
638 mSelectedId = newId;
639 if (newId != mPlayingId || mMediaPlayer == null) {
648 mPlayingId = newId;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java     [all...]
  /external/icu4c/test/intltest/
transtst.cpp     [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java     [all...]

Completed in 489 milliseconds