Home
last modified time | relevance | path

Searched full:trigger (Results 1 – 25 of 2589) sorted by relevance

12345678910>>...104

/third_party/libxml2/result/
Dent97 <p> WE need lot of garbage now to trigger the problem</p>
8 <p> WE need lot of garbage now to trigger the problem</p>
9 <p> WE need lot of garbage now to trigger the problem</p>
10 <p> WE need lot of garbage now to trigger the problem</p>
11 <p> WE need lot of garbage now to trigger the problem</p>
12 <p> WE need lot of garbage now to trigger the problem</p>
13 <p> WE need lot of garbage now to trigger the problem</p>
14 <p> WE need lot of garbage now to trigger the problem</p>
15 <p> WE need lot of garbage now to trigger the problem</p>
16 <p> WE need lot of garbage now to trigger the problem</p>
[all …]
Dent9.rdr11 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 problem
[all …]
Dent9.rde20 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
25 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
30 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
35 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
40 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
45 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
50 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
55 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
60 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
65 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
/third_party/libxml2/test/
Dent96 <p> WE need lot of garbage now to trigger the problem</p>
7 <p> WE need lot of garbage now to trigger the problem</p>
8 <p> WE need lot of garbage now to trigger the problem</p>
9 <p> WE need lot of garbage now to trigger the problem</p>
10 <p> WE need lot of garbage now to trigger the problem</p>
11 <p> WE need lot of garbage now to trigger the problem</p>
12 <p> WE need lot of garbage now to trigger the problem</p>
13 <p> WE need lot of garbage now to trigger the problem</p>
14 <p> WE need lot of garbage now to trigger the problem</p>
15 <p> WE need lot of garbage now to trigger the problem</p>
[all …]
/third_party/libxml2/result/noent/
Dent97 <p> WE need lot of garbage now to trigger the problem</p>
8 <p> WE need lot of garbage now to trigger the problem</p>
9 <p> WE need lot of garbage now to trigger the problem</p>
10 <p> WE need lot of garbage now to trigger the problem</p>
11 <p> WE need lot of garbage now to trigger the problem</p>
12 <p> WE need lot of garbage now to trigger the problem</p>
13 <p> WE need lot of garbage now to trigger the problem</p>
14 <p> WE need lot of garbage now to trigger the problem</p>
15 <p> WE need lot of garbage now to trigger the problem</p>
16 <p> WE need lot of garbage now to trigger the problem</p>
[all …]
/third_party/node/lib/internal/process/
Dreport.js71 set reportOnFatalError(trigger) { argument
72 if (typeof trigger !== 'boolean')
73 throw new ERR_INVALID_ARG_TYPE('trigger', 'boolean', trigger);
75 nr.setReportOnFatalError(trigger);
80 set reportOnSignal(trigger) { argument
81 if (typeof trigger !== 'boolean')
82 throw new ERR_INVALID_ARG_TYPE('trigger', 'boolean', trigger);
84 nr.setReportOnSignal(trigger);
91 set reportOnUncaughtException(trigger) { argument
92 if (typeof trigger !== 'boolean')
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_resource_exhausted_test.py51 # Block in a response handler and wait for a trigger
62 def trigger(self): member in _TestTrigger
68 def handle_unary_unary(trigger, request, servicer_context): argument
69 trigger.await_trigger()
73 def handle_unary_stream(trigger, request, servicer_context): argument
74 trigger.await_trigger()
79 def handle_stream_unary(trigger, request_iterator, servicer_context): argument
80 trigger.await_trigger()
87 def handle_stream_stream(trigger, request_iterator, servicer_context): argument
88 trigger.await_trigger()
[all …]
/third_party/iptables/extensions/
Dlibxt_LED.man1 This creates an LED-trigger that can then be attached to system indicator
5 the trigger behavior:
7 \fB\-\-led\-trigger\-id\fP \fIname\fP
8 This is the name given to the LED trigger. The actual name of the trigger
15 leave the LED on permanently once activated. (In this case the trigger will
26 Create an LED trigger for incoming SSH traffic:
27 iptables \-A INPUT \-p tcp \-\-dport 22 \-j LED \-\-led\-trigger\-id ssh
29 Then attach the new trigger to an LED:
30 echo netfilter\-ssh >/sys/class/leds/\fIledname\fP/trigger
Dlibxt_LED.c3 * trigger support.
26 {.name = "led-trigger-id", .id = O_LED_TRIGGER_ID,
41 "--led-trigger-id name suffix for led trigger name\n" in LED_help()
78 printf(" led-trigger-id:\""); in LED_print()
101 printf(" --led-trigger-id \""); in LED_save()
/third_party/boost/boost/property_map/parallel/
Dsimple_trigger.hpp7 // This file contains a simplification of the "trigger" method for
8 // process groups. The simple trigger handles the common case where
9 // the handler associated with a trigger is a member function bound to
24 * The actual function object that bridges from the normal trigger
53 * Simplified trigger interface that reduces the amount of code
54 * required to connect a process group trigger to a handler that is
65 pg.template trigger<T>(tag, in simple_trigger()
70 * Simplified trigger interface that reduces the amount of code
71 * required to connect a process group trigger with a reply to a
87 * Simplified trigger interface that reduces the amount of code
[all …]
Dprocess_group.hpp25 * Describes the context in which a trigger is being invoked to
29 /// No trigger is active at this time.
31 /// The trigger is being invoked during synchronization, at the end
34 /// The trigger is being invoked as an "early" receive of a message
39 /// The trigger is being invoked for an out-of-band message, which
42 /// The trigger is being invoked for an out-of-band message, which
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dindependent_widget_layout_test.dart59 class Trigger {
68 const TriggerableWidget({ this.trigger, this.counter });
69 final Trigger trigger;
79 widget.trigger.callback = fire;
85 widget.trigger.callback = fire;
136 final Trigger trigger1 = Trigger();
138 final Trigger trigger2 = Trigger();
145 await tester.pumpWidget(TriggerableWidget(trigger: trigger1, counter: counter1));
150 tree.pumpWidget(TriggerableWidget(trigger: trigger2, counter: counter2));
/third_party/boost/libs/graph_parallel/doc/
Dprocess_group.rst112 received message. Each trigger is registered with the ``trigger``
116 becomes available, the progress group will call the trigger with the
122 cases where the trigger's purpose is to immediately reply with a
123 value, the trigger should be registered with the
133 some cases, received "early" by a trigger. These messages are not
150 trigger, that returns the resulting value--a
190 void trigger(int tag, const Handler& handler);
259 void trigger(int tag, const Handler& handler);
261 Registers a trigger with the given process group. The trigger will
274 specified when the trigger was registered.
[all …]
Dsimple_trigger.rst17 structures. The trigger interface is relatively versatile, permitting
20 attaching a trigger that invokes a specific member function of the
45 The ``simple_trigger`` function registers a trigger that invokes the
48 the trigger has a reply, and can only be used via out-of-band sends
50 and the function is registered as a normal trigger.
/third_party/openGLES/extensions/I3D/
DWGL_I3D_genlock.txt137 The genlock trigger is used to synchronize the start of a frame
138 with a trigger pulse. If field data is being displayed (e.g.
142 The genlock trigger is derived from the genlock source. The
185 to generate the genlock trigger.
199 The genlock trigger is generated by sampling the genlock pulses.
206 <uRate> specifies every nth pulse be used for the genlock trigger.
208 genlock pulse would generate a genlock trigger. The minimum
214 The genlock trigger can be delayed up to an entire frame by
220 <uDelay> specifies the delay (in pixels) that the trigger is
257 the genlock trigger delay with wglGenlockSourceDelayI3D.
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_genlock.txt137 The genlock trigger is used to synchronize the start of a frame
138 with a trigger pulse. If field data is being displayed (e.g.
142 The genlock trigger is derived from the genlock source. The
185 to generate the genlock trigger.
199 The genlock trigger is generated by sampling the genlock pulses.
206 <uRate> specifies every nth pulse be used for the genlock trigger.
208 genlock pulse would generate a genlock trigger. The minimum
214 The genlock trigger can be delayed up to an entire frame by
220 <uDelay> specifies the delay (in pixels) that the trigger is
257 the genlock trigger delay with wglGenlockSourceDelayI3D.
/third_party/eudev/man/
Dudevadm.837 .HP \w'\fBudevadm\ trigger\ \fR\fB[options]\fR\ 'u
38 \fBudevadm trigger \fR\fB[options]\fR
169 .SS "udevadm trigger [\fIoptions\fR] [\fIdevpath\fR|\fIfile\fR...]"
180 Do not actually trigger the event\&.
185 Trigger a specific type of devices\&. Valid types are:
199 Trigger events for devices which belong to a matching subsystem\&. This option can be specified mul…
204 Do not trigger events for devices which belong to a matching subsystem\&. This option can be specif…
209 Trigger events for devices with a matching sysfs attribute\&. If a value is specified along with th…
214 Do not trigger events for devices with a matching sysfs attribute\&. If a value is specified along …
219 Trigger events for devices with a matching property value\&. This option can be specified multiple …
[all …]
/third_party/skia/infra/bots/gen_tasks_logic/
Djob_builder.go40 // trigger dictates when the job should be triggered.
41 func (b *jobBuilder) trigger(trigger string) { func
42 b.Spec.Trigger = trigger
223 b.trigger(specs.TRIGGER_NIGHTLY)
225 b.trigger(specs.TRIGGER_WEEKLY)
227 b.trigger(specs.TRIGGER_MAIN_ONLY)
229 b.trigger(specs.TRIGGER_ON_DEMAND)
231 b.trigger(specs.TRIGGER_ANY_BRANCH)
/third_party/eudev/src/udev/
Dudevadm-trigger.c76 printf("%s trigger OPTIONS\n\n" in help()
81 " -n --dry-run Do not actually trigger the events\n" in help()
82 " -t --type= Type of events to trigger\n" in help()
86 " -s --subsystem-match=SUBSYSTEM Trigger devices from a matching subsystem\n" in help()
88 " -a --attr-match=FILE[=VALUE] Trigger devices with a matching attribute\n" in help()
90 " -p --property-match=KEY=VALUE Trigger devices with a matching property\n" in help()
91 " -g --tag-match=KEY=VALUE Trigger devices with a matching property\n" in help()
92 " -y --sysname-match=NAME Trigger devices with this /sys path\n" in help()
93 " --name-match=NAME Trigger devices with this /dev name\n" in help()
94 " -b --parent-match=NAME Trigger devices with that parent device\n" in help()
[all …]
/third_party/grpc/tools/run_tests/python_utils/
Dfilter_pull_request_tests.py38 def add_trigger(self, trigger): argument
41 :param trigger: regex matching file relevant to tests
43 self.triggers.append(trigger)
66 # the changed files should not trigger any tests. Any changed file that does not
67 # match any of these regexes will trigger all tests
117 for trigger, test_suites in six.iteritems(_WHITELIST_DICT):
119 test_suite.add_trigger(trigger)
142 if any(re.match(trigger, file_name) for trigger in triggers):
/third_party/gstreamer/gstreamer/docs/random/slomo/
Dcontroller.txt16 - Optimize trigger interpolator's get_value_array() to set trigger if
17 a requested value's timestamp is before the trigger timestamp and
18 this timestamp + sample period is after the trigger timestamp.
38 - ! The user has to choose a good control-period to prevent two trigger
/third_party/boost/libs/hana/example/map/
Dmap.cpp32 void trigger(Event e) const { in trigger() function
35 "trying to trigger an unknown event"); in trigger()
69 events.trigger(BOOST_HANA_STRING("foo")); in main()
70 events.trigger(BOOST_HANA_STRING("bar")); in main()
71 events.trigger(BOOST_HANA_STRING("baz")); in main()
/third_party/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
Dftrace_set_ftrace_filter.sh70 trigger=$1
74 trigger=$1:$event_sys_name
86 trigger=$1
91 trigger=$trigger:$count
93 echo $function_str:$trigger
/third_party/flutter/skia/include/core/
DSkPixmap.h252 Input is not validated: out of bounds values of x or y trigger an assert() if
279 Input is not validated: out of bounds values of x or y trigger an assert() if
294 Will trigger an assert() if SkColorType is not kAlpha_8_SkColorType or
307 Will trigger an assert() if SkColorType is not kRGB_565_SkColorType or
320 Will trigger an assert() if SkColorType is not kRGBA_8888_SkColorType or
333 Will trigger an assert() if SkColorType is not kRGBA_F16_SkColorType and is built
346 Will trigger an assert() if SkColorType is not kRGBA_F16_SkColorType and is built
363 Input is not validated: out of bounds values of x or y trigger an assert() if
366 Will trigger an assert() if SkColorType is not kAlpha_8_SkColorType or
381 Input is not validated: out of bounds values of x or y trigger an assert() if
[all …]
/third_party/boost/libs/graph_parallel/doc/html/
Dprocess_group.html128 received message. Each trigger is registered with the <tt class="docutils literal"><span class="pre…
132 becomes available, the progress group will call the trigger with the
137 cases where the trigger's purpose is to immediately reply with a
138 value, the trigger should be registered with the
147 some cases, received &quot;early&quot; by a trigger. These messages are not
163 trigger, that returns the resulting value--a
203 void trigger(int tag, const Handler&amp; handler);
264 void trigger(int tag, const Handler&amp; handler);
266 <p>Registers a trigger with the given process group. The trigger will
277 specified when the trigger was registered.</dd>
[all …]

12345678910>>...104