Home
last modified time | relevance | path

Searched refs:make_code (Results 1 – 25 of 73) sorted by relevance

123

/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/windows/src/main/java/net/java/games/input/
H A DRawKeyboardEvent.java49 private int make_code; field in RawKeyboardEvent
55 …public final void set(long millis, int make_code, int flags, int vkey, int message, long extra_inf… in set() argument
57 this.make_code = make_code; in set()
65 …set(event.millis, event.make_code, event.flags, event.vkey, event.message, event.extra_information… in set()
H A DRawInputEventQueue.java82 …private final void addKeyboardEvent(long handle, long millis, int make_code, int flags, int vkey, … in addKeyboardEvent() argument
86 device.addKeyboardEvent(millis, make_code, flags, vkey, message, extra_information); in addKeyboardEvent()
H A DRawDevice.java132 …public final synchronized void addKeyboardEvent(long millis, int make_code, int flags, int vkey, i… in addKeyboardEvent() argument
135 event.set(millis, make_code, flags, vkey, message, extra_information); in addKeyboardEvent()
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dblocks_test.py49 co = self.make_code([
63 co = self.make_code([
77 co = self.make_code([
101 co = self.make_code([
137 co = self.make_code([
177 co = self.make_code([
198 co = self.make_code([
220 co = self.make_code([
247 co = self.make_code([
280 co = self.make_code([
[all …]
H A Dvm_test.py73 code = self.make_code([
91 code = self.make_code([
/dports/devel/p5-Module-Build-Convert/Module-Build-Convert-0.49/lib/Module/Build/
H A DConvert.pm377 …($self->{parse}{makefile}, $self->{make_code}{begin}, $self->{make_code}{end}) = $self->_read_make…
587 …($self->{parse}{makefile}, $self->{make_code}{begin}, $self->{make_code}{end}) = $self->_read_make…
637 %{$self->{make_code}} = ();
1150 if (defined $self->{make_code}{begin} || defined $self->{make_code}{end}) {
1201 $self->{make_code}{begin} =~ s/^\n*(.*?;)//s;
1216 1 while $self->{make_code}{begin} =~ s/^\n//;
1217 chomp $self->{make_code}{begin} while $self->{make_code}{begin} =~ /\n$/s;
1278 if (@{$self->{make_code}{args}{begin}||[]}) {
1366 if ($self->{make_code}{args}{$arg}) {
1417 $self->{make_code}{$section} ||= '';
[all …]
/dports/devel/py-jeepney/jeepney-0.7.1/jeepney/
H A Dbindgen.py28 def make_code(self): member in Method
57 def make_code(self): member in Interface
62 chunks.append(indent(method.make_code(), ' ' * 4))
98 fh.write(Interface(interface_node, path, bus_name).make_code())
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dmaketree.c75 static void make_code(j, length, code) in make_code() function
124 make_code(nparm, lenparm, codeparm);
/dports/archivers/lha/lha-114i/src/
H A Dmaketree.c18 make_code(n, len, code) in make_code() function
168 make_code(nparm, lenparm, codeparm);
H A Dlha.h.orig292 * void make_code(short n, uchar len[], ushort code[]); short make_tree(short
295 extern void make_code( /* int n, uchar len[], ushort code[] */ );
/dports/archivers/lha-ac/lha-1.14i-ac20050924p1/src/
H A Dmaketree.c12 make_code(nchar, bitlen, code, leaf_num) in make_code() function
175 make_code(nchar, bitlen, code, leaf_num);
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/ml/
H A Drawinput.c80 int make_code = raw_input->data.keyboard.MakeCode; in process_keyboard_input() local
88 if (make_code == 0 && vkey != 0) { in process_keyboard_input()
94 vkey = make_code; in process_keyboard_input()
104 if (make_code == 54) { in process_keyboard_input()
H A Dwindows.c318 int make_code = raw_input->data.keyboard.MakeCode; local
320 if (make_code == 54) {
/dports/www/erlang-webmachine/webmachine-1.10.9/src/
H A Dwebmachine_request.erl409 make_code(Code), <<"\r\n">> |
474 make_code(100), <<"\r\n\r\n">>]);
713 make_code({Code, undefined}) when is_integer(Code) -> function
714 make_code({Code, httpd_util:reason_phrase(Code)});
715 make_code({Code, ReasonPhrase}) when is_integer(Code) -> function
717 make_code(Code) when is_integer(Code) -> function
718 make_code({Code, httpd_util:reason_phrase(Code)});
719 make_code(Io) when is_list(Io); is_binary(Io) -> function
/dports/math/igraph/igraph-0.9.5/vendor/glpk/mpl/
H A Dmpl1.c748 code = make_code(mpl, op, &arg, type, dim); in make_unary()
765 code = make_code(mpl, op, &arg, type, dim); in make_binary()
784 code = make_code(mpl, op, &arg, type, dim); in make_ternary()
800 code = make_code(mpl, O_NUMBER, &arg, A_NUMERIC, 0); in numeric_literal()
818 code = make_code(mpl, O_STRING, &arg, A_SYMBOLIC, 0); in string_literal()
1044 code = make_code(mpl, O_MEMSET, &arg, A_ELEMSET, in object_reference()
1398 code = make_code(mpl, op, &arg, A_SYMBOLIC, 0); in function_reference()
1400 code = make_code(mpl, op, &arg, A_NUMERIC, 0); in function_reference()
2005 code = make_code(mpl, op, &arg, A_LOGICAL, 0); in iterated_expression()
2070 code = make_code(mpl, O_MAKE, &arg, A_ELEMSET, 1); in set_expression()
[all …]
/dports/math/glpk/glpk-5.0/src/mpl/
H A Dmpl1.c748 code = make_code(mpl, op, &arg, type, dim); in make_unary()
765 code = make_code(mpl, op, &arg, type, dim); in make_binary()
784 code = make_code(mpl, op, &arg, type, dim); in make_ternary()
800 code = make_code(mpl, O_NUMBER, &arg, A_NUMERIC, 0); in numeric_literal()
818 code = make_code(mpl, O_STRING, &arg, A_SYMBOLIC, 0); in string_literal()
1044 code = make_code(mpl, O_MEMSET, &arg, A_ELEMSET, in object_reference()
1398 code = make_code(mpl, op, &arg, A_SYMBOLIC, 0); in function_reference()
1400 code = make_code(mpl, op, &arg, A_NUMERIC, 0); in function_reference()
2005 code = make_code(mpl, op, &arg, A_LOGICAL, 0); in iterated_expression()
2070 code = make_code(mpl, O_MAKE, &arg, A_ELEMSET, 1); in set_expression()
[all …]
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpmpl01.c750 code = make_code(mpl, op, &arg, type, dim);
767 code = make_code(mpl, op, &arg, type, dim);
786 code = make_code(mpl, op, &arg, type, dim);
802 code = make_code(mpl, O_NUMBER, &arg, A_NUMERIC, 0);
820 code = make_code(mpl, O_STRING, &arg, A_SYMBOLIC, 0);
1046 code = make_code(mpl, O_MEMSET, &arg, A_ELEMSET,
1397 code = make_code(mpl, op, &arg, A_SYMBOLIC, 0);
1399 code = make_code(mpl, op, &arg, A_NUMERIC, 0);
2004 code = make_code(mpl, op, &arg, A_LOGICAL, 0);
2069 code = make_code(mpl, O_MAKE, &arg, A_ELEMSET, 1);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/serio/
H A Dhyperv-keyboard.c70 __le16 make_code; member
158 scan_code = __le16_to_cpu(ks_msg->make_code); in hv_kbd_on_receive()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/serio/
H A Dhyperv-keyboard.c70 __le16 make_code; member
158 scan_code = __le16_to_cpu(ks_msg->make_code); in hv_kbd_on_receive()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/serio/
H A Dhyperv-keyboard.c70 __le16 make_code; member
158 scan_code = __le16_to_cpu(ks_msg->make_code); in hv_kbd_on_receive()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/made/
H A Dredreader.h100 void make_code(int n, byte len[], uint16 code[]);
H A Dredreader.cpp398 void LzhDecompressor::make_code(int n, byte len[], uint16 code[]) { in make_code() function in Made::LzhDecompressor
444 make_code(nparm, lenparm, codeparm); in make_tree()
/dports/games/scummvm/scummvm-2.5.1/engines/made/
H A Dredreader.h100 void make_code(int n, byte len[], uint16 code[]);
H A Dredreader.cpp398 void LzhDecompressor::make_code(int n, byte len[], uint16 code[]) { in make_code() function in Made::LzhDecompressor
444 make_code(nparm, lenparm, codeparm); in make_tree()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/lha/
H A Dlha.h300 extern void make_code( /* int n, uchar len[], ushort code[] */ );

123