Searched refs:Includes (Results 1 - 25 of 26) sorted by relevance

12

/external/oauth/core/src/main/java/
H A DAndroid.mk7 # Includes all the java files, and explicitly declares any aidl files
/external/clang/lib/Frontend/
H A DFrontendActions.cpp134 /// \param Includes Will be augmented with the set of #includes or #imports
140 SmallString<256> &Includes) {
148 Includes += "#import \"";
150 Includes += "#include \"";
151 Includes += Module->Headers[I]->getName();
152 Includes += "\"\n";
159 Includes += "#import \"";
161 Includes += "#include \"";
162 Includes += UmbrellaHeader->getName();
163 Includes
136 collectModuleHeaderIncludes(const LangOptions &LangOpts, FileManager &FileMgr, ModuleMap &ModMap, clang::Module *Module, SmallString<256> &Includes) argument
[all...]
H A DChainedIncludesSource.cpp80 CInvok->getPreprocessorOpts().Includes.clear();
H A DInitPreprocessor.cpp740 for (unsigned i = 0, e = InitOpts.Includes.size(); i != e; ++i) {
741 const std::string &Path = InitOpts.Includes[i];
H A DCompilerInvocation.cpp820 for (unsigned i = 0, e = Opts.Includes.size(); i != e; ++i) {
822 Res.push_back("-include", Opts.Includes[i]);
2010 Opts.Includes.push_back(OriginalFile);
2012 Opts.Includes.push_back(A->getValue(Args));
2023 Opts.Includes.push_back("altivec.h");
/external/stlport/stlport/stl/config/
H A D_mwerks.h125 # define _STLP_NATIVE_C_INCLUDE_PATH Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes
128 # define _STLP_NATIVE_C_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
129 # define _STLP_NATIVE_CPP_RUNTIME_HEADER(header) <Macintosh HD:Codewarrior Pro 4:Metrowerks CodeWarrior:Metrowerks Standard Library:MSL C:MSL Common:Public Includes:##header>
/external/chromium/base/
H A Dprocess_util.cc56 return !filter_ || filter_->Includes(entry_);
H A Dprocess_util.h322 virtual bool Includes(const ProcessEntry& entry) const = 0;
/external/clang/include/clang/Frontend/
H A DPreprocessorOptions.h44 std::vector<std::string> Includes; member in class:clang::PreprocessorOptions
209 Includes.clear();
/external/chromium/net/test/
H A Dtest_server_posix.cc33 virtual bool Includes(const base::ProcessEntry& entry) const { function in class:__anon2660::OrphanedTestServerFilter
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp40 bool Includes(const llvm::APSInt &v) const { function in class:__anon3503::Range
129 if (i->Includes(Lower)) {
130 if (i->Includes(Upper)) {
137 if (i->Includes(Upper)) {
/external/libvpx/examples/includes/
H A Dvp8_doc_tools.php30 // Includes
/external/webkit/LayoutTests/http/conf/
H A Dapache2-debian-httpd.conf278 # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
283 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
H A Dapache2-httpd.conf299 # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
304 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
H A Dapache2-msys-httpd.conf300 # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
305 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
H A Dcygwin-httpd.conf331 # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
336 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
H A Dfedora-httpd.conf315 # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
324 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
693 # (You will also need to add "Includes" to the "Options" directive.)
H A Dhttpd.conf334 # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
339 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
/external/chromium/chrome/browser/extensions/
H A Dextension_updater.h82 bool Includes(const std::string& extension_id) const;
H A Dextension_updater.cc159 bool ManifestFetchData::Includes(const std::string& extension_id) const { function in class:ManifestFetchData
1028 if (!fetch_data.Includes(update->extension_id))
/external/chromium/chrome/browser/
H A Dprocess_singleton_uitest.cc173 virtual bool Includes(const base::ProcessEntry & entry) const { function in class:__anon1801::ProcessSingletonTest::ProcessTreeFilter
/external/oprofile/events/i386/nehalem/
H A Devents33 event:0x14 counters:0,1,2,3 um:arith minimum:6000 name:ARITH : Counts division cycles and number of multiplies. Includes integer and FP, but excludes DPPS/MPSAD.
70 event:0xA2 counters:0,1,2,3 um:resource_stalls minimum:6000 name:RESOURCE_STALLS : Counts the number of Allocator resource related stalls. Includes register renaming buffer entries, memory buffer entries. In addition to resource related stalls, this event counts some other events. Includes stalls arising during branch misprediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arising while store buffer is draining from synchronizing operations.
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h135 #pragma mark == Includes ==
139 // Includes
H A DDebugServices.c23 #pragma mark == Includes ==
27 // Includes
/external/v8/src/
H A Dhydrogen-instructions.cc1133 if (right()->range()->Includes(-1) && left()->range()->Includes(kMinInt)) {

Completed in 359 milliseconds

12