HomeSort by relevance Sort by last modified time
    Searched defs:included (Results 1 - 12 of 12) 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/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);
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DuplicateIdDetector.java 43 * Checks for duplicate ids within a layout and within an included layout
199 // Set of layouts that are included from somewhere else. We will use
200 Set<String> included = new HashSet<String>(); local
202 included.addAll(s);
206 // included themselves, meaning they are the "roots" to start searching through
209 entryPoints.removeAll(included);
231 * Computes the complete set of ids in a layout (including included layouts,
308 "Duplicate id %1$s, already defined in layout %2$s which is included in this layout (%3$s)",
312 "Duplicate id %1$s, already defined in layout %2$s which is included in this layout",
  /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...]
  /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/emma/lib/
emma.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 819 milliseconds