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

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailSource.java 59 public static synchronized int newId() {
  /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;
  /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...]
  /packages/apps/Camera/src/com/android/camera/ui/
TimerSettingPopup.java 143 int newId = mNumberSpinner.getValue() + 1;
144 mPreference.setValueIndex(newId);
TimeIntervalPopup.java 153 int newId = mUnitSpinner.getValue() * (mNumberSpinner.getMaxValue() + 1)
155 mPreference.setValueIndex(newId);
  /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...]
  /packages/apps/Gallery2/src/com/android/camera/ui/
TimeIntervalPopup.java 153 int newId = mUnitSpinner.getValue() * (mNumberSpinner.getMaxValue() + 1)
155 mPreference.setValueIndex(newId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 193 String newId = ensureIdMatchesType(element, mTypeFqcn, rootEdit);
195 if (oldId != null && newId != null) {
205 oldId, newId);
ChangeLayoutRefactoring.java 250 String newId = ensureIdMatchesType(layout, mTypeFqcn, rootEdit);
252 if (oldId != null && newId != null) {
259 mSelectionEnd, oldId, newId);
  /frameworks/base/tools/aidl/
aidl.cpp 907 int newId = 0;
912 method_item->assigned_id = newId++;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
SetAlarm.java 327 int newId = mId;
330 Alarms.deleteAlarm(SetAlarm.this, newId);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 392 public int renameSecureContainer(String oldId, String newId) throws RemoteException {
399 _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;
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 329 String newId = String.format(Locale.US, "%s_%d", id, i);
330 if (findSystemRouteRecordByDescriptorId(newId) < 0) {
331 return newId;
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 813 long newId = getId(results[recvIndex].uri);
814 mHostAuthKeyRecv = newId;
815 mHostAuthRecv.mId = newId;
818 long newId = getId(results[sendIndex].uri);
819 mHostAuthKeySend = newId;
820 mHostAuthSend.mId = newId;
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 576 milliseconds

1 2