Searched defs:includes (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/tools/gn/secondary/build/config/win/
H A Dget_msvc_config.py50 includes = GetIncludes() variable
73 # Return the includes and such.
75 PrintListOfStrings(includes)
/external/chromium_org/tools/gn/
H A Dconfig_values.h14 // Holds the values (includes, defines, compiler flags, etc.) for a given
21 const std::vector<SourceDir>& includes() const { return includes_; } function in class:ConfigValues
/external/chromium/chrome/browser/extensions/
H A Dconvert_user_script.cc115 ListValue* includes = new ListValue(); local
117 includes->Append(Value::CreateStringValue(script.globs().at(i)));
125 content_script->Set(keys::kIncludeGlobs, includes);
/external/chromium_org/chrome/browser/extensions/
H A Dconvert_user_script.cc131 base::ListValue* includes = new base::ListValue(); local
133 includes->Append(Value::CreateStringValue(script.globs().at(i)));
142 content_script->Set(keys::kIncludeGlobs, includes);
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java166 * Unless otherwise specified, the include list scans for and includes all
174 protected Set includes = new HashSet(); field in class:Antlr3Mojo
263 for (String e : (Set<String>) includes) {
415 // What are the sets of includes (defaulted or otherwise).
417 Set includes = getIncludesPatterns();
425 SourceInclusionScanner scan = new SimpleSourceInclusionScanner(includes, excludes);
465 if (includes == null || includes.isEmpty()) {
468 return includes;
/external/skia/gm/
H A Dgm_error.h109 * Returns true iff this ErrorCombination includes this ErrorType.
111 bool includes(const ErrorType type) const { function in class:skiagm::ErrorCombination
125 if (this->includes(type)) {
136 * Returns a new ErrorCombination, which includes the union of all
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java88 private Set includes; field in class:GUnitExecuteMojo
115 return includes == null || includes.isEmpty()
117 : includes;
/external/bison/src/
H A Dlalr.c66 static goto_number **includes; variable
225 includes = xnmalloc (ngotos, sizeof *includes);
272 includes[i] = NULL;
276 includes[i] = xnmalloc (nedges + 1, sizeof includes[i][0]);
278 includes[i][j] = edge[j];
279 includes[i][nedges] = END_NODE;
286 relation_transpose (&includes, ngotos);
296 relation_digraph (includes, ngoto
[all...]
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp67 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes; local
68 assert(!includes.empty() && "No '-chain-include' in options!");
76 for (unsigned i = 0, e = includes.size(); i != e; ++i) {
90 FrontendInputFile InputFile(includes[i], IK);
133 std::string pchName = includes[i-1];
163 std::string pchName = includes.back() + ".pch-final";
/external/v8/src/
H A Dframes-inl.h62 inline bool StackHandler::includes(Address address) const { function in class:v8::internal::StackHandler
/external/chromium_org/v8/src/
H A Dframes-inl.h62 inline bool StackHandler::includes(Address address) const { function in class:v8::internal::StackHandler
/external/chromium_org/third_party/libxml/src/
H A Dschematron.c198 int nbIncludes; /* number of includes in the array */
200 xmlNodePtr *includes; /* the array of includes */ member in struct:_xmlSchematronParserCtxt
607 ret->includes = NULL;
735 if (ctxt->includes == NULL) {
737 ctxt->includes = (xmlNodePtr *)
739 if (ctxt->includes == NULL) {
740 xmlSchematronPErrMemory(NULL, "allocating parser includes",
749 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
752 xmlSchematronPErrMemory(NULL, "allocating parser includes",
[all...]
H A Drelaxng.c187 xmlRelaxNGIncludePtr includes; /* all the includes loaded */ member in struct:_xmlRelaxNG
224 xmlRelaxNGIncludePtr includes; /* all the includes loaded */ member in struct:_xmlRelaxNGParserCtxt
400 xmlRelaxNGIncludePtr next; /* keep a chain of includes */
816 if (schema->includes != NULL)
817 xmlRelaxNGFreeIncludeList(schema->includes);
1644 ret->next = ctxt->includes;
1645 ctxt->includes = ret;
6829 if (ctxt->includes !
[all...]
/external/libxml2/
H A Dschematron.c198 int nbIncludes; /* number of includes in the array */
200 xmlNodePtr *includes; /* the array of includes */ member in struct:_xmlSchematronParserCtxt
607 ret->includes = NULL;
735 if (ctxt->includes == NULL) {
737 ctxt->includes = (xmlNodePtr *)
739 if (ctxt->includes == NULL) {
740 xmlSchematronPErrMemory(NULL, "allocating parser includes",
749 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
752 xmlSchematronPErrMemory(NULL, "allocating parser includes",
[all...]
H A Drelaxng.c187 xmlRelaxNGIncludePtr includes; /* all the includes loaded */ member in struct:_xmlRelaxNG
224 xmlRelaxNGIncludePtr includes; /* all the includes loaded */ member in struct:_xmlRelaxNGParserCtxt
400 xmlRelaxNGIncludePtr next; /* keep a chain of includes */
816 if (schema->includes != NULL)
817 xmlRelaxNGFreeIncludeList(schema->includes);
1644 ret->next = ctxt->includes;
1645 ctxt->includes = ret;
6829 if (ctxt->includes !
[all...]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... $ int len$ int i$ String antlrLibDir String[] includes org.apache.tools.ant.DirectoryScanner ds ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jar ... boolean force private boolean verbose private boolean recursion private String includes private String excludes private String delim private boolean targetFolderAbsolute public ...
/external/stlport/stlport/stl/
H A D_algo.c1601 bool includes(_InputIter1 __first1, _InputIter1 __last1, function
1607 bool includes(_InputIter1 __first1, _InputIter1 __last1, function
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h943 void *includes; /* the includes, this is opaque for now */ member in struct:_xmlSchema
/external/libxml2/include/libxml/
H A DschemasInternals.h943 void *includes; /* the includes, this is opaque for now */ member in struct:_xmlSchema
/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/chromium_org/third_party/libxslt/libxslt/
H A DxsltInternals.h336 struct _xsltDocument *includes; /* subsidiary includes */ member in struct:_xsltDocument
489 * This includes:
576 * This includes:
1592 * For keeping track of nested includes
1594 xsltDocumentPtr includes; /* points to last nested include */ member in struct:_xsltStylesheet
/external/libxslt/libxslt/
H A DxsltInternals.h336 struct _xsltDocument *includes; /* subsidiary includes */ member in struct:_xsltDocument
489 * This includes:
576 * This includes:
1592 * For keeping track of nested includes
1594 xsltDocumentPtr includes; /* points to last nested include */ member in struct:_xsltStylesheet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.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/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 2068 milliseconds

12