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

1 2 3 4 5

  /external/chromium_org/tools/idl_parser/test_parser/
dictionary_web.idl 58 * Key(setLong)
68 unsigned long long setLong = 123;
  /external/chromium_org/third_party/icu/source/samples/msgfmt/answers/
main_2.cpp 33 msgArgs[0].setLong(argc-1);
main_3.cpp 33 msgArgs[0].setLong(argc-1);
  /external/chromium_org/third_party/icu/source/samples/msgfmt/
main.cpp 33 msgArgs[0].setLong(argc-1);
  /external/icu/icu4c/source/samples/msgfmt/answers/
main_2.cpp 33 msgArgs[0].setLong(argc-1);
main_3.cpp 33 msgArgs[0].setLong(argc-1);
  /external/icu/icu4c/source/samples/msgfmt/
main.cpp 33 msgArgs[0].setLong(argc-1);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ArrayTest.java 213 try { Array.setLong(booleans, 0, longs[0]); fail(); } catch (IllegalArgumentException expected) {}
214 try { Array.setLong(bytes, 0, longs[0]); fail(); } catch (IllegalArgumentException expected) {}
215 try { Array.setLong(chars, 0, longs[0]); fail(); } catch (IllegalArgumentException expected) {}
216 Array.setLong(doubles, 0, longs[0]);
217 Array.setLong(floats, 0, longs[0]);
218 try { Array.setLong(ints, 0, longs[0]); fail(); } catch (IllegalArgumentException expected) {}
219 Array.setLong(longs, 0, longs[0]);
220 try { Array.setLong(shorts, 0, longs[0]); fail(); } catch (IllegalArgumentException expected) {}
221 try { Array.setLong(null, 0, longs[0]); fail(); } catch (NullPointerException expected) {}
  /frameworks/base/core/java/com/android/internal/widget/
ILockSettings.aidl 22 void setLong(in String key, in long value, in int userId);
LockPatternUtils.java 503 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED, userHandle);
504 setLong(PASSWORD_TYPE_ALTERNATE_KEY, DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED,
516 setLong(DISABLE_LOCKSCREEN_KEY, disable ? 1 : 0);
604 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_SOMETHING, userId);
608 setLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK, userId);
609 setLong(PASSWORD_TYPE_ALTERNATE_KEY,
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
TimeoutResetActivity.java 61 getUserActivityTimeoutField(params).setLong(params, timeout);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorState.h 70 void setLong(const String& propertyName, long value) { setValue(propertyName, JSONBasicValue::create((double)value)); }
InspectorProfilerAgent.cpp 181 m_state->setLong(ProfilerAgentState::samplingInterval, interval);
253 m_state->setLong(ProfilerAgentState::nextProfileId, nextId + 1);
  /external/chromium_org/third_party/icu/source/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 !
  /external/icu/icu4c/source/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 !
  /libcore/libart/src/main/java/java/lang/reflect/
Field.java     [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteProgram.java 63 actualDBstatement.setLong(index,value);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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);
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 430 setLong(activeTime, index, 0L);
431 setLong(rxBytes, index, 0L);
432 setLong(rxPackets, index, 0L);
433 setLong(txBytes, index, 0L);
434 setLong(txPackets, index, 0L);
435 setLong(operations, index, 0L);
654 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) {
  /frameworks/base/services/core/java/com/android/server/
LockSettingsService.java 169 setLong(OWNER_INFO_ENABLED, enabled ? 1 : 0, userId);
173 setLong(OWNER_INFO_ENABLED, 1, userId);
215 public void setLong(String key, long value, int userId) throws RemoteException {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 511 void setLong(int32_t l);
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 511 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...]
  /libcore/luni/src/main/java/java/lang/reflect/
Array.java 419 setLong(array, index, ((Long) value).longValue());
572 public static void setLong(Object array, int index, long value) throws IllegalArgumentException, ArrayIndexOutOfBoundsException {

Completed in 571 milliseconds

1 2 3 4 5