HomeSort by relevance Sort by last modified time
    Searched refs:TemplateList (Results 1 - 16 of 16) sorted by null

  /external/v8/src/
api-natives.cc 188 max_number_of_properties += TemplateList::cast(props)->length();
218 Handle<TemplateList> properties(TemplateList::cast(maybe_property_list),
487 Handle<TemplateList> list;
489 list = TemplateList::New(isolate, length);
491 list = handle(TemplateList::cast(maybe_list), isolate);
499 list = TemplateList::Add(isolate, list, value);
587 Handle<TemplateList> list;
589 list = TemplateList::New(isolate, 1);
591 list = handle(TemplateList::cast(maybe_list), isolate)
    [all...]
contexts.h 278 V(MESSAGE_LISTENERS_INDEX, TemplateList, message_listeners) \
    [all...]
objects.h 97 // - TemplateList
    [all...]
objects.cc     [all...]
messages.cc 135 Handle<TemplateList> global_listeners =
    [all...]
objects-inl.h 681 CAST_ACCESSOR(TemplateList)
    [all...]
bootstrapper.cc     [all...]
api.cc     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 295 m_templateList = new TemplateList();
322 // Need final composition of TemplateList. This adds the wild cards onto the chains.
707 private TemplateList m_templateList;
720 * Accessor method to retrieve the <code>TemplateList</code> associated with
723 * @return The composed <code>TemplateList</code>.
725 public final TemplateList getTemplateListComposed()
731 * Mutator method to set the <code>TemplateList</code> associated with this
735 * @param templateList The new <code>TemplateList</code> for this StylesheetRoot.
737 public final void setTemplateListComposed(TemplateList templateList
    [all...]
ElemApplyTemplates.java 226 final TemplateList tl = sroot.getTemplateListComposed();
TemplateList.java 19 * $Id: TemplateList.java 468643 2006-10-28 06:56:03Z minchau $
44 public class TemplateList implements java.io.Serializable
49 * Construct a TemplateList object. Needs to be public so it can
52 public TemplateList()
857 * stored in this TemplateList. The compiler can replace returned templates
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
  /external/v8/src/heap/
heap.h 210 V(TemplateList, message_listeners, MessageListeners) \
    [all...]
heap.cc     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 130 milliseconds