/external/apache-xml/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 | 1582 ZoneList<CharacterRange>* included = NULL; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeFinder.java | 90 /** Map from a layout resource name to a set of layouts included by the given resource */ 142 * Returns a list of resource names that are included by the given resource 144 * @param includer the resource name to return included layouts for 145 * @return the layouts included by the given resource 156 * @param included the file that is included 159 public List<Reference> getIncludedBy(IResource included) { 161 String mapKey = getMapKey(included); 164 String name = getResourceName(included); 182 * Returns true if the given resource is included from some other layout in th 392 List<String> included = entry.getValue(); local 1039 List<String> included = getIncludedBy(refId); local [all...] |
/external/apache-xml/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 | 110 DBusList *included_files; /**< Included files stack */ 280 BusConfigParser *included, 286 included->policy)) 293 included->service_context_table)) 299 if (included->user != NULL) 302 parser->user = included->user; 303 included->user = NULL; 306 if (included->bus_type != NULL) 309 parser->bus_type = included->bus_type; 310 included->bus_type = NULL 2089 BusConfigParser *included; local [all...] |
/external/emma/lib/ |
emma.jar | |
/prebuilt/common/ant/ |
ant.jar | |