Home
last modified time | relevance | path

Searched refs:newId (Results 1 – 17 of 17) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_phon.cpp33 int ii, wordId, phoneId, currId, newId, nextId, arcCount; in ExpandPhonemes() local
59 newId= NewVertexId(); in ExpandPhonemes()
60 arcOne= CreateArc (NONE_LABEL, NONE_LABEL, arc[ii]->GetFromId(), newId); in ExpandPhonemes()
64 arcOne= CreateArc (-wordId, wordId, newId, nextId); in ExpandPhonemes()
79 newId= NewVertexId(); in ExpandPhonemes()
83 arcOne= CreateArc (phoneId, NONE_LABEL, currId, newId); in ExpandPhonemes()
88 currId= newId; in ExpandPhonemes()
158 int ii, currId, newId, arcCount, left, right, centre; in ExpandToHMMs() local
182 newId= arc[ii]->GetToId(); in ExpandToHMMs()
184 newId= NewVertexId(); in ExpandToHMMs()
[all …]
Dsub_min.cpp260 int fix, six, fmiss, smiss, nmatch, symTst, newId; in PairwiseDeterminize() local
272 newId= -1; in PairwiseDeterminize()
280 if (newId == -1) { in PairwiseDeterminize()
281 newId= cache->QueryEntry (firstId, secondId); in PairwiseDeterminize()
282 if (newId < 0) in PairwiseDeterminize()
283 newId= NewVertexId (); in PairwiseDeterminize()
290 arc[forwardList[six]]->AssignToId (newId); in PairwiseDeterminize()
334 if (newId >= 0) { in PairwiseDeterminize()
337 MergeVertices (newId, firstId, secondId); in PairwiseDeterminize()
338 cache->AddEntry (newId, firstId, secondId); in PairwiseDeterminize()
[all …]
Dsub_grph.cpp246 int newId; in AddItem() local
255 newId= NewVertexId(); in AddItem()
256 (void) CreateArc (inputLabel, tagLabel, lastId, newId); in AddItem()
257 lastId= newId; in AddItem()
271 int newId; in AddTag() local
279 newId= NewVertexId(); in AddTag()
280 (void) CreateArc (TAG_LABEL, tagLabel, lastId, newId); in AddTag()
281 lastId= newId; in AddTag()
Dsub_grph.h261 void MergeVertices (int newId, int firstId, int secondId);
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
Dui_unittests.js149 var id = statusArea.newId();
163 var secondId = secondStatusArea.newId();
Dcontrollers.js36 var id = statusView.newId();
84 var id = statusView.newId();
Dui.js273 newId: function() { method
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DTranslateLanguagePanel.java153 int newId = ((SpinnerLanguageElement) spinner.getSelectedItem()).getLanguageId(); in onItemSelected() local
155 mSessionOptions.setSourceLanguage(newId); in onItemSelected()
157 mSessionOptions.setTargetLanguage(newId); in onItemSelected()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp952 …yleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, const RuleFeature… in checkNeedsStyleInvalidationForIdChange() argument
954 ASSERT(newId != oldId); in checkNeedsStyleInvalidationForIdChange()
957 if (!newId.isEmpty() && features.hasSelectorForId(newId)) in checkNeedsStyleInvalidationForIdChange()
986 AtomicString newId = makeIdForStyleResolution(newValue, document().inQuirksMode()); in attributeChanged() local
987 if (newId != oldId) { in attributeChanged()
988 elementData()->setIdForStyleResolution(newId); in attributeChanged()
989 …estShouldInvalidateStyle && checkNeedsStyleInvalidationForIdChange(oldId, newId, styleResolver->en… in attributeChanged()
1125 AtomicString newId = makeIdForStyleResolution(newValue, document().inQuirksMode()); in shouldInvalidateDistributionWhenAttributeChanged() local
1126 if (newId != oldId) { in shouldInvalidateDistributionWhenAttributeChanged()
1129 if (!newId.isEmpty() && featureSet.hasSelectorForId(newId)) in shouldInvalidateDistributionWhenAttributeChanged()
[all …]
DElementData.h57 … void setIdForStyleResolution(const AtomicString& newId) const { m_idForStyleResolution = newId; } in setIdForStyleResolution() argument
DElement.h614 void updateId(const AtomicString& oldId, const AtomicString& newId);
615 void updateId(TreeScope&, const AtomicString& oldId, const AtomicString& newId);
/external/chromium_org/third_party/angle/src/compiler/
Dintermediate.h364 void setId(int newId) { id = newId; } in setId() argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp757 …ectorDOMAgent::setNodeName(ErrorString* errorString, int nodeId, const String& tagName, int* newId) in setNodeName() argument
759 *newId = 0; in setNodeName()
787 *newId = pushNodePathToFrontend(newElem.get()); in setNodeName()
789 pushChildNodesToFrontend(*newId); in setNodeName()
829 int newId = pushNodePathToFrontend(newNode); in setOuterHTML() local
833 pushChildNodesToFrontend(newId); in setOuterHTML()
DInspectorDOMAgent.h124 virtual void setNodeName(ErrorString*, int nodeId, const String& name, int* newId);
/external/icu4c/test/intltest/
Dtranstst.cpp4004 char newId[256]={'\0'}; in TestAllCodepoints() local
4025 uprv_strcpy(newId,"[:"); in TestAllCodepoints()
4026 uprv_strcat(newId,id); in TestAllCodepoints()
4027 uprv_strcat(newId,":];NFD"); in TestAllCodepoints()
4033 if(uprv_strcmp(newId,oldId)!=0){ in TestAllCodepoints()
4034 Transliterator* t = Transliterator::createInstance(newId,UTRANS_FORWARD,pe,status); in TestAllCodepoints()
4047 uprv_strcpy(oldId,newId); in TestAllCodepoints()
/external/chromium_org/third_party/icu/source/test/intltest/
Dtranstst.cpp4003 char newId[256]={'\0'}; in TestAllCodepoints() local
4024 uprv_strcpy(newId,"[:"); in TestAllCodepoints()
4025 uprv_strcat(newId,id); in TestAllCodepoints()
4026 uprv_strcat(newId,":];NFD"); in TestAllCodepoints()
4032 if(uprv_strcmp(newId,oldId)!=0){ in TestAllCodepoints()
4033 Transliterator* t = Transliterator::createInstance(newId,UTRANS_FORWARD,pe,status); in TestAllCodepoints()
4046 uprv_strcpy(oldId,newId); in TestAllCodepoints()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1537 …CSSPropertyID newId = CSSProperty::resolveDirectionAwareProperty(id, state.style()->direction(), s… in oldApplyProperty() local
1538 ASSERT(newId != id); in oldApplyProperty()
1539 return applyProperty(newId, state, value); in oldApplyProperty()