HomeSort by relevance Sort by last modified time
    Searched defs:Long (Results 101 - 125 of 176) sorted by null

1 2 3 45 6 7 8

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 335 long seen = 0;
474 networkStatus.setConnectChoiceTimestamp(Long.parseLong(value));
515 caps, rssi, freq, (long) 0, seen);
  /libcore/ojluni/src/main/java/java/lang/
Long.java 34 * The {@code Long} class wraps a value of the primitive type {@code
35 * long} in an object. An object of type {@code Long} contains a
36 * single field whose type is {@code long}.
39 * a {@code long} to a {@code String} and a {@code String} to a {@code
40 * long}, as well as other constants and methods useful when dealing
41 * with a {@code long}.
44 * methods (such as {@link #highestOneBit(long) highestOneBit} and
45 * {@link #numberOfTrailingZeros(long) numberOfTrailingZeros}) are
55 public final class Long extends Number implements Comparable<Long>
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallLogManagerTest.java 331 long currentTime = System.currentTimeMillis();
332 long duration = 1000L;
349 Long.valueOf(currentTime));
351 Long.valueOf(duration / 1000));
602 assertEquals(Long.valueOf(1000), insertedValues.getAsLong(CallLog.Calls.DATA_USAGE));
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
WifiHelper.java 58 private static final long WIFIUTIL_CMD_TIMEOUT_MINUTES = 5;
61 private static final long DEFAULT_WIFI_STATE_TIMEOUT = 30*1000;
160 boolean waitForWifiState(long timeout, WifiState... expectedStates)
162 long startTime = System.currentTimeMillis();
178 long getPollTime() {
258 public boolean waitForIp(long timeout) throws DeviceNotAvailableException {
259 long startTime = System.currentTimeMillis();
334 public boolean waitForWifiEnabled(long timeout) throws DeviceNotAvailableException {
335 long startTime = System.currentTimeMillis();
355 public boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 97 * #define Long int on machines with 32-bit ints and 64-bit longs.
109 * #define NO_LONG_LONG on machines that do not have a "long long"
111 * #define Just_16 to store 16 bits per 32-bit Long when doing
114 * being converted. If long long is available and the name is
115 * something other than "long long", #define Llong to be the name,
127 * When used, the private pool is PRIVATE_MEM bytes long: 2304 bytes,
130 * such as decimal-to-binary conversion of a very long string of
    [all...]
  /external/flatbuffers/include/flatbuffers/
reflection_generated.h 35 Long = 9,
56 "Long",
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
OlsonTimeZone.java 122 static final long serialVersionUID = -6281977362477515376L;
164 long time = Grego.fieldsToDay(year, month, dom) * Grego.MILLIS_PER_DAY + millis;
183 long current = System.currentTimeMillis();
271 public void getOffset(long date, boolean local, int[] offsets) {
284 public void getOffsetFromLocal(long date,
313 long current = System.currentTimeMillis();
322 long start = Grego.fieldsToDay(fields[0], 0, 1) * SECONDS_PER_DAY;
323 long limit = Grego.fieldsToDay(fields[0] + 1, 0, 1) * SECONDS_PER_DAY;
344 long current = System.currentTimeMillis();
355 long currentSec = Grego.floorDivide(current, Grego.MILLIS_PER_SECOND)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
OlsonTimeZone.java 120 static final long serialVersionUID = -6281977362477515376L;
162 long time = Grego.fieldsToDay(year, month, dom) * Grego.MILLIS_PER_DAY + millis;
181 long current = System.currentTimeMillis();
269 public void getOffset(long date, boolean local, int[] offsets) {
282 public void getOffsetFromLocal(long date,
311 long current = System.currentTimeMillis();
320 long start = Grego.fieldsToDay(fields[0], 0, 1) * SECONDS_PER_DAY;
321 long limit = Grego.fieldsToDay(fields[0] + 1, 0, 1) * SECONDS_PER_DAY;
342 long current = System.currentTimeMillis();
353 long currentSec = Grego.floorDivide(current, Grego.MILLIS_PER_SECOND)
    [all...]
  /external/testng/src/main/java/org/testng/xml/
TestNGContentHandler.java 314 m_currentTest.setTimeOut(Long.parseLong(timeOut));
  /external/testng/src/test/java/test/
BaseTest.java 75 protected void setTestTimeOut(long n) {
79 protected void setSuiteTimeOut(long n) {
80 m_suite.setTimeOut(Long.toString(n));
91 private Map<Long, XmlTest> m_tests= new HashMap<>();
92 private Map<Long, Map> m_passedTests= new HashMap<>();
93 private Map<Long, Map> m_failedTests= new HashMap<>();
94 private Map<Long, Map> m_skippedTests= new HashMap<>();
95 private Map<Long, XmlTest> m_testConfigs= new HashMap<>();
96 private Map<Long, Map> m_passedConfigs= new HashMap<>();
97 private Map<Long, Map> m_failedConfigs= new HashMap<>();
    [all...]
  /external/valgrind/none/tests/arm64/
fp_and_simd.c 14 typedef unsigned long long int ULong;
15 typedef signed long long int Long;
176 Long s64 = (Long)u64;
195 Long s64 = (Long)u64;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 49 private static final long TEMPERATURE_INTERVAL = 30 * DateUtils.SECOND_IN_MILLIS;
50 private static final long TEMPERATURE_LOGGING_INTERVAL = DateUtils.HOUR_IN_MILLIS;
67 private long mScreenOffTime = -1;
72 private long mNextLogTime;
372 pw.println(Long.toString(mNextLogTime));
377 void update(int batteryLevel, int bucket, long screenOffTime);
  /frameworks/base/services/core/java/com/android/server/pm/
KeySetManagerService.java 51 public static final long KEYSET_NOT_FOUND = -1;
54 protected static final long PUBLIC_KEY_NOT_FOUND = -1;
60 protected final LongSparseArray<ArraySet<Long>> mKeySetMapping;
64 private long lastIssuedKeySetId = 0;
66 private long lastIssuedKeyId = 0;
70 private final long mId;
73 public PublicKeyHandle(long id, PublicKey key) {
82 private PublicKeyHandle(long id, int refCount, PublicKey key) {
88 public long getId() {
105 public long decrRefCountLPw()
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 73 long start = System.currentTimeMillis();
80 long end = System.currentTimeMillis();
100 long now = System.currentTimeMillis();
298 assertEquals(Long.toHexString(hprofData.getStartMillis()),
299 Long.toHexString(parsed.getStartMillis()));
300 assertEquals(Long.toHexString(hprofData.getFlags()),
301 Long.toHexString(parsed.getFlags()));
302 assertEquals(Long.toHexString(hprofData.getDepth()),
303 Long.toHexString(parsed.getDepth()));
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
MimeMessage.java 94 * @return a long, locally-generated message-ID value
106 sb.append(Long.toString(System.currentTimeMillis()));
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMessage.java 96 * @return a long, locally-generated message-ID value
108 sb.append(Long.toString(System.currentTimeMillis()));
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
MonkeyBase.java 82 public static final long UPTIME_BUFFER = 15 * 1000;
99 * {@link ITestDevice#executeShellCommand(String, IShellOutputReceiver, long, TimeUnit, int)}
107 public void runCommand(final ITestDevice device, final String command, long timeout)
169 private Long mRandomSeed = null;
187 @Option(name = "idle-time", description = "How long to sleep before running monkey, in secs")
198 @Option(name = "monkey-timeout", description = "How long to wait for the monkey to " +
260 long startTime = System.currentTimeMillis();
326 long start = System.currentTimeMillis();
327 long duration = 0;
586 cmdList.add(Long.toString(new Random().nextInt(1000)))
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKDuration.java 105 private static final long CYCLE_SECS = 146097L * 86400L;
117 // ofSeconds(long)
121 for (long i = -2; i <= 2; i++) {
129 // ofSeconds(long,long)
133 for (long i = -2; i <= 2; i++) {
161 Duration.ofSeconds(Long.MAX_VALUE, 1000000000);
165 // ofMillis(long)
185 public void factory_millis_long(long millis, long expectedSeconds, int expectedNanoOfSecond)
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java 135 Collections.sort(results, (result1, result2) -> Long.compare(
180 invocation.setStartTime(Long.valueOf(
212 long runtime = Long.parseLong(parser.getAttributeValue(NS, RUNTIME_ATTR));
294 long startTime, long endTime, String referenceUrl, String logUrl,
565 static String toReadableDateString(long time) {
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 478 mRows[i].add(Long.valueOf(i));
541 public long getLong(int columnIndex) {
  /development/apps/Development/src/com/android/development/
Connectivity.java 96 private static final long SCAN_CYCLES = 15;
104 private long mDCOnDuration = 120000;
105 private long mDCOffDuration = 120000;
111 private long mSCOnDuration = 120000;
112 private long mSCOffDuration = 12000;
121 private long mScanCycles = SCAN_CYCLES;
122 private long mScanCur = -1;
123 private long mStartTime = -1;
124 private long mStopTime;
125 private long mTotalScanTime = 0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 156 typedef PY_INT32_T Long;
440 y->wds*sizeof(Long) + 2*sizeof(int))
505 Long x, y;
1005 Long L;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 156 typedef PY_INT32_T Long;
423 y->wds*sizeof(Long) + 2*sizeof(int))
488 Long x, y;
988 Long L;
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 244 Long = 13,
  /frameworks/base/core/java/android/util/proto/
ProtoOutputStream.java 89 * Unsgigned size varints can be up to five bytes long, but we reserve eight
119 * Position of the field type in a (long) fieldId.
127 public static final long FIELD_TYPE_MASK = 0x0ffL << FIELD_TYPE_SHIFT;
129 public static final long FIELD_TYPE_UNKNOWN = 0;
131 public static final long FIELD_TYPE_DOUBLE = 1L << FIELD_TYPE_SHIFT;
132 public static final long FIELD_TYPE_FLOAT = 2L << FIELD_TYPE_SHIFT;
133 public static final long FIELD_TYPE_INT32 = 3L << FIELD_TYPE_SHIFT;
134 public static final long FIELD_TYPE_INT64 = 4L << FIELD_TYPE_SHIFT;
135 public static final long FIELD_TYPE_UINT32 = 5L << FIELD_TYPE_SHIFT;
136 public static final long FIELD_TYPE_UINT64 = 6L << FIELD_TYPE_SHIFT
    [all...]

Completed in 873 milliseconds

1 2 3 45 6 7 8