Home
last modified time | relevance | path

Searched defs:triggers (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/
Daggregate_report_service_test.json7 "triggers": [], array
27 "triggers": [], array
58 "triggers": [], array
78 "triggers": [], array
109 "triggers": [], array
129 "triggers": [], array
160 "triggers": [], array
192 "triggers": [], array
234 "triggers": [], array
278 "triggers": [], array
Devent_report_service_test.json7 "triggers": [], array
28 "triggers": [], array
60 "triggers": [], array
81 "triggers": [], array
113 "triggers": [], array
134 "triggers": [], array
166 "triggers": [], array
201 "triggers": [], array
246 "triggers": [], array
295 "triggers": [], array
Dattribution_service_test.json29 "triggers": [ array
76 "triggers": [ array
162 "triggers": [ array
219 "triggers": [ array
306 "triggers": [ array
382 "triggers": [ array
508 "triggers": [ array
555 "triggers": [ array
605 "triggers": [ array
652 "triggers": [ array
[all …]
Dmeasurement_delete_expired_test.json46 "triggers": [], array
73 "triggers": [], array
87 "triggers": [ array
136 "triggers": [ array
229 "triggers": [], array
258 "triggers": [], array
283 "triggers": [], array
365 "triggers": [], array
419 "triggers": [], array
470 "triggers": [], array
[all …]
Dmeasurement_app_uninstall_deletion_test.json76 "triggers": [ array
116 "triggers": [ array
182 "triggers": [ array
288 "triggers": [ array
370 "triggers": [ array
473 "triggers": [ array
554 "triggers": [ array
654 "triggers": [ array
717 "triggers": [ array
967 "triggers": [ array
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveConnectivityMonitorBaseTest.py432 triggers=[], argument
674 triggers=[], argument
711 triggers=[], argument
759 triggers=[], argument
778 triggers=None, argument
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
H A DTriggerRepository.java83 String triggers = mPreferences.getString(TRIGGERS_PREF_KEY, null); in TriggerRepository() local
144 private Multimap<String, Trigger> deserializeTriggersFromString(String triggers) { in deserializeTriggersFromString()
160 private String serializeTriggersToString(Multimap<String, Trigger> triggers) { in serializeTriggersToString()
/aosp_15_r20/packages/modules/Profiling/aidl/android/os/
DIProfilingService.aidl38 …oneway void addProfilingTriggers(in List<ProfilingTriggerValueParcel> triggers, String packageName… in addProfilingTriggers()
40 oneway void removeProfilingTriggers(in int[] triggers, String packageName); in removeProfilingTriggers()
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/overload/v3/
H A Doverload.proto143 repeated Trigger triggers = 2 [(validate.rules).repeated = {min_items: 1}]; field
165 repeated Trigger triggers = 2 [(validate.rules).repeated = {min_items: 1}]; field
/aosp_15_r20/external/perfetto/test/
H A Dcmdline_integrationtest.cc169 std::vector<std::string> triggers; in GetReceivedTriggerNames() local
639 std::string triggers = R"( in TEST_F() local
710 std::string triggers = R"( in TEST_F() local
776 std::string triggers = R"( in TEST_F() local
850 std::string triggers = R"( in TEST_F() local
/aosp_15_r20/packages/modules/Profiling/framework/java/android/os/
DProfilingManager.java426 public void addProfilingTriggers(@NonNull List<ProfilingTrigger> triggers) { in addProfilingTriggers()
471 public void removeProfilingTriggersByType(@NonNull @TriggerType int[] triggers) { in removeProfilingTriggersByType()
/aosp_15_r20/external/autotest/client/common_lib/hosts/
H A Drepair_unittest.py220 def __init__(self, tag, deps, triggers, host_class, success): argument
304 def _make_repair_action(self, success, tag, deps, triggers, argument
1174 def _check_common_trigger(self, strategy, repair_tags, triggers): argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/Profiling/framework/framework-profiling.impl/android_common_apex35/javac/
Dframework-profiling.jar ... android.os.RemoteException java.util.List triggers String packageName public void removeProfilingTriggers (int[], ...
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dftrace_procfs.cc277 std::vector<std::string> triggers; in ReadEventTriggers() local
308 std::vector<std::string> triggers = ReadEventTriggers(group, name); in RemoveAllEventTriggers() local
368 auto triggers = ReadEventTriggers("kmem", "rss_stat"); in SupportsRssStatThrottled() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Profiling/framework/framework-profiling.impl/android_common_apex35/combined/
Dframework-profiling.jar ... android.os.RemoteException java.util.List triggers String packageName public void removeProfilingTriggers (int[], ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Profiling/framework/framework-profiling.impl/android_common_apex35/jarjar/
Dframework-profiling.jarcom/android/internal/profiling/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Profiling/framework/framework-profiling.impl/android_common_apex35/package-check/
Dframework-profiling.jarcom/android/internal/profiling/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-profiling.com.android.profiling_intermediates/
Dclasses.jarcom/android/internal/profiling/com/android/modules/utils/build/UnboundedSdkLevel ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tiles/base/interactor/
DQSTileDataInteractor.java26kotlinx.coroutines.flow.Flow<? extends com.android.systemui.qs.tiles.base.interactor.DataUpdateTri… in tileData()
/aosp_15_r20/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
H A DBaseAdvancedExtenderImpl.java371 Map<CaptureRequest.Key<?>, Object> triggers) { in addTriggerRequestKeys()
384 public int startTrigger(Map<CaptureRequest.Key<?>, Object> triggers, in startTrigger()
/aosp_15_r20/external/pigweed/pw_sensor/py/pw_sensor/
H A Dresolved_schema.json63 "triggers": { object
224 "triggers": { object
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/
DFontScalingTileDataInteractor.java25kotlinx.coroutines.flow.Flow<? extends com.android.systemui.qs.tiles.base.interactor.DataUpdateTri… in tileData()
/aosp_15_r20/packages/modules/Profiling/service/proto/android/os/
Dtrigger.proto16 repeated ProfilingTrigger triggers = 1; field
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tiles/impl/work/domain/interactor/
DWorkModeTileDataInteractor.java29kotlinx.coroutines.flow.Flow<? extends com.android.systemui.qs.tiles.base.interactor.DataUpdateTri… in tileData()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tiles/impl/screenrecord/domain/interactor/
DScreenRecordTileDataInteractor.java29kotlinx.coroutines.flow.Flow<? extends com.android.systemui.qs.tiles.base.interactor.DataUpdateTri… in tileData()

12345678910>>...17