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

/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/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/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/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/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/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp113 // If the receiver has type 'id'...
547 static bool has(StringRef suff, StringRef &text) { function in struct:Suff
557 if (Suff::has("u", text)) {
559 } else if (Suff::has("U", text)) {
561 } else if (Suff::has("ll", text)) {
563 } else if (Suff::has("LL", text)) {
565 } else if (Suff::has("l", text)) {
567 } else if (Suff::has("L", text)) {
569 } else if (isFloat && Suff::has("f", text)) {
571 } else if (isFloat && Suff::has("
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h810 /// using has(), but hasDestinationType() is more specific and can be
1155 /// Example matches X, Y (matcher = recordDecl(has(recordDecl(hasName("X")))
1166 internal::ArgumentAdaptingMatcher<internal::HasMatcher, ChildT> has( function in namespace:clang::ast_matchers
1206 /// As opposed to 'has', 'forEach' will cause a match for each result that
1519 /// \brief Matches the Decl of a DeclStmt which has a single declaration.
1536 /// \brief Matches a variable declaration that has an initializer expression
1552 /// \brief Checks that a call expression or a constructor call expression has
1640 /// recordDecl(has(constructorDecl(hasAnyConstructorInitializer(anything()))))
1662 /// recordDecl(has(constructorDecl(hasAnyConstructorInitializer(
1682 /// recordDecl(has(constructorDec
[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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h356 /// has - This function is used by optimizations that want to match on or form
358 bool has(LibFunc::Func F) const { function in class:llvm::TargetLibraryInfo
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js284 has: function(name) {
326 prior = this.has(m);
343 var s = this.has(name);
430 if (!scope.has("eval")) while (scope) {
445 for (var origin = scope.has(i), s = scope; s; s = s.parent) {
912 if (ctor[0] == "name" && ctor[1] == "Array" && !scope.has("Array")) {
921 if (expr[0] == "name" && expr[1] == "Array" && args.length != 1 && !scope.has("Array")) {
/external/libxml2/
H A Dxmlschemas.c907 int appliedXPath; /* Indicates that an XPath has been applied. */
1470 * The caller has to free the returned retValue.
2650 msg = xmlStrcat(msg, BAD_CAST "The value '%s' has a length of '%s'; ");
2652 msg = xmlStrcat(msg, BAD_CAST "The value has a length of '%s'; ");
2705 msg = xmlStrcat(msg, BAD_CAST "The value '%s' has more "
2710 msg = xmlStrcat(msg, BAD_CAST "The value '%s' has more fractional "
5812 * At this point xmlSplitQName3 has to return a local name.
5823 "The value '%s' of simple type 'xs:QName' has no "
6630 "Facet %s has no value\n", node->name, NULL);
6684 "Facet %s has unexpecte
17782 int has = 0, needVal = 0, normVal = 0; local
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 464 milliseconds