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

  /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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
ast-builder.rb 10 def self.included( klass ) singleton method in class:ANTLR3.ASTBuilder
  /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;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 47 def self.included( klass ) singleton method in class:ANTLR3.Profile.ParserEvents
template.rb 33 def self.included( klass ) singleton method in class:ANTLR3.Template.Builder
60 def self.included( klass ) singleton method in class:ANTLR3.Template.RewriteBuilder
debug.rb 146 def self.included( klass ) singleton method in class:ANTLR3.Debug.ParserEvents
token.rb 486 When a TokenScheme is included in a recognizer class, the class will now have
548 def included( mod ) method in class:ANTLR3.with.ARecognizerOrSuch.provided.TokenScheme
552 private :included
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /external/v8/test/cctest/
test-regexp.cc 1591 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
1043 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...]
  /ndk/sources/host-tools/make-3.81/
read.c 73 to new structures for included makefiles. */
309 char *included = 0;
346 the `MAKEFILES' variable or an included makefile,
347 search the included makefile search path for this makefile. */
353 included = concat (include_directories[i], "/", filename);
354 ebuf.fp = fopen (included, "r");
357 filename = included;
360 free (included);
363 if (filename != included)
364 included = 0
306 char *included = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/emma/lib/
emma.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
ant-nodeps.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 603 milliseconds