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

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailSource.java 59 public static synchronized int newId() {
  /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/Camera2/src/com/android/camera/ui/
TimeIntervalPopup.java 169 int newId = mUnitSpinner.getValue() * (mNumberSpinner.getMaxValue() + 1)
171 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 917 int newId = 0;
922 method_item->assigned_id = newId++;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 894 static bool checkNeedsStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, const RuleFeatureSet& features)
896 ASSERT(newId != oldId);
899 if (!newId.isEmpty() && features.hasSelectorForId(newId))
928 AtomicString newId = makeIdForStyleResolution(newValue, document()->inQuirksMode());
929 if (newId != oldId) {
930 elementData()->setIdForStyleResolution(newId);
931 shouldInvalidateStyle = testShouldInvalidateStyle && checkNeedsStyleInvalidationForIdChange(oldId, newId, styleResolver->ruleFeatureSet());
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountService.java 390 public int renameSecureContainer(String oldId, String newId) throws RemoteException {
397 _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/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 312 final long newId = conversation != null ? conversation.id : -1;
313 final boolean different = oldId != newId;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 743 void InspectorDOMAgent::setNodeName(ErrorString* errorString, int nodeId, const String& tagName, int* newId)
745 *newId = 0;
773 *newId = pushNodePathToFrontend(newElem.get());
775 pushChildNodesToFrontend(*newId);
814 int newId = pushNodePathToFrontend(newNode);
818 pushChildNodesToFrontend(newId);
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 341 String newId = String.format(Locale.US, "%s_%d", id, i);
342 if (findSystemRouteRecordByDescriptorId(newId) < 0) {
343 return newId;
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 784 long newId = getId(results[recvIndex].uri);
785 mHostAuthKeyRecv = newId;
786 mHostAuthRecv.mId = newId;
789 long newId = getId(results[sendIndex].uri);
790 mHostAuthKeySend = newId;
791 mHostAuthSend.mId = newId;
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/icu4c/test/intltest/
transtst.cpp     [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 678 long newId = LauncherAppState.getLauncherProvider().generateNewScreenId();
679 mWorkspaceScreens.put(newId, cl);
680 mScreenOrder.add(newId);
690 return newId;
    [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 1606 milliseconds

1 2