/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | DLG_stream_input.h | 43 : 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
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsNativeCharsetUtils.h | 57 NS_COM nsresult NS_CopyNativeToUnicode(const nsACString &input, nsAString &output); 58 NS_COM nsresult NS_CopyUnicodeToNative(const nsAString &input, nsACString &output);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | CParser.py | 97 def __init__(self, input): 98 Parser.__init__(self, input) 149 translation_unit_StartIndex = self.input.index() 152 if self.backtracking > 0 and self.alreadyParsedRule(self.input, 1): 160 LA1_0 = self.input.LA(1) 185 self.recover(self.input, re) 188 self.memoize(self.input, 1, translation_unit_StartIndex) 201 external_declaration_StartIndex = self.input.index() 204 if self.backtracking > 0 and self.alreadyParsedRule(self.input, 2): 209 LA3_0 = self.input [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ |
H A D | CParser.py | 97 def __init__(self, input): 98 Parser.__init__(self, input) 149 translation_unit_StartIndex = self.input.index() 152 if self.backtracking > 0 and self.alreadyParsedRule(self.input, 1): 160 LA1_0 = self.input.LA(1) 185 self.recover(self.input, re) 188 self.memoize(self.input, 1, translation_unit_StartIndex) 201 external_declaration_StartIndex = self.input.index() 204 if self.backtracking > 0 and self.alreadyParsedRule(self.input, 2): 209 LA3_0 = self.input [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/ |
H A D | slang_preprocess.h | 36 _slang_preprocess_directives (slang_string *output, const char *input,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | dmxconfig.h | 43 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 44 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | dmxconfig.h | 43 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 44 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | dmxconfig.h | 43 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 44 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | dmxconfig.h | 43 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 44 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | dmxconfig.h | 43 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 44 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | dmxconfig.h | 43 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 44 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | dmxconfig.h | 43 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 44 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | dmxconfig.h | 43 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 44 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | dmxconfig.h | 43 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 44 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | dmxconfig.h | 43 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 44 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | base64.c | 113 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/python/tests/ |
H A D | reader5.py | 19 input = libxml2.inputBuffer(f) variable 20 reader = input.newTextReader("REC") 39 del input
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | parserInternals.c | 237 /* we need to keep enough input to show errors in context */ 269 * @in: an XML parser input 272 * This function refresh the input for the parser. It doesn't try to 273 * preserve pointers to the input buffer, and discard already read data 320 * @in: an XML parser input 323 * This function increase the input for the parser. It tries to 324 * preserve pointers to the input buffer, and keep already read data 380 * @in: an XML parser input 382 * This function removes used input for the parser. 436 * UTF8 character input an 1101 xmlSwitchInputEncoding(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, xmlCharEncodingHandlerPtr handler) argument 1271 xmlFreeInputStream(xmlParserInputPtr input) argument 1294 xmlParserInputPtr input; local 1326 xmlNewIOInputStream(xmlParserCtxtPtr ctxt, xmlParserInputBufferPtr input, xmlCharEncoding enc) argument 1360 xmlParserInputPtr input; local 1421 xmlParserInputPtr input; local 1520 xmlParserInputPtr input; local 1691 xmlParserInputPtr input; local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | hash_df.h | 15 extern void hash_df ( struct digest_algorithm *hash, const void *input,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | dmxconfig.h | 47 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 48 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | dmxconfig.h | 46 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 47 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | dmxconfig.h | 46 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 47 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | dmxconfig.h | 46 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 47 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | dmxconfig.h | 46 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 47 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | dmxconfig.h | 47 extern void dmxConfigStoreInput(const char *input); /* Core devices */ 48 extern void dmxConfigStoreXInput(const char *input); /* Non-core devices */
|