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

1 2 3

  /external/icu4c/samples/msgfmt/answers/
main_2.cpp 33 msgArgs[0].setLong(argc-1);
main_3.cpp 33 msgArgs[0].setLong(argc-1);
  /external/icu4c/samples/msgfmt/
main.cpp 33 msgArgs[0].setLong(argc-1);
  /external/webkit/Source/WebCore/inspector/
InspectorState.h 63 void setLong(const String& propertyName, long value) { setValue(propertyName, InspectorBasicValue::create((double)value)); }
  /external/icu4c/test/intltest/
tfsmalls.cpp 174 fta.setLong(1); ftb.setLong(2);
176 it_logln("FT setLong, operator== and operator!= tested.");
185 it_errln("*** Formattable setLong or operator== or !=");
348 ft_arr.setLong(0); // calls 'dispose' and deletes adopted array !
359 fta.setLong(0); // calls 'dispose' and deletes adopted string !
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 405 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_SOMETHING);
406 setLong(PASSWORD_TYPE_ALTERNATE_KEY, DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED);
416 setLong(DISABLE_LOCKSCREEN_KEY, disable ? 1 : 0);
484 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_SOMETHING);
486 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK);
487 setLong(PASSWORD_TYPE_ALTERNATE_KEY,
602 setLong(PASSWORD_TYPE_KEY, Math.max(quality, computedQuality));
604 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK);
605 setLong(PASSWORD_TYPE_ALTERNATE_KEY, Math.max(quality, computedQuality));
770 setLong(LOCK_PASSWORD_SALT_KEY, salt)
    [all...]
  /libcore/luni/src/main/java/java/lang/reflect/
Array.java 536 setLong(array, index, ((Long) value).longValue());
716 setLong(array, index, value);
739 public static void setLong(Object array, int index, long value)
Field.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ArrayTest.java 607 * @tests java.lang.reflect.Array#setLong(java.lang.Object, int, long)
611 // java.lang.reflect.Array.setLong(java.lang.Object, int, long)
614 Array.setLong(x, 0, (long) 1);
618 Array.setLong(new Object(), 0, (long) 9);
628 Array.setLong(x, 4, (long) 9);
FieldTest.java 202 f.setLong(o, ((Long) value).longValue());
255 * @tests java.lang.reflect.Field#setLong(java.lang.Object, long)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ArrayTest.java 897 * java.lang.reflect.Array#setLong(java.lang.Object, int, long)
901 // java.lang.reflect.Array.setLong(java.lang.Object, int, long)
905 Array.setLong(x, 0, 1);
911 Array.setLong(new Object(), 0, 9);
921 Array.setLong(x, 4, 9);
932 Array.setLong(null, 0, 0);
FieldTest.java 311 f.setLong(o, ((Long) value).longValue());
367 * java.lang.reflect.Field#setLong(java.lang.Object, long)
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 385 setLong(activeTime, index, 0L);
386 setLong(rxBytes, index, 0L);
387 setLong(rxPackets, index, 0L);
388 setLong(txBytes, index, 0L);
389 setLong(txPackets, index, 0L);
390 setLong(operations, index, 0L);
574 private static void setLong(long[] array, int i, long value) {
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 92 simple.setLong(i, i);
260 public void setLong(int pos, long value);
369 public void setLong(int pos, long value) {
  /external/icu4c/i18n/unicode/
fmtable.h 497 void setLong(int32_t l);
  /libcore/luni/src/main/java/java/sql/
PreparedStatement.java 402 public void setLong(int parameterIndex, long theLong) throws SQLException;
    [all...]
CallableStatement.java     [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSet.java     [all...]
  /dalvik/tests/046-reflect/src/
Main.java 178 field.setLong(instance, 0x9988776655443322L);
210 field.setLong(instance, 123);
  /frameworks/base/core/java/android/app/
Notification.java 569 contentView.setLong(R.id.time, "setTime", when);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 678 method = "setLong",
686 mRemoteViews.setLong(R.id.remoteView_chronometer, "setBase", base1);
690 mRemoteViews.setLong(R.id.remoteView_chronometer, "setBase", base2);
694 mRemoteViews.setLong(R.id.remoteView_absolute, "setBase", base1);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 172 public void setLong(int parameterIndex, long theLong) throws SQLException {
1129 public void setLong(String parameterName, long theLong) throws SQLException {
  /external/icu4c/i18n/
fmtable.cpp.noOrig 520 Formattable::setLong(int32_t l)
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 164 public void setLong(int parameterIndex, long x) throws SQLException {
542 public void setLong(String parameterName, long val)
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 548 ps.setLong(1, Long.MAX_VALUE);
562 ps.setLong(1, Long.MIN_VALUE);
577 ps.setLong(1, Long.MIN_VALUE);
    [all...]

Completed in 1025 milliseconds

1 2 3