Searched defs:include (Results 1 - 25 of 81) sorted by relevance

1234

/external/testng/src/test/java/test/override/
H A DOverrideTest.java25 private void runTest(String include, String exclude) { argument
38 if (include != null) tng.setGroups(include);
/external/libxml2/doc/examples/
H A Dio1.c14 #include <stdio.h>
15 #include <string.h>
16 #include <libxml/parser.h>
17 #include <libxml/tree.h>
18 #include <libxml/xinclude.h>
19 #include <libxml/xmlIO.h>
98 const char *include = "<?xml version='1.0'?>\n\ variable
101 <xi:include href=\"sql:select_name_from_people\"/>\n\
122 * parse include into a document
124 doc = xmlReadMemory(include, strle
[all...]
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/gl-matrix/jsdoc-template/
H A Dpublish.js148 function include(path) { function
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/
H A Dpublish.js148 function include(path) { function
/external/deqp/external/vulkancts/
H A Dbuild_mustpass.py31 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists namespace
57 filters = [include("master.txt"),
/external/elfutils/tests/
H A Ddwarf-getmacros.c18 #include <config.h>
19 #include ELFUTILS_HEADER(dw)
20 #include <dwarf.h>
21 #include <sys/types.h>
22 #include <sys/stat.h>
23 #include <fcntl.h>
24 #include <stdio.h>
25 #include <stdint.h>
26 #include <stdlib.h>
27 #include <asser
110 include (Dwarf *dbg, Dwarf_Off macoff, ptrdiff_t token) function
[all...]
/external/lzma/Asm/x86/
H A D7zCrcOpt.asm4 include 7zAsm.asm label
H A DXzCrc64Opt.asm4 include 7zAsm.asm label
H A DAesOpt.asm4 include 7zAsm.asm label
/external/testng/src/main/java/org/testng/xml/
H A DXmlPackage.java52 * @return the include
59 * @param include the include to set
61 public void setInclude(List<String> include) { argument
62 m_include = include;
117 xsb.addEmptyElement("include", includeProp);
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DAbstractCoverageTask.java84 * List of wildcard patterns classes to include for instrumentation. Default
121 * @param include
124 public void setInclBootstrapClasses(final boolean include) { argument
125 agentOptions.setInclBootstrapClasses(include);
/external/junit/src/org/junit/experimental/categories/
H A DCategories.java81 public static CategoryFilter include(Class<?> categoryType) { method in class:Categories.CategoryFilter
/external/pdfium/third_party/libopenjpeg20/
H A Dpi.h77 OPJ_INT16 *include; member in struct:opj_pi_iterator
78 /** layer step used to localize the packet in the include vector */
80 /** resolution step used to localize the packet in the include vector */
82 /** component step used to localize the packet in the include vector */
84 /** precinct step used to localize the packet in the include vector */
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dcmdline.py61 include = optparse.make_option( variable in class:Opts
62 '', '--include', action='store',
159 include=None,
264 Opts.include,
317 Opts.include,
334 Opts.include,
349 Opts.include,
366 Opts.include,
456 include = unshell_list(options.include)
[all...]
/external/deqp/scripts/
H A Dbuild_android_mustpass.py26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists namespace
63 filters = [include("es30-lmp.txt")]),
70 filters = [include("es31-lmp.txt")]),
80 filters = [include("es30-lmp-mr1.txt")]),
87 filters = [include("es31-lmp-mr1.txt")]),
98 filters = [include("egl-master.txt")]),
106 filters = [include("gles2-master.txt")]),
114 filters = [include("gles3-master.txt")]),
120 filters = [include("gles3-master.txt"), include("gles
[all...]
H A Dmustpass.py268 def include (filename): function
/external/jetty/src/java/org/eclipse/jetty/server/
H A DDispatcher.java49 /** Dispatch include attribute names */
50 public final static String __INCLUDE_PREFIX="javax.servlet.include.";
52 /** Dispatch include attribute names */
117 * @see javax.servlet.RequestDispatcher#include(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
119 public void include(ServletRequest request, ServletResponse response) throws ServletException, IOException method in class:Dispatcher
138 baseRequest.getConnection().include();
H A DAbstractHttpConnection.java707 public void include() method in class:AbstractHttpConnection
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DDefaultServlet.java568 dispatcher.include(request,response);
856 boolean include,
898 if (include)
854 sendData(HttpServletRequest request, HttpServletResponse response, boolean include, Resource resource, HttpContent content, Enumeration reqRanges) argument
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DBaseCompiledTemplate.java305 * Code common to all three include commands.
307 * @param templateName String representing name of file to include.
312 protected void include(String templateName, boolean ignoreMissingFile, RenderingContext context) { method in class:BaseCompiledTemplate
322 throw new IllegalStateException("Unable to find on include stack: " + templateName);
326 // This method should ONLY be called from include()
/external/bison/src/
H A Dgetargs.c21 #include <config.h>
22 #include "system.h"
23 #include "output.h"
25 #include <argmatch.h>
26 #include <c-strcase.h>
27 #include <configmake.h>
28 #include <error.h>
36 #include <getopt.h>
43 #include <progname.h>
45 #include "complai
83 const char *include = NULL; variable
[all...]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DAgentOptions.java288 * Returns the wildcard expression for classes to include.
290 * @return wildcard expression for classes to include
298 * Sets the wildcard expression for classes to include.
301 * wildcard expression for classes to include
364 * @param include
367 public void setInclBootstrapClasses(final boolean include) { argument
368 setOption(INCLBOOTSTRAPCLASSES, include);
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java168 include(node.getExpression(), false);
178 include(node.getExpression(), true);
182 * &lt;?cs include!'somefile.cs' &gt; command. Throw an error if file does not exist.
187 include(node.getExpression(), false);
191 * &lt;?cs include:'somefile.cs' &gt; command. Silently ignore if the included file does not
197 include(node.getExpression(), true);
270 * AutoEscaper determines the html context in which an include or lvar or evar command is called
558 * Code common to all three include commands.
560 * @param expression expression representing name of file to include.
564 private void include(PExpressio method in class:TemplateInterpreter
[all...]
/external/lzma/CPP/Common/
H A DWildcard.cpp3 #include "StdAfx.h"
5 #include "Wildcard.h"
281 void CCensorNode::AddItemSimple(bool include, CItem &item) argument
283 if (include)
289 void CCensorNode::AddItem(bool include, CItem &item) argument
298 AddItemSimple(include, item);
307 AddItemSimple(include, item);
314 SubNodes[index].AddItem(include, item);
317 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir, bool wildcardMatching) argument
325 AddItem(include, ite
349 CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const argument
404 bool include; local
410 CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const argument
429 AddItem2(bool include, const UString &path, bool recursive, bool wildcardMatching) argument
465 AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, bool wildcardMatching) argument
571 bool include; local
606 AddPreItem(bool include, const UString &path, bool recursive, bool wildcardMatching) argument
[all...]
/external/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp3 #include "StdAfx.h"
5 #include "../../../Common/MyInitGuid.h"
7 #include "../../../Common/CommandLineParser.h"
8 #include "../../../Common/MyException.h"
11 #include "../../../Windows/DLL.h"
12 #include "../../../Windows/FileDir.h"
14 #include "../../../Windows/FileName.h"
16 #include "../../UI/Common/ExitCode.h"
17 #include "../../UI/Common/Extract.h"
19 #include "
190 AddNameToCensor(NWildcard::CCensor &wildcardCensor, const UString &name, bool include, NRecursedType::EEnum type) argument
216 AddCommandLineWildcardToCensor(NWildcard::CCensor &wildcardCensor, const UString &name, bool include, NRecursedType::EEnum type) argument
[all...]

Completed in 2136 milliseconds

1234