Searched refs:bucket (Results 76 - 91 of 91) sorted by relevance

1234

/frameworks/base/cmds/statsd/tests/e2e/
H A DDimensionInCondition_e2e_simple_cond_test.cpp80 TimeUnitToBucketSizeInMillis(config.duration_metric(0).bucket()) * 1000000LL;
366 TimeUnitToBucketSizeInMillis(config.duration_metric(0).bucket()) * 1000000LL;
588 TimeUnitToBucketSizeInMillis(config.duration_metric(0).bucket()) * 1000000LL;
H A DDimensionInCondition_e2e_combination_AND_cond_test.cpp95 config.duration_metric(0).bucket()) * 1000000LL;
434 TimeUnitToBucketSizeInMillis(config.duration_metric(0).bucket()) * 1000000LL;
684 TimeUnitToBucketSizeInMillis(config.duration_metric(0).bucket()) * 1000000LL;
H A DGaugeMetric_e2e_push_test.cpp96 TimeUnitToBucketSizeInMillis(config.gauge_metric(0).bucket()) * 1000000;
/frameworks/base/services/core/java/com/android/server/
H A DAppStateTracker.java130 * Per-user packages that are in the EXEMPT bucket.
329 * This is called when the EXEMPT bucket is updated.
698 int bucket, int reason) {
701 + (idle ? " idle" : " active") + " " + bucket);
704 if (bucket == UsageStatsManager.STANDBY_BUCKET_EXEMPTED) {
697 onAppIdleStateChanged(String packageName, int userId, boolean idle, int bucket, int reason) argument
H A DAlarmManagerService.java1538 * Return the minimum time that should elapse before an app in the specified bucket
1541 private long getMinDelayForBucketLocked(int bucket) { argument
1542 // UsageStats bucket values are treated as floors of their behavioral range.
1543 // In other words, a bucket value between WORKING and ACTIVE is treated as
1544 // WORKING, not as ACTIVE. The ACTIVE and NEVER bucket apply only at specific
1548 if (bucket == UsageStatsManager.STANDBY_BUCKET_NEVER) index = NEVER_INDEX;
1549 else if (bucket > UsageStatsManager.STANDBY_BUCKET_FREQUENT) index = RARE_INDEX;
1550 else if (bucket > UsageStatsManager.STANDBY_BUCKET_WORKING_SET) index = FREQUENT_INDEX;
1551 else if (bucket > UsageStatsManager.STANDBY_BUCKET_ACTIVE) index = WORKING_INDEX;
1558 * Adjusts the alarm delivery time based on the current app standby bucket
3933 onAppIdleStateChanged(final String packageName, final @UserIdInt int userId, boolean idle, int bucket, int reason) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1117 uint32_t* bucket = (word_array + 2); local
1118 uint32_t* chain = (bucket + nbucket);
1120 // initialize bucket
1121 memset(reinterpret_cast<void*>(bucket), 0, nbucket);
1130 chain[idx] = bucket[bucket_pos];
1131 bucket[bucket_pos] = idx;
1155 uint32_t* bucket = NULL; local
1171 nbucket = 1; // one empty bucket
1184 bucket = reinterpret_cast<uint32_t*>(bitmask +
1186 *bucket
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java254 case "set-standby-bucket":
256 case "get-standby-bucket":
2195 int bucket = Integer.parseInt(lower);
2196 return bucket;
2198 getErrPrintWriter().println("Error: Unknown bucket: " + name);
2218 int bucket = bucketNameToBucketValue(value);
2219 if (bucket < 0) return -1;
2229 bucketInfoList.add(new AppStandbyInfo(packageName, bucket));
2232 bucket = bucketNameToBucketValue(value);
2233 if (bucket <
[all...]
H A DActivityManagerService.java18616 long bucket = DUMP_MEM_BUCKETS[i]/1024;
18617 out.append(bucket);
[all...]
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DJobStatus.java144 * Which app standby bucket this job's app is in. Updated when the app is moved to a
145 * different bucket.
282 * @param standbyBucket The standby bucket that the source package is currently assigned to,
283 * cached here for speed of handling during runnability evaluations (and updated when bucket
392 * standby bucket is whatever the OS thinks it should be at this moment.
1200 // normalized bucket indices, not the AppStandby constants
1201 private String bucketName(int bucket) { argument
1202 switch (bucket) {
1209 return "Unknown: " + bucket;
1378 pw.print(prefix); pw.print("Standby bucket
[all...]
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java154 .setLargeIcon(getBitmap(context, R.drawable.bucket))
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1994 public int bucket; field in class:WifiNative.BucketSettings
H A DWifiVendorHal.java725 pa.bucketIdx = bs.bucket;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java2390 bucketSettings.bucket = 0;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3130 public SamplingTimer getKernelMemoryTimerLocked(long bucket) { argument
3131 SamplingTimer kmt = mKernelMemoryStats.get(bucket);
3134 mKernelMemoryStats.put(bucket, kmt);
14856 Long bucket = in.readLong();
14858 mKernelMemoryStats.put(bucket, kmt);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java4203 public void onAppIdleStateChanged(String packageName, int userId, boolean idle, int bucket, argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 513 milliseconds

1234