HomeSort by relevance Sort by last modified time
    Searched full:other (Results 76 - 100 of 18848) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/libs/utils/
README 3 If you need a feature that is native to Linux but not present on other
13 reasonable implementations for other platforms.
  /frameworks/base/wifi/java/android/net/wifi/
package.html 7 link speed, IP address, negotiation state, and more, plus information about other
8 networks that are available. Some other API features include the ability to
  /external/icu4c/common/
uvectr32.cpp 68 * Assign this object to another (make this a copy of 'other').
70 void UVector32::assign(const UVector32& other, UErrorCode &ec) {
71 if (ensureCapacity(other.count, ec)) {
72 setSize(other.count);
73 for (int32_t i=0; i<other.count; ++i) {
74 elements[i] = other.elements[i];
80 UBool UVector32::operator==(const UVector32& other) {
82 if (count != other.count) return FALSE;
84 if (elements[i] != other.elements[i]) {
111 UBool UVector32::containsAll(const UVector32& other) const
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Deque.h 13 * documentation and/or other materials provided with the distribution.
122 void assign(const Base& other) { *this = other; }
158 DequeIterator(const Iterator& other) : Base(other) { }
159 DequeIterator& operator=(const Iterator& other) { Base::assign(other); return *this; }
164 bool operator==(const Iterator& other) const { return Base::isEqual(other); }
165 bool operator!=(const Iterator& other) const { return !Base::isEqual(other);
    [all...]
  /external/webkit/WebCore/svg/
SVGGlyphElement.h 73 bool operator==(const SVGGlyphIdentifier& other) const
75 return isValid == other.isValid &&
76 orientation == other.orientation &&
77 arabicForm == other.arabicForm &&
78 glyphName == other.glyphName &&
79 horizontalAdvanceX == other.horizontalAdvanceX &&
80 verticalOriginX == other.verticalOriginX &&
81 verticalOriginY == other.verticalOriginY &&
82 verticalAdvanceY == other.verticalAdvanceY &&
83 pathData.debugString() == other.pathData.debugString() &
    [all...]
  /external/proguard/docs/
alternatives.html 19 abandoned. Please drop me a note if you know of any other shrinkers,
37 <td><a target="other" href="http://www.graphics.cornell.edu/~eric/">Eric Lafortune</a></td>
47 <td><a target="other" rel="nofollow" href="http://www.informatik.uni-oldenburg.de/leute/hoenicke.html">Jochen Hoenicke</a></td>
48 <td><a target="other" href="http://jode.sourceforge.net/">Jode</a></td>
57 <td><a target="other" rel="nofollow" href="http://www.nq4.de/">NQ4</a></td>
58 <td><a target="other" href="http://www.nq4.de/">Joga</a></td>
67 <td><a target="other" rel="nofollow" href="http://www.cs.cornell.edu/nystrom/">Nate Nystrom</a></td>
68 <td><a target="other" href="http://www.cs.purdue.edu/homes/hosking/bloat/">Bloat</a></td>
77 <td><a target="other" rel="nofollow" href="http://sourceforge.net/users/hchacha/">Hidetoshi Ohuchi</a></td>
78 <td><a target="other" href="http://jarg.sourceforge.net/">Jarg</a></td
    [all...]
  /external/dbus/dbus/
dbus-string-util.c 266 DBusString other; local
326 _dbus_string_init_const (&other, "H");
327 _dbus_assert (_dbus_string_equal_substring (&str, 0, 1, &other, 0));
328 _dbus_assert (_dbus_string_equal_substring (&str, 1, 0, &other, 1));
329 _dbus_string_init_const (&other, "Hello");
330 _dbus_assert (_dbus_string_equal_substring (&str, 0, 5, &other, 0));
331 _dbus_assert (_dbus_string_equal_substring (&str, 1, 4, &other, 1));
332 _dbus_assert (_dbus_string_equal_substring (&str, 2, 3, &other, 2));
333 _dbus_assert (_dbus_string_equal_substring (&str, 3, 2, &other, 3));
334 _dbus_assert (_dbus_string_equal_substring (&str, 4, 1, &other, 4))
    [all...]
  /external/stlport/test/unit/
stack_allocator.h 37 State(const State& other)
38 : m_beg(other.m_beg), m_end(other.m_end), m_cur(0),
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0),
40 m_sharedCur(other.m_sharedCur), m_sharedOk(other.m_sharedOk),
41 m_sharedNbAlloc(other.m_sharedNbAlloc) {}
74 StackAllocator(StackAllocator<_OtherTp> const& other)
75 : m_state(other.getState()) {}
84 typedef StackAllocator<_Other> other; typedef in struct:StackAllocator::rebind
    [all...]
  /cts/tools/dasm/src/java_cup/
symbol_set.java 24 * @param other the set we are cloning from.
26 public symbol_set(symbol_set other) throws internal_error
28 not_null(other);
29 _all = (Hashtable)other._all.clone();
70 * @param other the set we are testing against.
72 public boolean is_subset_of(symbol_set other) throws internal_error
74 not_null(other);
76 /* walk down our set and make sure every element is in the other */
78 if (!other.contains((symbol)e.nextElement()))
88 * @param other the set we are are testing against
    [all...]
  /dalvik/dx/
README.txt 2 reformulates them for consumption in the VM. It also does a few other
  /dalvik/dx/src/com/android/dx/util/
IntSet.java 47 * Merges {@code other} into this set, so this set becomes the
50 * @param other {@code non-null;} other set to merge with.
52 void merge(IntSet other);
  /dalvik/dx/tests/044-dex-math-ops/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/045-dex-switch-ops/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/046-dex-exceptions/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/047-dex-wide-args/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/048-dex-new-array/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/049-dex-instanceof/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/050-dex-checkcast/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/052-dex-static-var-access/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/053-dex-instance-var-access/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/054-dex-high16/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/055-dex-explicit-throw/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/056-dex-call-interface/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/057-dex-call-virtual/
info.txt 5 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/058-dex-call-direct/
info.txt 5 version, so it is possible for this test to spuriously fail if other

Completed in 50 milliseconds

1 2 34 5 6 7 8 91011>>