/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | StylesheetComposed.java | 89 Stylesheet included = getIncludeComposed(i); in recompose() local 93 int s = included.getOutputCount(); in recompose() 96 recomposableElements.addElement(included.getOutput(j)); in recompose() 101 s = included.getAttributeSetCount(); in recompose() 104 recomposableElements.addElement(included.getAttributeSet(j)); in recompose() 109 s = included.getDecimalFormatCount(); in recompose() 112 recomposableElements.addElement(included.getDecimalFormat(j)); in recompose() 117 s = included.getKeyCount(); in recompose() 120 recomposableElements.addElement(included.getKey(j)); in recompose() 125 s = included.getNamespaceAliasCount(); in recompose() [all …]
|
/external/testng/src/main/java/org/testng/internal/ |
D | PackageUtils.java | 47 List<String> included, List<String> excluded) in findClassesInPackage() argument 94 findClassesInDirPackage(packageOnly, included, excluded, in findClassesInPackage() 120 includeOrExcludeClass(packageName, className, included, excluded, vResult); in findClassesInPackage() 135 findClassesInDirPackage(packageOnly, included, excluded, in findClassesInPackage() 211 List<String> included, in findClassesInDirPackage() argument 235 included, in findClassesInDirPackage() local 245 includeOrExcludeClass(packageName, className, included, excluded, classes); in findClassesInDirPackage() 255 List<String> included, List<String> excluded, List<String> classes) in includeOrExcludeClass() argument 257 if (isIncluded(packageName, included, excluded)) { in includeOrExcludeClass() 270 List<String> included, List<String> excluded) in isIncluded() argument [all …]
|
/external/libcxx/test/std/utilities/template.bitset/ |
D | includes.pass.cpp | 15 #error <cstddef> has not been included 19 #error <string> has not been included 23 #error <stdexcept> has not been included 27 #error <iosfwd> has not been included
|
/external/junit/src/main/java/org/junit/experimental/categories/ |
D | Categories.java | 114 private final Set<Class<?>> included; field in Categories.CategoryFilter 158 included = copyAndRefine(includes); in CategoryFilter() 185 .append(included.isEmpty() ? "[all]" : included); in toString() 212 return included.isEmpty(); in hasCorrectCategoryAnnotation() 227 if (included.isEmpty()) { in hasCorrectCategoryAnnotation() 232 return matchesAnyParentCategories(childCategories, included); in hasCorrectCategoryAnnotation() 234 return matchesAllParentCategories(childCategories, included); in hasCorrectCategoryAnnotation() 309 Set<Class<?>> included= getIncludedCategory(klass); in Categories() local 314 filter(CategoryFilter.categoryFilter(isAnyIncluded, included, isAnyExcluded, excluded)); in Categories()
|
/external/bison/m4/ |
D | wctype_h.m4 | 43 included before <wchar.h>. 45 must be included before <wchar.h>. */ 89 included before <wchar.h>. 91 must be included before <wchar.h>. */ 125 included before <wchar.h>. 127 must be included before <wchar.h>. */ 151 included before <wchar.h>. 153 must be included before <wchar.h>. */ 172 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 175 included before <wchar.h>. */
|
D | mbrtowc.m4 | 19 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 22 included before <wchar.h>. */ 131 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 134 included before <wchar.h>. */ 188 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 191 included before <wchar.h>. */ 248 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 251 included before <wchar.h>. */ 317 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 320 included before <wchar.h>. */ [all …]
|
D | wcwidth.m4 | 24 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 26 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included 51 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 53 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
|
D | wchar_h.m4 | 41 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 44 included before <wchar.h>. */ 73 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 76 included before <wchar.h>. */ 88 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 91 included before <wchar.h>. */
|
D | wint_t.m4 | 17 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 19 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
|
/external/doclava/res/assets/templates/ |
D | class.cs | 173 <?cs def:write_method_summary(methods, included) ?> 187 …<span class="sympad"><?cs call:cond_link(method.name, toroot, method.href, included) ?></span>(<?c… 196 <?cs def:write_field_summary(fields, included) ?> 205 … <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> 212 <?cs def:write_constant_summary(fields, included) ?> 217 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> 224 <?cs def:write_attr_summary(attrs, included) ?> 233 …="jd-linkcol"><?cs if:included ?><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs /if ?><?cs… 235 <?cs call:cond_link(m.name, toroot, m.href, included) ?>
|
/external/emma/core/java12/com/vladium/emma/filter/ |
D | IInclExclFilter.java | 34 boolean included (final String s); in included() method 112 public boolean included (final String s) in included() method in IInclExclFilter.Factory.WCInclExclFilter 126 boolean included = false; in included() 132 included = true; in included() 137 if (! included) return false; in included()
|
/external/noto-fonts/ |
D | README.android | 5 holder and upstream source, and are included in the 'cjk' subdirectory, 8 The color emoji font also has a different upstream source, and is included 11 The rest of the fonts are included in the 'other' subdirectory.
|
/external/libchrome/sandbox/linux/ |
D | DEPS | 3 # Exclude a few dependencies that are included in the root DEPS and that we 15 # Anything included from sandbox/linux must be declared after this line or in 17 # base/, build/ and testing/ are already included in the global DEPS file,
|
/external/doclava/res/assets/templates-sdk/ |
D | class.cs | 13 ?><?cs def:write_method_summary(methods, included) ?> 31 …<?cs call:cond_link(method.name, toroot, method.href, included) ?>(<?cs call:parameter_list(method… 45 ?><?cs def:write_field_summary(fields, included) ?> 55 <code><?cs call:cond_link(field.name, toroot, field.href, included) ?></code> 66 ?><?cs def:write_constant_summary(fields, included) ?> 72 <code><?cs call:cond_link(field.name, toroot, field.href, included) ?></code> 83 ?><?cs def:write_attr_summary(attrs, included) ?> 87 <td><?cs if:included ?><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs /if 88 ?><code><?cs var:attr.name ?></code><?cs if:included ?></a><?cs /if ?></td> 379 <?cs call:cond_link(cl.qualified, toroot, cl.link, cl.included) ?> [all …]
|
/external/markdown/docs/extensions/ |
D | index.txt | 7 These extensions are included with (at least) the most recent release and are 31 These extensions have not yet been included in any official Python-Markdown 36 these extensions will be included with some future official release, at which
|
/external/parameter-framework/upstream/test/xml-generator/testVector/ |
D | conflicting.pfw | 4 /Test/test/included/bool = 1 7 /Test/test/included/bool = 0
|
/external/v8/gypfiles/ |
D | set_clang_warning_flags.gypi | 6 # This file is meant to be included to set clang-specific compiler flags. 14 # Note that the gypi file is included in target_defaults, so it does not need 15 # to be explicitly included.
|
/external/pdfium/third_party/freetype/ |
D | README.pdfium | 15 include/freetype/ftchapers.h is not included. 17 The following directories in src/ are not included from
|
/external/curl/include/curl/ |
D | curlbuild.h.in | 115 /* header file ws2tcpip.h must be included by the external interface. */ 127 /* header file sys/types.h must be included by the external interface. */ 134 /* header file stdint.h must be included by the external interface. */ 141 /* header file inttypes.h must be included by the external interface. */ 148 /* header file sys/socket.h must be included by the external interface. */ 155 /* header file sys/poll.h must be included by the external interface. */
|
D | curlbuild.h.cmake | 115 /* header file ws2tcpip.h must be included by the external interface. */ 127 /* header file sys/types.h must be included by the external interface. */ 134 /* header file stdint.h must be included by the external interface. */ 141 /* header file inttypes.h must be included by the external interface. */ 148 /* header file sys/socket.h must be included by the external interface. */ 155 /* header file sys/poll.h must be included by the external interface. */
|
/external/javassist/src/main/javassist/expr/ |
D | FieldAccess.java | 180 boolean included = checkResultValue(retType, statement); in replace() 182 included = true; in replace() 184 int retVar = jc.recordReturnType(retType, included); in replace() 199 if (included) in replace()
|
/external/slf4j/slf4j-simple/src/test/resources/ |
D | simplelogger.properties | 14 # Set to true if you want the current date and time to be included in output messages. 28 # Set to true if you want the Logger instance name to be included in output messages. 32 # Set to true if you want the last component of the name to be included in output messages.
|
/external/mesa3d/docs/ |
D | RELNOTES-3.2.1 | 16 The GLU tessellator has been reverted back to the version included 23 Ideally, people should use the GLU 1.3 library included in SGI's
|
/external/compiler-rt/lib/builtins/Darwin-excludes/ |
D | README.TXT | 9 not included in the ios6-<arch>.txt files need to be included. The one catch is
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | license.txt | 11 General Public License is included with this source in the 13 (2) The BSD-style license that is included with this source in
|