HomeSort by relevance Sort by last modified time
    Searched defs:Includes (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/extensions/browser/updater/
manifest_fetch_data.cc 149 bool ManifestFetchData::Includes(const std::string& extension_id) const {
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 47 std::vector<std::string> Includes;
174 Includes.clear();
  /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/StaticAnalyzer/Core/
RangeConstraintManager.cpp 38 bool Includes(const llvm::APSInt &v) const {
127 if (i->Includes(Lower)) {
128 if (i->Includes(Upper)) {
135 if (i->Includes(Upper)) {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 132 static bool Includes(std::vector<pid_t> first, std::vector<pid_t> second) {
135 return std::includes(first.begin(), first.end(),
150 ASSERT_TRUE(Includes(listed_tids, tids_));
163 ASSERT_TRUE(Includes(listed_tids, tids_));
  /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...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 250 bool Includes(int value) const { return lower_ <= value && upper_ >= value; }
    [all...]

Completed in 279 milliseconds