Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_interop_tests/
Dsource_storage_limit.json25 // Should be dropped due to storage limit regardless of the source type.
45 // Should be dropped due to storage limit regardless of the destination.
65 // Should be dropped due to storage limit regardless of the reporting origin.
105 // Should be dropped as there is no matching source.
128 // Should be dropped as there is no matching source.
148 // Should be dropped as there is no matching source.
Ddestination_limit.json8 // Should be dropped due to destination limit.
49 // Should be dropped due to destination limit, even if it has been attributed.
69 // Should be dropped due to destination limit regardless of source type.
92 // Should be dropped due to destination limit even if one of the
213 // Should be dropped as there is no matching source.
Drate_limit_max_source_registration_reporting_origin_endpoints.json44 // Should be dropped due to the unattributed reporting origin limit.
64 // Should be dropped due to the unattributed reporting origin limit is
105 // Should be dropped due to the unattributed reporting origin limit, but
Daggregatable_budget.json54 // Should be dropped due to insufficient aggregatable budget.
111 // Should be dropped due to insufficient aggregatable budget and verbose
Drate_limit_max_attributions.json314 // Should be dropped due to attribution limit that ignores source type.
/packages/modules/adb/
Dtypes.cpp51 auto dropped = 0u; in drop_front() local
52 while (dropped < len) { in drop_front()
54 if (dropped + next <= len) { in drop_front()
56 dropped += next; in drop_front()
58 const auto taken = len - dropped; in drop_front()
/packages/modules/StatsD/lib/libstatssocket/
Dstatsd_writer.c55 static atomic_int dropped = 0; variable
168 atomic_fetch_add_explicit(&dropped, 1, memory_order_relaxed); in statsdNoteDrop()
224 int32_t snapshot = atomic_exchange_explicit(&dropped, 0, memory_order_relaxed); in statsdWrite()
243 atomic_fetch_add_explicit(&dropped, snapshot, memory_order_relaxed); in statsdWrite()
/packages/modules/Virtualization/microdroid/
Dmicrodroid_event-log-tags4 1004 chatty (dropped|3)
6 1006 liblog (dropped|1)
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/util/
DTetheringUtilsTest.java136 private ByteBuffer checkIcmpSocketFilter(ByteBuffer passed, ByteBuffer dropped, in checkIcmpSocketFilter() argument
143 int len = writePacket(out, dropped); in checkIcmpSocketFilter()
150 writePacket(out, dropped); in checkIcmpSocketFilter()
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/
Ddebug_report_trigger_aggregate_insufficient_budget_app-app.json30 // Should be dropped due to insufficient aggregatable budget.
Ddebug_report_trigger_aggregate_insufficient_budget_web-web-different-registrant.json38 // Should be dropped due to insufficient aggregatable budget.
Ddebug_report_trigger_aggregate_insufficient_budget_app-web.json35 // Should be dropped due to insufficient aggregatable budget.
Ddebug_report_trigger_aggregate_insufficient_budget_web-web-same-registrant.json34 // Should be dropped due to insufficient aggregatable budget.
Ddebug_report_trigger_aggregate_insufficient_budget_web-app.json40 // Should be dropped due to insufficient aggregatable budget.
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java222 if (lp.dropped) { in layoutChild()
223 lp.dropped = false; in layoutChild()
DCellLayout.java2667 lp.dropped = true; in onDropChild()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewItemManager.java371 WorkspaceItemInfo dropped) {
379 if (!oldItems.contains(newItem) && !newItem.equals(dropped)) {
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DCellLayoutLayoutParams.java78 public boolean dropped; field in CellLayoutLayoutParams
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
Dincident_minimal.proto30 * it using this proto, which will result in the rest of the fields being dropped.
/packages/modules/StatsD/statsd/src/
Dstats_log.proto255 // For ValueMetric, a bucket is dropped during a dump report request iff
265 // Not an invalid bucket case, but the bucket is dropped.
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h380 } dropped; member
/packages/modules/NetworkStack/
DAndroid.bp49 // yet dropped there, meaning module_34 cannot be used yet.
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec2432 * entry gets dropped);
3804 * Boxes with scores lower than the threshold are dropped during the
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...

12