HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 276 - 300 of 5233) sorted by null

<<11121314151617181920>>

  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DefaultInterfaceMethodWithStaticInitializer.java 74 /** Class to trigger the clinit. */
113 * Loading this class will trigger the execution of the static initializers of I2 and I1.
153 * Loading this class will trigger the execution of the static initializers of I1. I2's will not
  /external/libchrome/base/trace_event/
memory_dump_scheduler.h 36 // at most one periodic trigger per dump mode and peak triggers are limited to
86 CONFIGURED, // Polling trigger was added.
126 // Called for polling memory usage and trigger dumps if peak is detected.
  /frameworks/av/include/drm/
DrmInfo.h 40 * @param[in] drmBuffer Trigger data
115 * Returns the trigger data associated with this instance
117 * @return Trigger data
  /frameworks/base/services/backup/java/com/android/server/backup/
KeyValueBackupJob.java 43 // regardless. Privileged callers can always trigger an immediate pass via
118 // This was just a trigger; ongoing wakelock management is done by the
125 // Intentionally empty; the job starting was just a trigger
  /frameworks/base/services/core/java/com/android/server/job/controllers/
ContentObserverController.java 81 Slog.i(TAG, "Tracking content-trigger job " + taskStatus);
87 // any pending content URI trigger reports.
151 // any pending content URI trigger reports.
236 mInstance.trigger();
296 void trigger() { method in class:ContentObserverController.JobInstance
394 JobInfo.TriggerContentUri trigger = observersOfUser.keyAt(observerIdx); local
395 pw.print(trigger.getUri());
397 pw.print(Integer.toHexString(trigger.getFlags()));
414 pw.print("Trigger pending: update=");
493 JobInfo.TriggerContentUri trigger = observersOfUser.keyAt(observerIdx) local
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
RecoverySnapshotListenersStorage.java 97 "Failed to trigger PendingIntent for " + recoveryAgentUid,
99 // As it failed to trigger, trigger immediately if a new intent is registered later.
  /frameworks/base/services/core/java/com/android/server/timezone/
PackageTrackerIntentHelperImpl.java 63 // removed entirely so we do not need to trigger on ACTION_PACKAGE_REMOVED or
68 // strictly necessary to trigger on this but it won't hurt anything and may catch some cases
85 /** Sends an intent to trigger an update check. */
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerDbHelper.java 44 // Sound trigger-based sound models.
53 // Table Create Statement for the sound trigger table
79 * Updates the given sound trigger model, adds it, if it doesn't already exist.
  /hardware/interfaces/soundtrigger/2.0/
ISoundTriggerHwCallback.hal 54 * Duration in ms of audio captured before the start of the trigger.
57 /** The opaque data is the capture of the trigger sound */
60 * Audio format of either the trigger in event data or to use for
  /hardware/interfaces/wifi/1.0/
IWifi.hal 57 * Must trigger |IWifiEventCallback.onStart| on success.
74 * Must trigger |IWifiEventCallback.onStop| on success.
75 * Must trigger |IWifiEventCallback.onFailure| on failure.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
syncstr.h 104 CARD64 test_value; /* trigger event threshold value */
129 SyncTrigger trigger; member in struct:_SyncAlarm
145 SyncTrigger trigger; member in struct:__anon61977
  /tools/tradefederation/core/proto/
collector.proto 11 // Conditions that can trigger log collection.
12 enum Trigger {
92 repeated Trigger triggers = 3;
  /tools/test/connectivity/acts/tests/google/power/wifi/
PowerWiFiroamingTest.py 33 Change the attenuation level to trigger roaming between two APs
45 # Set attenuator to trigger roaming
46 self.dut.log.info('Trigger roaming now')
68 # Trigger fastroaming
69 self.dut.log.info('Trigger fastroaming now')
151 self.log.info('Set attenuation to trigger wedge condition')
  /bootable/recovery/otafault/include/otafault/
config.h 18 * Read configuration files in the OTA package to determine which files, if any, will trigger
21 * OTA packages can be modified to trigger errors by adding a top-level directory called
  /cts/tests/autofillservice/src/android/autofillservice/cts/
DialogLauncherActivityTest.java 65 // Trigger autofill.
107 // Trigger autofill.
  /cts/tests/camera/src/android/hardware/camera2/cts/
FlashlightTest.java 185 // this will trigger OFF for each id in mFlashCameraIdList
188 // this will trigger ON for id
192 // if id == idToOpen, this will trigger UNAVAILABLE and may trigger OFF.
193 // this may trigger UNAVAILABLE for any other id in mFlashCameraIdList
196 // if id == idToOpen, this will trigger OFF.
197 // this may trigger OFF for any other id in mFlashCameraIdList.
200 // this may trigger OFF for id if not received previously.
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
LeakTest.java 45 * (but not trigger the original bug). Old HC code can trigger this
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/
template-params.xml 29 \'swipe-to-refresh\' gesture to a ListView, enabling the ability to trigger a refresh
63 'swipe-to-refresh' gesture to a ListView, enabling the ability to trigger a refresh
  /external/autotest/server/site_tests/network_WiFi_RoamEndToEnd/
network_WiFi_RoamEndToEnd.py 18 trigger the client test. Second, where we configure the other AP, tear
19 down the first AP and trigger the client side test again.
  /external/clang/test/Analysis/
inline.c 67 // not trigger a warning.
85 // not trigger a warning if we are inlining and the body is available.
  /external/clang/test/Driver/
cuda-unused-arg-warning.cu 1 // Tests that we trigger unused-arg warnings on CUDA flags appropriately.
7 // --cuda-host-only and --cuda-compile-host-device should never trigger an
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
1-1.c 110 /* Try to reference the unmapped area, should trigger SIGSEGV */
114 printf("Test FAILED: Did not trigger SIGSEGV\n");
1-2.c 105 /* Should trigger SIGSEGV here */
108 printf("Test FAILED: Did not trigger SIGSEGV\n");
  /external/python/cpython2/Lib/sqlite3/
dump.py 59 # Now when the type is 'index', 'trigger', or 'view'
64 "type" IN ('index', 'trigger', 'view')
  /external/python/cpython3/Lib/sqlite3/
dump.py 59 # Now when the type is 'index', 'trigger', or 'view'
64 "type" IN ('index', 'trigger', 'view')

Completed in 8637 milliseconds

<<11121314151617181920>>