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

1234

/external/ltp/tools/pounder21/
H A Dpounder100 function include() { function
183 i) include $OPTARG; exit;;
/external/capstone/bindings/
H A Dconst_generator.py6 INCL_DIR = '../include/'
8 include = [ 'arm.h', 'arm64.h', 'mips.h', 'x86.h', 'ppc.h', 'sparc.h', 'systemz.h', 'xcore.h' ] variable
68 global include, INCL_DIR
71 for target in include:
/external/python/cpython2/Lib/xml/etree/
H A DElementInclude.py56 XINCLUDE_INCLUDE = XINCLUDE + "include"
60 # Fatal include error.
94 # @throws FatalIncludeError If the function fails to include a given
98 def include(elem, loader=None): function
134 "unknown parse type in xi:include tag (%r)" % parse
138 "xi:fallback tag must be child of xi:include (%r)" % e.tag
141 include(e, loader)
/external/python/cpython3/Lib/xml/etree/
H A DElementInclude.py56 XINCLUDE_INCLUDE = XINCLUDE + "include"
60 # Fatal include error.
95 # @throws FatalIncludeError If the function fails to include a given
99 def include(elem, loader=None): function
135 "unknown parse type in xi:include tag (%r)" % parse
139 "xi:fallback tag must be child of xi:include (%r)" % e.tag
142 include(e, loader)
/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/mesa3d/src/mesa/state_tracker/
H A Dst_atom_scissor.c34 #include "main/macros.h"
35 #include "main/framebuffer.h"
36 #include "st_context.h"
37 #include "pipe/p_context.h"
38 #include "st_atom.h"
111 bool include = scissor->WindowRectMode == GL_INCLUSIVE_EXT; local
115 include = false;
134 if (st->state.window_rects.include != include) {
135 st->state.window_rects.include
[all...]
/external/deqp/external/vulkancts/scripts/
H A Dbuild_mustpass.py31 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists, parseBuildConfigFromCmdLineArgs namespace
57 filters = [include("master.txt")]),
65 filters = [include("master.txt")]),
73 filters = [include("master.txt")]),
81 filters = [include("master.txt"),
87 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/skia/src/sksl/lex/
H A DMain.cpp8 #include "NFAtoDFA.h"
9 #include "RegexParser.h"
11 #include <fstream>
12 #include <sstream>
13 #include <string>
40 out << "#include <cstddef>\n";
41 out << "#include <cstdint>\n";
87 void writeCPP(const DFA& dfa, const char* lexer, const char* token, const char* include, argument
92 out << "#include \"" << include << "\"\ local
[all...]
/external/skqp/src/sksl/lex/
H A DMain.cpp8 #include "NFAtoDFA.h"
9 #include "RegexParser.h"
11 #include <fstream>
12 #include <sstream>
13 #include <string>
40 out << "#include <cstddef>\n";
41 out << "#include <cstdint>\n";
87 void writeCPP(const DFA& dfa, const char* lexer, const char* token, const char* include, argument
92 out << "#include \"" << include << "\"\ local
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceRangeSpec.cpp25 #include "IceRangeSpec.h"
26 #include "IceStringPool.h"
28 #include <cctype>
29 #include <string>
30 #include <unordered_set>
31 #include <vector>
69 /// Helper function to add one token to the include or exclude set. The token
74 // Mark that an include or exclude was explicitly given. This affects the
76 // the include or exclude list.
120 include(Toke
154 void RangeSpec::include(const std::string &Token) { record(Token, &Includes); } function in class:Ice::RangeSpec
[all...]
/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);
131 * @param include
135 public void setInclNoLocationClasses(final boolean include) { argument
136 agentOptions.setInclNoLocationClasses(include);
/external/mockito/src/test/java/org/mockitousage/
H A DPlaygroundWithDemoOfUnclonedParametersProblemTest.java47 willAnswer(byCheckingLogEquals(initialLog)).given(importLogDao).include(any(ImportLogBean.class));
53 verify(importLogDao).include(any(ImportLogBean.class));
127 importLogDao.include(importLogBean);
139 void include(ImportLogBean importLogBean); method in interface:PlaygroundWithDemoOfUnclonedParametersProblemTest.ImportLogDao
/external/pdfium/third_party/libopenjpeg20/
H A Dpi.h77 OPJ_INT16 *include; member in struct:opj_pi_iterator
78 /** Number of elements in include array */
80 /** layer step used to localize the packet in the include vector */
82 /** resolution step used to localize the packet in the include vector */
84 /** component step used to localize the packet in the include vector */
86 /** precinct step used to localize the packet in the include vector */
/external/ImageMagick/MagickCore/
H A Dmime.c41 #include "MagickCore/studio.h"
42 #include "MagickCore/blob.h"
43 #include "MagickCore/client.h"
44 #include "MagickCore/configure.h"
45 #include "MagickCore/configure-private.h"
46 #include "MagickCore/exception.h"
47 #include "MagickCore/exception-private.h"
48 #include "MagickCore/linked-list.h"
49 #include "MagickCore/memory_.h"
50 #include "MagickCor
807 *include; local
[all...]
/external/deqp/external/openglcts/scripts/
H A Dmustpass.py220 def include (filename): function
/external/deqp/scripts/
H A Dbuild_android_mustpass.py26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists, parseBuildConfigFromCmdLineArgs 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.py270 def include (filename): function
/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/junit/src/main/java/org/junit/experimental/categories/
H A DCategories.java119 public static CategoryFilter include(boolean matchAny, Class<?>... categories) { method in class:Categories.CategoryFilter
126 public static CategoryFilter include(Class<?> category) { method in class:Categories.CategoryFilter
127 return include(true, category);
130 public static CategoryFilter include(Class<?>... categories) { method in class:Categories.CategoryFilter
131 return include(true, categories);

Completed in 1322 milliseconds

1234