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

12

/external/oprofile/libutil++/
H A Dstring_filter.h3 * Filter strings based on exclude/include list
15 #include <string>
16 #include <vector>
19 * string_filter - filtering of a string based on include/exclude list
31 * Initialise the filter with the include and exclude list,
38 * Initialise the filter with the include and exclude list.
49 /// include patterns
50 std::vector<std::string> include; member in class:string_filter
/external/bison/src/
H A Dgetargs.c23 #include <config.h>
24 #include "system.h"
26 #include <argmatch.h>
27 #include <error.h>
35 #include <getopt.h>
42 #include "complain.h"
43 #include "files.h"
44 #include "getargs.h"
45 #include "uniqstr.h"
66 const char *include variable
[all...]
/external/junit/src/org/junit/experimental/categories/
H A DCategories.java81 public static CategoryFilter include(Class<?> categoryType) { method in class:Categories.CategoryFilter
/external/libxslt/libxslt/
H A Dimports.c13 #include "libxslt.h"
15 #include <string.h>
18 #include <sys/types.h>
21 #include <math.h>
24 #include <float.h>
27 #include <ieeefp.h>
30 #include <nan.h>
33 #include <ctype.h>
36 #include <libxml/xmlmemory.h>
37 #include <libxm
191 xsltDocumentPtr include; local
[all...]
H A Dxslt.c17 #include "libxslt.h"
19 #include <string.h>
21 #include <libxml/xmlmemory.h>
22 #include <libxml/parser.h>
23 #include <libxml/tree.h>
24 #include <libxml/valid.h>
25 #include <libxml/hash.h>
26 #include <libxml/uri.h>
27 #include <libxml/xmlerror.h>
28 #include <libxm
5610 xsltDocumentPtr include; local
[all...]
H A DxsltInternals.h16 #include <libxml/tree.h>
17 #include <libxml/hash.h>
18 #include <libxml/xpath.h>
19 #include <libxml/xmlerror.h>
20 #include <libxml/dict.h>
21 #include <libxml/xmlstring.h>
22 #include <libxslt/xslt.h>
23 #include "xsltexports.h"
24 #include "xsltlocale.h"
25 #include "numbersInternal
1101 xsltDocumentPtr include; member in struct:_xsltStyleItemInclude
[all...]
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsContextWin.cpp26 #include "config.h"
27 #include "GraphicsContext.h"
30 #include "GraphicsContextPlatformPrivateCG.h"
32 #include "GraphicsContextPlatformPrivateCairo.h"
35 #include "AffineTransform.h"
36 #include "BitmapInfo.h"
37 #include "TransformationMatrix.h"
38 #include "NotImplemented.h"
39 #include "Path.h"
40 #include <wt
56 setShouldIncludeChildWindows(bool include) argument
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_function.h9 #include <string>
10 #include <list>
12 #include "base/memory/ref_counted.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "chrome/browser/extensions/extension_function_dispatcher.h"
90 void set_include_incognito(bool include) { include_incognito_ = include; } argument
152 // True if this callback should include information from incognito contexts
/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/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/dbus/bus/
H A Dconfig-parser.c24 #include <config.h>
25 #include "config-parser-common.h"
26 #include "config-parser.h"
27 #include "test.h"
28 #include "utils.h"
29 #include "policy.h"
30 #include "selinux.h"
31 #include <dbus/dbus-list.h>
32 #include <dbus/dbus-internals.h>
33 #include <strin
61 } include; member in union:__anon4405::__anon4406
[all...]
/external/mksh/src/
H A Dmain.c27 #include "sh.h"
30 #include <langinfo.h>
33 #include <locale.h>
565 include(MKSH_SYSTEM_PROFILE, 0, NULL, 1);
567 include(substitute("$HOME/.profile", 0), 0,
571 include(MKSH_SUID_PROFILE, 0, NULL, 1);
575 /* include $ENV */
579 include(env_file, 0, NULL, 1);
607 include(const char *name, int argc, const char **argv, int intr_ok) function
653 internal_errorf("%s %d", "include",
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jar ... .ServletException java.io.IOException public abstract void include (java.lang.String) throws javax.servlet. ...
H A Djavax.servlet_2.5.0.v200910301333.jar ... .ServletException java.io.IOException public abstract void include (javax.servlet.ServletRequest, javax.servlet.ServletResponse ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 755 milliseconds

12