Searched defs:has (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSVariablesMap.cpp51 bool CSSVariablesMap::has(const AtomicString& name) const function in class:WebCore::CSSVariablesMap
/external/chromium_org/v8/test/mjsunit/
H A Ddelete.js28 // We use the has() function to avoid relying on a functioning
30 function has(o, k) { return typeof o[k] !== 'undefined'; } function
54 assertTrue(has(o, 'x'));
55 assertTrue(has(o, 'y'));
57 assertFalse(has(o, 'x'));
58 assertTrue(has(o, 'y'));
60 assertFalse(has(o, 'x'));
61 assertFalse(has(o, 'y'));
73 assertFalse(has(o, String.fromCharCode(i)), "deleted (" + i + ")");
74 assertTrue(has(
[all...]
/external/v8/test/mjsunit/
H A Ddelete.js28 // We use the has() function to avoid relying on a functioning
30 function has(o, k) { return typeof o[k] !== 'undefined'; } function
54 assertTrue(has(o, 'x'));
55 assertTrue(has(o, 'y'));
57 assertFalse(has(o, 'x'));
58 assertTrue(has(o, 'y'));
60 assertFalse(has(o, 'x'));
61 assertFalse(has(o, 'y'));
73 assertFalse(has(o, String.fromCharCode(i)), "deleted (" + i + ")");
74 assertTrue(has(
[all...]
/external/chromium_org/chrome/test/chromeos/utilities/
H A Dvm_setup_state.py7 import pyauto_functional # has to be imported before pyauto namespace
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntSet.java44 boolean has(int value); method in interface:IntSet
H A DListIntSet.java56 public boolean has(int value) { method in class:ListIntSet
H A DBitIntSet.java45 * Ensures that the bit set has the capacity to represent the given value.
66 public boolean has(int value) { method in class:BitIntSet
/external/droiddriver/src/com/google/android/droiddriver/
H A DDroidDriver.java28 boolean has(Finder finder); method in interface:DroidDriver
53 boolean has(Finder finder, long timeoutMillis); method in interface:DroidDriver
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp76 bool GrGLExtensions::has(const char* ext) const { function in class:GrGLExtensions
/external/droiddriver/src/com/google/android/droiddriver/base/
H A DAbstractDroidDriver.java60 public boolean has(Finder finder) { method in class:AbstractDroidDriver
70 public boolean has(Finder finder, long timeoutMillis) { method in class:AbstractDroidDriver
/external/skia/src/gpu/gl/
H A DGrGLExtensions.cpp76 bool GrGLExtensions::has(const char* ext) const { function in class:GrGLExtensions
/external/chromium_org/content/browser/indexed_db/
H A Dlist_set.h50 bool has(const T& elem) { return set_.find(elem) != set_.end(); } function in class:list_set
/external/clang/test/SemaCXX/
H A Dcxx0x-nontrivial-union.cpp26 int &i; // expected-error {{union member 'i' has reference type 'int &'}}
70 bool has; member in struct:optional::optional
73 optional() : has(false) {}
75 optional(U &&...u) : has(true), value(forward<U>(u)...) {}
77 optional(const optional &o) : has(o.has) {
78 if (has) new (&value) T(o.value);
80 optional(optional &&o) : has(o.has) {
81 if (has) ne
[all...]
/external/clang/test/CodeGenCXX/
H A Dreferences.cpp213 HasX has; member in struct:N2::HasXContainer
229 const X &xr = getZ().has.x;
/external/harfbuzz_ng/src/
H A Dhb-set-private.hh187 inline bool has (hb_codepoint_t g) const function in struct:hb_set_t
199 if (has (i))
257 if (has (i)) {
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc73 bool has = false; local
75 has = iter->second.GetSize() > 0;
77 has = !iter->second.is_cleared;
80 if (has) {
275 // but MessageLite has no SpaceUsed(), so we must directly call
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc76 bool has = false; local
78 has = iter->second.GetSize() > 0;
80 has = !iter->second.is_cleared;
83 if (has) {
316 // but MessageLite has no SpaceUsed(), so we must directly call
/external/chromium_org/v8/src/
H A Dobject-observe.js54 has: function(key) {
202 if (!callbackInfoMap.has(callback))
H A Dglobals.h432 Maybe(bool has, T t) : has_value(has), value(t) {} argument
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp64 template <typename T> friend bool has(const A&);
66 template <typename T> bool has(const A &x) { function in namespace:test1
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementRareData.h139 void setHasPendingResources(bool has) { m_hasPendingResources = has; } argument
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp114 // 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("
[all...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DGeneratedMessage.java158 return internalGetFieldAccessorTable().getField(field).has(this);
349 return internalGetFieldAccessorTable().getField(field).has(this);
492 * Called when a the builder or one of its nested children has changed
534 * e.g. "has", "get", and "getCount" -- but for extensions. The extensions
1233 * <p>Then, {@code MyProto.Foo.bar} has type
1256 // initializer to call internalInit() after the descriptor has been parsed.
1560 boolean has(GeneratedMessage message); method in interface:GeneratedMessage.FieldAccessorTable.FieldAccessor
1561 boolean has(GeneratedMessage.Builder builder); method in interface:GeneratedMessage.FieldAccessorTable.FieldAccessor
1581 getMethodOrDie(messageClass, "has" + camelCaseName);
1583 getMethodOrDie(builderClass, "has"
1625 public boolean has(final GeneratedMessage message) { method in class:GeneratedMessage.FieldAccessorTable.SingularFieldAccessor
1628 public boolean has(GeneratedMessage.Builder builder) { method in class:GeneratedMessage.FieldAccessorTable.SingularFieldAccessor
1720 public boolean has(final GeneratedMessage message) { method in class:GeneratedMessage.FieldAccessorTable.RepeatedFieldAccessor
1724 public boolean has(GeneratedMessage.Builder builder) { method in class:GeneratedMessage.FieldAccessorTable.RepeatedFieldAccessor
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DGeneratedMessage.java126 return internalGetFieldAccessorTable().getField(field).has(this);
284 * e.g. "has", "get", and "getCount" -- but for extensions. The extensions
749 * <p>Then, {@code MyProto.Foo.bar} has type
1035 boolean has(GeneratedMessage message); method in interface:GeneratedMessage.FieldAccessorTable.FieldAccessor
1052 getMethodOrDie(messageClass, "has" + camelCaseName);
1085 public boolean has(final GeneratedMessage message) { method in class:GeneratedMessage.FieldAccessorTable.SingularFieldAccessor
1136 // 1) Verifies that each element has the correct type.
1155 public boolean has(final GeneratedMessage message) { method in class:GeneratedMessage.FieldAccessorTable.RepeatedFieldAccessor
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1146 /// using has(), but hasDestinationType() is more specific and can be
1292 /// recordDecl(eachOf(has(fieldDecl(hasName("a")).bind("v")),
1293 /// has(fieldDecl(hasName("b")).bind("v"))))
1590 /// Example matches X, Y (matcher = recordDecl(has(recordDecl(hasName("X")))
1601 internal::ArgumentAdaptingMatcher<internal::HasMatcher, ChildT> has( function in namespace:clang::ast_matchers
1641 /// As opposed to 'has', 'forEach' will cause a match for each result that
2044 /// \brief Matches the Decl of a DeclStmt which has a single declaration.
2061 /// \brief Matches a variable declaration that has an initializer expression
2077 /// \brief Checks that a call expression or a constructor call expression has
2161 /// recordDecl(has(constructorDec
[all...]

Completed in 793 milliseconds

12