Searched defs:input (Results 1 - 25 of 107) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DBufFileInput.h28 // f - input stream
45 FILE *input; // input stream; member in class:BufFileInput
H A DDLG_stream_input.h43 : input(p_input_stream)
49 : input(a_recopier.input)
63 input = a_affecter.input;
73 input->get(extracted_stuff);
75 if (*input)
87 ::std::basic_istream<E,T> * input; member in class:DLG_stream_input
H A DATokenBuffer.h57 ANTLRTokenStream *input; // where do I get tokens member in class:ANTLRTokenBuffer
76 // This function is filled in by the subclass; it initiates fetch of input
77 virtual _ANTLRTokenPtr getANTLRToken() { return input->getToken(); }
106 return input;} // MR12
/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dreadererr.py21 input = libxml2.inputBuffer(f) variable
22 reader = input.newTextReader("test1")
42 del input
H A Dreadernext.py14 input = libxml2.inputBuffer(f) variable
15 reader = input.newTextReader("test_next")
72 del input
H A Dreader.py14 input = libxml2.inputBuffer(f) variable
15 reader = input.newTextReader("test1")
74 input = libxml2.inputBuffer(f) variable
75 reader = input.newTextReader("test2")
96 input = libxml2.inputBuffer(f) variable
97 reader = input.newTextReader("test3")
115 input = libxml2.inputBuffer(f) variable
116 reader = input.newTextReader("test4")
244 input = libxml2.inputBuffer(f) variable
245 reader = input
261 input = libxml2.inputBuffer(f) variable
281 input = libxml2.inputBuffer(f) variable
[all...]
H A Dreader3.py22 input = libxml2.inputBuffer(f) variable
23 reader = input.newTextReader("test_noent")
59 input = libxml2.inputBuffer(f) variable
60 reader = input.newTextReader("test_noent")
130 input = libxml2.inputBuffer(StringIO.StringIO(s)) variable
131 reader = input.newTextReader("test3")
146 del input
H A Dreader5.py19 input = libxml2.inputBuffer(f) variable
20 reader = input.newTextReader("REC")
39 del input
H A Dreader2.py82 input = libxml2.inputBuffer(StringIO.StringIO(s)) variable
83 reader = input.newTextReader("test2")
132 input = libxml2.inputBuffer(StringIO.StringIO(s)) variable
133 reader = input.newTextReader("test3")
186 input = libxml2.inputBuffer(StringIO.StringIO(s)) variable
187 reader = input.newTextReader("test4")
231 input = libxml2.inputBuffer(StringIO.StringIO(s)) variable
232 reader = input.newTextReader("test5")
247 del input
H A Dreader6.py45 input = libxml2.inputBuffer(f) variable
46 reader = input.newTextReader("correct")
88 input = libxml2.inputBuffer(f) variable
89 reader = input.newTextReader("error")
112 del input
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetifapi.c53 msg->msg.add.input)) {
104 netif_input_fn input)
114 msg.msg.msg.add.input = input;
98 netifapi_netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) argument
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dhash_df.c49 * @v input Input data
50 * @v input_len Length of input data, in bytes
67 void hash_df ( struct digest_algorithm *hash, const void *input, argument
80 DBGC ( &hash_df, "HASH_DF input:\n" );
81 DBGC_HDA ( &hash_df, 0, input, input_len );
84 assert ( input != NULL );
114 digest_update ( hash, context, input, input_len );
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_isenabled.py16 input = open( sys.argv[2]+"/state_isenabled.txt", 'r' ) variable
17 for line in input.readlines():
25 input = open( sys.argv[2]+"/state_extensions_isenabled.txt", 'r' ) variable
26 for line in input.readlines():
H A Ddump_gen.py14 input = open( sys.argv[2]+"/state_isenabled.txt", 'r' ) variable
15 for line in input.readlines():
23 input = open( sys.argv[2]+"/state_extensions_isenabled.txt", 'r' ) variable
24 for line in input.readlines():
H A Dstate_get.py15 input = open( sys.argv[2]+"/state_get.txt", 'r' ) variable
16 for line in input.readlines():
26 input = open( sys.argv[2]+"/state_extensions_get.txt", 'r' ) variable
27 for line in input.readlines():
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dhash_df_test.c42 /** Define inline input data */
53 const void *input; member in struct:hash_df_test
54 /** Length of input data */
76 .input = name ## _input, \
838 hash_df ( (test)->hash, (test)->input, (test)->input_len, \
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DdebugXML.h99 * This is a generic signature for the XML shell input function.
120 xmlShellReadlineFunc input; member in struct:_xmlShellCtxt
207 xmlShellReadlineFunc input,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcfileio.h119 ** Such objects can be used for scanned input and console output.
122 input = PR_StandardInput, enumerator in enum:__anon17205
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dbase64.c113 The encoding process represents 24-bit groups of input bits as output
115 24-bit input group is formed by concatenating 3 8-bit input groups.
146 always completed at the end of a quantity. When fewer than 24 input
147 bits are available in an input group, zero bits are added (on the
151 Since all base64 input is an integral number of octets, only the
155 (1) the final quantum of encoding input is an integral
159 (2) the final quantum of encoding input is exactly 8 bits;
162 (3) the final quantum of encoding input is exactly 16 bits;
170 u_char input[ local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DtestAutomata.c31 FILE *input; local
44 input = fopen(filename, "r");
45 if (input == NULL) {
55 fclose(input);
63 fclose(input);
68 while (fgets(expr, 4500, input) != NULL) {
208 fclose(input);
H A DtestXPath.c117 FILE *input; local
121 input = fopen(filename, "r");
122 if (input == NULL) {
127 while (fgets(expression, 4500, input) != NULL) {
140 fclose(input);
166 else if ((!strcmp(argv[i], "-i")) || (!strcmp(argv[i], "--input")))
186 if ((!strcmp(argv[i], "-i")) || (!strcmp(argv[i], "--input"))) {
209 printf("\t--input filename : or\n");
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dosdep.h146 ConnectionInputPtr input; member in struct:_osComm
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dosdep.h146 ConnectionInputPtr input; member in struct:_osComm
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dosdep.h146 ConnectionInputPtr input; member in struct:_osComm
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dosdep.h146 ConnectionInputPtr input; member in struct:_osComm

Completed in 66 milliseconds

12345