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

1 2

  /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
  /external/smack/src/org/xbill/DNS/
Master.java 22 private Master included = null; field in class:Master
277 if (included != null) {
278 Record rec = included.nextRecord();
281 included = null;
336 included = new Master(newfile, incorigin,
  /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/chromium_org/v8/test/cctest/
test-regexp.cc 1644 ZoneList<CharacterRange>* included = NULL; local
    [all...]
  /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 96 /** Map from a layout resource name to a set of layouts included by the given resource */
149 * Returns a list of resource names that are included by the given resource
151 * @param includer the resource name to return included layouts for
152 * @return the layouts included by the given resource
163 * @param included the file that is included
167 public List<Reference> getIncludedBy(IResource included) {
169 String mapKey = getMapKey(included);
172 String name = getResourceName(included);
190 * Returns true if the given resource is included from some other layout in th
400 List<String> included = entry.getValue(); local
1081 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...]
  /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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 1599 milliseconds

1 2