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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 51 bool FeedbackParams::Has(const FeedbackParam& param) const {
59 if (Has(param)) {
70 if (!from.Has(*iter_to)) {
126 return feedback_params.Has(param);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
packed-cache-inl.h 87 // 2. Has(key) will return false if no <key, value> pair with that key
88 // has ever been Put. However, a newly initialized cache will have
96 // cause Has(key') to change is that Has(key') may change from true to
97 // false. Furthermore, a Put() call that doesn't change Has(key')
164 bool Has(K key) const {
190 // upper part of a key, after the key has been masked and shifted
  /external/chromium_org/third_party/tcmalloc/vendor/src/
packed-cache-inl.h 87 // 2. Has(key) will return false if no <key, value> pair with that key
88 // has ever been Put. However, a newly initialized cache will have
96 // cause Has(key') to change is that Has(key') may change from true to
97 // false. Furthermore, a Put() call that doesn't change Has(key')
162 bool Has(K key) const {
188 // upper part of a key, after the key has been masked and shifted
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler_unittest.cc 56 // Checks whether the specified type of event has occurred.
57 bool Has(EventType type, JobType job_type) {
839 EXPECT_TRUE(logger.Has(JobListLogger::ADDED, TYPE_ADD_NEW_DIRECTORY));
840 EXPECT_TRUE(logger.Has(JobListLogger::ADDED, TYPE_GET_ABOUT_RESOURCE));
841 EXPECT_TRUE(logger.Has(JobListLogger::ADDED, TYPE_RENAME_RESOURCE));
842 EXPECT_TRUE(logger.Has(JobListLogger::ADDED, TYPE_DOWNLOAD_FILE));
843 EXPECT_FALSE(logger.Has(JobListLogger::DONE, TYPE_ADD_NEW_DIRECTORY));
844 EXPECT_FALSE(logger.Has(JobListLogger::DONE, TYPE_GET_ABOUT_RESOURCE));
845 EXPECT_FALSE(logger.Has(JobListLogger::DONE, TYPE_RENAME_RESOURCE));
846 EXPECT_FALSE(logger.Has(JobListLogger::DONE, TYPE_DOWNLOAD_FILE))
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 41 // operation has happened.
267 bool SimpleIndex::Has(uint64 hash) const {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_util.h 182 bool Has(T item) const { return IndexOf(item) >= 0; }
269 bool Has(T item) const { return items_.Has(item); }
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util.h 182 bool Has(T item) const { return IndexOf(item) >= 0; }
269 bool Has(T item) const { return items_.Has(item); }
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
name_table.cc 296 bool NameTable::Builder::Has(int32_t platform_id,
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 296 bool NameTable::Builder::Has(int32_t platform_id,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc 126 // compiler enforces it for C-style casts since lots of C-style code has
176 bool ExtensionSet::Has(int number) const {
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 126 // compiler enforces it for C-style casts since lots of C-style code has
176 bool ExtensionSet::Has(int number) const {
    [all...]
  /external/chromium_org/ui/message_center/
message_center_impl.cc 47 // two ids; |id_| is the newest notification id that has been assigned by an
85 // Called when the message center has appropriate visibility. Modifies
103 bool Has(const std::string& id) const;
202 bool ChangeQueue::Has(const std::string& id) const {
609 !notification_queue_->Has(old_id) &&
  /external/clang/lib/Sema/
SemaAccess.cpp 88 // A nested class is a member and as such has the same access
92 // the class has access. A local class of a member function
186 Target.HasInstanceContext = Has;
192 : Target(Target), Has(Target.HasInstanceContext) {}
194 bool Has;
449 // Figure out whether the current class has a template:
695 /// target has to have some natural access in P, which opens up the
786 // that the naming class has to be derived from the effective
836 // that's a subclass of N and where the target has some natural
    [all...]
  /external/chromium_org/v8/src/
api.cc 209 // If the isolate has a function entry hook, it needs to re-build all its
437 // Android has higher physical memory requirements before raising the maximum
438 // heap size limits since it has no swap space.
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 587 milliseconds