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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 249 Vector importList = new Vector();
251 addImports(this, true, importList);
253 // Now we create an array and reverse the order of the importList vector.
254 // We built the importList vector backwards so that we could use addElement
259 m_globalImportList = new StylesheetComposed[importList.size()];
261 for (int i = 0, j= importList.size() -1; i < importList.size(); i++)
263 m_globalImportList[j] = (StylesheetComposed) importList.elementAt(i);
381 * Add the imports in the given sheet to the working importList vector.
395 * @param importList The working import list. Templates are added here in the revers
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.go 594 var importlist *NodeList // imported functions and methods with inlinable bodies
go.y     [all...]
lex.go 427 for l := importlist; l != nil; l = l.Next {
    [all...]
y.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.go 591 var importlist *NodeList // imported functions and methods with inlinable bodies
go.y     [all...]
lex.go 424 for l := importlist; l != nil; l = l.Next {
    [all...]
y.go     [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.go 594 var importlist *NodeList // imported functions and methods with inlinable bodies
go.y     [all...]
lex.go 427 for l := importlist; l != nil; l = l.Next {
    [all...]
y.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.go 591 var importlist *NodeList // imported functions and methods with inlinable bodies
go.y     [all...]
lex.go 424 for l := importlist; l != nil; l = l.Next {
    [all...]
y.go     [all...]

Completed in 274 milliseconds