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

  /external/srec/tools/grxmlcompile/
sub_min.cpp 182 void SubGraph::DeterminizeAtVertex (int baseId, DetCache *cache)
186 fix= FindFromIndex (baseId);
193 while (vertEnd < sortNum && arc[forwardList[vertEnd]]->GetFromId() == baseId) {
200 while (fix < sortNum && arc[forwardList[fix]]->GetFromId() == baseId) {
203 while (fix < sortNum && arc[forwardList[fix]]->GetFromId() == baseId
210 if (fix >= sortNum || arc[forwardList[fix]]->GetFromId() != baseId)
218 while (six < sortNum && arc[forwardList[six]]->GetFromId() == baseId) {
221 while (six < sortNum && arc[forwardList[six]]->GetFromId() == baseId
228 if (six >= sortNum || arc[forwardList[six]]->GetFromId() != baseId)
239 if (PairwiseDeterminize (baseId, firstId, fix, secondId, six, cache) > 0)
    [all...]
sub_grph.h 227 void PullUpBegins (int currId, int baseId, int endId, int procLabel, int *nodeList, int currNum, int maxNum);
229 void PullUpEnds (int currId, int baseId, int initialId, int procLabel, int *nodeList, int currNum, int maxNum);
231 bool PullUpTags (int currId, int baseId, int initialId, int outTag, int *nodeList, int currNum, int maxNum);
262 void DeterminizeAtVertex (int baseId, DetCache *cache);
263 int PairwiseDeterminize (int baseId, int firstId, int fixStart, int secondId, int sixStart, DetCache *cache);
sub_grph.cpp 470 void SubGraph::PullUpBegins (int currId, int baseId, int finalId, int procLabel,
481 PullUpBegins (arc[forwardList[rix]]->GetToId(), baseId,
485 InheritArc (arc[forwardList[rix]], baseId);
542 void SubGraph::PullUpEnds (int currId, int baseId, int initialId, int procLabel,
553 PullUpEnds (arc[backwardList[rix]]->GetFromId(), baseId,
557 InheritReverseArc (arc[backwardList[rix]], baseId);
778 bool SubGraph::PullUpTags (int currId, int baseId, int initialId,
790 if (PullUpTags (arc[backwardList[rix]]->GetFromId(), baseId, initialId,
796 InheritReverseArcWithTag (arc[backwardList[rix]], baseId, outTag);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 43 /** The baseID of the document being processed. */
93 * @param baseID The base ID of the XML document, needed to resolve
99 public StylesheetPIHandler(String baseID, String media, String title,
103 m_baseID = baseID;
332 public void setBaseId(String baseId) {
333 m_baseID = baseId;
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 260 String baseID;
270 baseID = dsource.getSystemId();
275 baseID = isource.getSystemId();
281 StylesheetPIHandler handler = new StylesheetPIHandler(baseID, media,
294 TreeWalker walker = new TreeWalker(handler, new org.apache.xml.utils.DOM2Helper(), baseID);
844 String baseID = source.getSystemId();
846 if (null != baseID) {
847 baseID = SystemIDResolver.getAbsoluteURI(baseID);
857 return processFromNode(node, baseID);
    [all...]
StylesheetHandler.java 273 * @param baseID Base URL for this stylesheet.
275 public void setSystemId(String baseID)
277 pushBaseIndentifier(baseID);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 106 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats)
109 , m_baseID(baseID)
309 String baseID;
314 baseID = conditionString.left(pos);
331 if (baseID.isEmpty())
340 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats));
    [all...]
SVGSMILElement.h 144 Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java 202 // TODO: Not sure if the BaseID is really the same thing as the ID.
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /device/samsung/manta/gps/
gpsd 

Completed in 382 milliseconds