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

123

/external/ltp/tools/pounder21/
H A Dpounder100 function include() { function
183 i) include $OPTARG; exit;;
/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/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"),
/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/r8/src/main/java/com/android/tools/r8/ir/optimize/
H A DInliningInfo.java74 public void include(Type type, DexEncodedMethod target) { method in class:InliningInfo
/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 /** 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/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/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);
/external/ply/ply/ply/
H A Dcpp.py156 # include directories, and other information
655 elif name == 'include':
661 for tok in self.include(args):
739 # include()
744 def include(self,tokens): member in class:Preprocessor
745 # Try to extract the filename and then process an include file
760 print("Malformed #include <...>")
768 print("Malformed #include statement")
/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/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/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp12 #include "HexagonBlockRanges.h"
13 #include "HexagonInstrInfo.h"
14 #include "HexagonSubtarget.h"
16 #include "llvm/ADT/BitVector.h"
17 #include "llvm/CodeGen/MachineBasicBlock.h"
18 #include "llvm/CodeGen/MachineInstr.h"
19 #include "llvm/CodeGen/MachineRegisterInfo.h"
20 #include "llvm/Support/Compiler.h"
21 #include "llvm/Support/Debug.h"
22 #include "llv
74 void HexagonBlockRanges::RangeList::include(const RangeList &RL) { function in class:HexagonBlockRanges::RangeList
[all...]

Completed in 3642 milliseconds

123