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

1 2 3 4

  /external/srec/tools/grxmlcompile/
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...]
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_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;
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 56 virtual int renameSecureContainer(String16 oldId, String16 newId) = 0;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailSource.java 59 public static synchronized int newId() {
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
ui_unittests.js 137 var id = statusArea.newId();
154 var secondId = secondStatusArea.newId();
controllers.js 36 var id = statusView.newId();
95 var id = statusView.newId();
  /packages/apps/Camera/src/com/android/camera/ui/
TimeIntervalPopup.java 153 int newId = mUnitSpinner.getValue() * (mNumberSpinner.getMaxValue() + 1)
155 mPreference.setValueIndex(newId);
TimerSettingPopup.java 143 int newId = mNumberSpinner.getValue() + 1;
144 mPreference.setValueIndex(newId);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateLanguagePanel.java 152 int newId = ((SpinnerLanguageElement) spinner.getSelectedItem()).getLanguageId();
154 mSessionOptions.setSourceLanguage(newId);
156 mSessionOptions.setTargetLanguage(newId);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
mathjax.js 260 var newId = 'cvoxId-' + this.texNodeId_++;
261 tex.setAttribute('cvoxId', newId);
262 this.postMsg('TexToMml', callback, {alt: altText, id: newId});
273 var newId = 'cvoxId-' + this.texNodeId_++;
274 asciiMathNode.setAttribute('cvoxId', newId);
275 this.postMsg('AsciiMathToMml', callback, {alt: altText, id: newId});
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 308 for (var j = 0, newId; newId = newChildIDs[j]; j++) {
310 newChildIDsHash[newId] = newId;
313 var childNode = this.get(newId);
316 this.axNodeDataCache_[newId] = childNode;
317 privates(childNode).impl.id = 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);
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 157 public static boolean renameSdDir(String oldId, String newId) {
159 int rc = getMountService().renameSecureContainer(oldId, newId);
162 newId + "with rc " + rc);
167 Log.i(TAG, "Failed ot rename " + oldId + " to " + newId +
  /frameworks/base/include/storage/
IMountService.h 59 const String16& newId) = 0;
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 1016 const GLuint newId = replaceName(elementType, elementId, log());
1017 const Name newElement (elementType, newId);
1019 attacher.initAttachment(newSeed, newId);
1024 attacher.attach(newId, *container);
1026 attacher.detach(newId, *container);
1098 const GLuint newId = replaceName(elementType, elementId, log());
1099 const Name newElement (elementType, newId);
1102 << "Creating a new object " << newId
1108 attacher.initAttachment(newSeed, newId);
1109 m_outputAttacher.drawAttachment(newId, newSurface)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.h 79 void setIdForStyleResolution(const AtomicString& newId) const { m_idForStyleResolution = newId; }
Element.cpp     [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;
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h 93 void scheduleStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, Element&);
RuleFeature.cpp 489 void RuleFeatureSet::scheduleStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, Element& element)
495 if (!newId.isEmpty()) {
496 if (RefPtrWillBeRawPtr<DescendantInvalidationSet> invalidationSet = m_idInvalidationSets.get(newId))
  /frameworks/base/core/java/android/service/notification/
Condition.java 158 public static Uri.Builder newId(Context context) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 301 static String describePath(List<Constraint> path, String newName, String newId) {
312 BaseLayoutRule.stripIdPrefix(newId));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 708 long newId = getId(results[recvIndex].uri);
709 mHostAuthKeyRecv = newId;
710 mHostAuthRecv.mId = newId;
713 long newId = getId(results[sendIndex].uri);
714 mHostAuthKeySend = newId;
715 mHostAuthSend.mId = newId;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java 280 int newId = UserHandle.USER_OWNER;
284 newId = info.id;
287 switchToUserId(newId);

Completed in 1313 milliseconds

1 2 3 4