HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 1 - 25 of 719) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/graphics/java/android/graphics/
SumPathEffect.java 23 * (e.g. first(path) + second(path))
25 public SumPathEffect(PathEffect first, PathEffect second) {
27 second.native_instance);
30 private static native int nativeCreate(int first, int second);
  /system/extras/tests/bionic/libc/bionic/
lib_relocs.c 6 struct foo { int first, second; }; member in struct:foo
9 int* FooPtr[] = { &Foo.first, &Foo.second };
  /packages/apps/Gallery3D/src/com/cooliris/media/
Pair.java 24 public final T second; field in class:Pair
26 public Pair(S first, T second) {
28 this.second = second;
31 public static <S, T> Pair<S, T> create(S first, T second) {
32 return new Pair<S, T>(first, second);
40 result = PRIME * result + ((second == null) ? 0 : second.hashCode());
62 if (second == null && other.second != null)
    [all...]
  /external/webkit/WebCore/css/
Pair.h 40 static PassRefPtr<Pair> create(PassRefPtr<CSSPrimitiveValue> first, PassRefPtr<CSSPrimitiveValue> second)
42 return adoptRef(new Pair(first, second));
47 CSSPrimitiveValue* second() const { return m_second.get(); } function in class:WebCore::Pair
50 void setSecond(PassRefPtr<CSSPrimitiveValue> second) { m_second = second; }
54 Pair(PassRefPtr<CSSPrimitiveValue> first, PassRefPtr<CSSPrimitiveValue> second)
55 : m_first(first), m_second(second) { }
CSSImageGeneratorValue.cpp 57 SizeCountPair& sizeCount = it->second;
58 ++sizeCount.second;
67 SizeCountPair& sizeCount = it->second;
75 if (!--sizeCount.second)
86 SizeCountPair& sizeCount = it->second;
  /frameworks/base/core/java/android/util/
Pair.java 26 public final S second; field in class:Pair
32 * @param second the second object in the pair
34 public Pair(F first, S second) {
36 this.second = second;
53 return first.equals(other.first) && second.equals(other.second);
63 result = 31 * result + second.hashCode();
70 * @param b the second object in the pai
    [all...]
  /external/webkit/WebCore/bridge/
IdentifierRep.cpp 70 if (result.second) {
71 ASSERT(!result.first->second);
72 result.first->second = new IdentifierRep(intID);
74 identifierSet().add(result.first->second);
77 return result.first->second;
96 if (result.second) {
97 ASSERT(!result.first->second);
98 result.first->second = new IdentifierRep(name);
100 identifierSet().add(result.first->second);
103 return result.first->second;
    [all...]
  /bionic/libstdc++/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /ndk/sources/cxx-stl/system/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 114 * @param second The second view
116 static public void assertBaselineAligned(View first, View second) {
121 second.getLocationOnScreen(xy);
122 int secondTop = xy[1] + second.getBaseline();
132 * @param second The second view
134 static public void assertRightAligned(View first, View second) {
139 second.getLocationOnScreen(xy);
140 int secondRight = xy[0] + second.getMeasuredWidth()
    [all...]
  /external/stlport/test/unit/
pair_test.cpp 31 CPPUNIT_ASSERT(p.second==10);
43 CPPUNIT_CHECK( PAIR_ARRAY[i].second == "0" );
44 PAIR_ARRAY[i].second = "1";
  /ndk/sources/android/stlport/test/unit/
pair_test.cpp 31 CPPUNIT_ASSERT(p.second==10);
43 CPPUNIT_CHECK( PAIR_ARRAY[i].second == "0" );
44 PAIR_ARRAY[i].second = "1";
  /external/protobuf/src/google/protobuf/stubs/
map-util.h 54 return it->second;
68 return &it->second;
84 return it->second;
96 if (!ret.second) {
98 ret.first->second = value;
113 return ret.second;
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/
DateTime.java 39 private final int second; field in class:DateTime
42 public DateTime(String yearString, int month, int day, int hour, int minute, int second, int timeZone) {
44 this.date = convertToDate(year, month, day, hour, minute, second, timeZone);
49 this.second = second;
69 public static Date convertToDate(int year, int month, int day, int hour, int minute, int second, int timeZone) {
71 c.set(year, month - 1, day, hour, minute, second);
107 return second;
  /external/webkit/WebCore/bindings/js/
JSSVGContextCache.h 47 if (result.second) {
49 ASSERT_UNUSED(it, it->second == context);
72 SVGElement* context = it->second;
87 SVGElement* context = it->second;
  /external/webkit/WebCore/dom/
CheckedRadioButtons.cpp 48 if (result.second)
51 HTMLInputElement* oldCheckedButton = result.first->second;
55 result.first->second = inputElement;
77 if (it == m_nameToCheckedRadioButtonMap->end() || it->second != element)
  /external/webkit/WebCore/svg/
ColorDistance.cpp 67 Color ColorDistance::addColorsAndClamp(const Color& first, const Color& second)
69 return Color(clampColorValue(first.red() + second.red()),
70 clampColorValue(first.green() + second.green()),
71 clampColorValue(first.blue() + second.blue()));
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 105 * For a value of 24, the minute and second field must be zero per
115 * <a name="datetimefield-second"/>
117 * <td>second</td>
124 * <i>(Note: 60 only allowable for leap second.)</i><br/>
201 * int second,
210 * int second,
318 * @param second value constraints are summarized in
319 * <a href="#datetimefield-second">second field of date/time field mapping table</a>.
327 public void setTime(int hour, int minute, int second) {
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
Opcode.cpp 81 long long leftValue = OpcodeStats::opcodePairCounts[leftPair.first][leftPair.second];
83 long long rightValue = OpcodeStats::opcodePairCounts[rightPair.first][rightPair.second];
132 long long count = opcodePairCounts[indexPair.first][indexPair.second];
137 printf("%s%s %s:%s %lld %.2f%%\n", opcodeNames[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], padOpcodeName((OpcodeID)indexPair.second, 28), count, ((double) count) / ((double) totalInstructionPairs) * 100.0);
153 long long pairCount = opcodePairCounts[indexPair.first][indexPair.second];
159 if (indexPair.first != index && indexPair.second != index)
162 printf(" %s%s %s:%s %lld - %.2f%%\n", opcodeNames[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], padOpcodeName((OpcodeID)indexPair.second, 28), pairCount, pairProportion * 100.0);

Completed in 586 milliseconds

1 2 3 4 5 6 7 8 91011>>