Searched refs:getLong (Results 1 - 25 of 147) sorted by relevance

123456

/external/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DLongArrayWrapper.java35 public long getLong(int index){ method in class:LongArrayWrapper
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DUUIDConverter.java46 return new UUID(b.getLong(), b.getLong());
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
H A DLongSerializer.java48 return data.getLong();
H A DDateSerializer.java49 return new Date(data.getLong());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteStatement.java40 return resultSet.getLong(1);
55 return rs.getLong(1);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h225 * Selector indicating a 32-bit integer value. Use getLong to
303 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } function in class:Formattable
314 * getNumber().getLong(status) is returned. If this object is
321 int32_t getLong(UErrorCode& status) const;
588 * Deprecated variant of getLong(UErrorCode&).
591 * @deprecated ICU 3.0 use getLong(UErrorCode&) instead
593 inline int32_t getLong(UErrorCode* status) const;
664 inline int32_t Formattable::getLong(UErrorCode* status) const { function in class:Formattable
665 return getLong(*status);
/external/icu4c/i18n/unicode/
H A Dfmtable.h237 * Selector indicating a 32-bit integer value. Use getLong to
315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } function in class:Formattable
326 * getNumber().getLong(status) is returned. If this object is
333 int32_t getLong(UErrorCode& status) const;
601 * Deprecated variant of getLong(UErrorCode&).
604 * @deprecated ICU 3.0 use getLong(UErrorCode&) instead
606 inline int32_t getLong(UErrorCode* status) const;
688 inline int32_t Formattable::getLong(UErrorCode* status) const { function in class:Formattable
689 return getLong(*status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtfsmalls.cpp168 if (!ftp || !(ftp->getType() == Formattable::kLong) || !(ftp->getLong() == 0)) {
169 it_errln("*** Formattable constructor or getType or getLong");
178 fta.getLong(&status);
180 it_errln("*** FT getLong(UErrorCode* status) failed on real Long");
182 it_logln("FT getLong(UErrorCode* status) tested.");
220 fta.getLong(&status);
222 it_errln("*** FT getLong(UErrorCode* status) should fail on non-Long");
263 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3)
323 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)1)) {
333 if ((ft_dynarr[0].getType() == Formattable::kLong) && (ft_dynarr[0].getLong()
[all...]
H A Dnmfmtrt.cpp242 s = fmt->format(value.getLong(), s);
257 s2 = fmt->format(n.getLong(), s2);
292 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
306 aa = a.getLong();
311 bb = b.getLong();
H A Dtsnmfmt.cpp299 number[i].setDouble(number[i].getLong());
307 + ", longValue=" + number[i].getLong());
376 + ", longValue=" + number.getLong()
380 if (number.getLong() != aNumber) {
381 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed. Got:" + number.getLong()
/external/icu4c/test/intltest/
H A Dtfsmalls.cpp168 if (!ftp || !(ftp->getType() == Formattable::kLong) || !(ftp->getLong() == 0)) {
169 it_errln("*** Formattable constructor or getType or getLong");
178 fta.getLong(&status);
180 it_errln("*** FT getLong(UErrorCode* status) failed on real Long");
182 it_logln("FT getLong(UErrorCode* status) tested.");
220 fta.getLong(&status);
222 it_errln("*** FT getLong(UErrorCode* status) should fail on non-Long");
263 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3)
323 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)1)) {
333 if ((ft_dynarr[0].getType() == Formattable::kLong) && (ft_dynarr[0].getLong()
[all...]
H A Dnmfmtrt.cpp242 s = fmt->format(value.getLong(), s);
257 s2 = fmt->format(n.getLong(), s2);
292 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
306 aa = a.getLong();
311 bb = b.getLong();
H A Dtsnmfmt.cpp310 number[i].setDouble(number[i].getLong());
318 + ", longValue=" + number[i].getLong());
387 + ", longValue=" + number.getLong()
391 if (number.getLong() != aNumber) {
392 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed. Got:" + number.getLong()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProviderSuggestionsCursor.java80 long lastAccess = mCursor.getLong(
94 public long getLong(int c) { method in class:ChromeBrowserProviderSuggestionsCursor
98 long lastAccess = mCursor.getLong(
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSettingsTest.java77 assertThat(Settings.System.getLong(contentResolver, "property", 10L), equalTo(10L));
79 assertThat(Settings.System.getLong(contentResolver, "property"), equalTo(42L));
80 assertThat(Settings.System.getLong(contentResolver, "property", 10L), equalTo(42L));
92 Settings.System.getLong(contentResolver, "property");
H A DMatrixCursorTest.java40 assertThat(cursor.getLong(1), equalTo(10L));
46 assertThat(cursor.getLong(1), equalTo(20L));
88 assertThat(cursor.getLong(0), equalTo(42L));
95 assertThat(cursor.getLong(1), equalTo(3L));
140 assertThat(singleColumnSingleNullValueMatrixCursor.getLong(0), is(equalTo(0L)));
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/content/
H A DTestSharedPreferencesTest.java48 assertThat(anotherSharedPreferences.getLong("long", 666l), equalTo(3l));
76 assertThat(anotherSharedPreferences.getLong("long", 666l), equalTo(3l));
97 assertThat(anotherSharedPreferences.getLong("long", 666l), equalTo(3l));
119 assertThat(anotherSharedPreferences.getLong("long", 666l), equalTo(666l));
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorState.h61 long getLong(const String& propertyName);
62 long getLong(const String& propertyName, long defaultValue);
H A DInspectorState.cpp85 long InspectorState::getLong(const String& propertyName) function in class:WebCore::InspectorState
87 return getLong(propertyName, 0);
91 long InspectorState::getLong(const String& propertyName, long defaultValue) function in class:WebCore::InspectorState
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DAbstractTrackEncryptionBox.java43 return new UUID(b.getLong(), b.getLong()).toString();
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
H A DProviderSearchesUriTest.java67 assertEquals(searchTime, cursor.getLong(index));
100 assertEquals(searchTime[1], cursor.getLong(index));
133 assertEquals(searchTime[1], cursor.getLong(index));
166 cursor.getLong(Browser.SEARCHES_PROJECTION_DATE_INDEX));
185 cursor.getLong(Browser.SEARCHES_PROJECTION_DATE_INDEX));
H A DProviderBookmarksUriTest.java82 assertEquals(createdTime, cursor.getLong(index));
85 assertEquals(lastUpdateTime, cursor.getLong(index));
134 assertEquals(createdTime[0], cursor.getLong(index));
137 assertEquals(lastUpdateTime[0], cursor.getLong(index));
162 assertEquals(createdTime[1], cursor.getLong(index));
165 assertEquals(lastUpdateTime[1], cursor.getLong(index));
217 assertEquals(createdTime[0], cursor.getLong(index));
220 assertEquals(lastUpdateTime[1], cursor.getLong(index));
325 assertEquals(createDate, cursor.getLong(DATE_INDEX));
326 assertEquals(createDate, cursor.getLong(CREATED_INDE
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/database/
H A DSimpleTestCursorTest.java52 assertThat(cursor.getLong(cursor.getColumnIndex("longColumn")), equalTo(1234L));
61 assertThat(cursor.getLong(cursor.getColumnIndex("longColumn")), equalTo(5678L));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DSimpleTestCursor.java39 public long getLong(int columnIndex) { method in class:SimpleTestCursor
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObject.java116 if (f.getLong(this) != g.getLong(that))
206 if (f.getLong(this) != g.getLong(that))
317 long longField = f.getLong(this);

Completed in 803 milliseconds

123456