HomeSort by relevance Sort by last modified time
    Searched defs:included (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 34 * included stylesheets.</li>
89 Stylesheet included = getIncludeComposed(i); local
93 int s = included.getOutputCount();
96 recomposableElements.addElement(included.getOutput(j));
101 s = included.getAttributeSetCount();
104 recomposableElements.addElement(included.getAttributeSet(j));
109 s = included.getDecimalFormatCount();
112 recomposableElements.addElement(included.getDecimalFormat(j));
117 s = included.getKeyCount();
120 recomposableElements.addElement(included.getKey(j))
284 Stylesheet included = including.getInclude(i); local
    [all...]
StylesheetRoot.java 230 * the combination of imported and included stylesheets. This
340 Stylesheet included = imported.getIncludeComposed(j); local
341 composeTemplates(included);
422 Stylesheet included = stylesheet.getInclude(i); local
424 addImports(included, false, importList);
494 * Recompose the output format object from the included elements.
507 * combined from the included stylesheets. If a xsl:output
508 * is not declared in this stylesheet or an included stylesheet,
540 * Composed set of all included and imported attribute set properties.
    [all...]
  /external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java 34 boolean included (final String s); method in interface:IInclExclFilter
112 public boolean included (final String s) method in class:IInclExclFilter.Factory.WCInclExclFilter
118 // included set is (inclusions - exclusions), where null inclusions
126 boolean included = false;
132 included = true;
137 if (! included) return false;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 192 /* the segment is included */
198 /* included in this segment */
491 private int included(int layer, int pos) { method in class:ComposingText
523 mCursor[1] = included(0, pos);
524 mCursor[2] = included(1, mCursor[1]);
526 mCursor[2] = included(1, pos);
  /external/v8/test/cctest/
test-regexp.cc 1559 ZoneList<CharacterRange>* included = NULL; local
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 229 * can handle included files, and the like, and do the
1210 Stylesheet included = imported.getIncludeComposed(j); local
    [all...]
  /external/dbus/bus/
config-parser.c 127 DBusList *included_files; /**< Included files stack */
340 BusConfigParser *included,
346 included->policy))
353 included->service_context_table))
359 if (included->user != NULL)
362 parser->user = included->user;
363 included->user = NULL;
366 if (included->bus_type != NULL)
369 parser->bus_type = included->bus_type;
370 included->bus_type = NULL
2009 BusConfigParser *included; local
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 301 milliseconds