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

<<11121314151617181920>>

  /external/webrtc/webrtc/base/
asyncinvoker-inl.h 39 // Simple closure that doesn't trigger a callback for the calling thread.
52 // Base class for closures that may trigger a callback for the calling thread.
asyncinvoker.cc 35 // Execute the closure and trigger the return message if needed.
128 // calling_thread_ == NULL means do not trigger the callback.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_peak_detector_unittest.cc 52 // Third delay peak. Trigger peak-mode after this packet.
84 // The delay pattern has peaks with delay = 3, thus should not trigger.
  /frameworks/base/core/java/android/text/method/
KeyListener.java 31 * Key presses on soft input methods are not required to trigger the methods
33 * android keyboard will not trigger these for any key to any application
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileServiceManagerTest.java 74 // Verify same state doesn't trigger recalculating for no reason.
93 // Trigger binding requested and allowed.
  /frameworks/base/services/core/java/com/android/server/timezone/
TimeZoneUpdateIdler.java 30 * A JobService used to trigger time zone rules update work when a device falls idle.
73 // The TimeZoneUpdateIdler will send an intent that will trigger the Receiver.
  /frameworks/native/libs/gui/include/gui/
IConsumerListener.h 48 // trigger the callback if no previous frames are pending. Frames queued while in synchronous
49 // mode always trigger the callback. The item passed to the callback will contain all of the
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
UiWatchers.java 57 return false; // no trigger
72 return false; // no trigger
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 38 * Contains a sample resize trigger policy class.
46 /// A sample resize trigger policy.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
standard_policies.hpp 100 typedef hash_load_check_resize_trigger<false, size_type> trigger; typedef in struct:__gnu_pbds::detail::default_resize_policy
104 typedef hash_standard_resize_policy<size_policy_type, trigger,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 38 * Contains a sample resize trigger policy class.
46 /// A sample resize trigger policy.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
standard_policies.hpp 100 typedef hash_load_check_resize_trigger<false, size_type> trigger; typedef in struct:__gnu_pbds::detail::default_resize_policy
104 typedef hash_standard_resize_policy<size_policy_type, trigger,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unpack.py 104 Trigger code while not expecting an IndexError (unpack sequence too long, wrong
112 Trigger code while expecting an IndexError (unpack sequence too short, wrong
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unpack.py 104 Trigger code while not expecting an IndexError (unpack sequence too long, wrong
112 Trigger code while expecting an IndexError (unpack sequence too short, wrong
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unpack.py 104 Trigger code while not expecting an IndexError (unpack sequence too long, wrong
112 Trigger code while expecting an IndexError (unpack sequence too short, wrong
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unpack.py 104 Trigger code while not expecting an IndexError (unpack sequence too long, wrong
112 Trigger code while expecting an IndexError (unpack sequence too short, wrong
  /system/core/init/
action_manager.cpp 35 void ActionManager::QueueEventTrigger(const std::string& trigger) {
36 event_queue_.emplace(trigger);
  /art/runtime/arch/arm64/
fault_handler_arm64.cc 103 // where xxx is the offset of the suspend trigger.
139 // ldr x0,[x0,#0] instruction (r0 will be 0, set by the trigger).
144 // Now remove the suspend trigger that caused this fault.
146 VLOG(signals) << "removed suspend trigger invoking test suspend";
  /art/test/533-regression-debugphi/smali/
TestCase.smali 18 # This is a reduced test case that used to trigger an infinite loop
  /art/test/646-checker-long-const-to-int/src/
Main.java 41 // a constant location to trigger the bug, so load a bunch of other fields.
  /art/test/998-redefine-use-after-free/src/
Main.java 43 // Run the redefinition several times on a single class-loader to try to trigger the
  /art/tools/amm/AmmTest/src/com/android/amm/test/
ThreadedRendererUse.java 38 // We use a TextView here to trigger the use case, but we could use any
  /build/soong/docs/
clion.md 13 You can then trigger a full build:
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
Utils.java 56 * Trigger the intent to open the system dialog that asks the user to change the default
  /device/google/cuttlefish_common/common/commands/wifi_relay/
netlink.h 51 // This function will trigger calls to NlClient's OnResponse() which handles

Completed in 674 milliseconds

<<11121314151617181920>>