HomeSort by relevance Sort by last modified time
    Searched refs:Includes (Results 26 - 50 of 52) sorted by null

12 3

  /external/chromium_org/tools/python/google/httpd_config/
httpd2.conf 99 Options Indexes FollowSymLinks MultiViews ExecCGI Includes
250 # If you want to use server side includes, or CGI outside
  /external/chromium_org/chrome/browser/
process_singleton_browsertest.cc 172 virtual bool Includes(const base::ProcessEntry & entry) const OVERRIDE {
  /external/chromium_org/ppapi/generators/
idl_thunk.py 50 def Includes(self):
464 # TODO(teravest): Don't emit includes we don't need.
465 includes = ['ppapi/c/pp_errors.h',
469 includes.append(_GetHeaderFileName(filenode))
471 includes.append('%s' % api.lower())
472 for i in meta.Includes():
473 includes.append(i)
474 for include in sorted(includes):
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 185 PPOpts.Includes.insert(PPOpts.Includes.begin(), OriginalFile);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 116 c.getPreprocessorOpts().Includes.push_back("clc/clc.h");
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 115 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes; local
116 assert(!includes.empty() && "No '-chain-include' in options!");
124 for (unsigned i = 0, e = includes.size(); i != e; ++i) {
133 CInvok->getPreprocessorOpts().Includes.clear();
138 FrontendInputFile InputFile(includes[i], IK);
180 std::string pchName = includes[i-1];
204 std::string pchName = includes.back() + ".pch-final";
InitPreprocessor.cpp     [all...]
CompilerInvocation.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 116 c.getPreprocessorOpts().Includes.push_back("clc/clc.h");
  /external/oprofile/events/i386/nehalem/
events 33 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/chromium_org/chrome/common/extensions/docs/server2/
jsc_view.py 36 Includes items from namespace['types'], namespace['functions'],
  /external/chromium_org/v8/src/
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h 250 bool Includes(int value) const { return lower_ <= value && upper_ >= value; }
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 634 if (!fetch_data.Includes(id)) {
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 135 #pragma mark == Includes ==
139 // Includes
226 // Palm (no special includes yet).
    [all...]
DebugServices.c 23 #pragma mark == Includes ==
27 // Includes
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py 152 self.assertEqual(quoteattr('Includes "double" quotes'),
153 '\'Includes "double" quotes\'')
156 self.assertEqual(quoteattr("Includes 'single' quotes"),
157 "\"Includes 'single' quotes\"")
160 self.assertEqual(quoteattr("Includes 'single' and \"double\" quotes"),
161 "\"Includes 'single' and &quot;double&quot; quotes\"")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py 152 self.assertEqual(quoteattr('Includes "double" quotes'),
153 '\'Includes "double" quotes\'')
156 self.assertEqual(quoteattr("Includes 'single' quotes"),
157 "\"Includes 'single' quotes\"")
160 self.assertEqual(quoteattr("Includes 'single' and \"double\" quotes"),
161 "\"Includes 'single' and &quot;double&quot; quotes\"")
  /external/clang/lib/Serialization/
ASTReader.cpp 536 for (unsigned I = 0, N = ExistingPPOpts.Includes.size(); I != N; ++I) {
537 StringRef File = ExistingPPOpts.Includes[I];
541 if (std::find(PPOpts.Includes.begin(), PPOpts.Includes.end(), File)
542 != PPOpts.Includes.end())
    [all...]
ASTWriter.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 265 * Required callbacks that are not yet called. Includes both task and non-task
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 427 // CPATH - included following the user specified includes (but prior to
428 // builtin and standard includes).
430 // C_INCLUDE_PATH - system includes enabled when compiling C.
432 // CPLUS_INCLUDE_PATH - system includes enabled when compiling C++.
434 // OBJC_INCLUDE_PATH - system includes enabled when compiling ObjC.
436 // OBJCPLUS_INCLUDE_PATH - system includes enabled when compiling ObjC++.
    [all...]

Completed in 1476 milliseconds

12 3