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

  /external/chromium/net/test/
test_server_posix.cc 33 virtual bool Includes(const base::ProcessEntry& entry) const {
  /external/chromium_org/base/test/
test_process_killer_win.cc 138 virtual bool Includes(const base::ProcessEntry& entry) const {
  /external/chromium_org/chrome/browser/extensions/updater/
manifest_fetch_data.cc 140 bool ManifestFetchData::Includes(const std::string& extension_id) const {
  /external/chromium/chrome/browser/
process_singleton_uitest.cc 173 virtual bool Includes(const base::ProcessEntry & entry) const {
  /external/chromium_org/ppapi/generators/
idl_thunk.py 50 def Includes(self):
459 # TODO(teravest): Don't emit includes we don't need.
460 includes = ['ppapi/c/pp_errors.h',
466 includes.append(_GetHeaderFileName(filenode))
468 includes.append('%s' % api.lower())
469 for i in meta.Includes():
470 includes.append(i)
471 for include in sorted(includes):
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 47 std::vector<std::string> Includes;
218 Includes.clear();
  /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/chromium/chrome/browser/extensions/
extension_updater.cc 159 bool ManifestFetchData::Includes(const std::string& extension_id) const {
    [all...]
  /external/v8/src/
hydrogen-instructions.h 256 bool Includes(int value) const { return lower_ <= value && upper_ >= value; }
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 263 bool Includes(int value) const { return lower_ <= value && upper_ >= value; }
856 return !HasRange() || range()->Includes(value);
    [all...]

Completed in 333 milliseconds