HomeSort by relevance Sort by last modified time
    Searched defs:has (Results 51 - 75 of 230) sorted by null

1 23 4 5 6 7 8 910

  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 100 bool has = false; local
102 has = iter->second.GetSize() > 0;
104 has = !iter->second.is_cleared;
107 if (has) {
359 // but MessageLite has no SpaceUsed(), so we must directly call
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMetadataParserTest.java 171 assertTrue(mMetadata.has(Metadata.TITLE));
172 assertTrue(mMetadata.has(Metadata.GENRE));
173 assertTrue(mMetadata.has(Metadata.firstCustomId()));
174 assertFalse(mMetadata.has(Metadata.DRM_CRIPPLED));
209 assertTrue(mMetadata.has(Metadata.MIME_TYPE));
211 assertFalse(mMetadata.has(Metadata.TITLE));
212 assertFalse(mMetadata.has(Metadata.GENRE));
213 assertFalse(mMetadata.has(Metadata.firstCustomId()));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 160 /// Return true if the function F has a vector equivalent with vectorization
166 /// Return true if the function F has a vector equivalent with any
174 /// Return true if the function F has a scalar equivalent, and set VF to be
246 bool has(LibFunc F) const { function in class:llvm::TargetLibraryInfo
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 160 /// Return true if the function F has a vector equivalent with vectorization
166 /// Return true if the function F has a vector equivalent with any
174 /// Return true if the function F has a scalar equivalent, and set VF to be
246 bool has(LibFunc F) const { function in class:llvm::TargetLibraryInfo
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 160 /// Return true if the function F has a vector equivalent with vectorization
166 /// Return true if the function F has a vector equivalent with any
174 /// Return true if the function F has a scalar equivalent, and set VF to be
246 bool has(LibFunc F) const { function in class:llvm::TargetLibraryInfo
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 160 /// Return true if the function F has a vector equivalent with vectorization
166 /// Return true if the function F has a vector equivalent with any
174 /// Return true if the function F has a scalar equivalent, and set VF to be
246 bool has(LibFunc F) const { function in class:llvm::TargetLibraryInfo
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 160 /// Return true if the function F has a vector equivalent with vectorization
166 /// Return true if the function F has a vector equivalent with any
174 /// Return true if the function F has a scalar equivalent, and set VF to be
246 bool has(LibFunc F) const { function in class:llvm::TargetLibraryInfo
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 160 /// Return true if the function F has a vector equivalent with vectorization
166 /// Return true if the function F has a vector equivalent with any
174 /// Return true if the function F has a scalar equivalent, and set VF to be
246 bool has(LibFunc F) const { function in class:llvm::TargetLibraryInfo
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 160 /// Return true if the function F has a vector equivalent with vectorization
166 /// Return true if the function F has a vector equivalent with any
174 /// Return true if the function F has a scalar equivalent, and set VF to be
246 bool has(LibFunc F) const { function in class:llvm::TargetLibraryInfo
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 160 /// Return true if the function F has a vector equivalent with vectorization
166 /// Return true if the function F has a vector equivalent with any
174 /// Return true if the function F has a scalar equivalent, and set VF to be
246 bool has(LibFunc F) const { function in class:llvm::TargetLibraryInfo
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 114 // If the receiver has type 'id'...
700 static bool has(StringRef suff, StringRef &text) { function in struct:Suff
710 if (Suff::has("u", text)) {
712 } else if (Suff::has("U", text)) {
714 } else if (Suff::has("ll", text)) {
716 } else if (Suff::has("LL", text)) {
718 } else if (Suff::has("l", text)) {
720 } else if (Suff::has("L", text)) {
722 } else if (isFloat && Suff::has("f", text)) {
724 } else if (isFloat && Suff::has("F", text))
    [all...]
  /libcore/json/src/main/java/org/json/
JSONObject.java 62 * fails with a {@code JSONException} if the requested name has no value
65 * returns a system- or user-supplied default if the requested name has no
91 * <li>return {@code true} for {@link #has(String)}
284 * this object has no mapping for {@code name}, this inserts a new mapping.
368 * Returns true if this object has no mapping for {@code name} or if it has
377 * Returns true if this object has a mapping for {@code name}. The mapping
380 public boolean has(String name) { method in class:JSONObject
  /external/autotest/client/common_lib/
base_job.py 282 If the backing file has never been read before (indicated by checking
338 if self.has(namespace, name):
361 def has(self, namespace, name): member in class:job_state
380 if self.has(namespace, name):
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONObject.java 277 * For example, if an object has a method named <code>"getName"</code>, and
281 * @param bean An object that has getter methods that should be used
302 * @param bean An object that has getter methods that should be used
391 * @param object An object that has fields that should be used to make a
696 public boolean has(String key) { method in class:JSONObject
    [all...]
  /external/llvm/lib/Analysis/
StratifiedSets.h 29 /// NOTE: ^ This can't be a short -- bootstrapping clang has a case where
75 /// containing variable B, then at some point, a variable that has interacted
80 /// generally used for noting whether a variable in the set has interacted with
131 /// This builder has a notion of some value A being above, below, or with some
181 /// remap has occurred, and use this information so we can defer renumbering set
185 /// Set above it, the set below it, and whether the current set has been
353 bool has(const T &Elem) const { return get(Elem).hasValue(); } function in class:llvm::cflaa::StratifiedSetsBuilder
367 assert(has(Main));
380 assert(has(Main));
390 assert(has(Main))
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 599 int has = reply.readInt(); local
600 ParcelFileDescriptor fd = has != 0 ? ParcelFileDescriptor.CREATOR
626 int has = reply.readInt(); local
627 AssetFileDescriptor fd = has != 0
699 int has = reply.readInt(); local
700 AssetFileDescriptor fd = has != 0
  /frameworks/base/media/java/android/media/
Metadata.java 428 public boolean has(final int metadataId) { method in class:Metadata
436 // Caller must make sure the key is present using the {@code has}
  /external/devlib/devlib/
target.py 254 if not self.has('hard_reset'):
271 if self.has('boot'):
524 def has(self, modname): member in class:Target
1358 def has(self, name): member in class:KernelConfig
    [all...]
  /libcore/json/src/test/java/org/json/
JSONObjectTest.java 91 assertFalse(object.has("foo"));
165 assertFalse(object.has("foo"));
226 assertTrue(object.has("foo"));
227 assertTrue(object.has("quux"));
228 assertFalse(object.has("missing"));
823 assertTrue(object.has("foo"));
824 assertFalse(object.has("bar"));
838 assertTrue(object.has("foo"));
839 assertFalse(object.has("bar"));
840 assertFalse(object.has(null))
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 554 /// \brief Matches a declaration that has been implicitly added
1122 /// has a predefined type and is a ParenExpr, not a ParenListExpr.
2264 LLVM_ATTRIBUTE_UNUSED has = {}; member in namespace:clang::ast_matchers
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 907 void make (const string& name) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T); }
908 void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T(texType)); }
909 bool has (const string& name) const { return m_objects.find(name) != m_objects.end(); } function in class:deqp::gls::LongStressCaseInternal::GLObjectManager
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 585 /// \brief Matches a declaration that has been implicitly added
2393 LLVM_ATTRIBUTE_UNUSED has = {}; member in namespace:clang::ast_matchers
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 585 /// \brief Matches a declaration that has been implicitly added
2393 LLVM_ATTRIBUTE_UNUSED has = {}; member in namespace:clang::ast_matchers
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 585 /// \brief Matches a declaration that has been implicitly added
2393 LLVM_ATTRIBUTE_UNUSED has = {}; member in namespace:clang::ast_matchers
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 585 /// \brief Matches a declaration that has been implicitly added
2393 LLVM_ATTRIBUTE_UNUSED has = {}; member in namespace:clang::ast_matchers
    [all...]

Completed in 1910 milliseconds

1 23 4 5 6 7 8 910