HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 26 - 50 of 3820) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libxml2/result/
ent9.rde 21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
61 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
66 2 3 #text 0 1 WE need lot of garbage now to trigger the proble
    [all...]
ent9.rdr 11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the proble
    [all...]
  /external/clang/test/Modules/Inputs/
cxx-irgen-left.h 15 // Trigger declaration, but not definition, of special members.
17 // Trigger definition of copy constructor.
23 // Trigger definition of A::~A() and lookup of operator delete.
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/trigger/
EventGenerationControllingObserver.java 17 package com.googlecode.android_scripting.trigger;
23 import com.googlecode.android_scripting.trigger.TriggerRepository.TriggerRepositoryObserver;
42 * Creates a new StartEventMonitoringObserver for the given trigger repository.
71 public synchronized void onPut(Trigger trigger) {
72 // If we're not already monitoring the events corresponding to this trigger, do so.
73 if (incrementAndGetRefCount(trigger.getEventName()) == 1) {
74 startMonitoring(trigger.getEventName());
79 public synchronized void onRemove(Trigger trigger) {
    [all...]
  /external/clang/test/Modules/Inputs/merge-template-members/
c.h 7 // Trigger instantiation of definition of A<int>.
  /external/clang/test/Modules/Inputs/stress1/
m01.h 6 // Trigger the use of special members for a class this is also defined in other
  /external/tlsdate/tests/run-routeup/
test.conf 1 # Don't let steady state trigger the next call.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_future1.py 3 # Import the name nested_scopes twice to trigger SF bug #407394 (regression).
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_future1.py 3 # Import the name nested_scopes twice to trigger SF bug #407394 (regression).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future1.py 3 # Import the name nested_scopes twice to trigger SF bug #407394 (regression).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future1.py 3 # Import the name nested_scopes twice to trigger SF bug #407394 (regression).
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
TriggerManager.java 44 import com.googlecode.android_scripting.trigger.ScriptTrigger;
45 import com.googlecode.android_scripting.trigger.Trigger;
46 import com.googlecode.android_scripting.trigger.TriggerRepository;
47 import com.googlecode.android_scripting.trigger.TriggerRepository.TriggerRepositoryObserver;
125 Trigger trigger = mAdapter.getItem(info.position); local
126 if (trigger == null) {
127 Log.v("No trigger selected.");
132 mTriggerRepository.remove(trigger);
176 ScriptTrigger trigger = mTriggers.get(position); local
    [all...]
TriggerService.java 38 import com.googlecode.android_scripting.trigger.EventGenerationControllingObserver;
39 import com.googlecode.android_scripting.trigger.Trigger;
40 import com.googlecode.android_scripting.trigger.TriggerRepository;
41 import com.googlecode.android_scripting.trigger.TriggerRepository.TriggerRepositoryObserver;
44 * The trigger service takes care of installing triggers serialized to the preference storage.
111 .setTicker("SL4A Trigger Service started.")
113 .setContentTitle("SL4A Trigger Service")
122 private final Trigger mTrigger;
124 public TriggerEventObserver(Trigger trigger)
    [all...]
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
sanitizer_set_death_callback_test.cc 26 sink = new char[100]; // trigger lsan report.
33 if (uninitialized) // trigger msan report.
37 global = sink[0]; // use-after-free: trigger asan/tsan report.
  /bootable/recovery/etc/
init.rc 60 trigger early-fs
61 trigger fs
62 trigger post-fs
63 trigger post-fs-data
68 trigger load_system_props_action
71 trigger firmware_mounts_complete
73 trigger early-boot
74 trigger boot
  /external/clang/test/Preprocessor/
extension-warning.c 12 // Note: this warning intentionally doesn't trigger on keywords like
15 // Current list of keywords this can trigger on:
mi_opt2.c 3 // This test should not trigger the include guard optimization since
  /external/javasqlite/src/main/java/SQLite/
Authorizer.java 13 * @param arg1 first argument (table, view, index, or trigger name)
16 * @param arg4 third argument (trigger name)
  /development/samples/browseable/SwipeRefreshLayoutBasic/
_index.jd 9 gesture to a View, enabling the ability to trigger a refresh from swiping down on the view.
  /development/samples/browseable/SwipeRefreshListFragment/
_index.jd 9 \'swipe-to-refresh\' gesture to a ListView, enabling the ability to trigger a refresh
  /device/google/marlin/sepolicy/
wcnss_filter.te 12 # write to proc/sysrq-trigger
  /external/autotest/client/virt/tests/
watchdog.py 22 Trigger a crash dump through sysrq-trigger
28 crash_cmd = "echo c > /proc/sysrq-trigger"
33 raise error.TestFail("Could not trigger crash")
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
create_many_objects.html 13 // Create a lot of objects can trigger a Blink GC.
  /external/skia/
whitespace.txt 12 trigger android build
  /external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
Trigger.java 17 package com.googlecode.android_scripting.trigger;
31 public interface Trigger extends Serializable {
43 * Returns the event name that this {@link Trigger} is interested in.
45 // TODO(damonkohler): This could be removed by maintaining a reverse mapping from Trigger to event

Completed in 1997 milliseconds

12 3 4 5 6 7 8 91011>>