HomeSort by relevance Sort by last modified time
    Searched full:equivalent (Results 26 - 50 of 5226) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLTransientExceptionTest.java 49 "The reason of SQLTransientException set and get should be equivalent",
78 "The SQLState of SQLTransientException set and get should be equivalent",
81 "The reason of SQLTransientException set and get should be equivalent",
98 "The reason of SQLTransientException set and get should be equivalent",
112 "The SQLState of SQLTransientException set and get should be equivalent",
143 "The SQLState of SQLTransientException set and get should be equivalent",
146 "The reason of SQLTransientException set and get should be equivalent",
160 "The SQLState of SQLTransientException set and get should be equivalent",
163 "The reason of SQLTransientException set and get should be equivalent",
177 "The SQLState of SQLTransientException set and get should be equivalent",
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 9 // the C++ end the bindings were passed the punycode equivalent of this
  /external/chromium-libpac/test/js-unittest/
international_domain_names.js 9 // the C++ end the bindings were passed the punycode equivalent of this
  /external/chromium_org/chrome/tools/build/linux/
sed.sh 7 # Does the equivalent of
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 9 // the C++ end the bindings were passed the punycode equivalent of this
  /external/hamcrest/src/org/hamcrest/
Factory.java 10 * A factory method is an equivalent to a named constructor.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
mp_fork_bomb.py 8 # than the Windows equivalent of a fork bomb.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
mp_fork_bomb.py 8 # than the Windows equivalent of a fork bomb.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
abstract.h 149 This is equivalent to the Python expression:
162 This is the equivalent of the Python expression: o.attr_name.
171 This is equivalent to the Python expression:
184 This is the equivalent of the Python expression: o.attr_name.
195 the equivalent of the Python statement: o.attr_name=v.
205 the equivalent of the Python statement: o.attr_name=v.
214 -1 on failure. This is the equivalent of the Python
225 on failure. This is the equivalent of the Python
237 -1 on failure. This is the equivalent of the Python
249 the value returned is undefined. This is equivalent to th
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
abstract.h 149 This is equivalent to the Python expression:
162 This is the equivalent of the Python expression: o.attr_name.
171 This is equivalent to the Python expression:
184 This is the equivalent of the Python expression: o.attr_name.
195 the equivalent of the Python statement: o.attr_name=v.
205 the equivalent of the Python statement: o.attr_name=v.
214 -1 on failure. This is the equivalent of the Python
225 on failure. This is the equivalent of the Python
237 -1 on failure. This is the equivalent of the Python
249 the value returned is undefined. This is equivalent to th
    [all...]
  /external/chromium_org/ui/metro_viewer/
ime_types.h 15 // An equivalent to ui::CompositionUnderline defined in
25 // An equivalent to ui::CompositionText defined in
37 // An equivalent to Win32 RECT structure. This can be gfx::Rect but redefined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
equivalent_error_code_int.pass.cpp 14 // virtual bool equivalent(const error_code& code, int condition) const;
22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5));
23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
equivalent_int_error_condition.pass.cpp 14 // virtual bool equivalent(int code, const error_condition& condition) const;
23 assert(e_cat.equivalent(5, e_cond));
24 assert(!e_cat.equivalent(6, e_cond));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
equivalent_error_code_int.pass.cpp 14 // virtual bool equivalent(const error_code& code, int condition) const;
22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5));
23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
equivalent_int_error_condition.pass.cpp 14 // virtual bool equivalent(int code, const error_condition& condition) const;
23 assert(e_cat.equivalent(5, e_cond));
24 assert(!e_cat.equivalent(6, e_cond));
  /ndk/sources/host-tools/sed-4.2.1/m4/
inline.m4 7 dnl Test for the 'inline' keyword or equivalent.
8 dnl Define 'inline' to a supported equivalent, or to nothing if not supported,
10 dnl equivalent is effectively supported, i.e. if the compiler is likely to
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java 34 * Blocking equivalent to {@link Service}.
41 * Equivalent to {@link Service#getDescriptorForType}.
46 * Equivalent to {@link Service#callMethod}, except that
56 * Equivalent to {@link Service#getRequestPrototype}.
61 * Equivalent to {@link Service#getResponsePrototype}.
  /external/guava/guava/src/com/google/common/hash/
Hasher.java 38 * Equivalent to {@code putInt(Float.floatToRawIntBits(f))}.
42 * Equivalent to {@code putLong(Double.doubleToRawLongBits(d))}.
46 * Equivalent to {@code putByte(b ? (byte) 1 : (byte) 0)}.
51 * Equivalent to {@code putBytes(charSequence.toString().getBytes(Charsets.UTF_16LE)}.
55 * Equivalent to {@code putBytes(charSequence.toString().getBytes(charset)}.
  /external/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java 34 * Blocking equivalent to {@link Service}.
41 * Equivalent to {@link Service#getDescriptorForType}.
46 * Equivalent to {@link Service#callMethod}, except that
56 * Equivalent to {@link Service#getRequestPrototype}.
61 * Equivalent to {@link Service#getResponsePrototype}.
  /external/clang/test/Rewriter/
objc-modern-boxing.mm 45 NSNumber *theLetterZ = @('Z'); // equivalent to [NSNumber numberWithChar:('Z')]
48 NSNumber *fortyTwo = @(42); // equivalent to [NSNumber numberWithInt:(42)]
49 NSNumber *fortyTwoUnsigned = @(42U); // equivalent to [NSNumber numberWithUnsignedInt:(42U)]
50 NSNumber *fortyTwoLong = @(42L); // equivalent to [NSNumber numberWithLong:(42L)]
51 NSNumber *fortyTwoLongLong = @(42LL); // equivalent to [NSNumber numberWithLongLong:(42LL)]
54 NSNumber *piFloat = @(3.141592654F); // equivalent to [NSNumber numberWithFloat:(3.141592654F)]
55 NSNumber *piDouble = @(3.1415926535); // equivalent to [NSNumber numberWithDouble:(3.1415926535)]
  /external/clang/include/clang/AST/
ASTImporter.h 75 /// \brief Declaration (from, to) pairs that are known not to be equivalent
106 /// \returns the equivalent type in the "to" context, or a NULL type if
113 /// \returns the equivalent type source information in the "to"
120 /// \returns the equivalent declaration in the "to" context, or a NULL type
127 /// \returns the equivalent declaration context in the "to"
134 /// \returns the equivalent expression in the "to" context, or NULL if
141 /// \returns the equivalent statement in the "to" context, or NULL if
148 /// \returns the equivalent nested-name-specifier in the "to"
155 /// \returns the equivalent nested-name-specifier in the "to"
166 /// \returns the equivalent source location in the "to" context, or a
    [all...]
  /art/test/064-field-access/
info.txt 10 equivalent, and not merely spec-compliant.
  /dalvik/tests/064-field-access/
info.txt 10 equivalent, and not merely spec-compliant.
  /external/chromium_org/content/browser/web_contents/
drag_utils_gtk.h 16 // equivalent.
  /external/chromium_org/third_party/skia/src/core/
SkPaintPriv.h 17 @param paint The paint to be analyzed, NULL is equivalent to

Completed in 1594 milliseconds

12 3 4 5 6 7 8 91011>>