/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/vo/ |
D | AvgWeightByAge.java | 34 public AvgWeightByAge(int age, float weight) { in AvgWeightByAge() argument 35 mAge = age; in AvgWeightByAge() 43 public void setAge(int age) { in setAge() argument 44 mAge = age; in setAge()
|
D | User.java | 82 public void setAge(int age) { in setAge() argument 83 this.mAge = age; in setAge()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | ScanResultUtil.java | 132 String age; in dumpScanResults() local 134 age = "___?___"; in dumpScanResults() 136 age = " 0.000"; in dumpScanResults() 138 age = ">1000.0"; in dumpScanResults() 140 age = String.format("%3.3f", (nowMs - timeStampMs) / 1000.0); in dumpScanResults() 158 age, in dumpScanResults()
|
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/ |
D | UserDao.java | 99 public abstract int deleteAgeGreaterThan(int age); in deleteAgeGreaterThan() argument 133 public abstract List<User> findByAge(int age); in findByAge() argument 202 public abstract DataSource.Factory<Integer, User> loadPagedByAge(int age); 213 public abstract int deleteByAgeAndIds(int age, List<Integer> ids); 216 public abstract int updateByAgeAndIds(float weight, int age, List<Integer> ids);
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiLastResortWatchdog.java | 162 availableNetworkFailureCount.age = -1; in updateAvailableNetworks() 172 if (entry.getValue().age < MAX_BSSID_AGE - 1) { in updateAvailableNetworks() 173 entry.getValue().age++; in updateAvailableNetworks() 461 .append(", Age: ").append(entry.getValue().age); in toString() 558 public int age = 0; field in WifiLastResortWatchdog.AvailableNetworkFailureCount
|
D | WifiConfigManager.java | 2055 long age = result.seen - previousSeen; in updateScanDetailCacheFromWifiInfo() local 2056 if (previousSeen > 0 && age > 0 && age < maxAge / 2) { in updateScanDetailCacheFromWifiInfo() 2058 double alpha = 0.5 - (double) age / (double) maxAge; in updateScanDetailCacheFromWifiInfo()
|
/frameworks/support/room/compiler/src/test/data/daoWriter/output/ |
D | WriterDao.java | 62 stmt.bindLong(4, value.age); in WriterDao_Impl() 85 stmt.bindLong(4, value.age); in WriterDao_Impl()
|
D | ComplexDao.java | 88 _result.age = _cursor.getInt(_cursorIndexOfAge); in getById() 129 _result.age = _cursor.getInt(_cursorIndexOfAge); in findByName() 170 _item_1.age = _cursor.getInt(_cursorIndexOfAge); in loadAllByIds() 305 _result.age = _cursor.getInt(_cursorIndexOfAge); in getByIdLive() 366 _item_1.age = _cursor.getInt(_cursorIndexOfAge); in loadUsersByIdsLive()
|
D | UpdateDao.java | 49 stmt.bindLong(4, value.age); in UpdateDao_Impl()
|
/frameworks/support/room/compiler/src/test/data/common/input/ |
D | User.java | 26 public int age; field in User
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 621 nsecs_t age = newestMovement.eventTime - movement.eventTime; in getEstimator() local 622 if (age > HORIZON) { in getEstimator() 630 time[m] = -age * 0.000000001f; in getEstimator() 1142 nsecs_t age = newestMovement.eventTime - movement.eventTime; in getEstimator() local 1143 if (age > HORIZON) { in getEstimator()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLastResortWatchdogTest.java | 151 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[0]).age, 0); in testAvailableNetworkBuffering_ageCullingWorks() 152 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[1]).age, 0); in testAvailableNetworkBuffering_ageCullingWorks() 153 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[2]).age, in testAvailableNetworkBuffering_ageCullingWorks() 155 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[3]).age, in testAvailableNetworkBuffering_ageCullingWorks() 219 mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[j]).age, 0); in testAvailableNetworkBuffering_addNewNetworksOverTime() 252 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[0]).age, 0); in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral() 253 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[1]).age, 0); in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral() 254 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[2]).age, in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral() 256 assertEquals(mLastResortWatchdog.getRecentAvailableNetworks().get(mBssids[3]).age, in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | FileUtilsTest.java | 483 private void touch(String name, long age) throws Exception { in touch() argument 486 file.setLastModified(System.currentTimeMillis() - age); in touch()
|
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/migration/ |
D | JournalDbPostMigrationTest.java | 93 public int age; field in JournalDbPostMigrationTest.User
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 658 final long age = System.currentTimeMillis() - file.lastModified(); in deleteOlderFiles() local 659 if (age > minAgeMs) { in deleteOlderFiles()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 313 final long age = System.currentTimeMillis() - session.createdMillis; in readSessionsLocked() local 316 if (age >= MAX_AGE_MILLIS) { in readSessionsLocked()
|
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | case.txt | 270 of age and has a will of iron, it is hard to know how to prevent 980 voice was engaging and his manners perfect. In age I should have put 1365 the same age as the house, and there was his wife, who might have 3546 Grace's ma might overlook the age, but a big scandal would be a 3851 own child, a dear boy just under one year of age. On one occasion 4088 curves. An odour of age and decay pervaded the whole crumbling 4748 years of age. He had a cadaverous face, with the dull dead skin of a 4806 collection. I shall be the Hans Sloane of my age." 6491 age, but he became engaged to the daughter of Professor Morphy, his 6506 eligible from a worldly point of view, were at least more of an age. [all …]
|
D | lstb.txt | 1059 entail. I may add that Miss Burnet's age and character make it 2416 you say that the man was of middle size, dark, and bearded. What age 3290 age, unmarried, and a clerk at Woolwich Arsenal." 3835 commanded. He was a thin, gruff, bespectacled man of middle age, his 5317 woman, still in fresh middle age, and yet, by a strange change, the 5369 several weeks. She had been much liked by all who met her. Her age 6051 middle age. In an instant he had passed his arm round the figure and 6447 been a very beautiful girl, though now verging upon middle age. Her 7301 "Tut, my dear sir, we live in a utilitarian age. Honour is a 7910 "Good old Watson! You are the one fixed point in a changing age.
|
D | advs.txt | 1307 who are sound in body and mind and above the age of twenty-one years, 1336 It's hard to say his age. I should not wish a smarter assistant, Mr. 1343 employers in this age. I don't know that your assistant is not as 2789 years of age, clean-shaven, and sallow-skinned, with a bland, 2880 seek the company of people of her own age. But soon he found that 3071 only daughter of the same age, but neither of them had wives living. 5044 ever, very thin, very wrinkled, bent with age, an opium pipe dangling 5187 St. Clair is now thirty-seven years of age, is a man of temperate 7110 described, we were little likely to see anyone of our own age and 8282 assured. He was plainly but neatly dressed, and his age, I should [all …]
|
D | mems.txt | 183 pallor of his face and by the nervousness of his manner. His age, she 1963 an excellent general practice; but his age, and an affliction of the 3122 down twenty times over if he had been a man of my own age. I tell 3900 gone through on his coming of age--a thing of private interest, and 5175 of a man's age from his writing is one which has been brought to 5179 age, even when the invalid is a youth. In this case, looking at the 6167 the fire as we entered. His age may not have been more than three or 7760 named Percy Phelps, who was of much the same age as myself, though he 7864 rather stout man who received us with much hospitality. His age may 9432 mathematical faculty. At the age of twenty-one he wrote a treatise
|
D | retn.txt | 484 "I trust that age doth not wither nor custom stale my infinite 1032 clean-shaven face, with a weak, sensitive mouth. His age may have 1048 bachelor, fifty-two years of age, and lives in Deep Dene House, at 5453 Our visitor was an exceedingly alert man, thirty years of age, 5502 man, Captain Peter Carey. He was born in '45--fifty years of age. He 5862 not have been much above twenty years of age. I have never seen any 5928 only ten years of age at the time, but I was old enough to feel the 10846 Palladio. The central part was evidently of a great age and shrouded 11037 It was the body of a tall, well-made man, about forty years of age. 11796 middle age, and endowed with every beauty of body and of mind, was [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 55434 field public static final java.lang.String MAX_AGE_ATTR = "max-age";
|