Searched refs:inject (Results 1 – 25 of 30) sorted by relevance
12
... javax/ javax/inject/ javax/inject/Inject.class Inject.java package javax.inject public ...
43 struct perf_inject *inject = container_of(tool, struct perf_inject, tool); in perf_event__repipe_synth() local50 int ret = write(inject->output, buf, size); in perf_event__repipe_synth()56 inject->bytes_written += ret; in perf_event__repipe_synth()254 struct perf_inject *inject = container_of(tool, struct perf_inject, tool); in perf_inject__sched_process_exit() local257 list_for_each_entry(ent, &inject->samples, node) { in perf_inject__sched_process_exit()274 struct perf_inject *inject = container_of(tool, struct perf_inject, tool); in perf_inject__sched_switch() local288 list_add(&ent->node, &inject->samples); in perf_inject__sched_switch()301 struct perf_inject *inject = container_of(tool, struct perf_inject, tool); in perf_inject__sched_stat() local304 list_for_each_entry(ent, &inject->samples, node) { in perf_inject__sched_stat()344 static int __cmd_inject(struct perf_inject *inject) in __cmd_inject() argument[all …]
12 perf-inject mainporcelain common
51 builtin-inject.c \
429 BUILTIN_OBJS += $(OUTPUT)builtin-inject.o
1 perf-inject(1)6 perf-inject - Filter to augment the events stream with additional information11 'perf inject <options>'15 perf-inject reads a perf-record event stream and repipes it to stdout. At any16 point the processing code can inject other events into the event stream - in20 Build-ids are just the first user of perf-inject - potentially anything that
79 inject( :+ )87 inject( 0.0 ) { |t, i| t + ( i - mean )**2 } / ( length - 1 )328 @profile.hidden_characters_matched = hidden_tokens.inject( 0 ) do |count, token|
48 additional_writers = additional_members.inject( '' ) do |src, attr|
958 ( k - 1 ).times.inject( @position ) do |cursor, |980 k.times.inject( @position ) do |cursor, |
59 @grammar_sets.inject( [] ) do | list, set |
267 name.split( /::/ ).inject( Object ) do |mod, name|
28 echo inject > ${PGDEV}
25 The key step here is #2. To "execute an IROp" we need to inject some71 (2) inject IR into the current IRSB to exacute a single IROp, and77 The file provides the function vex_inject_ir which will inject a piece of
27 # before PyInstaller builds the exe, so as to inject date/other infos into it.
1 …inject(f);if(g!="tr"){f=new Element("tr").inject(f)}}}return(f||new Element("div")).set("html",h).… property
3396 inject: function(el, where){5629 if (options.filter) response.elements.reverse().inject(append);
262 @operations.inject( {} ) do |map, operation|
6 ; These tests inject a store into the chain to test the inreg versions of pmovsx
218 XXX inject packet (what about replies)
330 anyone on the Internet may inject to your network any packets with
224 code for new languages or inject additional code into the output of other
327 14.7.5 [temp.inject]
2078 Q-116: How do I inject touch screen input into an2336 connects to does not support XTEST. In both cases it cannot inject7568 program that will inject or otherwise process mouse and keystroke7738 Another example provided in libvncserver CVS is a script to inject7763 be installed) and so is /dev/tty0. The latter is used to inject7765 will need to be root to inject keystrokes. /dev/tty0 refers to the8004 is used to inject keystrokes and mouse input. Often you will just have8062 Q-116: How do I inject touch screen input into an15919 e.g., inject ButtonRelease at the wrong position.16387 it will inject some user input: button clicks, Escape,[all …]
892 * -xtrap use XESimulateXEventRequest to inject user input.