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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
MenuItemHoverListener.java 9 * An interface notified when a menu item is hovered. Useful for cases when hover should trigger
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SelfRecovery.java 61 * Trigger recovery.
64 * 1. Checks reason code used to trigger recovery
72 public void trigger(int reason) { method in class:SelfRecovery
75 Log.e(TAG, "Invalid trigger reason. Ignoring...");
  /hardware/interfaces/tests/msgq/1.0/
ITestMsgQ.hal 92 * This method requests the service to trigger a blocking read.
100 * This method requests the service to trigger a blocking read using
109 * This method requests the service to repeatedly trigger blocking reads.
112 * @param numIter Number of blocking reads to trigger.
  /packages/providers/CallLogProvider/
AndroidManifest.xml 17 <!-- Sent when the call log changes. We use it to trigger a backup request. -->
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/plugin1/
plugin1.go 16 _ = make([]byte, 1<<21) // trigger stack unwind, Issue #18190.
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/plugin2/
plugin2.go 21 _ = strings.NewReplacer() // trigger stack unwind, Issue #18190.
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan4.go 7 // Check that calls to C.malloc/C.free do not trigger TSAN false
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16948.go 31 var t [10000]int // a large stack frame to trigger stack growing
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/plugin1/
plugin1.go 16 _ = make([]byte, 1<<21) // trigger stack unwind, Issue #18190.
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/plugin2/
plugin2.go 21 _ = strings.NewReplacer() // trigger stack unwind, Issue #18190.
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
tsan4.go 7 // Check that calls to C.malloc/C.free do not trigger TSAN false
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16948.go 31 var t [10000]int // a large stack frame to trigger stack growing
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
_run_all_tests.ps1 6 # To trigger Debug tests, specify the parameter with a hyphen
  /system/core/mkbootimg/
mkbootimg_dummy.cpp 20 // TODO: Hack to trigger abi checks, remove this.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
cortex-a8-fix-blx.s 40 @ Trigger Cortex-A8 erratum workaround with blx instructions.
  /build/make/tools/droiddoc/templates-pdk/assets/
jquery-history.js 33 $.event.trigger('history', [current, previousNav]);
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
  /cts/hostsidetests/security/securityPatch/CVE-2016-0844/
poc.c 45 int trigger(int sfd, char *ifname) { function
77 trigger(sockfd, ifname);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutoFinishSessionTest.java 78 // Trigger autofill
141 // Do not trigger new partition when switching to editText2
155 // Do not trigger new partition when switching to editText2
195 * tracked views are not visible on the screen anymore, this should not trigger a save.
208 // Trigger autofill
256 // Do not trigger new partition when switching to editText2
267 // Do not trigger new partition when switching to editText2
291 // Do not trigger new fill request when closing activity
  /external/autotest/test_suites/
control.suite_attr_wrapper 14 This is a wrapper suite to trigger tests that satisfy any attribute boolean
44 'trigger tests in suite_args %s, please use attr_filter '
  /external/doclava/res/assets/templates/assets/
jquery-history.js 33 $.event.trigger('history', [current, previousNav]);
47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
  /external/javassist/src/main/javassist/util/
HotSwapper.java 25 class Trigger {
81 private Trigger trigger; field in class:HotSwapper
84 private static final String TRIGGER_NAME = Trigger.class.getName();
108 trigger = new Trigger();
194 synchronized (trigger) {
198 trigger.doSwap();
  /external/linux-kselftest/tools/testing/selftests/powerpc/mm/
hugetlb_vs_thp_test.c 43 * Either a user or kernel access is sufficient to trigger the bug.
44 * A kernel access is easier to spot & debug, as it will trigger the
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-stack.c 7 * if we trigger a signal when in a transaction and the stack pointer
66 "ld 2, 0(1) ;" /* trigger segv" */
  /external/llvm/tools/llvm-c-test/
metadata.c 21 // This used to trigger an assertion
33 // This used to trigger an assertion
  /external/pdfium/fxjs/
global_timer.cpp 25 m_nTimerID = pHandler->SetTimer(dwElapse, Trigger);
41 void GlobalTimer::Trigger(int nTimerID) {

Completed in 567 milliseconds

1 2 3 4 5 6 7 8 91011>>